/* 
Theme Name: LoveTravel Child 
Theme URI: http://www.gasgasgas.com.au
Description: LoveTravel Child 
Theme Author: Gasoline
Author URI: http://www.gasgasgas.com.au
Template: lovetravel 
Version: 1.0.0
Text Domain: lovetravel-child
License: GNU General Public License or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
*/


#post-658 {
    margin-top: -30px;
}

#post-658>h1 {
    display: none !important;
}

#nd_options_header_5_mobile+.nd_options_section.nd_options_height_50 {
    display: none !important;
}


.row {
    margin-left: -15px;
    margin-right: -15px;
    row-gap: 60px;
    box-sizing: border-box;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex: 0 1 auto;
    -webkit-box-flex: 0;
    flex: 0 1 auto;
    -ms-flex-direction: row;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.col-sm-4 {
    width: 33.33%;
    flex: 0 0 33.33%;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
    -ms-flex: 0 0 auto;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.destiImg {
    position: relative;
    width: 100%;
    overflow: hidden;
    padding-bottom: 60%
}

.ribbon-text {
    z-index: 3;
}

.destiImg img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}

.destiContent {
    padding: 30px;
}

.destiTitle h3 a {
    font-family: elza, sans-serif !important;
    font-weight: 700 !important;
    font-style: normal;
    margin-bottom: 4px
}

.destiArea a {
    background: url('../../plugins/nd-travel/addons/visual/packages/layout/icon-pin-grey.png') no-repeat center left;
    display: block;
    padding-left: 24px;
    background-size: 16px auto;
}

.destiInfo {
    display: flex;
    padding-top: 18px;
    padding-bottom: 18px;
    border-top: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 12px;
    margin-bottom: 16px;
}

.destiTypo a {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 2px;
    font-weight: 700 !important;
    display: block;
    margin-top: 10px;
}

.destiTypo a:first-child {
    margin-top: 0
}

.destiPrice {
    text-transform: uppercase;
    font-size: 16px;
    line-height: 21px;
    font-weight: 700 !important;
    display: block;
    color: #333333
}

.destiDesc {
    font-family: elza, sans-serif !important;
    font-weight: 400;
    font-style: normal;
    font-size: 14.5px;
    line-height: 23px;
    color: #333;
}

.destiDetails {
    margin-top: 20px;
}

.destiDetails a {
    background-color: #1bbc9b;
    font-family: 'Roboto', sans-serif !important;
    padding: 5px 20px;
    border-radius: 30px;
    color: #fff !important;
    font-weight: 500 !important;
    letter-spacing: 0.04em !important;
    display: inline-block;
}

.destiWrapper {
    height: 100%;
    border: 1px solid #eaeaea;
}

@media screen and (max-width:1024px) {
    .destination-list .row {
        display: flex;
        flex-direction: column;
    }

    .destination-list .row>div {
        width: 100%;
        min-width: 100%;
    }
}