/*
Theme Name: Matrix Network
Theme URI: 
Author: Ganga Kafle
Author URI: 
Description: 
Requires at least: 6.0
Tested up to: 6.4.3
Requires PHP: 5.7
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: twentytwentyfour
Text Domain: matrixnetwork
Tags: blog, news, portfolio, one-column, wide-blocks, accessibility-ready, block-patterns, block-styles, custom-colors, custom-logo, custom-menu, editor-style, featured-images, full-site-editing, rtl-language-support, sticky-post, style-variations, threaded-comments, translation-ready, 
*/


/* Landing Page CSS */

html {
  scroll-behavior: smooth;
}

.yellow-text-shadow {
    text-shadow: 2px 2px 5px #ffffffc7;
}

#contact-btn .wp-element-button, #contact-btn .wp-block-button__link {
	transition: all 0.3s ease-in-out;
}

#contact-btn .wp-element-button:hover, #contact-btn .wp-block-button__link:hover {
	box-shadow: 0px 1px 8px #c7c190;
    transform: translatey(-5px);
}

.form-wrap form {
   max-width: 600px;
    margin: 40px auto 30px;
    font-family: Inter;
    background: #40403e;
    padding: 15px 30px;
    border-radius: 10px;
}

.form-wrap form label {
    color: #fff;
    font-size: 16px;
	font-weight: 500;
    line-height: 1.3;
    padding-bottom: 5px;
    display: inline-block; 
}

.form-wrap form span {
    display: inline-block;
    width: 100%;
}

.form-wrap input,
.form-wrap textarea {
    width: 100%;
	max-width: 576px;
    display: inline-block;
    font-size: 18px;
    padding: 10px;
	margin-bottom: 10px;
}

.form-wrap form .wpcf7-submit {
    font-size: 20px;
    font-weight: 600;
    color: #444;
    border: 0;
    cursor: pointer;
    padding: 15px;
	width: 100%;
	max-width: 100%;
	display: inline-block;
}

.form-wrap form .wpcf7-submit:hover {
	background: #ffff10;
}

.form-wrap form .wpcf7-not-valid-tip {
    padding: 5px 0;
}

.form-wrap form .wpcf7-response-output {
    color: #fff;
    padding: 10px;
}

.form-wrap form .wpcf7-spinner {
	width: 20px;
	height: 20px;
	margin-top: 5px;
}

@media screen and (max-width: 768px) {
	.form-wrap input,
	.form-wrap textarea {
		width: 95%;
	}
}