.two-line-title {
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    display: -webkit-box;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da !important;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    height: calc(2.25rem + 2px);
}

@font-face {
    font-family: 'PenidagoFont';
    src: url('../../../fonts/custom/Penidagofont-Regular.otf');
    font-weight: normal;
    font-style: normal;
}

.gallery-box {
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
}
.img-holder {
    flex-grow:1;
    margin: .2rem;
    overflow: hidden;
}

.img-holder img {
    display: block;
    min-width: 100%;
    height: 16rem;
    object-fit: cover;
    transition-duration: 300ms;
}

.img-holder img:hover {
    transform: scale(1.1);
}


.penidago.penida-boat-origin:before {
    font-family: PenidagoFont;
    content: "A";
}

.penidago.penida-boat-destination:before {
    font-family: PenidagoFont;
    content: "B";
}

.select-with-underline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #9e9e9e;
    /* Remove default arrow */
    background: url("data:image/svg+xml,<svg height='10px' width='10px' viewBox='0 0 16 16' fill='%23000000' xmlns='http://www.w3.org/2000/svg'><path d='M7.247 11.14 2.451 5.658C1.885 5.013 2.345 4 3.204 4h9.592a1 1 0 0 1 .753 1.659l-4.796 5.48a1 1 0 0 1-1.506 0z'/></svg>") no-repeat;
    background-position: calc(100% - 0.75rem) center !important;
}

.date-underline {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 0;
    border-bottom: 1px solid #9e9e9e !important;
    /* Remove default arrow */
}

.mainSearch .button-grid>*+* {
    border-left: none;
}

.disabled {
    pointer-events: none;
    background: grey !important;
}

.icon-input-search {
    font-size: 13px;
    margin-right: 3px;
    line-height: 2.3em;
    color: darkslategrey;
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.fa.penidago {
    font-size: 20px!important;
    line-height: 30px!important;
    color: darkslategrey;
}

@media (max-width: 767px) {
    .mainSearch .button-grid>*+* {
        border-top: unset;
    }
}
