/*
Theme Name: WAVE Institute
Theme URI: http://www.storypowered.com
Version: 1
Description: Styled for WAVE Institute
Author: Storypowered, Inc. & Curve Theory
Author URI: http://www.storypowered.com
Template: Divi
*/
@import url('../Divi/style.css');

.et_header_style_left #et-top-navigation, .et_header_style_split #et-top-navigation {
  padding: 24px 0 0 !important;
/*** restored the logo and nav padding ***/
}

h1 {
  font-size: 40px;
}

.et_pb_text {
  font-size: 35px;
}

#blackbox_text p {
  line-height: 1.3em !important;
}

ul.et_pb_social_media_follow {
  margin: 0 auto 22px;
  max-width: 920px;
}

.et_pb_fullwidth_header {
  padding: 30px 0;
}

#tagline h1 {
    font-size: 40px;
    font-weight: 600;
}

#top-menu li {
  font-size: 18px;
  font-weight: bold;
  padding-right: 30px;
}

#top-menu li.current-menu-item > a {
  font-weight: bold;
}

.et-fixed-header .nav li ul {
  top: 52px !important;
}




p {
  line-height: 1.5em;
}


.et_pb_text {
  font-size: 25px;
}

.et_pb_section {
  padding-bottom: 50px;
  padding-top: 35px;
}

#home_slider {
  padding: 0;
}

#home_slider .et_pb_slider .et_pb_slide {
  background-position: center top;
}

#art_science {
  padding: 0;
}

.et_pb_blog_grid .et_pb_post {
  background-color: rgba(255, 255, 255, 0.75);
}

#never {
  height: 610px;
}

#main-header {
  background-color: rgba(255, 255, 255, 0) !important;
  padding: 0 !important;
}

#logo {
  background-color: #ffffff !important;
  border-radius: 0 0 10px 10px;
  box-shadow: 0 0 4px 1px rgba(119, 119, 119, 0.75) !important;
  padding: 20px !important;
}

#missinglink_button {
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.et_pb_contact_message {
  display: none;
}

#main-header {
  box-shadow: none !important;
}

.et_fixed_nav #page-container {
  padding-top: 0 !important;
  /*** was 80px ***/
}

.et-fixed-header .mobile_menu_bar::before {
  display: none;
  /*** remove for full site ***/
}


@media only screen and (min-width: 768px) and (max-width: 1024px) {
	.et_fixed_nav #logo {
	  max-height: 95px;
	}
}
@media only screen and (min-width: 320px) and (max-width: 767px) {
	.et_fixed_nav #logo {
	  max-height: 80px;
	}
}