/*
Theme Name: Gurus
Theme URI: http://demo.bravisthemes.com/gurus
Author: Bravis-Themes
Author URI: https://themeforest.net/user/bravis-themes/portfolio
Description: Gurus is created to provide modern solution for any business type. The theme is packed with large collection of beautifully designed homepages and a large number of inner page styles. Also, there are versatile and easily tailored portfolio templates that will give you full freedom to create the showcase you need. Moreover, Gurus looks flawless on all devices, so your content will look equally amazing across all device types. Whether you need a personal theme or professional theme, Gurus can be a perfect fit. Get it today and discover all the features one WordPress site needs.
Version: 1.0.5
Tested up to: 6.0
Requires PHP: 7.4
License: ThemeForest
License URI: https://themeforest.net/licenses
Text Domain: gurus
Tags: business, consulting, consultant, agency, company, advertising, corporate, finance, financial, multipurpose, accountant, marketing, software, startup, modern, saas. 
Copyright (c) 2024 Bravis-Themes. All rights reserved.
This theme is licensed under the GPL-2.0+ license.
*/

/* Important Note: Paste the styles into Child Theme's stylesheet */

/* Custom Code */
.wpcf7 label{
	color: #00FFB9;
	margin-bottom: 10px;
	font-family: "Josefin Sans", sans-serif;
}

.wpcf7 input,
.wpcf7 textarea{
	background: #00183C;
	color: #fff;
	border-bottom: 1px solid #999;
	padding: 5px 15px;
	margin-bottom: 20px;
	font-family: "Josefin Sans", sans-serif;
	transition: border-bottom 0.2s;
}

.wpcf7 input{
	height: 40px;
}

.wpcf7 textarea{
	padding: 10px 15px;
}

.wpcf7 input::placeholder,
.wpcf7 textarea::placeholder{
	color: #999;
	transition: color 0.3s;
}

.wpcf7 input:hover,
.wpcf7 textarea:hover{
	border-bottom: 1px solid #00FFB9;
}

.wpcf7 input:hover::placeholder,
.wpcf7 textarea:hover::placeholder{
	color: #fff;
}

.wpcf7 label .required{
	color: red;
}

.wpcf7 input[type="submit"]{
	background: #00FFB9;
	color: #000029;
	border: none;
	outline: none;
	padding: 15px 25px;
	width: 200px;
	font-family: "Josefin Sans", sans-serif;
	cursor: pointer;
	transition: all 0.3s;
}

.wpcf7 input[type="submit"]:hover{
	background: #00E6DC;
}

.wpcf7 .wpcf7-response-output{
	color: #00FFB9;
	border: none !important;
}

.wpcf7 .row{
	display: flex;
	gap: 10px;
}

.wpcf7 .pxl-file-upload-input{
	height: 42px !important;
	margin-bottom: 0 !important;
}

.wpcf7 .pxl-file-upload-button{
	height: 42px !important;
	border: none !important;
	background: #00183C !important;
	color: #00FFB9 !important;
	line-height: 0px;
}

/* Newsletter */
.wpcf7 .newsletter-wrapper{
	position: relative;
}

.wpcf7 .newsletter-input{
	font-size: 30px !important;
	padding: 25px 15px;
	padding-right: 210px;
	background: transparent !important;
	border-bottom: 1px solid #000029 !important;
	color: #000029 !important;
}

.wpcf7 .newsletter-input::placeholder{
	color: #000029 !important;
}

.wpcf7 .newsletter-btn{
	border: 1px solid #000029 !important;
	border-radius: 30px;
	background: #00183C !important;
	color: #00FFB9 !important;
	position: absolute;
	top: 40%;
	right: 0;
	transform: translateY(-50%);
	padding: 10px 15px !important;
}

@media (max-width: 574px){
	.wpcf7 .newsletter-input{
		font-size: 14px !important;
		padding-right: 100px !important;
	}
	.wpcf7 input[type="submit"].newsletter-btn{
		font-size: 14px !important;
		width: 100px !important;
	}
}