/*
Theme Name: Tenerife Airport Transfers
Theme URI: https://tenerifeairporttransfers.co.uk/
Author: Tenerife Airport Transfers
Author URI: https://tenerifeairporttransfers.co.uk/
Description: Tenerife Airport Transfers theme.
Requires at least: 6.7
Tested up to: 6.7
Requires PHP: 7.2
Version: 1.19
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tenerifeairporttransfers
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/


/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}


/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}

.header {
	position: fixed !important;
	top: 0;
	z-index: 40;
	width: 100%;
}

footer {
	margin-top: 0px !important;
}

.fixed-bg {
	background-attachment: fixed;
}

.italic {
	font-style: italic;
}

.w-100 {
	width: 100%;
}

.gallery-item {
	margin: auto !important;
	filter:  grayscale(95%);
	transition: filter 0.6s;
}

.gs {
	filter: sepia(100%) hue-rotate(190deg) grayscale(60%);
	transition: filter 0.2s;
}

.gallery-item:hover {
	filter: none;
}

.feature-item {
	width: 100%;
}

.clickable-card {
	transition: box-shadow 0.3s, transform 0.3s;
}

.clickable-card:hover {
	cursor: pointer;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.hero-bg-img {
	filter:  grayscale(0%);
}

.featured-img {
	border-radius: 26px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

.card-details-description {
	position: absolute;
	bottom: 10px;
	left: 10px
}

.destination-img > img {
	object-fit: cover;
	width: 100%;
}

.destination-fill {
	height: 100%;
	flex: 1
}

.destination-details {
	align-self: flex-start;

}

.card-details-price {
	position: absolute;
	bottom: 10px;
	right: 10px
}

.card-details-badge {
	position: absolute;
	top: 10px;
	right: 10px
}

.card-cover {
	height: 100px;
}

.hero-title {
	line-height: 1.2 !important;
}

a[aria-current="page"] > span {
	font-weight: bold;
	text-decoration: underline;
	text-decoration-thickness: 1px;
}

#reviews {
	scroll-margin-top: 100px;
}

html {
	scroll-behavior: smooth !important;
}

@media (max-width: 868px) {
    .responsive-row {
        flex-direction: column;
    }
}

@media (max-width: 978px) {
    .responsive-row-md {
        flex-direction: column;
    }

    .hide-md {
	display: none !important;
    }
}

.sb-feed-posts {
	display: flex !important;
	gap: 10px;
	flex-direction: row;
}

.row-mt {
padding-top: 300px;
}

@media (max-width: 1268px) {
    .responsive-row-lg {
        flex-direction: column;
    }

.row-mt {
padding-top: 200px !important;}

main > div > h1  {
margin-top: 50px !important; }

    .sb-feed-posts {
	flex-direction: column;	
    }
}


@media (max-width: 568px) {
    .responsive-row-sm {
        flex-direction: column;
    }

    .w-100-sm {
	width: 100% !important;
    }

    .card-details-price {
        position: absolute;
        bottom: 60px;
        right: auto;
	left: 10px;
	font-size: 10px !important;
   }
}

a {
	word-break: break-all;
}

.h-100 {
height: 100% !important;
}
.destination-img > img {
width: 100% !important;
}
.wp-block-navigation__submenu-container {
padding: 10px;
border-radius: 8px;
width: 300px !important;
}

.wp-block-navigation-item .wp-block-navigation-link {

background: transparent;
}

#simple-translate {
display: none;
}

.ea-body {
font-size: 1rem;
}