/**
Theme Name: Parsec
Author: Dave Bricca
Author URI: http://wpastra.com/about/
Description: Custom website design developed for Parsec Labs.
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: parsec
Template: astra
*/

.page page-id-344 .ast-advanced-headers-title {
    display: none !important;
}


/* Footer */

.footer1 h3 {
	font-size: 1.2em;
	font-weight: 600;
	color: #FFFFFFBA;
}
.footer1 a, .footer2 a {
	color: #FFFFFFBA;
}
.footer1 .footer-nav a {
	font-size: 1em;
	font-weight: 600;
	line-height: 2em;
}
.footer2 {
	font-size: 0.8em;
}


/* Partners */

.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
    width: 100%;
}


/* Forms */

.sp_glass .chosen-choices, 
.sp_glass input, 
.sp_glass input[type=email], 
.sp_glass input[type=number], 
.sp_glass input[type=password], 
.sp_glass input[type=search], 
.sp_glass input[type=tel], 
.sp_glass input[type=text], 
.sp_glass input[type=url], 
.sp_glass select, 
.sp_glass textarea,
.sp_glass .gfield_error input, 
.sp_glass .gfield_error input[type=email], 
.sp_glass .gfield_error input[type=number], 
.sp_glass .gfield_error input[type=password], 
.sp_glass .gfield_error input[type=search], 
.sp_glass .gfield_error input[type=tel], 
.sp_glass .gfield_error input[type=text], 
.sp_glass .gfield_error input[type=url], 
.sp_glass .gfield_error select, 
.sp_glass .gfield_error textarea  {
    background: #fafafa;
}

.sp_glass .gfield_error input

.sp_glass select {
  background-image: url(/wp-content/plugins/gfstylespro/icons/caret.svg) !important;
  background-position: center right !important;
  background-color: #fafafa !important;
  background-size: 1em,100% !important;
  background-repeat: no-repeat !important;
  -webkit-animation: none;
  animation: none;  
  animation-play-state: paused;
  transform: none;
  transition: none;
}

.sp_glass select:hover {
  background-image: url(/wp-content/plugins/gfstylespro/icons/caret.svg);
  background-position: center right !important;
  background-color: #ffffff;
  background-size: 1em,100%;
  background-repeat: no-repeat;
  -webkit-animation: none;
  animation: none;  
  animation-play-state: paused;
  transform: none;
  transition: none;
}

.sp_glass select {
  background-image: url(/wp-content/plugins/gfstylespro/icons/caret.svg) !important;
  background-position: center right !important;
  background-color: #fafafa !important;
  background-size: 1em,100% !important;
  background-repeat: no-repeat !important;
  -webkit-animation: none;
  animation: none;  
  animation-play-state: paused;
  transform: none;
  transition: none;
}

.sp_glass select:hover {
  background-image: url(/wp-content/plugins/gfstylespro/icons/caret.svg);
  background-position: center right !important;
  background-color: #ffffff;
  background-size: 1em,100%;
  background-repeat: no-repeat;
  -webkit-animation: none;
  animation: none;  
  animation-play-state: paused;
  transform: none;
  transition: none;
}

.gform_wrapper input[type="submit"] {
    border-style: solid;
    border: 0;
    line-height: 1;
    font-size: 15px;
    padding: 10px 40px;
    background: #61ce70;
    border-radius: 25px;
	color: #ffffff !important;
	text-shadow: none;
	width: 100%;
}

.gform_wrapper input[type="submit"]:hover {
  background: #61ce70 !important;
  text-shadow: 1px 1px 3px rgba(0,0,0, 0.4) ;
}