/*
Theme Name: SpectrumChild
Theme URI: https://spectruminteractivegroup.com/
Version: 1.2
Description: A Child Theme for Divi that enables Divi Builder for Custom Post Types
Author: Nagdy @ WPColt.com
Author URI: http://wpcolt.com
License: GNU General Public License v2
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Template: Divi
*/
/* Add your custom CSS after this line */

#main-header::before {
	position: fixed;
    content: "";
    left: 0;
    top: 0;
    background: linear-gradient(270deg, #FF5E47, #FF973D, #FEB833, #00AD63, #327DD2, #86288A);
    width: 100%;
    height: 6px;
    z-index: 1111;
}

#top-menu-nav #top-menu a:hover, #top-menu li.current-menu-item>a,
#mobile_menu_slide a:hover { 
    color: #742878 !important; 
	text-decoration: underline !important;
    
}

a.submission_link {
	text-decoration: underline !important;
	color:#86288a !important;
}


/* Spectrum Standard Form */

.gf-spectrum-form input[type="text"],
.gf-spectrum-form textarea {
	padding:20px !important;
	font-weight:bold;
	border-color:#fff;
	border-radius:4px;
	background-color: #f9f9f9;
	color: #4e4e4e;
	/*font-size: 24px;*/
}

.gf-spectrum-form textarea {
	margin-top:14px !important;
}

.gf-spectrum-form li.gfield {
	margin-top:0px !important;
}

.gf-spectrum-form input[type="submit"] {
	padding: 10px 30px !important;
	/*font-family: "Montserrat",Helvetica,Arial,Lucida,sans-serif !important;*/
	font-size: 24px !important;
	background-color:#fff;
	border: 2px solid #b2b2b2;
	border-radius:4px;
	cursor:pointer;
	color: #b2b2b2 !important;
	transition: all .2s linear;
}

.gf-spectrum-form input[type="submit"]:hover {
	background-color:#b2b2b2;
	border: 2px solid #b2b2b2;
	color: #fff !important;
}

.tribe-common a, .tribe-common a:active, .tribe-common a:focus, .tribe-common a:hover, .tribe-common a:visited {
	text-decoration:underline;
	color:#742878;
}