/*!
Theme Name: Soy Nextceo
Theme URI:  http://starbrandgroup.com/
Template: kadence
Author: StarbrandGroup
Author URI: http://starbrandgroup.com/
Description: 
Version: 1.0.1
License: GNU General Public License v3.0 (or later)
Text Domain: kadence-child
*/

/* Theme customization starts here
-------------------------------------------------------------- */

#form-soporte {
	max-width: 600px;
	margin: auto;
}

.wpcf7-form-control.wpcf7-text.wpcf7-validates-as-required.form-control {
	border: solid 2px #222;
	border-radius: 10px;
	padding: 25px;
}

.wpcf7-form-control.wpcf7-textarea.form-control {
	border: solid 2px #222;
	border-radius: 10px;
	padding: 5px 25px;
}

.form-control:focus {
	box-shadow: none !important;
}

.wpcf7-form input::placeholder {
    color: #222;
}

.wpcf7-form textarea::placeholder {
    color: #d5d5d5;
}

.wpcf7-form-control.wpcf7-submit.form-control {
	background-color: #f72d5e;
	border-radius: 10px;
	padding: 25px;
	line-height: 0;
}

.wpcf7-not-valid-tip {
	color: #f72d5e;
	font-size: 12px;
	display: block;
	background-color: transparent;
	border-radius: 100px;
	padding: 5px 20px;
	margin: 0.5rem 0;
	text-transform: uppercase;
	font-weight: 600;
}

.wpcf7-response-output {
	border: none !important;
	text-align: center;
	color: #f72d5e;
	padding: 0px !important;
}

/**/
#user-registration {
	box-shadow: none;
}

#login .ur-frontend-form {
	border: none;
}

#user-registration {
	background-color: transparent;
	margin: 0;
}

#login .ur-frontend-form.login {
	margin: 0;
	padding: 0;
}

#login .ur-frontend-form .ur-form-row .ur-form-grid {
	padding: 0;
}

#login .user-registration-Button.button {
	background-color: #fff;
	color: #f72d5e;
	font-weight: 600;
	width: 100%;
	border-radius: 100px;
	height: 50px;
}

#username, 
#password {
	background-color: transparent;
	border-radius: 100px;
	border: solid 2px aliceblue;
	height: 60px;
}

body.logged-in .logged-in-item {
	display: none;
}

body:not(.logged-in) .not-logged-in-item {
	display: none;
}