/*!
Theme Name: Fayuvi
Theme URI: https://fayuvi.com
Author: ultragenyx.com
Author URI: https://ultragenyx.com
Description: Theme build for Fayui Patient website
Version: 1.0.0.1
Tested up to: 6.2
Requires PHP: 7.4
License: GNU General Public License v2 or later
License URI: LICENSE

Tags:

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.
*/
.red {color: #b12182;}
a.underline {text-decoration: underline;}
/*  QTC Finder tool custom variable */
:root {
	--qtc-summary-text: #666;

	--qtc-map-bg: #f2f2f2;
	--qtc-map-border: #ddd;
		
	--qtc-search-inputborder: #CED4DA;
	--qtc-search-text: #757575;		
	--qtc-terms-label: #212529;
		
	/* 	QTC Search button */
	--qtc-btn-width: 150px;
	--qtc-btn-bg: #B12182;
	--qtc-btn-padding: 12px 30px;
    --qtc-btn-color: #FFF;
    --qtc-btn-radius: 30px;
    --qtc-btn-fw: 400;
	
	/* QTC Result */
	--qtc-number-bg: #B12182;
	--qtc-number-text: #fff;
	--qtc-card-separator: #e5e5e5;
		
	--qtc-title: #1B1B1B;
	--qtc-link-text: #21272A;
	--qtc-directions-text: #888;
	--qtc-info-text: #888;

	/* QTC Pagination */
	--qtc-pagination-position: right;
	--qtc-pagination-type: button;
	
	--qtc-page-btn-bg: initial;
	--qtc-page-btn-color: #1A73E8;
	--qtc-page-btn-border: none;		
	--qtc-page-btn-padding: 0 4px;
}
/* ends here */




.coming-soon-page {
    width: 100%;
    min-height: 100vh;
    background: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

.coming-soon-page * {
    box-sizing: border-box;
}

.coming-container {
    width: 80%;
    margin: 0 auto;
    padding: 0 20px;
}

.coming-header {
    height: auto;
    background: #fff;
    padding: 15px 0;
    margin-bottom: 24px;
}

.coming-logo {
    display: block;
    width: 160px;
    height:  auto;
    padding-top: 7px;
}

.coming-banner {
   background-image: url('/wp-content/uploads/coming-soon-bg-scaled.png');
    height: 90px;
    display: flex;
	align-items: center;
    height: 200px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.coming-banner h1 {
    margin: 0;
    font-size: 32px;
    line-height: 1.2;
    font-weight: 400;
    color: #505050;
	text-align: center;
}

@media (max-width: 767px) {

    .coming-container {
        max-width: 100%;
        padding-left: 25px;
        padding-right: 25px;
    }

    .coming-banner h1 {
        font-size: 20px;
    }
}
