/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */


/*

/*-----------------------------
custom css
-----------------------------*/
*{
    box-sizing: border-box;
}

.place-order-form-primary-wrapper {
    margin-bottom: 15px;
}


/*============================
 trip detail tab style
=============================*/

#tabs-container {
    margin-top: 30px;
}

#tabs-container .tab-inner-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
    float: left;
    border: 1px solid #ccc;
    background: #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
    margin-right: 6px;
    margin-bottom: 6px;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title{
    font-size: 1em;
    font-weight: normal;
    margin: 0;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:before,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper .wte-tab-title:after{
    display: none;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
    display: block;
    padding: 5px 10px;
    color: #636363;
    text-decoration: none;
}

#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:focus,
#tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:hover {
    outline: none;
    text-decoration: none;
}

#tabs-container .tab-inner-wrapper .nav-tab-active {
    background: #fff;
    border-bottom: 1px solid #fff;
    position: relative;
    z-index: 5;
}

#tabs-container .tab-content {
    background: #fff;
    padding: 20px;
    border: 1px solid #ccc;
    margin-top: -7px;
    position: relative;
    z-index: 1;
}

/*=================================
 secondary style
================================*/

.trip-content-area .widget-area .secondary-trip-info {
    margin: 0 0 30px;
}

.trip-content-area .widget-area .trip-price .price-holder {
    padding: 0;
    /*text-align: center;*/
    /*background: #e5e5e5;*/
    position: relative;
    border: 1px solid #e1e2e3;
    border-radius: 5px;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder {
    /*margin: 0 0 20px;*/
    padding: 30px 20px 20px;
    border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice{
    position: absolute;
    top: 0;
    right: 0;
    font-size: 70%;
    padding: 10px 10px 10px 45px;
    text-align: center;
    line-height: 1.250em;
    background: #000;
    color: #fff;
    box-shadow: 0 0px 15px rgba(0, 0, 0, 0.5);
    /*border-radius: 0 5px 0 0;*/
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .group-discount-notice:before{
    position: absolute;
    top: 7px;
    left: 12px;
    width: 25px;
    height: 25px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 640 512'%3E%3Cpath d='M544 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zM320 256c61.9 0 112-50.1 112-112S381.9 32 320 32 208 82.1 208 144s50.1 112 112 112zm0-192c44.1 0 80 35.9 80 80s-35.9 80-80 80-80-35.9-80-80 35.9-80 80-80zm244 192h-40c-15.2 0-29.3 4.8-41.1 12.9 9.4 6.4 17.9 13.9 25.4 22.4 4.9-2.1 10.2-3.3 15.7-3.3h40c24.2 0 44 21.5 44 48 0 8.8 7.2 16 16 16s16-7.2 16-16c0-44.1-34.1-80-76-80zM96 224c44.2 0 80-35.8 80-80s-35.8-80-80-80-80 35.8-80 80 35.8 80 80 80zm0-128c26.5 0 48 21.5 48 48s-21.5 48-48 48-48-21.5-48-48 21.5-48 48-48zm304.1 180c-33.4 0-41.7 12-80.1 12-38.4 0-46.7-12-80.1-12-36.3 0-71.6 16.2-92.3 46.9-12.4 18.4-19.6 40.5-19.6 64.3V432c0 26.5 21.5 48 48 48h288c26.5 0 48-21.5 48-48v-44.8c0-23.8-7.2-45.9-19.6-64.3-20.7-30.7-56-46.9-92.3-46.9zM480 432c0 8.8-7.2 16-16 16H176c-8.8 0-16-7.2-16-16v-44.8c0-16.6 4.9-32.7 14.1-46.4 13.8-20.5 38.4-32.8 65.7-32.8 27.4 0 37.2 12 80.2 12s52.8-12 80.1-12c27.3 0 51.9 12.3 65.7 32.8 9.2 13.7 14.1 29.8 14.1 46.4V432zM157.1 268.9c-11.9-8.1-26-12.9-41.1-12.9H76c-41.9 0-76 35.9-76 80 0 8.8 7.2 16 16 16s16-7.2 16-16c0-26.5 19.8-48 44-48h40c5.5 0 10.8 1.2 15.7 3.3 7.5-8.5 16.1-16 25.4-22.4z'/%3E%3C/svg%3E") center center no-repeat;
}

.trip-content-area .widget-area .trip-price .price-holder .top-price-holder .price-from{
    font-size: 16px;
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price strike{
    font-size: 18px;
}

.trip-content-area .widget-area .trip-price .price-holder .prev-price,
.trip-content-area .widget-area .trip-price .price-holder .price {
    display: block;
    margin: 0 0 3px;
}

.trip-content-area .widget-area .trip-price .price-holder .group-discount-check{
    padding: 10px 20px;
    border-bottom: 1px solid #e1e2e3;
    font-size: 16px;
}

.trip-content-area .widget-area .trip-price .price-holder .group-discount-check svg{
    display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
}

.trip-content-area .widget-area .trip-price .price-holder form input[type="number"],
.trip-content-area .widget-area .trip-price .price-holder form .total-amt {
    margin: 0 0 20px;
}

.trip-content-area .widget-area .trip-price .price-holder form input[type="number"] {
    width: 100%;
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit {
    margin: 0;
    padding: 10px;
    font-size: 16px;
    line-height: 20px;
    border: 1px solid #000;
    background: #000;
    color: #fff;
    border-radius: 0 0 5px 5px;
    width: 100%;
    -webkit-transition: linear 0.2s;
    -moz-transition: linear 0.2s;
    transition: linear 0.2s;
}

.trip-content-area .widget-area .trip-price .price-holder form .check-availability:hover,
.trip-content-area .widget-area .trip-price .price-holder form .check-availability:focus,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit:hover,
.trip-content-area .widget-area .trip-price .price-holder form .book-submit:focus {
    background: #3BAF84;
    border-color: #3BAF84;
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper {
    margin: 0;
    padding: 10px 20px;
    border-bottom: 1px solid #e1e2e3;
    border-radius: 0;
}

.trip-content-area .widget-area .trip-price .price-holder form .date-time-wrapper input[type="text"] {
    border: 0;
    padding: 5px 10px;
    width: 100%;
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input{
    padding: 10px 20px;
    border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input label{
    font-size: 16px;
}

.wpte-expand-extra-service{
    padding: 10px 20px;
    border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder .wpte-expand-extra-service:after{
    top: 12px;
    right: 20px;
}

.wpte-expand-extra-service .scroll-down h5{
    margin: 0;
}

.wpte-expand-extra-service .extra-service-wrap{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 20px 0 0;
}

.wpte-expand-extra-service .extra-service-wrap .extra-service-info-holder{
    flex-basis: 0;
    flex-grow: 1;
    padding-right: 10px;
    font-size: 16px;
}

.wpte-expand-extra-service .extra-service-wrap .input-holder{
    width: 100px;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #e1e2e3;
}

.wpte-expand-extra-service .extra-service-wrap .input-holder .less-no,
.wpte-expand-extra-service .extra-service-wrap .input-holder .more-no{
    width: 30px;
    /*height: 30px;*/
    background: #f2f2f2;
    display: flex;
    align-items: center;
    justify-content: center;
}

.wpte-expand-extra-service .extra-service-wrap .input-holder input[type="text"]{
    width: 38px;
    border: 1px solid #e1e2e3;
    text-align: center;
    padding: 0;
}

.trip-content-area .widget-area .trip-price form .discount-price-per-traveler,
.trip-content-area .widget-area .trip-price form .discount-price-per-child-traveler{
    padding: 10px 20px;
    font-size: 16px;
    border-bottom: 1px solid #e1e2e3;
}

.trip-content-area .widget-area .trip-price .price-holder form .total-amt{
    text-align: center;
    margin: 0;
    padding: 10px 20px;
}

.wp-travel-engine-billing-details,
.wp-travel-engine-relation-details-wrapper {
    margin-bottom: 30px;
}

.wp-travel-engine-billing-details-wrapper,
.wp-travel-engine-personal-details-inner-wrapper,
.wp-travel-engine-relation-details-inner-wrapper {
    margin: 0 -10px;
    overflow: hidden;
}

.wp-travel-engine-billing-details-field-wrap,
.wp-travel-engine-personal-details,
.wp-travel-engine-relation-details {
    width: 50%;
    float: left;
    padding: 0 10px;
    margin-bottom: 18px;
    min-height: 74px;
}

.relation-options-title,
.personal-options-title,
.personal-options-title {
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    margin-bottom: 17px;
    background: #EEEEEE;
    padding: 10px 14px;
    border-radius: 2px;
}

.place-order-form-primary-wrapper input,
.place-order-form-primary-wrapper select {
    width: 100%;
    min-height: 34px;
    padding: 4px 10px !important;
    border: 1px solid #ccc;
    border-radius: 2px;
}

/*===============================
 billing details css
==============================*/

.place-order-form-secondary-wrapper {
    margin-bottom: 30px;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column {
    float: left;
    margin-right: 15px;
    width: 25%;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-right-column,
.wp-travel-engine-order-form-wrapper {
    overflow: hidden;
}

.place-order-form-secondary-wrapper .trip-title {
    margin-bottom: 8px;
    font-size: 17px;
    line-height: 20px;
}

.place-order-form-secondary-wrapper .trip-property {
    margin: 0;
    padding: 0;
}

.place-order-form-secondary-wrapper .trip-property li {
    list-style: none;
    font-size: 14px;
    line-height: 22px;
}

.place-order-form-secondary-wrapper .trip-property li span {
    display: inline-block;
    width: 30%;
    margin-right: 5px;
}

.wp-travel-engine-order-form-wrapper {
    overflow: hidden;
    background: none;
    padding: 30px 30px 15px;
    border: 1px solid #ccc;
    border-radius: 5px 5px 0 0;
}

.wp-travel-engine-order-form-wrapper .trip-title {
    margin-bottom: 12px !important;
}

.secondary-inner-wrapper {
    overflow: hidden;
    margin-bottom: 30px;
    background: #ccc;
    padding: 10px 0;
}

#primary .page .entry-content .secondary-inner-wrapper table,
#primary .page .entry-content .secondary-inner-wrapper table td {
    border: 0;
}

#primary .page .entry-content .secondary-inner-wrapper table th {
    background: none;
}

.secondary-inner-wrapper table {
    margin-bottom: 0;
}

.secondary-inner-wrapper .person-price-table {
    text-align: center;
}

.hidden-price {
    display: none;
}

.date-time-wrapper {
    position: relative;
    background: #fff;
    display: none;
    border-radius: 5px;
    margin-top: 10px;
}

.date-time-wrapper:after {
    position: absolute;
    top: 30px;
    right: 17px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 448 512'%3E%3Cpath d='M400 64h-48V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H128V8c0-4.4-3.6-8-8-8h-16c-4.4 0-8 3.6-8 8v56H48C21.5 64 0 85.5 0 112v352c0 26.5 21.5 48 48 48h352c26.5 0 48-21.5 48-48V112c0-26.5-21.5-48-48-48zM138.7 480H48c-8.8 0-16-7.2-16-16v-58.7h106.7V480zm0-106.7H32v-74.7h106.7v74.7zM32 266.7V192h106.7v74.7H32zM277.3 480H170.7v-74.7h106.7V480zm0-106.7H170.7v-74.7h106.7v74.7zM170.7 266.7V192h106.7v74.7H170.7zM416 464c0 8.8-7.2 16-16 16h-90.7v-74.7H416V464zm0-90.7H309.3v-74.7H416v74.7zm0-106.6H309.3V192H416v74.7zm0-106.7H32v-48c0-8.8 7.2-16 16-16h352c8.8 0 16 7.2 16 16v48z'/%3E%3C/svg%3E") center center no-repeat;
    width: 15px;
    height: 20px;
}

.price-fixed {
    top: 0;
    position: fixed;
    z-index: 50;
    display: block;
    width: 328px !important;
}

.open.side-btn,
.close.side-btn {
    position: fixed;
    top: 74%;
    display: block;
    background: red;
    left: 70%;
}

#open-example1,
#close-example1 {
    display: none;
}

.trip-content-area .secondary-trip-info.side-trip-price {
    margin-top: 0;
}

.disabled {
    cursor: not-allowed;
    pointer-events: none;
}

.disabled:hover {
    cursor: not-allowed;
}


/*==============================================
 Datepicker css
==============================================*/

.ui-datepicker {
    max-width: 244px;
}

.ui-datepicker table {
    font-size: 12px !important;
    line-height: 15px;
    text-align: center;
}

.ui-datepicker .ui-datepicker-title {
    font-size: 12px !important;
    line-height: 15px;
}

.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
    height: 24px !important;
}

.wp-travel-engine-archive-outer-wrap:after {
    display: block;
    content: '';
    clear: both;
}

.archive .wp-travel-engine-archive-wrap {
    margin-bottom: 40px;
}

.wp-travel-engine-archive-outer-wrap .child-title {
    font-weight: 400;
    font-size: 1em;
}

.wp-travel-engine-archive-outer-wrap .child-title a {
    color: #212121;
}

.wp-travel-engine-archive-outer-wrap .child-title a:hover {
    text-decoration: none;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap {
    width: 33.3333%;
    padding: 0 15px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder{
    margin: 0 0 20px;
    position: relative;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder img{
    vertical-align: top;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .trip-post-thumbnail {
    display: block;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .price-holder{
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #fff;
    padding: 5px 10px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount{
    position: absolute;
    right: 0;
    top: 20px;
    background: #fff;
    padding: 5px 10px 5px 30px;
    cursor: pointer;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:before{
    position: absolute;
    width: 15px;
    height: 20px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z'/%3E%3C/svg%3E") center center no-repeat;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip{
    position: absolute;
    top: 50%;
    left: -210px;
    width: 200px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 65%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount:hover .tooltip{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .img-holder .group-discount .tooltip:after{
    position: absolute;
    top: 50%;
    right: -5px;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.wp-travel-engine-archive-wrap .title {
    font-size: 20px;
    line-height: 1.650em;
    font-weight: 700;
    margin: 0 0 1.650em;
}

.wp-travel-engine-archive-wrap .title a {
    color: #212121;
}

.wp-travel-engine-archive-wrap .title a:hover,
.wp-travel-engine-archive-wrap .title a:focus{
    text-decoration: underline;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .meta-info{
    margin: 0 0 10px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .fsd-title{
    margin: 0 0 10px;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li{
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap .text-holder .next-trip-info .next-departure-list li svg{
    margin-right: 5px;
}

.wp-travel-engine-archive-wrap .trip_price,
.wp-travel-engine-archive-wrap .trip_duration {
    display: block;
    margin-bottom: 10px;
    color: #0d0d0d;
}

.wp-travel-engine-archive-wrap .trip_price strike span {
    color: #0d0d0d !important;
    font-size: 15px;
    line-height: 18px;
}

#wp-travel-engine-order-form input {
    padding: 12px 20px;
}

.place-order-form-primary-wrapper input,
.place-order-form-primary-wrapper select {
    padding: 12px 10px !important;
    border-radius: 3px;
    height: 50px;
}

.trip-content .related-posts {
    margin-top: 40px;
}

.trip-content .related-posts .post .entry-title {
    text-align: center;
    margin-top: -8px;
}

.trip-content .related-posts .post {
    margin-bottom: 30px;
}

.trip-content .related-posts .post .entry-meta {
    position: relative;
    top: -31px;
    color: #fff;
    display: inline-block;
    font-size: 15px;
    line-height: 18px;
}

.trip-content .related-posts .post .entry-meta span {
    background: #0C83B8;
    padding: 7px 14px;
}

.wp-travel-engine-relation-details input,
.wp-travel-engine-personal-details input {
    padding: 12px 10px;
    width: 100%;
    height: 53px;
}

.wp-travel-engine-relation-details select,
.wp-travel-engine-personal-details select {
    width: 100%;
    padding: 12px 10px;
}

.relation-options-title,
.personal-options-title,
.personal-options-title {
    padding: 20px 14px;
}

#wp-travel-engine-order-form input[type="submit"] {
    margin-top: 20px;
}

#wp-travel-engine-order-form label {
    display: inline-block;
    margin-bottom: 6px;
    margin-right: 5px;
}

#primary #wp-travel-engine-order-form {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 20px;
    width: 100%;
    height: auto;
    border: 0;
}

#primary #wp-travel-engine-order-form table tr {
    background: none;
}


/*====================================
 Booking details table
====================================*/

.entry-content .thank-you-container {
    margin-top: 30px;
}

#primary .entry-content .thank-you-container h3 {
    margin-bottom: 12px !important;
}

.entry-content .thank-you-container table tr:nth-child(2n+1) {
    background: #f9f9f9;
}

.entry-content .thank-you-container table tr:first-child {
    border-bottom: 0;
}

.entry-content .thank-you-container table th {
    padding: 16px 30px;
    background: #f3f3f3;
    color: #212121;
    font-size: 16px;
    line-height: 26px;
    font-weight: 500;
}

.entry-content .thank-you-container table td {
    padding: 16px 30px;
    text-align: center;
    font-size: 15px;
    line-height: 26px;
    color: #212121;
}

.trip-entry-content ul {
    margin: 0;
    padding: 0;
}

.trip-entry-content ul li {
    list-style: none;
}

#CDSWIDSSP {
    width: 100% !important;
}

.wp-travel-engine-archive-outer-wrap .child-title a:hover {
    color: #F7921F;
}

.payment-gateway-options {
    display: none;
}

.tab_container {
    display: none;
}

#price-loading {
    position: absolute;
    text-align: center;
    font-size: 50px;
    color: #000;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.8);
}

#price-loading-outer {
    display: table-row;
}

#price-loading-inner {
    display: table-cell;
    vertical-align: middle;
}

#price-loading-wrap {
    display: table;
    width: 100%;
    height: 100%;
}

#price-loader {
    font-size: 100px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 39%;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
}

.itinerary-row {
    list-style: none;
    border: 1px solid #ccc;
    background: #fff;
    margin: 5px;
    position: relative;
}

span.day-count {
    display: inline-block;
    position: absolute;
    left: 9%;
    top: 7px;
    color: #555;
}

.itinerary-content label {
    width: 115px;
    float: left;
    font-weight: 500;
    padding: 5px 0;
}

.faq-row {
    list-style: none;
    border: 1px solid #ccc;
    background: #fff;
    margin: 5px;
    position: relative;
}

span.faq-count {
    display: inline-block;
    position: absolute;
    left: 9%;
    top: 7px;
    color: #555;
}

.faq-content label {
    width: 115px;
    float: left;
    font-weight: 500;
    padding: 5px 0;
}

.faq-content {
    padding: 5px 5px 5px 15px;
}

.faq-title {
    width: 500px;
}

span.dashicons.custom-toggle-tabs.rotator {
    -webkit-transform: rotateX( 180deg);
    -moz-transform: rotateX( 180deg);
    -o-transform: rotateX( 180deg);
    transform: rotateX( 180deg);
}


/*==============================
 Trips fact style
===============================*/

.trip-facts-value {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0 -15px;
}

.trip-facts-value li {
    display: flex;
    flex-direction: row;
    flex-basis: 0;
    flex-grow: 1;
    padding: 0 15px;
    margin: 0 0 20px;
    max-width: 100%;
    min-width: 230px;
}

.trip-facts-value li:after {
    content: '';
    display: block;
    clear: both;
}

.trip-facts-value li svg {
    align-items: flex-start;
    margin-right: 15px;
    font-size: 30px;
}

.trip-facts-value li .trip-facts-text {
    align-items: flex-start;
    flex: 1 0 0;
}

/*=======================================
 Itinerary style
========================================*/
.itinerary .title{
    float: left;
    margin-right: 15px;
}

.itinerary .itinerary-content{
    overflow: hidden;
}

.itinerary .itinerary-content .title{
    float: none;
    display: block;
    font-weight: 700;
    margin: 0 0 10px;
}

/*==================================
 Cost detail style
==================================*/
#include-result{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

#include-result li{
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
}

#include-result li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 15px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%2343a32d' viewBox='0 0 448 512'%3E%3Cpath d='M413.505 91.951L133.49 371.966l-98.995-98.995c-4.686-4.686-12.284-4.686-16.971 0L6.211 284.284c-4.686 4.686-4.686 12.284 0 16.971l118.794 118.794c4.686 4.686 12.284 4.686 16.971 0l299.813-299.813c4.686-4.686 4.686-12.284 0-16.971l-11.314-11.314c-4.686-4.686-12.284-4.686-16.97 0z'/%3E%3C/svg%3E") center center no-repeat;
}

#exclude-result{
    margin: 0 0 30px;
    padding: 0;
    list-style: none;
}

#exclude-result li{
    margin: 0 0 10px;
    padding-left: 20px;
    position: relative;
}

#exclude-result li:before{
    position: absolute;
    top: 0;
    left: 0;
    content: '';
    width: 15px;
    height: 20px;
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23d80808' viewBox='0 0 320 512'%3E%3Cpath d='M193.94 256L296.5 153.44l21.15-21.15c3.12-3.12 3.12-8.19 0-11.31l-22.63-22.63c-3.12-3.12-8.19-3.12-11.31 0L160 222.06 36.29 98.34c-3.12-3.12-8.19-3.12-11.31 0L2.34 120.97c-3.12 3.12-3.12 8.19 0 11.31L126.06 256 2.34 379.71c-3.12 3.12-3.12 8.19 0 11.31l22.63 22.63c3.12 3.12 8.19 3.12 11.31 0L160 289.94 262.56 392.5l21.15 21.15c3.12 3.12 8.19 3.12 11.31 0l22.63-22.63c3.12-3.12 3.12-8.19 0-11.31L193.94 256z'/%3E%3C/svg%3E") center center no-repeat;
}

/*==============================
 Faq style
=============================*/
.faq .faq-row .accordion-tabs-toggle{
	display: block;
	border: 1px solid #ccc;
	position: relative;
	padding: 5px 30px;
    text-decoration: none;
}

.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs{
	position: absolute;
	top: 5px;
	left: 5px;
	width: 20px;
	height: 20px;
	font-size: 0;
}

.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs:before{
	position: absolute;
	top: 3px;
	left: 11px;
	width: 2px;
	height: 12px;
	background: #000;
	content: '';
}

.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs.open:before{
	display: none;
}

.faq .faq-row .accordion-tabs-toggle .custom-toggle-tabs:after{
	position: absolute;
	top: 8px;
	left: 6px;
	height: 2px;
	width: 12px;
	background: #000;
	content: '';
}

.faq .faq-row .faq-content{
	padding: 5px 30px;
}

.faq .expand-all-faq{
	display: inline-block;
	margin: 0 0 15px;
	text-decoration: none;
}

.faq .expand-all-faq svg{
	font-size: 20px;
	margin-right: 10px;
}

/*================================
 Destination Page style
===============================*/
.page-template-template-destination .destination-holder {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 40px;
    margin-left: -15px;
    margin-right: -15px;
}

.page-template-template-destination .destination-holder .item{
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.archive .trip-content-area .grid {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 50px;
}

.archive .trip-content-area .grid .col{
    width: 33.333%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.archive .trip-content-area .grid .col .img-holder a{
    display: block;
}

.archive .trip-content-area .grid .col .group-discount{
    display: block;
}

.archive .trip-content-area .grid .col .review-wrap{
    background: none;
    padding: 0;
}

.archive .trip-content-area .grid .col .review-wrap .average-rating{
    border: 0;
}

.archive .trip-content-area .grid .col .next-trip-info .next-departure-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.review-wrap .average-rating .aggregate-rating .rating-star {
    display: none;
}

/*==================================================
 Activities and trip type page style
==================================================*/
.page-template-template-activities .activities-holder,
.page-template-template-trip_types .trip_types-holder {
    margin-top: 40px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-left: -15px;
    margin-right: -15px;
}

.page-template-template-activities .activities-holder .item,
.page-template-template-trip_types .trip_types-holder .item{
    width: 25%;
    padding: 0 15px;
    margin: 0 0 30px;
}

.page-template-template-activities .activities-holder .item .img-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder{
    position: relative;
    overflow: hidden;
}

.page-template-template-activities .activities-holder .item .img-holder img,
.page-template-template-trip_types .trip_types-holder .item .img-holder img{
    vertical-align: top;
}

.page-template-template-activities .activities-holder .item .img-holder .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .title-holder{
    font-size: 1.250em;
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 0;
    padding: 50px 10px 10px 10px;
    margin: 0;
    color: #fff;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#000000+0,000000+50,000000+100&0+0,0.1+50,0.4+100 */
    background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(0,0,0,0.1) 50%, rgba(0,0,0,0.4) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,0) 0%,rgba(0,0,0,0.1) 50%,rgba(0,0,0,0.4) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#66000000',GradientType=0 ); /* IE6-9 */
}

.page-template-template-activities .activities-holder .item .img-holder:hover .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .title-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .title-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus-within .title-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .title-holder{
    opacity: 0;
}

.page-template-template-activities .activities-holder .item .img-holder .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    padding: 10px;
    opacity: 0;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.page-template-template-activities .activities-holder .item .img-holder .text-holder .title,
.page-template-template-trip_types .trip_types-holder .item .img-holder .text-holder .title{
    font-size: 1.250em;
}

.page-template-template-activities .activities-holder .item .img-holder:hover .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:hover .text-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus .text-holder,
.page-template-template-activities .activities-holder .item .img-holder:focus-within .text-holder,
.page-template-template-trip_types .trip_types-holder .item .img-holder:focus-within .text-holder{
    opacity: 1;
}

.archive .trip-content-area .grid .btn-loadmore,
.archive .trip-content-area .grid .load-destination{
    text-align: center;
    width: 100%;
}

.archive .trip-content-area .grid .btn-loadmore span,
.archive .trip-content-area .grid .load-destination span {
    display: inline-block;
    font-size: 13px;
    line-height: 2em;
    font-weight: 600;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    font-weight: 600;
    font-family: 'Montserrat', sans-serif;
    background: #ffaf46;
    border: 2px solid #ffaf46;
    padding: 10px 40px;
    border-radius: 5px;
    cursor: pointer;
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.archive .trip-content-area .grid .btn-loadmore span:hover,
.archive .trip-content-area .grid .load-destination span:hover,
.archive .trip-content-area .grid .btn-loadmore span:focus,
.archive .trip-content-area .grid .load-destination span:focus,{
    background: none;
    color: #ffaf46;
}

.payment-options-holder {
    margin-bottom: 20px;
}

select#wte_payment_options {
    margin-bottom: 30px;
}

#wp-travel-engine-order-form + .error {
    display: none;
    background-color: #f2dede;
    border: 1px solid #a94442;
    padding: 5px 10px;
    color: #a94442;
    border-radius: 5px;
}

.successful {
    display: none;
    color: #32B67A;
    background: #dcf5de;
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #32B67A;
}

.place-order-form-primary-wrapper{
    position: relative;
}

#primary #wp-travel-engine-order-form{position: relative;}
#price-loader{
    font-size: 100px;
    vertical-align: middle;
    text-align: center;
    position: absolute;
    top: 0;
    background: #fff;
    opacity: 0.8;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#price-loader table,
#price-loader table-row,
#price-loader table-cell{
    width: 100%;
    height: 100%;
    vertical-align: middle;
}

#price-loader .fa{
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

/*============================
 Single Trip
============================*/
.trip-content-area{
    max-width: 1320px;
    width: 100%;
    padding: 0 15px;
    margin: 0 auto;
}

.row{
    margin: 0 -15px;
}

.row:after{
    display: block;
    clear: both;
    content: '';
}

.single-trip #primary{
    float: left;
    width: 75%;
    padding-left: 15px;
    padding-right: 65px;
    margin: 0; 
}

.single-trip #secondary{
    float: left;
    width: 25%;
    padding: 0 15px;
}

/*==================================
 Single trip enquiry form
====================================*/
.single-trip #wte_enquiry_contact_form{
    background: #f6f6f6;
    border-radius: 5px;
    padding: 30px;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin-top: 50px;
    margin-left: -10px;
    margin-right: -10px;  
}

