﻿/*
Theme Name:   Globetrek Child Theme
Description:  Write here a brief description about your child-theme
Author:       Themesflat
Author URL:   https://globetrek.autodealwordpress.com/
Template:     globetrek
Version:      1.0.1
Tested up to: 5.8.1
Requires PHP: 5.6
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:  globetrek-child-theme
*/

.tf-listing-wrap .tour-card .day {
	display: flex;
	align-items: center;
	gap: 9px;
}

.tf-child-tour-icon svg {
	width: var(--tf-child-tour-icon-size, 18px) !important;
	height: var(--tf-child-tour-icon-size, 18px) !important;
}

.tf-child-tour-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: var(--tf-child-tour-icon-size, 18px) !important;
	min-width: var(--tf-child-tour-icon-size, 18px) !important;
	height: var(--tf-child-tour-icon-size, 18px) !important;
	color: var(--tf-child-tour-icon-color, #555);
	fill: var(--tf-child-tour-icon-color, #555);
}

.tf-child-tour-icon i {
	display: inline-block;
	font-size: var(--tf-child-tour-icon-size, 18px) !important;
	line-height: 1;
	color: inherit;
}

.tf-child-tour-icon svg {
	display: block;
	color: inherit;
	fill: var(--tf-child-tour-icon-color, #555);
	overflow: visible;
}

.tf-child-tour-icon svg path,
.tf-child-tour-icon svg [fill] {
	fill: currentColor;
}

.tf-child-tour-icon img {
	display: block;
	width: var(--tf-child-tour-icon-size, 18px) !important;
	min-width: var(--tf-child-tour-icon-size, 18px) !important;
	height: var(--tf-child-tour-icon-size, 18px) !important;
	object-fit: contain;
}

.tf-listing-wrap .tour-card .tf-child-tour-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
	width: var(--tf-child-tour-icon-size, 18px) !important;
	min-width: var(--tf-child-tour-icon-size, 18px) !important;
	height: var(--tf-child-tour-icon-size, 18px) !important;
	color: var(--tf-child-tour-icon-color, #555);
	fill: var(--tf-child-tour-icon-color, #555);
}

.tf-listing-wrap .tour-card .tf-child-tour-icon i {
	display: inline-block;
	font-size: var(--tf-child-tour-icon-size, 18px) !important;
	line-height: 1;
	color: inherit;
}

.tf-listing-wrap .tour-card .tf-child-tour-icon svg {
	width: var(--tf-child-tour-icon-size, 18px) !important;
	min-width: var(--tf-child-tour-icon-size, 18px) !important;
	height: var(--tf-child-tour-icon-size, 18px) !important;
	display: block;
	color: inherit;
	fill: var(--tf-child-tour-icon-color, #555);
	overflow: visible;
}

.tf-listing-wrap .tour-card .tf-child-tour-icon svg path,
.tf-listing-wrap .tour-card .tf-child-tour-icon svg [fill] {
	fill: currentColor;
}

.tf-listing-wrap .tour-card .tf-child-tour-icon svg path:not([fill="none"]),
.tf-listing-wrap .tour-card .tf-child-tour-icon svg [fill]:not([fill="none"]) {
	fill: currentColor;
}

.tf-listing-wrap .tour-card .tf-child-tour-icon img {
	display: block;
	width: var(--tf-child-tour-icon-size, 18px) !important;
	min-width: var(--tf-child-tour-icon-size, 18px) !important;
	height: var(--tf-child-tour-icon-size, 18px) !important;
	object-fit: contain;
}

.go-top svg {
	display: block;
	width: 100%;
	height: 100%;
}

.go-top path {
	fill: none;
}


