/*
 Theme Name:   Travel Tour Child
 Theme URI:    http://demo.goodlayers.com/infinite
 Description:  Goodlayers Travel Tour Child Theme
 Author:       Goodlayers
 Author URI:   http://goodlayers.com
 Template:     traveltour
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, right-sidebar, responsive-layout
 Text Domain:  traveltour-child

 START YOUR CHILD THEME CSS HERE
*/

/* Hide View Details toggle link */
.tourmaster-tour-booking-bar-price-breakdown-link {
    display: none !important;
}

/* Always show price breakdown */
.tourmaster-tour-booking-bar-summary .tourmaster-price-breakdown {
    display: block !important;
}

/* Fygaro Pay Now button - green */
a.tourmaster-fygaro-pay,
a.tourmaster-fygaro-pay:hover,
a.tourmaster-fygaro-pay:visited {
    background-color: #28a745 !important;
    border-color: #28a745 !important;
    color: #ffffff !important;
}

/* Payment buttons - 50% width, centered, bold */
a.tourmaster-fygaro-pay,
a.tourmaster-fygaro-pay:hover,
a.tourmaster-fygaro-pay:visited {
    width: 50% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    box-sizing: border-box !important;
}

a.tourmaster-payment-method-booking-button,
a.tourmaster-payment-method-booking-button:hover {
    width: 50% !important;
    display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
    text-align: center !important;
    font-weight: bold !important;
    letter-spacing: 1px !important;
    box-sizing: border-box !important;
}

@media only screen and (max-width: 480px) {
    a.tourmaster-fygaro-pay,
    a.tourmaster-payment-method-booking-button {
        width: 80% !important;
    }
}