.single-trip #wte_enquiry_contact_form .row-repeater{
    width: 50%;
    padding: 0 10px;
    margin: 0 0 20px;
}

.single-trip #wte_enquiry_contact_form h2,
.single-trip #wte_enquiry_contact_form .package-name-holder,
.single-trip #wte_enquiry_contact_form .msg-holder,
.single-trip #wte_enquiry_contact_form .confirm-holder,
.single-trip #wte_enquiry_contact_form .submit,
.single-trip #wte_enquiry_contact_form .confirm-msg{
    width: 100%;
    padding: 0 10px;
}

.single-trip #wte_enquiry_contact_form h2{
    font-size: 22px;
    line-height: 1.272em;
    font-weight: 500;
    color: #111;
    margin: 0 0 0;
}

.single-trip #wte_enquiry_contact_form label{display: none;}

.single-trip #wte_enquiry_contact_form input[type="text"],
.single-trip #wte_enquiry_contact_form input[type="email"],
.single-trip #wte_enquiry_contact_form input[type="url"],
.single-trip #wte_enquiry_contact_form input[type="password"],
.single-trip #wte_enquiry_contact_form input[type="search"],
.single-trip #wte_enquiry_contact_form input[type="number"],
.single-trip #wte_enquiry_contact_form input[type="tel"],
.single-trip #wte_enquiry_contact_form input[type="range"],
.single-trip #wte_enquiry_contact_form input[type="date"],
.single-trip #wte_enquiry_contact_form input[type="month"],
.single-trip #wte_enquiry_contact_form input[type="week"],
.single-trip #wte_enquiry_contact_form input[type="time"],
.single-trip #wte_enquiry_contact_form input[type="datetime"],
.single-trip #wte_enquiry_contact_form input[type="datetime-local"],
.single-trip #wte_enquiry_contact_form input[type="color"],
.single-trip #wte_enquiry_contact_form textarea,
.single-trip #wte_enquiry_contact_form select{
    width: 100%;
    border: 1px solid #eee;
}

