
/* 
*
*
Designer & Developer: Sommer Web Architect 
Client: E-Aruba Business Seminar
Year: 2018
*
*
*/


/* ================Basic assets ==================== */

 * {
    text-rendering: geometricPrecision;
    -moz-font-smoothing: antialiased;
    -webkit-font-smoothing: antialiased;
    font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

button {
  -webkit-border-radius: 0 !important;
     -moz-border-radius: 0 !important;
          border-radius: 0 !important;
}

button, input:focus {outline:0;}

button{outline:0;}

body, p{
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
}

 h1, h2, h3, h4{
 	font-family: 'Open Sans', sans-serif;
 }

p{
	font-weight: 400;
	line-height: 28px;
}


img{
	max-width: 100%;
	height: auto;
}

a.btn{
	font-weight: 600;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	border:none;
}

a.btn.purlple{
	background: #3f2a6d;
	color: #fff;
	padding: 0.5em 1em;
    font-size: 22px;
}

a.btn.purlple:hover{
  background: #675198;
}

a.btn.mixed{
	
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee827f+0,edb6b0+99 */
background: #ee827f; /* Old browsers */
background: -moz-linear-gradient(left,  #ee827f 0%, #edb6b0 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ee827f 0%,#edb6b0 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ee827f 0%,#edb6b0 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee827f', endColorstr='#edb6b0',GradientType=1 ); /* IE6-9 */
color: #fff;
font-weight: 600;
font-size: 21px;
padding: 0.7em 1em;
}

a.btn.mixed:hover{
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee827f+0,f19794+99 */
background: #ee827f; /* Old browsers */
background: -moz-linear-gradient(-45deg,  #ee827f 0%, #f19794 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg,  #ee827f 0%,#f19794 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg,  #ee827f 0%,#f19794 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee827f', endColorstr='#f19794',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}

a.btn.mixed.ticket {
    font-size: 20px;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0.5em 1em;
    border: none;
    margin-left: 10px;
}

a.btn.mixed.ticket:hover{
	border: none;
}

h3.section-title{
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
	font-size: 38px;
  margin-top: 0;
    padding-top: 0;
    line-height: 28px;
}

.space_section{
	padding-top: 80px;
}

i.below-btn{
	    margin-top: 10px;
    display: inline-block;
    color: #333333;
    font-weight: 600;
    font-size: 18px;
    margin-bottom: 15px;
}

/* =============== Page Styling ==================== */

/* Header */

.hero-title { 
	height: 400px;
	background-image: url(../img/header-img.png), linear-gradient(to right,  #c46a78 0%,#5d326f 40%,#8b72c4 100%);
	background-size: cover; 
	padding-top: 20%;
    overflow: hidden;
    height: 100%;
    padding-bottom: 10%;
    margin-top: 25px;
}

h1.hero-title-txt{
	color: #fff;
	font-size: 68px;
	font-weight: 800;
	text-transform: uppercase;
	margin-top: 15%;
    margin-bottom: 20px;
}

h2.hero-title-txt.subtitle{
	color: #fff;
}

.menu-left a {
  display: inline-block;
  position: relative;
  padding-bottom: 0px;
  transition: color .35s ease;
  color: #3f2b6c;
}

ul.menu-left{
	margin-top: 8px;
}

.menu-left a:hover{
	text-decoration: none;
}

.menu-left a:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  transition: width 0s ease, background .35s ease;
}

.menu-left a:after {
  content: '';
  display: block;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 2px;
  width: 0;
  background: #e58380;
  transition: width .35s ease;
}

.menu-left a:hover:before {
  width: 100%;
  background: #ee8a86;
  transition: width .35s ease;
}

.menu-left a:hover:after {
  width: 100%;
  background: transparent;
  transition: all 0s ease;
}

a.btn.mixed.ticket:hover:before{
	border: none;
	height: 0px;
}

a.btn.mixed.ticket:after{
	border: none;
	height: 0px;
}


header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  padding: .5rem 0;
 
  border-bottom: 1px solid rgba(255, 255, 255, 0.22);
  z-index: 3;
  will-change: transform;
  transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
  transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
  transform: translateY(0);
  -webkit-transform: translateY(0);
  background: #fff;
}

header nav .logo {
  float: left;
  padding-top: .25rem;
  padding-bottom: .25rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  font-weight: 500;
  color: black;
}

header nav .logo img{
	width: 100%;
	height: auto;
}

header nav .logo:after {
  content: '';
  display: table;
  clear: both;
}

header nav ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

header nav ul li {
  float: none;
  margin-left: 0;
}

@media (min-width: 768px) {
  header nav ul li {
    float: left;
    margin-left: 1rem;
  }
  li.lnav{
	margin-top: 5px;
}
}
header nav ul li a {
  display: block;
  font-weight: 600;
  letter-spacing: 1px;
}
@media (min-width: 576px) {
  header nav ul li a {
    display: block;
    padding: .425rem 0rem;
  }
}

@media (max-width: 768px) {
  ul {
    clear: both;
  }
  ul li {
    padding: .3em 0;
  }
  header nav ul li a{
  	color: #000!important;
  }
  ul.menu-left.collapse{
  	background: #fff;
  	padding-left: 25px; 
  }

  li a.ticket{
  	display: none;
  }
}
.hide-nav {
  transform: translateY(-150% !important);
  -webkit-transform: translateY(-150%) !important;
}

ul.menu-left {
  display: block;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 10;
}
@media (min-width: 768px) {
  ul.menu-left {
    display: block !important;
    float: right;
    max-height: none;
  }
}
ul.menu-left:before {
  content: '';
  display: table;
  clear: both;
}
ul.menu-left.collapse {
  max-height: 15em !important;
  display: block;
}

.nav-toggle {
  display: block;
  border-radius: 5px;
  background-color: transparent;
  float: right;
  height: 38px;
  width: 38px;
  cursor: pointer;
  padding: 8px 8px;
}
.nav-toggle.open span:first-child {
  transform: rotate(45deg) translate(4.4px, 4.4px);
}
.nav-toggle.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
.nav-toggle.open span:last-child {
  transform: rotate(-45deg) translate(4.4px, -4.4px);
}
@media (min-width: 768px) {
  .nav-toggle {
    display: none;
  }
}
.nav-toggle span {
  position: relative;
  display: block;
  height: 2px;
  width: 100%;
  margin-top: 4px;
  background-color: #000;
  transition: all .25s;
}

.signature {
  position: fixed;
  font-weight: 100;
  bottom: 10px;
  color: #000;
  left: 0;
  letter-spacing: 4px;
  font-size: 10px;
  width: 100vw;
  text-align: center;
  text-transform: uppercase;
  text-decoration: none;
}

@media (max-width: 400px) {
.col-xs-2.col-sm-3.col-md-5 {
    width: 200px;
}
}

a.btn.mixed.spon {
    margin-top: 60px;
}


/* About */

.about{
	background-image: url(../img/about-bg.png);
    padding-bottom: 400px;
    background-repeat: no-repeat;
}

.about p{
	color: #574c5d;
  margin-bottom: 35px;
  font-size: 20px;
}

ul.logo-speker li {
    width: 50px;
}
ul.logo-speker {
    display: flex;
    flex-direction: row;
    list-style: none;
    justify-content: space-evenly;
    margin-top: 15px;
}

@media (max-width: 500px) {
    ul.logo-speker {
        flex-direction: row;
    }
}

.side-img{
	-webkit-box-shadow: 10px 10px 62px -27px rgba(0,0,0,0.75);
-moz-box-shadow: 10px 10px 62px -27px rgba(0,0,0,0.75);
box-shadow: 10px 10px 62px -27px rgba(0,0,0,0.75);

}

.side-img img {
    width: 100%;
    height: auto;

}

/* Speakers */

.speakers{
	margin-top: 100px;
}

p.section-sub-title.sub-pink {
    color: #ef8576;
    font-size: 24px;
    margin-bottom: 35px;
}


.speaker-img{
	border: 1px solid #8c4c74;
}

.speaker-title{
	text-align: center;
	margin-bottom: 25px;
}

.speaker-title h4{
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 20px;
	margin-bottom: 5px;
}

.speaker-title span{
	font-size: 20px;
	font-weight: 800;
}


.speaker-img a {
    padding: 0;
    width: 100%;
}

a.btn.btn-default:hover {
    -webkit-box-shadow: -1px -1px 23px -7px rgba(0,0,0,0.75);
    -moz-box-shadow: -1px -1px 23px -7px rgba(0,0,0,0.75);
    box-shadow: -1px -1px 23px -7px rgba(0,0,0,0.75);
}

/* Newsletter form */

.wrap-form {
	text-align: center;
    background: #f4f4f4;
    overflow: hidden;
    padding: 80px 50px;
    position: relative;
    margin-bottom: -100px;
    z-index: 1;
}

.wrap-form h4 {
    text-transform: uppercase;
    font-weight: 600;
}

.inputveld {
    width: 400px;
}

div#mc_embed_signup_scroll {
    width: 600px;
    margin: 0 auto;
}


button#mc-embedded-subscribe {
    background: #3f2a6d;
    color: #fff;
    padding: 15px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-top-right-radius: 3px!important;
-webkit-border-bottom-right-radius: 3px!important;
-moz-border-radius-topright: 3px!important;
-moz-border-radius-bottomright: 3px!important;
border-top-right-radius: 3px!important;
border-bottom-right-radius: 3px!important;
}

input#mce-EMAIL {
    width: 100%;
    padding: 15px;
    -webkit-border-top-left-radius: 3px;
-webkit-border-bottom-left-radius: 3px;
-moz-border-radius-topleft: 3px;
-moz-border-radius-bottomleft: 3px;
border-top-left-radius: 3px;
border-bottom-left-radius: 3px;
    border: 1px solid #d2d2d2;
}






