@import url("../css/style.css");
@import url("foundation-icons.scss");
/* This is the Sass/Scss file loaded by WordPress in frontend.
 * Tweak it and have fun.
 */
/* Primary Color: http://colorschemedesigner.com/#4xc2Plmo8U9rn
663399	333333	000033	9966CC
Secondary Color A:
CC6633	666633	333300	CC9966	CC9999
Secondary Color B:
339966	333333	003333	66CC99
Complementary Color:
CCCC33	666633	333300	CCCC66	CCCC99
*/
.box, .speakers .member .member-box {
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  border-radius: 3px;
}

.box, .speakers .member .member-box {
  background: white;
  padding: 1.2em;
  margin-bottom: 2.4em;
}
.box img, .speakers .member .member-box img {
  display: block;
  margin: 0 auto 18px;
}
.box p, .speakers .member .member-box p {
  color: #444444;
  margin-bottom: 0;
}
.box .button, .speakers .member .member-box .button {
  margin-top: .75em;
  margin-bottom: 0;
}

body {
  background: #f6f6f6;
}
body.home > header.contain-to-grid {
  margin-bottom: 0;
}

a {
  color: #fff;
}
a:hover {
  color: #7140a7;
}
a.button {
  background-color: #2e9e9e;
}
a.button:hover {
  background-color: #0f8a8a;
}

.title-area {
  padding-right: 1em;
}
.title-area .name .h1 a {
  color: white;
  line-height: 20px;
  font-size: 18px;
  font-weight: 500;
}

h1, .h1 {
  font-size: 2.125rem;
}

h2, .h2 {
  font-size: 1.6875rem;
}

h3, .h3 {
  font-size: 1.375rem;
}

h4, .h4 {
  font-size: 1.125rem;
}

h5, .h5 {
  font-size: 1.125rem;
}

h6, .h6 {
  font-size: 1rem;
}

.text-on-dark {
  color: #eee;
}

.section-header {
  position: relative;
  min-height: 490px;
  background:#583282 url("../images/banner.jpg") top center no-repeat;
   background-size:cover;
  padding-top: 3em;
}
.section-header .logo {
  margin-top: -25px;
}
.section-header .intro-text {
  font-size: 1.5em;
  font-size: 24px;
  color: white;
}
.section-header .registerbtn {
  text-transform: uppercase;
}
.section-header .event-details {
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
  color: #eee;
  margin-top: 3em;
  padding-top: 1.5em;
  bottom: 0;
}
@media all and (min-width: 760px) {
  .section-header .event-details {
    position: absolute;
  }
}
.section-header .event-details .event-details-title {
  font-size: 16px;
  font-weight: bold;
  color: #eee;
  text-transform: uppercase;
}

.blocks {
  margin: 3em 0;
}

.box .h3 {
  font-weight: 500;
  font-size: 24px;
}
.box p {
  text-align: justify;
}
.box p.more a {
  border-style: solid;
  border-width: 0px;
  cursor: pointer;
  font-family: "Roboto", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;
  font-weight: normal;
  line-height: normal;
  margin: 0;
  position: relative;
  text-decoration: none;
  text-align: center;
  display: inline-block;
  padding-top: 1rem;
  padding-right: 2rem;
  padding-bottom: 1.0625rem;
  padding-left: 2rem;
  font-size: 1rem;
  background-color: #583282;
  border-color: #462868;
  color: white;
  -webkit-transition: background-color 300ms ease-out;
  -moz-transition: background-color 300ms ease-out;
  transition: background-color 300ms ease-out;
  padding-top: 1.0625rem;
  padding-bottom: 1rem;
  -webkit-appearance: none;
  border: none;
  font-weight: normal !important;
}

.speakers {
  margin: 2em 0;
}
.speakers .member .member-occupation, .speakers .member .member-occupation p {
  margin-top: 0;
}
.speakers .member .member-content, .speakers .member .member-content p {
  margin-bottom: .5em;
}

.top-bar-section ul,
.top-bar-section li:not(.has-form) a:not(.button),
.contain-to-grid .top-bar,
body > header.contain-to-grid {
  background: rgb(53, 160, 65);
}

#sidebar .nav-list .nav-header {
  margin-left: -12px;
  margin-right: -12px;
  text-transform: uppercase;
  font-weight: bold;
  color: #4c5151;
  list-style: none !important;
}
#sidebar .subnav .nav-childpages {
  margin-left: 2em;
  list-style-type: none;
  padding-left: 0;
}

#googleMap {
  height: 220px;
  margin-top: 1em;
  margin-bottom: 2em;
}

@media (min-width: 30em) {
  #googleMap {
    height: 306px;
    margin-bottom: 0;
  }
}
/* VIDEO http://blog.nosecreekweb.ca/html5/responsive-video/ */
video {
  width: 100%    !important;
  height: auto   !important;
}

.responsive-wrapper {
  position: relative;
  padding-bottom: 63.25%;
  /* 16:9 ratio */
  *padding-top: 30px;
  /* IE6 workaround*/
  height: 0;
  overflow: hidden;
  margin-bottom: 1.5em;
}

iframe, object, embed, video, .videoWrapper, .video-js {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-js, img.vjs-poster {
  width: 100% !important;
  height: 100% !important;
  max-width: 100%;
}

.featured-image {
  margin-bottom: 0;
  min-height: 1px;
}

.breadcrumbs {
  background-color: transparent;
  border-radius: 0;
  border: none;
  border-bottom: 1px solid #ccd0d0;
}

#sidebar {
  padding-left: 0 !important;
}

[role="contentinfo"], footer.fullwidth {
  background-color: black !important;
  color: white;
}
[role="contentinfo"] a:hover, footer.fullwidth a:hover {
  color: #339999 !important;
}
[role="contentinfo"] .love-reverie, footer.fullwidth .love-reverie {
  border-top: 1px solid rgb(53, 160, 65) !important;
}

/* QUICKFIX  -font icon issue */
i.step {
  display: none;
}

hr.invisible {
  clear: both;
  visibility: hidden;
}

.top-bar-section .divider {
  display: none !important;
}
footer.full-width {
  background-color: #fff;
  border-top: 1px solid #ccc;
  padding-top: 3rem;
}
footer.full-width p {
  font-size: 0.875rem;
}
footer.full-width a {
  color: #666;
  font-size: 0.9375rem;
}