.single-trip #wte_enquiry_contact_form select{height: 100%;}

.single-trip #wte_enquiry_contact_form .package-name-holder label,
.single-trip #wte_enquiry_contact_form .confirm-holder label{
    display: inline-block;
}

.single-trip #wte_enquiry_contact_form .confirm-holder label input{margin-right: 5px;}

.single-trip #wte_enquiry_contact_form .package-name-holder .input{
    font-weight: 600;
    width: 70%;
    display: inline-block;
    vertical-align: middle;
    background: none;
    border: 0;
    pointer-events: none;
}

.single-trip #wte_enquiry_contact_form .success-msg{color: green;}

.single-trip #wte_enquiry_contact_form .failed-msg{color: red;}

/*===================================
 Checkout Page style
===================================*/
.place-order-form-secondary-wrapper{margin: 0 0 60px;}

.place-order-form-secondary-wrapper .wp-travel-engine-order-form-wrapper{
    padding: 108px 40px 40px 40px;
    border: 1px solid #e5e5e5;
    position: relative;
    border-radius: 5px 5px 0 0;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column{
    width: 350px;
    margin-right: 40px;
}

.place-order-form-secondary-wrapper .wp-travel-engine-order-left-column img{vertical-align: top;}

.wp-travel-engine-order-form-wrapper .trip-title{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    font-size: 20px !important;
    line-height: 1.3em !important;
    font-weight: 600;
    margin: 0;
    padding: 20px 40px;
}

.place-order-form-secondary-wrapper .trip-property li{
    font-size: 15px;
    margin: 0 0 15px;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price .cart-trip-total-price-holder{
    width: auto;
    font-size: 22px;
    line-height: 1.181em;
    font-weight: 600;
    color: #111;
}

.place-order-form-secondary-wrapper .trip-property li span{width: 35%;}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price{
    border-top: 1px solid #e5e5e5;
    margin-top: 25px;
    padding-top: 20px;
    font-size: 22px;
    line-height: 1.181em;
    font-weight: 600;
    color: #111;
}

.place-order-form-secondary-wrapper .trip-property .cart-trip-total-price span{
    font-size: 18px;
    line-height: 1.444em;
    font-weight: 500;
    color: #666;
}

.relation-options-title,
.personal-options-title,
#primary .page .entry-content .payment-method h3{
    font-size: 22px;
    line-height: 1.272em;
    font-weight: 500;
    color: #111;
    margin: 0 0 35px;
    background: #f6f6f6;
    border-radius: 5px;
    padding: 20px 14px;
}

.relation-options-title:after,
.personal-options-title:after{display: none;}

.wp-travel-engine-billing-details-wrapper,
.wp-travel-engine-personal-details-inner-wrapper,
.wp-travel-engine-relation-details-inner-wrapper{
    margin: 0 -15px;
}

.wp-travel-engine-billing-details-field-wrap,
.wp-travel-engine-personal-details,
.wp-travel-engine-relation-details{
    padding: 0 15px;
    margin-bottom: 30px;
}

.wp-travel-engine-billing-details-field-wrap:last-child{margin-bottom: 0;}

#wp-travel-engine-order-form label{
    font-size: 14px;
    line-height: 1.714em;
}

