/*!
Theme Name: 	Virtually Events
Theme URI: 		https://www.virtuallyevents.com
Description: 	Virtually Events based on http://bootstrap4onwordpress.babobski.nl/
Version: 		1
Author: 		Jun Festin

*/
.cardbg{
  position:relative;
}
.elogo {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  padding: 0 25%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.elogo img{
    display: inline-block !important;
}
.cardbg:hover .elogo > img{
  max-width:220px !important;
}
.author .navbar{
  display:none;
}
.author{
  background-image:url(images/boothbg.jpg);
  background-size:cover;
  background-repeat:no-repeat;
  overflow-x:hidden;
  background-position:center;
}
.boothbase{
  max-width:1400px;
  width:100%;
  margin:0 auto;
  position:relative;
}
.boothbase img{
  max-width:100%;
  height:auto;
}
.boothbackdrop {
  width: 65%;
  margin: 0 auto;
  
}
.boothplatform img{
  position: absolute;
    bottom: -15%;
}

.slick-next::before, .slick-prev::before {
  font-family: slick;
  font-size: 50px;
  line-height: 1;
  opacity: .75;
  color: #201c1c;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.boothwall {
  padding: 40px 30px 60px;
}
.profileedit input, .profileedit textarea{
  width:100%;
  padding:8px;
  margin-bottom:15px;
}
.profileedit label{
  font-size:18px;
  font-weight:bold;
}
.acf-checkbox-list input{
  width:auto !important;
  margin-bottom:1px !important;
  padding:2px !important;
}
.account-manager{
  background:#eee;
  padding-top:3%;
}
.loginpress-show-love{
  display:none !important;
}
#large-header {
	position: relative;
	width: 100%;
	background-size: cover;
	background-position: bottom center;
  z-index: 1;
  display: flex;
flex-direction: column;
justify-content: center;
}
canvas#demo-canvas {
  position: fixed;
}
#showsection{
  cursor: pointer;
}
.servcat span:after{
  content:', ';
}
.servcat span:last-child:after{
  content:'';
}
.w900{
  max-width:900px;
}

.ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-next, .ur-frontend-form.ur-frontend-form--bordered form button.user-registration-multi-part-nav-prev, .ur-frontend-form.ur-frontend-form--bordered form button[type="submit"], .ur-frontend-form.ur-frontend-form--bordered form input[type="submit"] {
  background: #383839 !important;
  border: 1px solid #dee0e9;
  color: #fff !important;
  border-radius: 0;
}
.field-password, .field-user_pass  {
  max-height:0px;
  overflow:hidden;
}
.password-input-group, .user-registration-Button {
  width:100%;
}