/*
 Theme Name:   DizzyData - Salient
 Theme URI:    
 Description:  Salient Child Theme
 Author:       -
 Author URI:   
 Template:     salient
 Version:      1.0.0
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  salient-child
*/

/*
For older themes, and themes that do not use wp_enqueue_style() to enqueue their stylesheet, use the following line where twentyfourteen is the name of the directory where the theme resides:
*/
@import url("../salient/style.css");


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

#header-secondary-outer #lang_sel ul ul a,
#header-secondary-outer #lang_sel ul ul a:visited {
	background: #fff!important;
	color: #000!important
}

#header-secondary-outer #lang_sel ul ul a:hover,
#header-secondary-outer #lang_sel ul ul a:visited:hover {
	background: #eee!important;
}

#header-secondary-outer #lang_sel ul ul {
	top: 32px;
}

#header-secondary-outer #lang_sel {
	float: right;
	z-index: 9999;
}

#header-secondary-outer #lang_sel a.lang_sel_sel {
	background-color: transparent;
	border-width: 0;
	padding: 6px 10px 2px;
	border-color: #DDD;
}

header#top nav ul li a[title="start"] {
	position:relative;
	color:#FFF;
	display:block;
	text-decoration:none;
	margin: 0 0 0 12px;
	border-radius:5px;
	border:solid 1px #fc9a00;
	background:#fc9a00;
	text-align:center;
	padding: 8px 16px!important;
	color: #FFF!important;
	
	-webkit-transition: none!important;
	-moz-transition: none!important;
	transition: none	!important;
	
	-webkit-box-shadow: 0px 4px 0px #e38b00;
        -moz-box-shadow: 0px 4px 0px #e38b00;
        box-shadow: 0px 4px 0px #e38b00;
	
	-webkit-transform: translate3d(0, 0, 0);
	
	letter-spacing: 1px;
	margin-top: 4px;
	
	font-family: OpenSansbold;
	font-size: 13px;
	letter-spacing: 2px;
}

header#top nav ul li a[title="start"]:hover{
	color: #FFF!important;
	background: #f39c12!important;
}

header#top nav ul li a[title="start"]:active{
    -webkit-box-shadow: 0px 1px 0px #e38b00;
    -moz-box-shadow: 0px 1px 0px #e38b00;
    box-shadow: 0px 1px 0px #e38b00;
    top: 4px;
}

.popup-wrapper {
margin: 40px 0;
text-align:center;
padding:0;
}

.popup-wrapper a {
margin: 0;
}

