/*
Theme Name: Sunrise
Theme URI: http://underscores.me/
Author: Manoz
Author URI: https://www.linkedin.com/in/ydv-indra/
Description: WP PremiumTheme by Manoz
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: sunrise
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

Sunrise is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

.wpcf7-form .wpcf7-form-control{
	border:1px solid #e5e7eb;
	background:#f9fafb;
	padding:10px;
	width:100%;
}



input.wpcf7-form-control.wpcf7-submit{
	background:#0099f6;
	border:0;
	color:#fff;
	
}

/* Fullscreen Loader */
#page-loader{
position:fixed;
top:0;
left:0;
width:100%;
height:100vh;
background:#020617;
display:flex;
align-items:center;
justify-content:center;
z-index:99999;
}

.loader-wrapper{
position:relative;
width:120px;
height:120px;
display:flex;
align-items:center;
justify-content:center;
}

.ring{
position:absolute;
width:100%;
height:100%;
border-radius:50%;
border:3px solid transparent;
border-top:3px solid #ff6a00;
animation:spin 1.5s linear infinite;
}

.ring:nth-child(2){
width:90px;
height:90px;
border-top:3px solid #3b82f6;
animation-duration:1s;
}

.ring:nth-child(3){
width:60px;
height:60px;
border-top:3px solid #ffffff;
animation-duration:0.7s;
}

.loading-text{
position:absolute;
bottom:-40px;
color:#fff;
font-size:14px;
letter-spacing:4px;
text-transform:uppercase;
font-family:sans-serif;
}

@keyframes spin{
0%{
transform:rotate(0deg);
}
100%{
transform:rotate(360deg);
}
}

#entry_content p {
    font-size: 17px;
    line-height: 1.9;
    color: #2c2c2c;
    margin-bottom: 20px;
}

#entry_content h4.wp-block-heading {
    font-weight: 700;
    color: #1f2937;
    margin: 20px 0 15px;
    line-height: 1.3;
}

#entry_content ul.wp-block-list {
    list-style: none;
    padding-left: 0;
}

#entry_content ul.wp-block-list li {
    position: relative;
    padding-left: 25px;
    margin-bottom: 10px;
}

#entry_content ul.wp-block-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #f97316;
    font-weight: bold;
}