/*
Theme Name: Fioxen
Theme URI: https://gaviaspreview.com/wp/fioxen/
Author URI: https://themeforest.net/user/gavias
Author: Gaviasthemes Team
Description: The 2022 theme for WordPress is a fully responsive theme that looks great on any device.
Version: 1.0.6
Tested up to: 5.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, sticky-post, theme-options, translation-ready
Text Domain: fioxen

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/
.wp-caption-text{
   font-weight: 400;
   font-size: 14px;
   font-style: italic;
   color: #3f3836;
}
.gallery-caption{
   font-weight: 500;
}
.bypostauthor{
   text-align: left;
}
.listing-submit-group.listing_submit-group-information{
display:block !important;
}
.lt-listing-filters .search_jobs .lt_search_location.lt-input-loading:after,.lt-listing-search-form .search-form-content .lt_search_location:after {
    background: none !important;
}
.places_list_autocomplete,.lt-filter-distance-slider {
    display: none !important;
}

.listing-block {
    border: 1px solid #32c3d7;
}
.listing-find a {
    background-color: #32c3d7;
        align-items: center;
    color: #fff !important;
    display: flex;
    font-size: 16px;
    font-weight: 700;
    justify-content: center;
    padding: 10px;
    text-decoration: none!important;
    width: 100%;
}

.listing-find i{
    vertical-align:middle;
    margin:11px 0 10px  10px 
}
.course-card__price {
    display: flex;
    flex-direction: column;
    line-height: 1;
    text-align: start;
}
.course-card__price .course-card__price-from {
    font-size: 12px;
    color:#222 !important;
}
.course-card__price-amount {
    color: #32c3d7;
    font-size: 40px;
    font-weight: 700;
}
.lt-content-block {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
}
.listing-block .listing-content .content-footer{
    border-top:none !important;
}
.wishlist-icon-content {
    display: none;
}
.lt-meta-top {
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: linear-gradient(90deg,#32c3d7,#2bcd5a) !important;    
    position: absolute;
    top: -30px;
    left: -0.5px;
    right: 46px;
    z-index: 11;
    overflow: hidden;
    width: 100%;
    clip-path: none !important;
    
}
.lt_block-category .cat-item a .icon {
     background: none !important; 
    border: 1px solid #06466A !important;
}
.lt_block-category .cat-item a .icon i.fas.fa-car {
    font-size: 24px !important;
    vertical-align:middle;
}
.content-footer {
    width: 100%;
    align-content: center;
}
.content-footer .location .icon {
    font-size: 18px !important;
}
.lt_block-category .cat-item a .icon i:before {
    background: url('https://drivingrite.co.uk/wp-content/uploads/2023/04/base_logo_white_background.png');
    content: '';
    background: url('https://drivingrite.co.uk/wp-content/uploads/2024/01/image-4.png')no-repeat top left;
    background-size: cover;
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border-radius:100%
}
.lt_block-category .cat-item a .icon{
    border:none !important;
}
.info-block {
  font-family: Arial, sans-serif;
  color: #333;
}

.info-block .info-item {
  display: flex;
  align-items: center;
  margin-bottom: 10px; /* Adjust the space between items as needed */
}

.info-block .icon {
  background-color: #62B5E5; /* Adjust the color as needed */
  border-radius: 50%;
  color: white;
  padding: 7px 12px 10px 10px !important;
    width:43px;
    height:43px;
  margin-right: 10px; /* Adjust the space between icon and text as needed */
  display: inline-block;
  font-size: 24px; /* Adjust icon size as needed */
}

/* Specific icons can be set with background-images or web fonts like FontAwesome */
.info-block .stopwatch:before {
  content: '\f017'; /* FontAwesome stopwatch icon code */
  font-family: 'FontAwesome';
}

.info-block .calendar:before {
  content: '\f073'; /* FontAwesome calendar icon code */
  font-family: 'FontAwesome';
}

.info-block .text {
  display: flex;
  flex-direction: column;
}

.info-block .title {
  font-size: 14px;
  color: #666;
}

.info-block .duration {
  font-size: 20px;
  color: #62B5E5; /* Match icon color or as needed */
  font-weight: bold;
}
