/*
 Theme Name:   Abruzzo Incoming
 Theme URI:    https://abruzzoincoming.com
 Description:  Child theme of Travelfic for Abruzzo Incoming travel booking website
 Author:       Abruzzo Incoming
 Author URI:   https://abruzzoincoming.com
 Template:     travelfic
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Text Domain:  abruzzoincoming
*/

/* Custom styles go below this line */

/* Fix hardcoded orange color in section titles - use primary color */
.tft-section-wrapper .tft-section-title h2::after {
	background: #3CBCD933 !important;
}

/* Override hardcoded plane shape image in About Us widget */
.tft-about-us-shape img {
	content: url('/wp-content/themes/abruzzoincoming/assets/img/plane-shape.png');
}

/* Fix hardcoded orange in heading h2::after across all widgets */
.tft-heading-content h2.tft-title-shape::after,
.tft-latest-posts-design__three .tft-heading-content h2::after,
.tft-popular-hotels-design__two .tft-heading-content h2::after,
.tft-icon-text-design__two .tft-heading-content h2::after,
.tft-team-design__two .tft-heading-content h2::after {
	background: #3CBCD933 !important;
}

/* Fix Latest News Design 3 - button background color (must match plugin selector specificity) */
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-read-more a {
	background: #f2f2f2 !important;
	color: var(--tf-text-paragraph) !important; 
}
.tft-latest-posts-design__three .tft-blog-gird-section .tft-post-single-item .tft-content-details .tft-read-more a:hover {
	background: var(--tf-brand-dark) !important;
	color: var(--tf-color-white) !important;
}
