/**
Theme Name: Tusti Child Theme - ASTRA 
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: This is the Trusti child theme based on ASTRA Parent. 

Do not remove this or ASTRA theme. 
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tusti-child-theme-astra
Template: astra
*/
.ast-sticky-main-shrink .ast-sticky-shrunk .main-header-bar .ast-site-identity {
	margin-top: -35px !important;
}
.wpcf7 input:not([type=submit]), .wpcf7 select, .wpcf7 textarea {
	padding: 5px !important;
	border-bottom: 2px solid #fff!important;
    border-width: 0;
	color: #fff !important;
	background: none !important;
	font-weight: 600 !important;
	font-size: 15px !important;
}
.wpcf7 input:not([type=submit])::placeholder {
	color: #fff !important;
	font-weight: 100 !important;
	font-size: 15px !important;
}
.wpcf7-not-valid-tip {
	background: #fff !important;
	padding: 0 10px 0 !important;
}
.wpcf7-submit {
	width: 100% !important;
	background: #000 !important;
}
.wpcf7-form label {
	margin-bottom: 10px !important;
}
.terms-and-conditions-text span {
	color: #000 !important;
	font-size: 14px !important;
	line-height: 1.3em !important;
}
.terms-and-conditions-text a {
	color: #000 !important;
	text-decoration: underline !important;
}
.wpcf7 form .wpcf7-response-output {
	background: #fff !important;
    border: none !important;
	text-align: center !important;
}

@media screen and (max-width: 780px) {
	.ast-builder-layout-element .ast-site-identity {
		margin: 0 !important;
		padding: 0 !important;
	}
}