/* ==========================================================================
   Author's custom styles
========================================================================== */
.event-title, .event-date{
	font-size: 1.2em;
    font-weight: bold;
    /*margin: 0px 0 0 20px;*/
}

.site-header {
    FONT-SIZE: 2em;
    line-height: 1.2em;
    /* margin-left: 15px; */
    float: left;
    margin-top: 1.5em;
    letter-spacing: 0.05em;

}
.site-header::after{
	background-image:url(../img/whs-logo.jpg);
	background-repeat:no-repeat;
	background-position:right;
}
ul#site-main-menu .nav-item {
	border-right:none;
    background-color: #fff;
}
#site-main-menu .nav-item > a {
	background: #fff !important;
    color:#333333 !important;
}

#site-main-menu .nav-item > a>span{
    position:relative;
}

#site-main-menu .nav-item > a::before{
    content:'';
    background:#f59d2d;
    position:absolute;
    left:0;
    top:0;
    height:100%;
    width:0%;
    -webkit-transition:width .3s ease-in-out ;
}
#site-main-menu .nav-item > a:hover::before{
    width:100%;
}

#li-home {
	border-bottom: #a6ce39 3px solid !important;
}

#li-background {
	border-bottom:3px #4db748 solid !important;
}

#li-faq {
	border-bottom:3px #00b3f1 solid !important;
}

#li-resources {
	border-bottom:3px #9f66ab solid !important;
}

#li-media {
	border-bottom:3px #f25822 solid !important;
}

#li-home>a:hover, #li-background>a:hover,#li-faq>a:hover, #li-resources>a:hover,#li-media>a:hover {
    color: white !important;
    background-color: #ff9b00 !important;
}

.live-now-header {
    position: absolute;
    color: white;
    font-size: 30px;
    text-shadow: 2px 2px #333;
	z-index:4;
}

.live-now-text {
color: black;
    text-decoration: none;
    position: absolute;
    text-shadow: 1px 1px #fff;
    background-color: white;
    opacity: 1;
    /*margin: 36% 3%;*/
	margin: 15% 1%;
    padding: 1%;
	font-size:12.5px;
	z-index:3;
}
.fa-font{
	font-size:18px;
}
a .fa-font{
	text-decoration:none;
}
.icons-row{
	line-height:1.5em;
	font-size:18px;
	text-align:center;
	margin:40px 0px;
}
.gradient-separator{
	height:1px;
	width:100%;
	clear:both;
	float:left;
	
}

.gradient-top{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#a6ce39+0,4db748+25,00b3f1+50,9f66ab+75,f25822+100 */
background: #a6ce39; /* Old browsers */
background: -moz-linear-gradient(left,  #a6ce39 0%, #4db748 25%, #00b3f1 50%, #9f66ab 75%, #f25822 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #a6ce39 0%,#4db748 25%,#00b3f1 50%,#9f66ab 75%,#f25822 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #a6ce39 0%,#4db748 25%,#00b3f1 50%,#9f66ab 75%,#f25822 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6ce39', endColorstr='#f25822',GradientType=1 ); /* IE6-9 */

}
.icons-row .col-md-4 a, .icons-row .col-md-3 a{
	text-decoration:none !important;
}

.fa-font:before {
    content: "" !important;
}

.fa-3 {
    font-size: 4em;
}

.live-now-div{margin: 10px 0px -10px;}

.live-now-header {
    position: absolute;
    margin: 0% 3%;
    color: white;
    font-size: 36px;
    text-shadow: 2px 2px #333;
    z-index:4}

.live-now-text {
color: black;
    text-decoration: none;
    position: absolute;
    text-shadow: 1px 1px #fff;
    background-color: white;
    opacity: 1;
    margin: 36% 3%;
    padding: 1%;
	font-size:12.5px;
	z-index:3;}

.noise{

	transition:0.2s ease-out, 1s ease-in;
	background-image:url(/en/conf/whs/assets/img/noise.png);
	z-index:2;
	opacity: 0.6;
    position: absolute;
    width: 88%;
    margin: 0 0px;
    top: 0%;
    left: 6%;
	
}
.noise:hover{
	opacity:0;
}


.fa-display{
	display:block;
	float:none;
}

a .fa-display{
	text-decoration:none;
}

.fa-question-circle{
	color:#a6ce39;
}

.fa-rss{
	color:#4db748;
}

.fa-photo{
	color:#00b3f1;
}

.fa-newspaper-o{
	color:#9f66ab;
}

.fa-microphone{
	color:#f25822;
}

.fa-quote-right{
	color:#a6ce39;
}

.fa-film{
	color:#4db748;
}


.col-xs-15,
.col-sm-15,
.col-md-15,
.col-lg-15 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-15 {
    width: 20%;
    float: left;
}

@media (min-width: 768px) {
.col-sm-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-15 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-15 {
        width: 20%;
        float: left;
    }
}

@media (max-width: 660px){
.site-header-sm {
width: 130% !important;
    font-size: 1em !important;
    margin-top: 0px !important;
}
}