#wp-travel-engine-order-form input[type="submit"]{
    font-size: 13px;
    line-height: 15px;
}

.wp-travel-engine-relation-details select,
.wp-travel-engine-personal-details select{padding: 15px 10px;}

.secondary-inner-wrapper{
    padding: 0;
    background: none;
    border: 1px solid #e5e5e5;
    border-radius: 0 0 5px 5px;
    margin-top: -1px;
}

.secondary-inner-wrapper table thead{
    background: none !important;
}

.trip-content-area .wp-travel-engine-archive-repeater-wrap{
   margin: 0 -15px;
   display: flex;
   flex-direction: row;
   flex-wrap: wrap;
}

.single-trip .trip-content-area .widget-area .trip-price .price-holder form .book-submit{
    display: none;
}

.trip-content-area .grid .col .img-holder{
    position: relative;
    margin: 0 0 20px;
}

.trip-content-area .grid .col .img-holder .price-holder{
    position: absolute;
    left: 0;
    bottom: 20px;
    background: #fff;
    padding: 5px 10px;
}

.trip-content-area .grid .col .img-holder .group-discount{
    position: absolute;
    right: 0;
    top: 20px;
    background: #fff;
    padding: 5px 10px 5px 30px;
    cursor: pointer;
}

.trip-content-area .grid .col .img-holder .group-discount:before{
    position: absolute;
    width: 15px;
    height: 20px;
    content: '';
    background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23000' viewBox='0 0 512 512'%3E%3Cpath d='M256 40c118.621 0 216 96.075 216 216 0 119.291-96.61 216-216 216-119.244 0-216-96.562-216-216 0-119.203 96.602-216 216-216m0-32C119.043 8 8 119.083 8 256c0 136.997 111.043 248 248 248s248-111.003 248-248C504 119.083 392.957 8 256 8zm-36 344h12V232h-12c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12h48c6.627 0 12 5.373 12 12v140h12c6.627 0 12 5.373 12 12v8c0 6.627-5.373 12-12 12h-72c-6.627 0-12-5.373-12-12v-8c0-6.627 5.373-12 12-12zm36-240c-17.673 0-32 14.327-32 32s14.327 32 32 32 32-14.327 32-32-14.327-32-32-32z'/%3E%3C/svg%3E") center center no-repeat;
    top: 50%;
    left: 6px;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trip-content-area .grid .col .img-holder .group-discount .tooltip{
    position: absolute;
    top: 50%;
    left: -210px;
    width: 200px;
    background: #000;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
    font-size: 65%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translate(-10px, -50%);
    -moz-transform: translate(-10px, -50%);
    transform: translate(-10px, -50%);
    -webkit-transition: ease 0.2s;
    -moz-transition: ease 0.2s;
    transition: ease 0.2s;
}

.trip-content-area .grid .col .img-holder .group-discount:hover .tooltip,
.trip-content-area .grid .col .img-holder .group-discount:focus .tooltip{
    opacity: 1;
    visibility: visible;
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    transform: translate(0, -50%);
}

.trip-content-area .grid .col .img-holder .group-discount .tooltip:after{
    position: absolute;
    top: 50%;
    right: -5px;
    content: '';
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-left: 5px solid #000;
    border-bottom: 5px solid transparent;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    transform: translateY(-50%);
}

.trip-content-area .grid .col .img-holder img{
    vertical-align: top;
}

.trip-content-area .grid .col .text-holder .title{
    font-size: 20px;
    line-height: 1.650em;
    font-weight: 700;
    margin: 0 0 1.650em;
}

.trip-content-area .grid .col .text-holder .title a{
    color: #121212;
}

.trip-content-area .grid .col .text-holder .title a:hover,
.trip-content-area .grid .col .text-holder .title a:focus{
    text-decoration: underline;
}

.trip-content-area .grid .col .text-holder .meta-info{
    margin: 0 0 10px;
}

.trip-content-area .grid .col .text-holder .next-trip-info .fsd-title{
    margin: 0 0 10px;
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list{
    margin: 0;
    padding: 0;
    list-style: none;
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li{
    margin: 0 0 10px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.trip-content-area .grid .col .text-holder .next-trip-info .next-departure-list li svg{
    margin-right: 5px;
}

.detail-container{
   max-width: 550px;
   border-top: 1px solid #000;
   border-bottom: 1px solid rgba(0, 0, 0, 0.4);
   padding: 20px 0;
}
.detail-item{
   padding: 20px 0;
   border-bottom: 1px solid rgba(0, 0, 0, 0.1);
   display: flex;
   flex-wrap: wrap;
}
.detail-item:last-child{
   border-bottom: 0;
   padding-bottom: 0;:
}
.detail-item .item-label{
   width: 50%;
}
.detail-item .value{
   width: 50%;
}
.detail-item .value strong,
.detail-item .value span{
   display: block;
   margin: 0 0 5px;
}

input[type="text"].error, input[type="email"].error, input[type="url"].error, input[type="password"].error, input[type="search"].error, input[type="number"].error, input[type="tel"].error, input[type="range"].error, input[type="date"].error, input[type="month"].error, input[type="week"].error, input[type="time"].error, input[type="datetime"].error, input[type="datetime-local"].error, input[type="color"].error, textarea.error {
    border: 1px solid #e82a2a;
}

input.error + .error, select.error + .error, textarea.error + .error {
    color: #ec0e0e;
}

/*================================
 responsive
===============================*/

@media only screen and (max-width: 1199px) {
    #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px){
    .trip-content-area{
        max-width: 720px;
    }

    .single-trip #primary{
        width: 100%;
        padding: 0 15px;
        margin: 0 0 60px;
        float: none;
    }

    .single-trip #secondary{
        width: 100%;
    }

    .page-template-template-destination .destination-holder .item{
        width: 33.3333%;
    }

    .archive .trip-content-area .grid .col{
        width: 50%;
    }

    .wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap{
        width: 50%;   
    }

    .page-template-template-activities .activities-holder .item,
    .page-template-template-trip_types .trip_types-holder .item{
        width: 50%;
    }
}

@media only screen and (max-width:767px) {
    .wp-travel-engine-billing-details-field-wrap,
    .wp-travel-engine-personal-details,
    .wp-travel-engine-relation-details {
        width: 100%;
    }

    #tabs-container .tab-inner-wrapper .tab-anchor-wrapper {
        width: 100%;
        margin-right: 0;
    }

    #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a {
        position: relative;
    }

    #tabs-container .tab-inner-wrapper .tab-anchor-wrapper a:after {
        position: absolute;
        top: 7px;
        right: 10px;
        content: '';
        background: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%238d8d8d' viewBox='0 0 320 512'%3E%3Cpath d='M31.3 192h257.3c17.8 0 26.7 21.5 14.1 34.1L174.1 354.8c-7.8 7.8-20.5 7.8-28.3 0L17.2 226.1C4.6 213.5 13.5 192 31.3 192z'/%3E%3C/svg%3E") center center no-repeat;
        width: 15px;
        height: 20px;
        -webkit-transition: linear 0.2s;
        -moz-transition: linear 0.2s;
        transition: linear 0.2s;
    }

    #tabs-container .tab-inner-wrapper .nav-tab-active a:after {
        -webkit-transform: rotate(180deg);
        -moz-transform: rotate(180deg);
        transform: rotate(180deg);
    }

    .wp-travel-engine-archive-outer-wrap .wp-travel-engine-archive-wrap{
       width: 100%;
       margin: 0 0 50px;
   }

    .page-template-template-destination .destination-holder .item{
        width: 50%;
    }

    .archive .trip-content-area .grid .col{
        width: 100%;
    }

    .archive .trip-content-area .wp-travel-inner-wrapper .grid .col .img-holder img{width: 100%;}

    .page-template-template-activities .activities-holder .item,
    .page-template-template-trip_types .trip_types-holder .item{
        width: 100%;
    }

    .single-trip #wte_enquiry_contact_form .row-repeater{
        width: 100%;
    }

}

@media only screen and (max-width: 600px){

   .page-template-template-destination .destination-holder .item{
        width: 100%;
    }

    .page-template-template-destination .destination-holder .item img{
        width: 100%;
    }
}
.trip-content-area .widget-area .trip-price .price-holder form .travelers-number-input{
    display: none;
}
