/*
Theme Name:Togo Child
Theme URI: https://togo.uxper.co/
Author: Uxper
Author URI: http://uxper.co/
Description: This is a child theme of Togo
Template: togo
Version: 1.0.0
Requires at least: 5.0
Tested up to: 5.4
Requires PHP: 7.4
License URI: https://choosealicense.com/licenses/gpl-2.0/
Text Domain: togo-child
Tags: editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, threaded-comments, translation-ready
*/

/* Trip Card Type 4 New Styling */
.type-trip-grid-04 .trip-price .suffix {
    display: none;
}

.type-trip-grid-04 .trip-price .prefix {
    display: inline-block;
    width: 40%;
    color: #fff;
    vertical-align: middle;
}

.type-trip-grid-04 .trip-price .price {
    display: inline-block;
    width: 50%;
    color: #fff;
    vertical-align: middle;
}

.type-trip-grid-04 .trip-price {
    position: absolute;
    z-index: 999;
    background: #f5a31b;
    border-radius: 8px;
    padding: 8px;
    margin: 12px;
    width: 150px;
}

.type-trip-grid-04 .trip-inner {
	box-shadow: 0 0px 17px 4px rgba(1, 116, 162, 0.25);
}

.type-trip-grid-04 .trip-inner .trip-description {
	display: none;
}

/* Trip Card Type 4 New Styling */