/*
Theme Name: Splendour Child Theme
Theme URI: https://splendour.themerex.net/
Description: Splendour is a Premium WordPress theme that has built-in support for popular Page Builders, slider with swipe gestures, and is SEO- and Retina-ready. The unique system of inheritance and override options allows setting up individual parameters for different sections of your site and supported plugins.
Author: ThemeREX
Author URI: https://themerex.net/
Version: 1.28.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, e-commerce, portfolio, grid-layout, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, footer-widgets, full-width-template, microformats, post-formats, sticky-post, theme-options, threaded-comments, translation-ready, block-styles, wide-blocks
Text Domain: splendour
Template: splendour
*/


/* =Child-Theme customization starts here
------------------------------------------------------------ */
.woocommerce div.product p.price, .woocommerce div.product span.price, .woocommerce span.amount, .woocommerce-page span.amount {
    color: #4568E4 !important;
}
.tnp.tnp-subscription form {
    display: flex !important;
    justify-content: center !important;
}
.tnp.tnp-subscription input#tnp-1 {
    width: 500px !important;
    height: 56px;
    font-size: 14px !important;
    line-height: 24px !important;
    color: #333 !important;
    background-color: #F2F2F2;
    padding-left: 28px !important;
}
.tnp.tnp-subscription .tnp-field.tnp-field-button {
    margin-bottom: 0 !important;
}
.tnp.tnp-subscription input.tnp-submit {
    width: 140px !important;
    height: 55px !important;
    margin-top: 3px !important;
    background-color: #F2F2F2 !important;
    color: #333 !important;
    font-size: 14px !important;
    border-left: 1px solid #E6E1DC !important;
}
.inner-banner h1 {
    font-size: 60px !important;
    line-height: 70px !important;
    color: #fff !important;
}
a.sc_layouts_logo img {
    max-width: 300px !important;
}

@media only screen and (max-width: 1000px) {
	.inner-banner h1 {
    	font-size: 30px !important;
    	line-height: 40px !important;
	}
	.tnp.tnp-subscription input#tnp-1 {
		width: 100% !important;
	}
	.tnp.tnp-subscription form {
		display: block !important;
	}
	.tnp.tnp-subscription input.tnp-submit {
		width: 100% !important;
	}
}