section.newsletter-signup {
    position: relative;
    margin-top: -300px;
}




/* Schedule */


.schedule{
	padding-bottom: 100px;
    background: #e2dfe9;
    background: -moz-linear-gradient(top, #e2dfe9 0%, #ffffff 99%);
    background: -webkit-linear-gradient(top, #e2dfe9 0%,#ffffff 99%);
    background: linear-gradient(to bottom, #e2dfe9 0%,#ffffff 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2dfe9', endColorstr='#ffffff',GradientType=0 );
    padding-top: 200px;
}

.agenda h4{
  font-weight: 600;
  margin-bottom: 25px;
}

/* Sponsors */

.sponsors{
	padding-bottom: 80px;
	
	
}


p.section-sub-title.gray {
    font-size: 20px;
    color: #9e9e9e;
}

section.sponsors img {
    padding: 18px;
}

.wrap-sponsors {
	border-top: 1px solid #e7e7e7;
	padding-top: 50px;
    overflow: hidden;
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

/* Tickets */

.ticket-section-btn {
    text-align: right;
    padding-top: 35px;
}

.tickets{
	color: #fff;
	background-color: #3f2a6d;
	background-image: url(../img/tri-bg.png);
	background-repeat: no-repeat;
    padding-top: 50px;
    padding-bottom: 50px;
    background-position: 150% 50%;
}

p.tickets-subtitle{
	font-size: 20px;
  margin-bottom: 40px;
}

.box-price span {
    color: #ee8381;
    font-weight: 800;
    font-size: 39px;
    display: block;
}

.box-price p {
    font-weight: 700;
    font-size: 24px;
}
.box-price {
    background: #fff;
    color: #000;
    text-align: center;
    padding: 25px;
    -webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
    height: 220px;
}

.box-price b {
    font-weight: 600;
    color: #6f3d3d;
    font-size: 14px;
}


@media (min-width: 1600px) {
	.ticket-section-btn a.btn.purlple{ background: #6446a7; }
}

/* Venue */

.venue{
	background-color: #f0f0f0;
	background-image: url(../img/location.png);
	    padding-top: 50px;
    padding-bottom: 50px;
    background-repeat: no-repeat;
    background-position: 100% 50%;
}

p.location {
    margin-bottom: 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 36px;
}

/* Gallery */

section.gallery {
    margin-top: 50px;
    margin-bottom: 50px;
}

section.gallery .col-md-3{
	margin-bottom: 25px;
}

.wrap-gallery{
	display: flex;
	flex-wrap: wrap;
}

/* Footer */


footer{
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ee827f+0,e7e7e6+99 */
background: #ee827f; /* Old browsers */
background: -moz-linear-gradient(left,  #ee827f 0%, #e7e7e6 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(left,  #ee827f 0%,#e7e7e6 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right,  #ee827f 0%,#e7e7e6 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee827f', endColorstr='#e7e7e6',GradientType=1 ); /* IE6-9 */
padding-top: 50px;
padding-bottom: 50px;
}

.logo.footer{
	width: 200px;
}


.footer-logo {
    overflow: hidden;
    width: 200px;
    display: block;
    margin-bottom: 25px;
}

.footer-logo a{
	display: block;
}

ul.contact-details{
	list-style: none;
	padding:0;
	margin:0;
}

ul.contact-details li{
	margin-bottom: 5px;
}


ul.social-media{
	list-style: none;
	margin: 0;
    padding: 0;
}

ul.social-media li{
	display: inline-block;
	    margin-bottom: 25px;
}

ul.social-media li a{
	display: inline-block;
	width: 24px;
	height: 24px;
	margin-left: 20px;
}

.wrap-social {
    text-align: right;
    margin-top: 110px;
}


.copyright{
	display: block;
}








.featherlight-content p {
    padding: 25px;
    text-align: left!important;
}

.featherlight .featherlight-content{
	height: 55%!important;
}

.featherlight-content h2{
    padding: 25px;
}



@media (max-width: 500px) {
.side-img{ margin-top: 25px; }
i.below-btn{ margin-left: 0; width: 100%; }
.speakers{ margin-top: 100px; }

.featherlight .featherlight-content{width: 100%!important;}
.about{background-position: 50% 0%}
div#mc_embed_signup_scroll{ width: 100%; }
span.input-group-btn {width: 100%;}
button#mc-embedded-subscribe {margin: 0 auto;width: 100%;-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;}


section.schedule .btn {
    margin-top: 20px;
}


.spi {
    width: 200px;
    margin: 0 auto;
}

.wrap-sponsors{ text-align: center; }
.wrap-social{text-align: left;}
ul.social-media li a{ margin-left: 0px; margin-right: 20px; }
.ticket-section-btn{text-align: center;}
.ticket-section-btn a.btn.purlple{ background: #ee8281; }
.agenda {
    text-align: center;
    margin-top: 30px;
}

}





a.hosting{
  width: 50px;
  height: 50px;
}


a.hosting img{
  width: 40px;
  height: 40px;
}


p.wh-text{
  font-size: 14px;
}


.local-speakers{
    margin-bottom: 80px;
}


.local-speakers span{
  font-weight: 800;
  font-size: 14px;
}

.local-speakers h5{
  font-size: 16px;
  margin-top: 15px;
}


.a-col span {
    color: #ee8281;
    display: block;
}

.a-col {
    font-weight: 600;
    margin-bottom: 20px;
    /* background: #000; */
    /* border: 1px solid #3f2b6c; */
    padding: 5px;
}


ul.tijd {
    list-style: none;
    margin: 0;
    padding: 0;
}

.agenda h4 {
    font-weight: 800;
    color: #3f2b6c;
    text-transform: uppercase;
}

ul.tijd li:last-child {
    /* font-weight: 800; */
    color: #a2a2a2;
}

.spi.sec {
    padding-right: 80px;
}


.ticket-location h3 {
    color: #ef8576;
    display: block;
    margin-bottom: 30px;
}

.ticket-location {
    text-align: center;
    margin-bottom: 80px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
}

.ticket-location p{
    font-size: 20px;
        color: #574c5d;
}

.push{
    margin-top: 20px;
}

.line {
    width: 100%;
    border-top: 1px solid #e8e8e8;
    margin-bottom: 50px;
    margin-top: 50px;
}


.box-topics-sp strong {
    margin-bottom: 25px!important;
    display: block;
    font-size: 21px;
    text-transform: uppercase;
    color: #6a4d7a;
}


.box-topics-sp {
        border: 2px solid #eca8a6;
    padding: 25px;
    -webkit-border-radius: 10px;
    -webkit-border-top-left-radius: 0;
    -moz-border-radius: 10px;
    -moz-border-radius-topleft: 0;
    border-radius: 10px;
    border-top-left-radius: 0;
    margin-bottom: 25px;
    background: #ee827f;
    background: -moz-linear-gradient(left, #ee827f 0%, #e7e7e6 99%);
    background: -webkit-linear-gradient(left, #ee827f 0%,#e7e7e6 99%);
    background: linear-gradient(to right, #ee827f 0%,#e7e7e6 99%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ee827f', endColorstr='#e7e7e6',GradientType=1 );
    padding-top: 50px;
    padding-bottom: 50px;
    color: #fff;
}

ul.list-points li {
    margin-bottom: 15px;
    color: #141414;
}
ul.list-points {
    margin: 0;
    padding-left: 25px;
    list-style: disc;
}
.box-topics-sp p {
    color: #ffffff;
    font-weight: 600;
}  

a.nav-toggle {
    display: none;
}

@media only screen and (max-width: 600px) {
    .hero-title p{
        max-width: 100%!important;
    }

    .logo{
        width: 150px;
    }
}

section.nft {
        background: #674186;
    color: #fff;
    padding-top: 50px;
    padding-bottom: 50px;
    text-align: center;
}

p.max-width {
    max-width: 60%;
    margin: 0 auto;
    margin-bottom: 30px;
    font-weight: 600;
}


a.btn.pink {
    background: #ee8582;
    color: #fff;
    padding: 0.5em 1em;
    font-size: 22px;
}
