/*
Theme Name: Loge - Ignition Child
Theme URI: https://www.cssigniter.com/themes/loge/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: Child theme for Loge - Ignition
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: ignition-loge
Text Domain: ignition-loge-child
*/

/*
 * Add your custom styles below. The parent theme's styles are loaded automatically by default.
 * If you need to change this, see functions.php
 */

.price, .woocommerce-Price-amount {
	display: none;
}

.demo-newsletter-form [type="submit"] {
	display: block;
	min-width: 140px;
	margin-top: 15px;
}


.wp-block-button__link, .maxslider-btn, button, .btn {
	padding: 10px 10px;
	border-bottom-color: #ffb81c !important;
}

@media (max-width: 560px) {
	#maxslider-148 { height: 620px !important; }
}


/* Add this to your child theme’s CSS or Customizer */

.site-content-wrap {
    padding: 2rem;
    background-color: #f9f9f9;
}

.site-content-wrap h2 {
    font-size: 1.8rem;
    margin-bottom: 1rem;
}

.logout-link {
    display: inline-block;
    margin-top: 2rem;
    background: #333;
    color: #fff;
    padding: 0.5rem 1rem;
    text-decoration: none;
}

.logout-link:hover {
    background: #555;
}
