/* GENERAL */
ul.no-style {
  list-style: none;
  padding-left: 0;
}
.tag-btn {
  color: #000;
  border-radius: 50px;
  font-family: "proxima-nova-condensed",sans-serif;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 15px;
  letter-spacing: 1.5px;
  padding: 6px 15px 3px 15px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  font-weight: 800;
}

.tag-btn:last-child {
  margin-right: 10px;
}
.tag-ve {
  background-color: #ccd500;
}
.tag-ie {
  background-color: #ff9000;
}
.tag-ee {
  background-color: #00c0f3;
}
/*FIRST SECTION*/
.node-type-virtual-event .first-section {
  background: #f3f5f9;
  padding-bottom: 20px;
  padding-top:20px;
}

.web {
  display: block;
}
.mobile {
  display: none;
}

@media screen and (max-width: 767px) {
  .web {
    display: none;
  }
  .mobile {
    display: block;
  }
}

.mb-30{
  margin-bottom: 30px;
}
.mt-30 {
  margin-top: 30px;
}

.hide {
  display: none;
}
/*SECOND SECTION*/

.ve-header {
  margin-bottom: 60px;
}

#header-logo {
  border: 3px solid #408aa3;
  padding:10px;
  height: 100%;
  display: flex;
  align-items: center;
}

#header-logo .col-6 {
  margin-top: 10px;
}
#header-logo .col-6:first-child,
#header-logo .col-6:nth-child(2){
  margin-top: 0;
}

@media screen and (max-width:991px) {
  #header-logo {
    margin-top: 30px;
  }
}

.row-flex, .row.row-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -10px;
  margin-left: -10px
}
.row-flex [class^="col-"], .row.row-flex [class^="col-"]  {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 10px;
  padding-left: 10px;
}

.row-flex .col-6 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

@media screen and (min-width:992px) {
.row-flex .col-md-8 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
.row-flex .col-md-7 {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.row-flex .col-md-5 {
   -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.row-flex .col-md-4 {
   -webkit-box-flex: 0;
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%
  }
}
@media screen and (min-width:768px) {
  .row-flex .col-sm-6 {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media screen and (min-width:768px) {
  .node-type-virtual-event .second-section .inset {
    padding-right: 0;
    padding-left: 0;
  }
}

.inset-block {
  padding-top:25px;
  padding-bottom:25px;
}

@media screen and (max-width:767px) {
  .col-xs-12.inset-block {
    padding-right: 25px;
    padding-left: 25px;
    padding-bottom: 0;
  }
}

#header-logo img,
.node-type-virtual-event img {
  max-width: 100%
}

.block-ve {
  border: 3px solid #00467f;
  padding:20px;
  margin-bottom: 30px;
}
.block-ve:last-child {
  margin-bottom: 0;
}
.node-type-virtual-event .block-ve h4 {
  color: #00c0f3;
  font-size: 22px;
  margin-top:0;
  margin-bottom: 20px;
}

.node-type-virtual-event h3 {
  color: #00c0f3;
}

.node-type-virtual-event .date {
  font-size: 25px;
  text-transform: uppercase;
  line-height: 30px;
  color: #00467f;
}
.node-type-virtual-event .date ul{
  font-size: 18px;
  font-weight: 300;
  line-height: 25px;
  margin-top: 10px;
  margin-bottom: 0;
}

/*SPEAKERS BLOCK*/
.speakers .img-circle {
  border:1px solid #00467f;
}
.speakers h4:not(:first-child) {
  margin-top:30px;
}

.speaker-item {
  margin-bottom: 20px;
}

.speaker-item > div:first-child {
  padding-right: 10px;
}

.sp-name, .big-text {
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  margin-bottom: 10px;
}
@media screen and (max-width:767px) {
  .node-type-virtual-event .form-title {
    margin-bottom: 0
  }

  .node-type-virtual-event  form.webform-client-form {
    margin-top: 0;
  }

  .node-type-virtual-event .webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-existing {
    margin-top:0;
  }

  .node-type-virtual-event .webform-component-fieldset .form-item.webform-component:not(.webform-component--civicrm-1-contact-1-fieldset-fieldset--civicrm-1-contact-1-contact-existing) {
    padding-bottom: 0.8rem;
  }
}
