/*
Theme Name: Travelux
Theme URI: http://tfdemo.ithemeslab.com/wp/travelux/
Author: iThemesLab
Description: Travelux is an attractive WordPress theme created for travel agency, tour operator, and all types of business in the tour and travel niche. Two specific homepage layouts mixed with a lot of excellent sections and powerful functions help you to set up a professional website gives a friendly feeling about the service to your viewers.
Version: 1.0.10
License: GNU General Public License, version 3 (GPLv3)
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Text Domain: travelux
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready
 */

 
/* Custom CSS for fixing default styles in Main Page */

/* Making buttons with checks to be full width */
.custom-button a {
	width: 100%;
	text-align: left;
}
/* Removing rating from feviews */
.testimonial__rating {
    display: none;
}

/* Removing rating from tour card */
.elementor .ft-card .ft-card__content .ft-card__head .ft-card__rating {
    display: none;
}

/* Making price to be align right */
.tf-card__price {
    text-align: right;
    width: 100%;
    display: block;
}

/* Adding 'FROM' word to price */
.tf-card__price::before {
    content: "FROM ";
}

/* For making price aligned to the right     */
.ft-card__right {
    width: 100%;
}

/* Removing subtitle before the title in the card */
.ft-card__head p {
    display: none;
}

.comment-list .bypostauthor {
    border-bottom: 5px solid #e7e7e7;
}
.comment-list li ul.children li.bypostauthor {
    border-bottom: 5px solid #e7e7e7;
}
/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: 3px;
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: bold;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 15px 23px 14px;
    text-decoration: none;
    top: 5px;
    width: auto;
    z-index: 100000;
    /* Above WP toolbar. */
}

/* Do not show the outline on the skip link target. */
#content[tabindex="-1"]:focus {
    outline: 0;
}