/*
Theme Name: Chicago Safety, Health & Environmental Conference
Theme URI: http://wordpress.org/
Description: Landing Page Map Design.
Author: Ira McCray
Version: 1.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, blue, white, two-columns, fixed-width, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu
Text Domain: Veolia
*/




*{

	margin: 0;
	padding: 0;	
}

html,
body {
   margin:0;
   padding:0;
   height:100%;
	 color: #646464;
	 background-color: #fff;
    font-family: 'Roboto', sans-serif;
    font-size: 12pt;
    line-height: 1.5;
}

.bodycontent {
    margin-top: 50px;
}

.slidertext {
    font-family: 'Poppins', sans-serif;
}

#wpforms-207-field_22 {
		font-size: 12pt;
}

#logo {
	height: 75px;
    margin: 0 auto;
}

.topnav {
    margin-top: 25px;
    margin-bottom: 25px;
}

.exhibit ul li {
	
	margin-left: 55px;
margin-top: 15px;
}

#assp ul li {
	
	margin-left: 35px;
margin-top: 15px;
}

#assp ol li {
	
	margin-left: 45px;
margin-top: 15px;
}



.maincontent ul li {
    margin-left: 55px;
    margin-top: 15px;
    margin-bottom: 15px;
    list-style-type: none;
}


.maincontent ul li:before {
  content: "\f0da"; /* FontAwesome Unicode */
  font-family: FontAwesome;
  display: inline-block;
  margin-left: -1.3em; /* same as padding-left set on li */
  width: 1.3em; /* same as padding-left set on li */
}


.navbar-collapse {
    height: 100vh;
}


.navbar-collapse {
    margin-top: -25px;
}


#menu-item-257 a {
    color: #646464;
}

#countdown {
    margin-top: -25px;
    height: 125px;
}

.menubg {
    height: 50px;
    background-color: #58b6de;
}

.header-wrap {
    height: 250px;
    margin-top: -20px;
    background-color: #051626;
    background-image: url('images/headerbg.png');
    
}

.copyrightbg {
	background-color: #020e1a;
	color: #fff;
}

h1.entry-title {
    line-height: 250px;
    color: #fff;
    
}

.whitetext {
    color: #fff;
}

#time {
    color: #fff;
    text-align: center;
     font-size: 36pt;
}


h1,h2,h3,h4,h5,h6 {
	font-family: 'Poppins', sans-serif;
    font-weight: 900;
    color: #000;

}

.whitebg {
	background-color: #fff;
	width: 100%;
	height: 75px;
	-webkit-box-shadow: -1px 4px 6px 0px rgba(194,190,194,.2);
-moz-box-shadow: -1px 4px 6px 0px rgba(194,190,194,.2);
box-shadow: -1px 4px 6px 0px rgba(194,190,194,.2);
white-space: nowrap;
	overflow-x:scroll;
  overflow-y:hidden;
  -webkit-overflow-scrolling:touch;

}

button.navbar-toggle:hover {

	background-color: transparent !important;
}

#menu-home.nav.navbar-nav {
background-color: #58b6de !important;
}


div.navbar-collapse {
	width: 100% !important;

}



/*Navigation*/

.navbar .nav > li > a {
  
background-color: transparent !important;
text-transform: uppercase;
position: relative;
color: #064567;
font-weight: 900;
font-size: 10pt;    

}

.navbar .nav > li > ul > li a {

	
} 

.navbar .nav > li > ul > li a:hover {
	background-color: #58b6de;
} 

.navbar .nav > li > a:hover {
	color: #000;
}

.navbar .nav > li > a:before {
content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background-color: #58b6de;
  visibility: hidden;
  -webkit-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;


}

.navbar .nav > li > a:hover:before 

{
  visibility: visible;
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
}  

.icon-bar {

	background-color: #FFF;
}

a.brand.brand-name.navbar-left {
    color: #fff;
    padding-top: 25px;
}


 .navbar {
	border: none !important;
	position: relative;

}


.navbar-header {

	margin-top: -15px;
}

.navbar-toggle {

	border: none;
	position: relative;	
	z-index: 999999;
	display: none;
    margin-top: 25px;

}

ul.dropdown-menu li.active a {
	background-color: #000 !important;
}






/* Collapse Bootstrap menu sooner */

@media (max-width: 1200px) {
    .navbar-header {
        float: none;
    }
    .navbar-left,.navbar-right {
        float: none !important;
    }
    .navbar-toggle {
        display: block;
    }
    .navbar-collapse {
     
        position: relative;
        z-index: 999;
        
    }
    .navbar-fixed-top {
        top: 0;
        border-width: 0 0 1px;
    }
    .navbar-collapse.collapse {
        display: none!important;
    }
    .navbar-nav {
        float: none!important;
        margin-top: 7.5px;
    }
    .navbar-nav>li {
        float: none;
    }
    
    .navbar-nav>li>a {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .collapse.in{
        display:block !important;
    }
}



/* Custom, iPhone Retina */ 
@media only screen and (min-width : 330px) {

#logo {
	height: 125px;
}
}

    /* Extra Small Devices, Phones */ 
@media only screen and (min-width : 480px) {
    


	
 }

    /* Small Devices, Tablets */
    @media only screen and (min-width : 768px) {





    }

    /* Medium Devices, Desktops */
 @media only screen and (min-width : 992px) {



    }

    /* Large Devices, Wide Screens */
    @media only screen and (min-width : 1200px) {
    
#logo {
	height: 165px;
}
        


}





/*Sticky footer */

.page-wrap {
  min-height: 100%;
  margin-left: 20px;
  margin-right: 20px;
  padding-bottom: 50px;
  /* equal to footer height */
  margin-bottom: -142px; 
}
.page-wrap:after {
  content: "";
  display: block;
}


.footer {
  background: #10273d;
  color: #fff;
  margin-top: 107px;	
  padding-top: 40px;
  padding-bottom: 40px;
}

.footer li {
	
	list-style-type: none;
}

.footer li a {
	color: #677889;
}

.footer li a:hover {
	color: #fff;
	transition: all .8s;
}


.footer h3 {
	color: #fff;
	
}


h2.widgettitle {
	color: #646464;
	border-bottom: 1px 
}

.footer h2.widgettitle {
	font-size: 1.1em;
	border-bottom: 1px solid #3d484b;
	padding-bottom: 10px;
}


