/* Added for profile upload popup new design */
.site-footer {
  clear: both;
}
.fancybox-container {
  z-index: 999922222;
}
.rmagic .rm-user-card {
  position: relative;
}
.rmagic .rm-user-card img {
  border-radius: 80px !important;
  cursor: pointer;
}
.rmagic .rm-user-card img:before {
  content: "sads";
}
.cropit-image-field {
  display: none !important;
}
.avatar #image-cropper {
  text-align:center;
  padding:0 0px;
}
.avatar #image-cropper {
  text-align:center;
  padding:0 0px;
}
.swiper-wrapper {
  z-index: 0 !important;
}
.avatar .cropit-preview {
  background-color: #f8f8f8;
  background-size: cover;
  /*border: 5px solid #bd1823;*/
  border-radius: 3px;
  margin-top: 20px;
  width: 350px;
  height: 350px;
  display:inline-block;
}
.avatar .cropper-view-box {
  outline: 2px solid #a6ce39;
}
.cropit-preview-image-container {
  cursor: move;
}
.avatar .cropit-preview-background {
  opacity: .2;
  cursor: auto;
}
.avatar .image-size-label {
  margin-top: 10px;
}
.avatar .cropit-preview-image, .avatar .cropit-preview-background {
  max-width:initial !important;
  max-height:initial !important;
}

.avatar .cropit-image-zoom-input,
.avatar .cropit-image-rotate-input {
  /*-webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    height: 20px;
    background: #eee;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    outline: none;*/
  width: 100%;
  vertical-align: middle;
  margin-top:10px;
  background:transparent;
  padding:0;
}
#image-cropper .controls {
  margin-top:20px;
  margin-bottom: 20px;
  border-top:1px solid #CCC;
}
#image-cropper .controls i {
  cursor:pointer;
  float: right;
}
#image-cropper .controls .rotation-elements {
  position: absolute;
  right: -76px;
  top: 42%;
}
.avatar .cropit-image-input {
  display:none;
}
.avatar-image {
  max-width: 200px !important;
}
.avatar .select-image-btn {
  /*background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/take-photo.png);
  background-position:center;
  padding-top:30px;*/
  display:inline-block;
  border:1px solid #D6232E;
  padding:5px;
  float:right;
  margin-right:10px;
  cursor: pointer;
}
.avatar .delete-btn {
  /*background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/delete-btn.png);
  background-position:center;
  padding-top:30px;*/
  display:inline-block;
  float:left;
  padding:5px;
  cursor: pointer;
}
#zoom-pas, #rotation-pas {
  float:right;
}
.avatar button[type=submit] {
  /*background-image:url(/wp-content/plugins/buddypress/bp-themes/bp-c21/_inc/images/save-btn.png);
  background-position:center;
  padding-top:30px;*/
  display:inline-block;
  background-color:transparent;
  border:none;
  float:right;
  color:#FFF;
  background-color:#D6232E;
  padding:5px;
    font-size: 16px;
    font-weight: bold;
  cursor: pointer;
}
.avatar .col {
  width:43%;
  display: inline-block;
  text-align: left;
  float: left;
  margin-top:10px;
  margin-right:5%;
  position: relative;
}
.avatar .col label {
  display: block;
  float: left;
}
.avatar-content header {
  height: 50px;
    font-size: 20px;
    color: #666;
    padding-top: 0px;
}

.avatar-content footer {
  height: 50px;
    font-size: 16px;
    font-weight: bold;
    color: #666;
    border-top: 1px solid #ccc;
    padding-top: 15px;
}

span.att_txt {
    padding: 0 !important;
    color: inherit !important;
}
span.att_txt:before {
    content: "Attending: ";
}
.avatar .avatar-content, .avatar .avatar-content-left {
  height:100%;
  padding:0;
  margin-top: 10px;
}
#fancybox-wrap {
  padding: 0;
}
.avatar-content p {
  padding:20px;
  font-weight:bold;
  line-height:20px;
  padding-bottom:0;
  padding-top:0;
}
.avatar .buttons {
  width:100%;
  margin-top:30px;
}
sup {
  vertical-align: super;
}
input[type=range] {
  height: 32px;
  -webkit-appearance: none;
  margin: 10px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #bd1823;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 1px 1px 1px #8A8A8A;
  border: 1px solid #8A8A8A;
  height: 24px !important;
  width: 35px !important;
  border-radius: 6px;
  background: #bd1823;
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5px;
}
/*input[type=range]:focus::-webkit-slider-runnable-track {
  background: #B6B6B6;
}*/
input[type=range]::-moz-range-track{
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  box-shadow: 0px 0px 0px #000000;
  background: #bd1823;
  border-radius: 25px;
  border: 1px solid #8A8A8A;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #bd1823;
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 16px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-fill-upper {
  background: #B6B6B6;
  border: 1px solid #8A8A8A;
  border-radius: 50px;
  box-shadow: 0px 0px 0px #000000;
}
input[type=range]::-ms-thumb {
  margin-top: 1px;
  box-shadow: 1px 1px 1px #828282;
  border: 1px solid #8A8A8A;
  height: 24px;
  width: 35px;
  border-radius: 6px;
  background: #DADADA;
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #B6B6B6;
}
input[type=range]:focus::-ms-fill-upper {
  background: #B6B6B6;
}
.avatar .cropit-preview {
    background-color: #f8f8f8;
    background-size: cover;
    /* border: 5px solid #bd1823; */
    border-radius: 3px;
    margin-top: 20px;
    width: 100%;
    height: 300px;
    display: inline-block;
    overflow: hidden;
} 
.cropme-container {
  overflow: visible !important;
  margin-top:25px !important;
}
.viewport {
  border:2px solid #FFF !important;
}
.avatar button.save-btn {
    display: inline-block;
    background-color: transparent;
    border: none;
    float: right;
    color: #FFF;
    background-color: #D6232E;
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}
.avatar button.delete-btn,
.avatar button.select-image-btn {
    padding: 5px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
  color: #D6232E !important;
}
.avatar button.select-image-btn:hover,
.avatar button.select-image-btn:focus {
  background: transparent !important;
}
.avatar button.delete-btn,
.avatar button.delete-btn:hover,
.avatar button.delete-btn:focus {
  border:none;
  background: transparent;
  color: #D6232E !important;
}

.cropme-slider {
  display:none;
}

.fixed #wrapper {
  padding-top: 21px;
}
.fancybox-bg {
    background: #AFADAD;
}
.single .fancybox-bg {
  display:none !important;
}

.fancybox-is-open .fancybox-bg {
    opacity: .6;
}

#edit_avatar .avatar, .fancybox-content .avatar {
  max-width: 915px;
}
.fancybox-content {
  max-width: 970px !important;
  overflow: hidden;
  width: 100% !important;
}
/*.drag_text {
  display: block;
  margin-top: -21px;
}*/
.avatar-content header {
  height: 30px;
}
.avatar div.content {
  max-width: 900px;
}
.fancybox-slide--html .fancybox-close-small {
  border: none;
}
#image-cropper .controls {
  margin-bottom:7px;
}
#vidclsbtn{
    position: absolute;
    top: 0;
    right: 0;
    padding: 10px 12px;
    background: rgba(0,0,0,0.5);
    font-size: 21px;
    color: #fff;
    cursor: pointer;
}
#vidclsbtn:hover{
    background: rgba(0,0,0,0.8);
}



#bbp-content {
  max-width: 940px;
  margin: 0 auto;
}

/* App css*/

  .title-box {
    background-color: #484848;
    padding: 10px 15px;
    margin-bottom: 15px;
    height: 60px;
  }
  .app.topic #delegates h1, .app.forum #delegates h1 {
    color: #fff;
    font-size: 18px;
    margin-top: 9px;
    float: none;
    text-align: center;
    margin-bottom: 0;
  }
  #header {
    display:none;
    background: #fff
  }
  .breadcrumb {
    display: none
  }
  #wrapper {
    padding-top: 0;
  }
  body.bbpress #wrapper {
    background: #ebebeb;
  }
  div.bbp-template-notice.info {
    display: none;
  }
  .single-f-page #subscription-toggle {
  }
  #bbpress-forums .bbp-pagination {
    display: none;
  }
  li.bbp-header {
    display: none;
  }
  .bbp-topic-title .bbp-topic-meta {
    display: none;
  }
  #bbpress-forums li.bbp-footer {
    display: none;
  }
  #bbpress-forums li.bbp-body ul.forum, #bbpress-forums li.bbp-body ul.topic, #bbpress-forums div.odd, #bbpress-forums ul.odd {
    display: block;
    background: #fff !important;
    margin-bottom: 18px;
    border-radius: 5px;
    position: relative;
    padding: 15px;
  }
  #bbpress-forums.single-f-page li.bbp-body {
    background: none;
  }
  #bbpress-forums .bbp-forum-title, .bbp-topic-title a.bbp-topic-permalink {
    font-size: 20px;
    line-height: 22px;
  }
  li.bbp-forum-freshness, li.bbp-topic-freshness {
    width: 100%;
    float: none;
    clear: both;
    text-align: left;
  }
  li.bbp-forum-info, li.bbp-topic-title {
    width: 50%;
    padding-right: 10px;
  }
  li.bbp-forum-topic-count, li.bbp-forum-reply-count, li.bbp-topic-voice-count, li.bbp-topic-reply-count {
    width: 25%;
    font-size: 23px;
    text-align: left;
    padding: 0 15px;
  }
  .bbp-topic-voice-count span.label, .bbp-topic-reply-count span.label {
    display: block;
    color: #979797;
    font-size: 12px;
    line-height: 16px;
    margin-top: 4px;
  }
  .bbp-topic-freshness p.bbp-topic-meta {
    display: inline-block;
    font-size: 9px;
    vertical-align: top;
    margin: 0 !important;
  }
  .bbp-topic-freshness {
    padding-top: 15px;
    font-size: 9px;
    vertical-align: top;
    line-height: 12px;
  }
  .bbp-topic-freshness-author a, .bbp-topic-freshness-author span {
    font-size: 9px;
    vertical-align: top;
    line-height: 12px;
  }
  .bbp-topic-freshness img {
    display: none;
  }
  .bbp-reply-author .bbp-author-avatar, .bbp-reply-author br {
    display: none;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    margin: 0;
    padding: 0;
  }
  #bbpress-forums div.bbp-topic-author a.bbp-author-name, #bbpress-forums div.bbp-reply-author a.bbp-author-name {
    display: block;
    font-size: 16px;
    color: #484848;
    font-weight: bold;
    line-height: 24px;
    padding: 0;
    margin: 0;
    text-align: left;
  }
  #bbpress-forums div.bbp-forum-header, #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background: none;
  }

  #bbpress-forums div.bbp-reply-content p {
    color: #979797;
    font-size: 12px;
    line-height: 16px;
  }
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 9px;
    margin-bottom: 23px;
    text-align: left;
  }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 0;
    padding: 0;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    position: initial;
  }
  #bbpress-forums .bbpm-contact-btn {
    display: block;
    width: 28px;
    height: 28px;
    background: url(../images/shape.png) no-repeat;
    background-size: contain !important;
    position: absolute;
    z-index: 1;
    right: 25px;
    top: 30px;
    cursor: pointer;
    text-indent: -9999px;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    min-height: 30px;
  }
  .custom-date {
    display: block;
    padding-top: 3px;
    padding-bottom: 5px;
  }
  .bbp-reply-header {
    display: none;
  }
  .bbp-reply-form  legend, .quicktags-toolbar {
    display: none;
  }
  #bbpress-forums fieldset.bbp-form {
    background: none;
    border-radius: 0;
    border: none;
    padding: 0
  }
  #bbpress-forums div.bbp-the-content-wrapper textarea, .app.bbpress textarea {
    border: 1px solid #D7D7D7;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
  }
  .wp-editor-container {
    border: none;
  }
  .reply-tags {
    display: none;
  }
  #bbp_reply_submit {
    width: 100%;
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
    height: 48px;
  }
  div.bbp-submit-wrapper {
    float: none;
  }
  ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #555;
    font-style: normal;
    opacity: 1;
    
  }
  ::-moz-placeholder { /* Firefox 19+ */
    color: #555;
    font-style: normal;
    opacity: 1;
  }
  :-ms-input-placeholder { /* IE 10+ */
    color: #555;
    font-style: normal;
    opacity: 1;
  }
  :-moz-placeholder { /* Firefox 18- */
    color: #555;
    font-style: normal;
    opacity: 1;
  }
  
  body.bbpress#wrapper {
    background: #ebebeb;
  }
  .bbpm-empty-chat {
    margin-bottom: 10px;
  }
  #delegates .search input, #send_message input[type="text"], #send_message textarea, .bbpress textarea, .bbpm-chat-settings input[type="text"],
  #search_speakers {
    background: #fff;
  }
  .delegate .avatar {
    display: none
  }
  #delegates_list .delegate a.mesage {
    width: 47px;
    height: 48px;
  }
  #delegates_list .delegate span.name {
    font-size: 16px;
    color: #484848;
    margin-bottom: 0px;
    font-weight: bold;
    padding-left: 0
  }
  #delegates_list .delegate span.job {
    font-size: 16px;
    color: #484848;
    margin-bottom: 0px;
    font-weight: bold;
    padding-left: 0
  }
  #delegates_list .delegate span.company {
    font-size: 16px;
    color: #484848;
    margin-bottom: 0px;
    font-weight: bold;
    padding-left: 0
  }
  #delegates_list .delegate {
    background: #fff;
    min-height: 92px;
    border-radius: 0px;
    border-bottom: 1px solid #757575;
    margin-bottom: 0px !important;
    padding: 12px 5px;
  }
  #delegates_list .delegate:nth-child(even) {
    background: #f2f2f2;
    border-radius: 0;
  }
  #send_message .message-content {
    border-radius: 0;
    background-color: #ebebeb;
    border: none;
    width: 100%;
    margin: 0 auto;
    padding: 0px 15px;
  }
  #send_message .message-content h2 {
    background-color: transparent;
    padding: 19px 15px;
    margin-bottom: 15px;
    margin-left: -15px;
    font-size: 20px;
    font-weight: 400;
    font-family: 'Berthold-Akzidenz-Grotesk-Bold', HelveticaBold, Arial;
    color:#000;
    height: 60px;
    margin-right: -15px;
  }
  #bbpress-forums .bbpm-chats li, #bbpress-forums .bbpm-messages li {
    background: #fff;
    border-radius: 4px;
    border: none;
    margin-bottom: 10px !important;
    padding: 20px 15px;
    position: relative;
    padding-right: 50px;
  }
  #bbp-container .bbpm-items .bbpm-item .bbpm-details .bbpm-right {
    position: initial
  }
  .bbpm-items .bbpm-item .bbpm-details .bbpm-excerpt > a {
    display: none !important;
  }
  .bbpm-details .bbpm-arrow {
    display: block !important
  }
  .bbpm-excerpt {
    font-size: 12px;
    line-height: 16px;
    color: #979797;
  }
  .bbpm-time {
    position: absolute;
    right: 40px;
    display: block;
    text-align: right;
    top:22px;
    font-size: 9px;
    color: #484848
  }
  .page-content {
    position: relative;
    margin-top:0;
  }
  .bbpm-items .bbpm-item .bbpm-arrow {
    display: block !important;
    width: 11px;
    height: 18px;
    background:url(../images/msg-arrow.png) no-repeat;
    position: absolute;
    right: 15px;
    margin-bottom: 0 !important;
    top: 50%;
    margin-top: -7px;
  }
  
  .bbpm-items .bbpm-item .bbpm-icon {
    display: none !important;
  }
  #bbp-user-wrapper .bbpm-items .bbpm-item .bbpm-details {
    display: block !important;
  }
  #bbp-user-wrapper .bbpm-chats .bbpm-excerpt {
    display: none !important;
  }
  .bbpm-items .bbpm-item .bbpm-details .bbpm-heading {
    font-size: 14px;
    color: #484848;
    margin-bottom: 8px;
    font-weight: bold;
    padding-left: 0
  }
  /*.bbpm-right input[type="checkbox"] {
    display: none !important;
  }*/
  #bbpress-forums .bbpm-messages li {
    padding: 15px 18px;
    margin-bottom: 10px !important;
    width: 90%;
    margin-top: 0 !important;
    overflow: visible;
    clear:both;
    border: 1px solid #3f3f3f;
  }
  #bbpress-forums .bbpm-messages li.sent {
    background: #323232;
    float: right;
    clear: both;
  }
  #bbpress-forums .bbpm-messages li.sent p {
    color: #000;
    font-size: 12px;
    margin-bottom: 0;
  }
  #bbpress-forums .bbpm-messages li.bbpm-message .bbpm-heading {
    display: none !important;
  }
  .bbpm-messages li.bbpm-message .bbpm-time {
    top: inherit;
    bottom: -18px;
    color: #484848;
    left: 0;
    right: inherit
  }
  .bbpm-messages li.bbpm-message.sent .bbpm-time {
    right: 0
  }
  #delegates .title-box .new_message {
    margin-top: 3px;
  }
  .bbpm {
    margin-bottom:30px;
  }
  #bbpress-forums {
    overflow: visible;
  }
  .bbpm-actions-cont {
    position: absolute;
    top: -3px;
    right: 30px;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot input[type="submit"], .textarea-wrapp input[type="submit"] {
    margin-top: 15px;
  }
  #message_scroll .bbpm-read-receipts {
    display: none !important
  }
  #bbpress-forums .bbpm-messages .bbpm-foot, .textarea-wrapp {
    padding: 0;
    left: 0;
    bottom: 30px;
    clear: both;
    width: 100%;
    background: #505050;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot textarea, .textarea-wrapp textarea, #bbpress-forums .bbpm-messages .bbpm-foot input#message, .textarea-wrapp input#message {
    height: 80px !important;
    min-height: 80px !important;
    padding: 10px 15px !important;
    width: 100%;
    border-radius: 4px;
    border: none !important;
    margin: 0 !important;
    outline: none;
  }
  .bbpm-actions-cont .bbpm-mark-unread {
    display: none !important;
  }
  .subscription-toggle {
    display: block;
    margin-bottom: 15px;
  }
  .bbpm-errors li {
    margin-bottom: 15px !important;
  }
  body{
    background: #ebebeb;
  }
  #send_message .message-content label {
    display: none;
  }
  .page-menu {
    display: none;
  }
  a#fancybox-close {
    position: absolute;
    top: 14px !important;
    right: 15px !important;
    /*width: 70px !important;*/
    height: 33px !important;
    /*background: url(../images/delete-btn.png) no-repeat !important;*/

  }
  #send_message .message-content p.delegateName {
    display: none !important;
  }

  .sm-title {
    display: none;
  }
  
  .sm-custom-title {
    display: block
  }
  #bbp-user-profile .bbp-user-section p {
    margin-bottom: 10px;
  }
  .select2-container {
    border: none !important;
  }
  .select2-result-repository__avatar {
    display: none !important
  }
  .select2-result-repository__meta .select2-result-repository__title:last-child {
    /*display: none !important;*/
  }
  .select2-result-repository__meta .select2-result-repository__title {
    font-size: 14px;
    font-weight: bold;
    font-family: Arial, Helvetica, sans-serif;
    color: #484848;
  }
  .select2-results__option {
    padding: 15px 15px;
    border-bottom: 2px solid #ececec;
  }
  .select2-dropdown {
    border: none !important
  }
  .select2-search--dropdown {
    padding: 0
  }
  .select2-container--default .select2-search--dropdown .select2-search__field {
    height: 38px;
    padding: 5px 10px;
  }
  .select2-container--default .select2-selection--single {
    background-color: #fff;
    border: none;
    border-radius: 0px;
    padding: 9px 9px 9px 40px;
    border-radius: 0;
    height: auto;
    background: url(../images/search-i.png) 10px 10px no-repeat #fff;
    height: 40px;
  }
  .select2-container--default .select2-selection--single .select2-selection__arrow {
    display: none !important;
  }
  .select2-container--default .select2-selection--single .select2-selection__rendered {
    line-height: 24px;
    padding: 0
  }
  #bbp-user-body .bbpm-contact-btn {
    display: none !important
  }
  .bbpm-messages .bbpm-pagi {
    display: none !important
  }
  .app.bbp-user-page .breadcrumb {
    display: none !important;
  }
  .bbp-user-page.single.sm-title {
    display: block;
  }
  .app.bbp-user-page.singlea#fancybox-close {
    display: none !important;
  }
  #nav_bar {
    display: none;
  }
  /* End app css */


  .delegates-actions .search {
    width: 100%;
  }
  .delegates-actions .all-fav {
    width: 15%;
  }
  #delegates_list .delegate span.name {
    font-size: 16px;
  }
  #delegates_list .delegate span.job {
    font-size: 12px;
  }
  #delegates_list .delegate span.company {
    font-size: 12px;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot, .textarea-wrapp,
  .bbpm-new {
    left: 0;
    bottom: 0;
    margin: 0;
    height: auto;
    width: 100%;
    background: #FFF;
  }
  #bbpress-forums .bbpm-messages li {
    width: 90%;
  }
  #bbpress-forums #bbp-user-body {
    margin-left: 0;
  }
  .bbp-msg .bbpm-body {
    padding: 10px 5px;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot, .textarea-wrapp {
    padding: 0px;
    left: 0;
    bottom: 30px;
    margin: 0;
    width: 100%;
    background: none;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot textarea, .textarea-wrapp textarea,
  #bbpress-forums .bbpm-messages .bbpm-foot input#message,
  .textarea-wrapp input#message,
  .bbpm-new textarea,
  .bbpm-new input#message
   {
    height: 90px !important;
    min-height: 90px !important;
    padding: 10px 15px !important;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cccccc !important;
    margin: 0 !important;
    text-transform: none;
    background-color:#FFF;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot textarea, .textarea-wrapp textarea, #bbpress-forums .bbpm-messages .bbpm-foot input#message, .textarea-wrapp input#message {
    height: 40px !important;
    min-height: 40px !important;
    padding: 10px 15px !important;
    width: 100%;
    border-radius: 4px;
    margin: 0 !important;
}
#fixed-box {
    background: #F7F7F7;
    display: none;
  }
  #nav_bar {
    position: fixed;
    bottom: 0;
    background: #484848;
    display: none;
    width: 100%;
    height: 30px;
    padding-top: 2px;
    z-index: 1102;
  }
  
  .projects-holder .project-box {
    width: 100%;
    position: relative;
    padding: 13px 12px;
    padding-right: 85px;
    min-height: 88px;
    margin-bottom: 20px;
    margin-top: 0 !important;
    border: 1px solid #000;
  }
  .projects-holder .project-box a.pdf-file {
    display: block;
    width: 44px;
    height: 44px;
    background-size: contain;
    right: 10px;
    top: 17px;
  }
  .bbpm .project p {
    line-height: 19px !important;
  }
  .projects-holder .project .switch-fav {
    right: 64px;
      top: 31px;
  }


.loader {
    border: 6px solid #f3f3f3; /* Light grey */
    border-top: 6px solid #a6ce39; /* Blue */
    border-radius: 50%;
    width: 20px;
    height: 20px;
    animation: spin 2s linear infinite;
  display:inline-block;
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}



#bbpress-forums div.reply {
  position:relative;
}

.bbp-msg .bbpm-body {
    border: 1px solid #cccccc;
    padding: 10px 10px;
    height: 241px;
  margin-bottom: 15px;
    overflow-y: auto;
}
body.bbp-user-page {
  background: #fff;
}
body.bbpress #wrapper {
    background: #fff;
}

#bbpress-forums div.bbp-forum-header, bp-default #bbpress-forums div.bbp-topic-header, #bbpress-forums div.bbp-reply-header {
    background: none;
}
#projects h3.p-title {
   font-family: HelveticaBold, Arial;
   font-weight: bold;
   font-size: 14px;
   margin:  0;
}
.projects-box .project {
  font-size: 14px;
  line-height:18px;
}
.projects-box .project p {
  margin: 0;
}
  #bbpress-forums div.bbp-reply-content p {
    color: #979797;
    font-size: 12px;
    line-height: 16px;
  }
  #bbpress-forums div.bbp-reply-author .bbp-author-role {
    font-size: 9px;
    margin-bottom: 23px;
    text-align: left;
  }
  #bbpress-forums .bbp-body div.bbp-reply-content {
    clear: both;
    margin: 0;
    padding: 0;
  }
  #bbpress-forums .bbp-body div.bbp-reply-author {
    position: initial;
  }

  .bbp-user-page .bbpm-items .bbpm-head, .recipient-avatar, .form-section label { display:none !important }/*.bbpm-new, */
#bbpress-forums .bbpm-messages .bbpm-actions-cont .bbpm-actions select { display:none !important }
.bbp-author-ip, .bbp-template-notice .bbp-author-avatar { display:none }

 #bbpress-forums div.bbp-the-content-wrapper textarea, .bbpress textarea {
    border: 1px solid #D7D7D7;
    box-shadow: none;
    background: #fff;
    border-radius: 5px;
    resize: none;
    font-size: 14px;
  }
   .wp-editor-container {
    border: none;
  }
   .reply-tags {
    display: none;
  }
   #bbp_reply_submit {
    width: 100%;
    text-align: center;
    max-width: 100%;
    text-transform: uppercase;
    height: 48px;
  }
   div.bbp-submit-wrapper {
    float: none;
  }
   ::-webkit-input-placeholder { /* Chrome/Opera/Safari */
    color: #000;
    font-style: normal;
  }
   ::-moz-placeholder { /* Firefox 19+ */
    color: #000;
    font-style: normal;
  }
   :-ms-input-placeholder { /* IE 10+ */
    color: #000;
    font-style: normal;
  }
   :-moz-placeholder { /* Firefox 18- */
    color: #000;
    font-style: normal;
  }
  body.bbpress #wrapper {
    background: #fff;
  }
   .bbpm-empty-chat {
    margin-bottom: 10px;
  }
   #delegates .search input,  #send_message input[type="text"],  #send_message textarea, .bbpress textarea,  .bbpm-chat-settings input[type="text"],
  #search_speakers {
    background: #fff;
    border: 0.5px solid #e2e2e2;
  }

   #bbpress-forums .bbpm-messages .bbpm-foot input[type="submit"],
  .textarea-wrapp input[type="submit"],
   .bbpm-new .form-submit {
    display: block !important;
    float:right;
    text-align:center;
  }
   #bbpress-forums .bbpm-messages .bbpm-foot, .textarea-wrapp,
   .bbpm-new {
    width: 100%;
    height: 200px;
    margin-top: 50px;
    margin-bottom: 20px;
    background: none;
  }
   #bbpress-forums .bbpm-messages .bbpm-foot textarea, .textarea-wrapp textarea,
   #bbpress-forums .bbpm-messages .bbpm-foot input#message,
  .textarea-wrapp input#message,
   .bbpm-new textarea,
   .bbpm-new input#message
   {
    height: 170px !important;
    min-height: 170px !important;
    padding: 10px 15px !important;
    width: 100%;
    border-radius: 0px;
    border: 1px solid #cccccc !important;
    margin: 0 !important;
  }
   .bbpm-mark-unread {
    display: none !important;
  }
   .subscription-toggle {
    display: block;
    margin-bottom: 15px;
  }
   .bbpm-errors li {
    margin-bottom: 15px !important;
  }

  #save_draft_message {
    margin-right: 15px;
}

.send-project {
    display: block;
    float: right;
    text-transform: uppercase;
    color: #fff !important;
    cursor: pointer;
    font-size: 12px;
    margin-right: 15px;
    background: #000;
    padding: .5rem 1rem;
    font-size: 14px;
    border-radius: 3px;
    font-weight: bold;
}

#delegates .title-box .new_message {
    margin-top: 3px;
    display: none;
}

#delegates .title-box {
    background: none;
    padding: 0;
    margin-bottom: 5px;
    color: #000000;
    text-transform: uppercase;
    height: auto;
}
.title-box {
    position: relative;
}
.with {
    padding-right: 92px;
    margin-bottom: 25px;
}
.with a {
  color: #000;
  text-decoration: underline;
}

 #bbpress-forums .bbpm-messages li.project {
    /*width: 100%;*/
    position: relative;
    padding-right: 85px;
    min-height: 76px;
  }
  .bbpm-list .project .file-name {
    display: none !important;
  }
   .bbpm-messages .bbpm-item .bbpm-details .bbpm-left a.pdf-file {
    display: block !important;
    width: 40px;
    height: 40px;
    background-size: contain;
/*    right: 10px; */
    top: 16px;
                font-size: 50px;
                color: #ba1624 !important;
  }
  .bbpm-item.project .switch-fav {
    right: 60px;
    top: 27px;
  }
   .bbpm-messages .bbpm-item .bbpm-details .bbpm-left a {
    display: none !important;
  }
   #bbpress-forums .bbpm-messages li.sent {
    background: #fff;
    float: right;
    clear: both;
  }
   #bbpress-forums .bbpm-messages li.received {
    background: #f9f9f9;
    border:2px solid #bd1823 !important;
    float:left;
  }
   #bbpress-forums .bbpm-messages li.pending-delete {
    display:none !important;
  }
   #bbpress-forums .bbpm-messages li.sent p {
    font-size: 12px;
  }
   #bbpress-forums .bbpm-messages li.bbpm-message .bbpm-heading {
    display: none !important;
  }
   .bbpm-messages li.bbpm-message .bbpm-time {
    top: inherit;
    bottom: -18px;
    color: #484848;
    display: none !important;
    left: 0;
    right: inherit  
  }
   .bbpm-messages li.bbpm-message.sent .bbpm-time {
    right: 0  
  }
   #delegates .title-box .new_message {
    margin-top: 3px;
    display: none;
  }
   .bbpm {
    margin-bottom:30px;
  }
   #bbpress-forums {
    overflow: visible;
  }
   .bbpm-actions-cont {
    position: absolute;
    top: 64px;
    right: 15px;
  }
   #bbpress-forums .bbpm-messages .bbpm-foot input[type="submit"],
  .textarea-wrapp input[type="submit"],
   .bbpm-new .form-submit {
    display: block !important;
    float:right;
    text-align:center;
  }


#delegates .delegatelist input, #search_chats {
    background-color: #cccccc !important;
    color: #000 !important
  }
  #search_chats {
        /*background-image: url(../images/search.png);*/
      /*background-repeat: no-repeat;*/
      width:100%;
      /*background-position:center right;*/
      height:40px;
      font-size:14px;
      border:none;
      margin-bottom:10px;
  }
  #single_chat_user form{
    position: relative;
  }
  #single_chat_user .fa-search{
    position: absolute;
      right: 12px;
      left: inherit;
      top: 7px;
      margin-top: 0px;
      z-index: 1;
      width: 22px;
      height: 22px;
      background-size: contain;
      font-size: 26px;
  }

  .search {
    position: relative;
}

#delegates .create_message {
    color: #ba1624;
    font-family: 'Berthold-Akzidenz-Grotesk-Super', Helvetica, Arial;
    font-size: 15px;
    line-height: 24px;
    text-decoration: underline;
    float: right;
    position: absolute;
    right: 0;
    top: 15px;
    text-transform: uppercase;
    font-weight: bold;
}

#delegates {
  position: relative;
}

.bbpm-chats .bbpm-heading span, .bbpm-chats .bbpm-time span {
    font-family: 'Berthold-Akzidenz-Grotesk-Bold', HelveticaBold, Arial;
    font-weight: 400;
    display: inline !important;
    color: #000 !important;
}

.bbpm-chats .chat-actions {
    position: absolute;
    right: 15px;
    top: 18px;
}
.chat-actions .unread {
  padding: 5px 10px 5px;
  font-size: 10px !important;
  color: #fff !important;
  background: #bd1923;
  line-height: 10px;
  text-align: center;
  font-weight: 400;
  display: inline-block;
  min-width: 20px;
  border-radius:10px;
  font-family: 'Berthold-Akzidenz-Grotesk-Super', Helvetica, Arial;
  text-indent:-9999px;
}
.chat-actions .read {
  padding: 6px 10px 5px;
  font-size: 10px !important;
  color: #000 !important;
  background: #bd1923;
  min-width: 66px;
  text-align: center;
  line-height: 10px;
  background: #cccccc;
  font-family: 'Berthold-Akzidenz-Grotesk-Super', Helvetica, Arial;
  display:none !important;
}

#bbp-container .bbpm-chats .bbpm-time {
    position: relative;
    display: block;
    text-align: left;
    top: inherit;
    font-size: 14px;
    text-transform: none;
    right: inherit;
}

.bbpm-time {
    position: absolute;
    right: 40px;
    display: block;
    text-align: right;
    top: 22px;
    font-size: 9px;
    color: #484848;
}

#bbp-content div.content {
    width: 100%;
    max-width: 970px;
    padding: 0 15px;
    box-sizing: border-box;
    margin: 0 auto;
    position: relative;
}

.bbpm-actions input[type="submit"] {
    padding: 2px 8px;
    height: 18px;
    font-size: 12px;
}

#bbpress-forums select {
    height: 38px;
}
#bbpress-forums select {
    height: 38px;
    border-radius: 3px;
    background-image: linear-gradient(to top, #fefefe, #eeeff1);
    border: solid 1px #d0d0d0;
    font-family: Arial;
    font-size: 14px;
    text-align: left;
    padding: 5px 15px;
    margin: 0;
}

.bbpress .bbpm-actions input[type="submit"] {
    background-color: #bd1823;
    background-image: none;
    color: #fff;
}

.bbpress input[type="submit"] {
    padding: .5rem 1rem;
    height: auto;
    text-transform: uppercase;
    background: #cccccc;
      background-color: rgb(204, 204, 204);
      background-image: none;
    border: none;
    font-family: Arial;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-align: left;
    float: right;
    border-radius: 3px;
    color: #000;
}

#select_all_message {
    margin-left: 9px;
    background-color: #bd1823 !important;
}

#delegates h1 a {
    color: #000000;
    font-family: 'Berthold-Akzidenz-Grotesk-Super', Helvetica, Arial;
    font-size: 15px;
    line-height: 24px;
    font-weight: bold;
}


/* projects */

.page-content .container {
    max-width: 1070px;
    margin: 0 auto;
    margin-top: 20px;
}

#starring h2 {
  color: #000;
  font-family: Helvetica, Arial;
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 10px;
  margin-top: 10px;
  font-weight: bold;
}
#starring h2 a {
  color: #000;
  text-decoration: none;
}
div.clear {
    clear: both;
}
.dm-uploader .btn input[type=file] {
    position: absolute;
    top: 0;
    right: 0;
    margin: 0;
    border: solid transparent;
    width: 100%;
    opacity: 0;
    filter: alpha(opacity=0);
    cursor: pointer;
}
.dm-uploader .btn {
    position: relative;
    overflow: hidden;
}
#starring .btn-primary {
    color: #fff;
    background-color: #D6232E;
    border-color: #D6232E;
    margin-bottom: 3rem!important;
    display: block;
    width: 100%;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.text-muted {
    color: #868e96!important;
    margin-bottom: 3rem!important;
    margin-top: 3rem!important;
    font-size: 1.5rem;
}
.dm-uploader {
    cursor: default;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 0.25rem dashed #A5A5C7;
    padding: 3rem!important;
    margin-bottom: 20px;
}
.card-header:first-child {
      border-radius: calc(.25rem - 1px) calc(.25rem - 1px) 0 0;
        padding: .75rem 1.25rem;
    margin-bottom: 0;
    background-color: rgba(0,0,0,.03);
    border-bottom: 1px solid rgba(0,0,0,.125);
}
#files {
  overflow-y: scroll !important;
      min-height: 0;
    padding: .5rem!important;
}
.media {
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}
.media-body {
  -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
#files-list {
  display:none;
}
.progress {
  display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 1.5rem;
    overflow: hidden;
    font-size: .75rem;
    background-color: #e9ecef;
    border-radius: .25rem;
}
.progress-bar{
      display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    background-color: #007bff;
    transition: width .6s ease;
}
.projects-box {
  width: 100%;
  padding: 30px 0;
}
.projects-box .project {
  position: relative;
  min-height: 100px;
  border: 1px solid #000;
  padding: 10px 100px 10px 10px;
  margin-bottom: 20px;
}
.project h3.p-title {
   font-family: 'Berthold-Akzidenz-Grotesk-Bold', HelveticaBold, Arial;
   font-weight: 400;
   font-size: 14px;
}
.projects-content-left .projects-box {
  padding-top: 20px;
}
.project .pdf-file {
    position: absolute;
    display: block;
    right: 15px;
    top: 12px;
    /* background: url(../images/pdf.png) no-repeat; */
    /* width: 79px; */
    background-size: contain;
    /* height: 79px; */
    font-size: 75px;
    color: #ba1624;
}
.project .switch-fav {
  right: 110px;
  top: 49px;
}
.projects-page-content .projects-box .project {
  padding-right: 150px;
}
.rm-user-card .edit-project {
  left: 140px;
  top: 0;
}
.rmagic .rm-submission, .rm-user-details-card {
  margin-top: 0;
}
.edit-project {
  position: absolute;
  display: block;
  right: -5px;
  top: -10px;
  background: url(../images/edit.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.delete-project {
  position: absolute;
  display: block;
  right: 30px;
  top: -10px;
  background: url(../images/delete-icon.png) no-repeat;
  background-size: contain;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
.mail-project {
  position: absolute;
  display: block;
  right: 65px;
  top: -10px;
  background: url(../images/mail.png) no-repeat;
  background-size: contain;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.photo-box .edit-project {
  right:-10px;
}

.forum-popup {
  width: 400px;
  height: auto;
  max-width: 100%;
  border: 1px solid #000000;
  background: #cccccc;
  padding: 15px;
}
.forum-popup h3 {
    text-transform: uppercase;
    color: #000;
    font-family: 'Berthold-Akzidenz-Grotesk-Bold', HelveticaBold, Arial;
    font-weight:  bold;
    font-size:  16px;
}
.forum-popup h3.p-title {
    text-transform: none;
    color: #000000;
    font-weight:  bold;
}
.forum-popup p {
  color: #000;
}

.forum-popup .project {
  padding: 15px 40px 15px 0;
  position: relative;
  min-height: 74px;
}
.forum-popup .project:not(:last-of-type){
  border-bottom:1px solid #999;
}
.forum-popup input[type="submit"], #send_message input[type="submit"] {
  background: #000 !important;
  color: #fff !important;
  font-size: 14px !important;
  line-height: 8px !important;
  padding: 10px 21px !important;
  height: 33px !important;
}
.forum-popup .select-project {
  position: absolute;
  top: 18px;
  right: 0px;
}
.select-project .ez-checkbox {
    background: transparent url(../images/ck-sprite.png) 0 -42px no-repeat;
    display: inline-block;
    width: 40px;
    height: 40px;
    vertical-align: middle;
    cursor: pointer;
    margin-bottom: 2px;
}
.select-project .ez-hide {
   width: 40px;
    height: 40px;
}
.select-project .ez-checked {
    background-position: 0 0;
}
/* end projects */

.all-canvas img {
    height: 40px;
    width: 40px;
    cursor: pointer;
}

.fa, .far, .fas {
    font-family: Font Awesome\ 5 Free;
}

#bbp-user-body .hide_message , #bbp-user-body .hide_message_style , #bbp-user-body .hide_message_chat_style{
    display:none !important;
}

.bbpm h3.p-title {
    font-size: 16px;
    font-weight: bold;
    font-family: HelveticaBold, Arial;
    text-transform: none;
    margin-bottom: 0;
    line-height: 24px;
}

.bbpm-items .bbpm-right input[type="checkbox"] {
  position: initial !important;
}

.create_message_form h2 {
    float: left;
    line-height: normal;
    margin-bottom: 0px;
    margin-top: 0px;
    font-size: 16px;
    font-weight: bold;
}
#single_auto_search input, .single_subject input {
  margin-bottom: 10px;
}

.create_message_response {
    width: 50%;
    float: left;
    position: absolute;
}
#delegates_list {
    padding: 0px 0;
}
.bbpm #delegates_list a {
    color: #000!important;
}
#delegates_list .delegate span.name {
    font-size: 20px;
    color: #000;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: HelveticaBold, Arial;
    text-transform: uppercase;
    padding-left: 0;
    padding-top: 0;
}

.featherlight .featherlight-content {
  max-width: 1000px;
}

.featherlight .featherlight-content h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #a5ce3a;
    float: left;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.featherlight .featherlight-content .general_info .fl-r {
  display:  flex;
}
.featherlight .featherlight-content .base_box_620 {
  order:  2;
}
.featherlight .featherlight-content .base_box_320 {
  order:  1;
  width:  auto;
  margin-right: 20px;
}
.featherlight .featherlight-content .base_box_320 .company-logo {
  float: left;
}

.featherlight .featherlight-content .detail_hbc {
  position: initial;
  display:  block;
  background: #FFF;
    color: #000;
}
.featherlight .featherlight-content .detail_hbc h4 {  
  position: initial;
  display:  block;  
  transform: initial;
  -ms-transform:  initial;
  top: 0;
  text-align:  left;
}

.featherlight .featherlight-content .detail_hbc h4 span.other_info {
    display: block;
    font-size:  14p;
    margin-top: 5px;

}

.featherlight .heading {
    margin-bottom:  20px;
}
.featherlight .heading h4 {
  font-size: 36px;
  margin: 5px 0;
}
#seach_delegate {
  margin-bottom: 10px;
}
#seach_delegate+span  {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.delegate-profile .info.pos2 {
  top:35px;
}
.delegate-profile .info.pos3 {
  top:60px;
}
.delegate_filters {
  width: 100%;
  background: #000;
  padding: 10px;
  margin-bottom: 10px;
}
.delegate_filters li {
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;  
}
.delegate_filters li.last {
  float: right;
}
.delegate_filters li a {
  color: #FFF;
  font-size: 17px;
  font-weight: bold;
  text-transform: uppercase;
  display: inherit;
}
.delegate_filters li:not(.last):after {
  content: '|';
  margin-left: 5px;
}
.delegate_filters li.selected a {
  color: yellow;
}
.grid_view .section-title{
    float: left;
    width: 100%;
}
.grid_view .g_title{
    font-weight:bold;
    font-size: <?php echo $cl_speaker_title_font_size; ?>px;
    color: <?php echo $cl_speaker_title_font_color; ?>;
    font-family:  '<?php echo $font_family_more ?>';
    display: block;
    margin-bottom: <?php echo $cl_height_between_speaker_name_jobtitle_company; ?>px;
    
}
#starring.grid_view{
    display: flex;
    flex-direction: row;
    justify-content: left;
    flex-wrap: wrap;
    grid-gap: 10px;
}
.c21-conference-session #starring.grid_view {
    grid-gap: 0 10px;  
}
.c21-conference-session #starring.grid_view{
    justify-content: left;
}
.c21-conference-session .delegate-profile {
  width: 15.6%;
}
.c21-conference-session .sTitle {
  font-size: 20px;
  font-weight: 300;
  margin-bottom: 0;
}
.c21-conference-session .sDetails,
.c21-conference-session strong {
  font-size: 24px;
  line-height: 26px;
}
.elementor-element-1de3170 {
  display: none;
}
.session_content {
  border-bottom: 2px solid #b9b9b9;
  margin-bottom: 20px;
}
.speakers1 {
  display: flex !important;
}
.speakers1 .column1 {
  order: 2;
  margin-left: 20px;
}

.speakers1 .column2 {
  order: 1;
  flex: none;
  display:grid !important;
}
.speakers1 .column1 .session_content,
.speakers1 .column1 .session_content p {
  border-bottom: none;
  margin-bottom: 0;
}
.c21-conference-session .speakers1 .column2 .delegate-profile {
  width: 100%;
  max-width: 162px;
}
.grid_view .speaker-page-box{
    align-items: center;
    justify-content: center;
    min-height: 100px;
    width: 20%;
}
.grid_view .speaker-page-box img{
    max-width: 100%;
    margin-bottom: <?php echo $cl_height_between_heashot_speaker_name;?>px;
}
.grid_view .speaker-page-box{
    border: none;
    padding-bottom: 5px;
    padding-top: 10px;
}
.grid_view h2{
    width: 90%;
}
.grid_view h2 a .speaker-job , .grid_view h2 a .speaker-company{
    font-size: <?php echo $cl_speaker_content_font_size; ?>px;
    font-family:  '<?php echo $font_family_more ?>';
    color: <?php echo $cl_speaker_content_font_color; ?>;
    line-height: <?php echo $cl_line_height_job_title_company_name; ?>px;
}

#grid_hover_view{
    padding: 5px;
    margin-bottom: 10px;
}
.delegate-profile pre {
    margin:0; 
    font-family: "Roboto", Sans-serif; 
    color:#303030; 
    font-size: 14px;
    line-height: 16px;
}
.delegate-profile{
    width:15.7%;
    padding:0; 
    /*margin:0 10px 20px 0;*/
    float:left; 
    /*height:240px;*/
    font-family: "Roboto", Sans-serif; 
    color:#303030; 
    font-size:13px;
}
.delegate-profile img{
    width:162px;
    height:162px;
}
#delname{
    font-weight:600;
    line-height:14px;
    margin-top:15px;
}


.delegate-profile {
  position: relative;
}
.delegate-profile .info {
  position: absolute;
  right: 10px;
  top: 10px;
  background: #FFF;
  border-radius: 10px;
  width: 20px;
  height: 20px;
  font-weight: bold;
  display: block;
  text-align: center;
}
.delegate-profile .mesage {
    right: 10px;
    top: 10px;
    background: #FFF;
    border-radius: 10px;
    width: 23px;
    height: 23px;
    font-weight: bold;
    display: block;
    text-align: center;  
    font-size: 23px;                  
}
.no_results { display: none; }
.cl_sponsors_main .speaker-page-box h2, .cl_sponsors_main.light h1{
    color: <?php echo $cl_speaker_title_font_color; ?>;
}
.cl_sponsors_main .speaker-page-box .more-text, .cl_sponsors_main .speaker-page-box .more-text p, .cl_sponsors_main a.r-more, 
.cl_sponsors_main a.r-less, .cl_sponsors_main .speaker-page-box .full-text p{
    color: <?php echo $cl_speaker_content_font_color; ?>;
}
.cl_sponsors_main .speaker-page-box h2{
    font-size: <?php echo $cl_speaker_title_font_size; ?>px;
    font-family:  '<?php echo $font_family_more ?>';
}
.more-text, .more-text p, .full-text, .full-text p{
    font-size: <?php echo $cl_speaker_content_font_size; ?>px;
    font-family:  '<?php echo $font_family_more ?>';
}
.featherlight .featherlight-content {
  max-width: 1000px;
}

.featherlight .featherlight-content h3 {
    text-transform: uppercase;
    margin-bottom: 10px;
    letter-spacing: 0px;
    line-height: 28px;
    color: #a5ce3a;
    float: left;
    width: 100%;
    padding-top: 5px;
    border-top: 1px solid #eee;
    font-size: 14px;
    font-family: 'Helvetica';
    font-weight: bold;
}

.featherlight .featherlight-content .general_info .fl-r {
  display:  flex;
}
.featherlight .featherlight-content .base_box_620 {
  order:  2;
}
.featherlight .featherlight-content .base_box_320 {
  order:  1;
  width:  auto;
  margin-right: 20px;
}
.featherlight .featherlight-content .base_box_320 .company-logo {
  float: left;
}

.featherlight .featherlight-content .detail_hbc {
  position: initial;
  display:  block;
  background: #FFF;
    color: #000;
}
.featherlight .featherlight-content .detail_hbc h4 {  
  position: initial;
  display:  block;  
  transform: initial;
  -ms-transform:  initial;
  top: 0;
  text-align:  left;
}

.featherlight .featherlight-content .detail_hbc h4 span.other_info {
    display: block;
    font-size:  14p;
    margin-top: 5px;

}

.featherlight .heading {
    margin-bottom:  20px;
}
.featherlight .heading h4 {
  font-size: 36px;
  margin: 5px 0;
}
#seach_delegate {
  margin-bottom: 10px;
}
#seach_delegate+span  {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.delegate_filters {
  width: 100%;
  background: #000;
  padding: 10px;
  margin-bottom: 10px;
}
.delegate_filters li {
  display: inline-block;
  margin-right: 10px;
  color: #FFF;
  font-size: 18px;
  font-weight: bold;  
}
.delegate_filters li.selected a {
  color: yellow;
}
.grid_view .section-title{
    float: left;
    width: 100%;
}
.grid_view .g_title{
    font-weight:bold;
    font-size: <?php echo $cl_speaker_title_font_size; ?>px;
    color: <?php echo $cl_speaker_title_font_color; ?>;
    font-family:  '<?php echo $font_family_more ?>';
    display: block;
    margin-bottom: <?php echo $cl_height_between_speaker_name_jobtitle_company; ?>px;
    
}
.featherlight-content .delegate-profile {
  width: 100%;
  max-width: 100%;
  height: auto;
}
.featherlight-content .delegate-profile .info {
  /*left: 10px;*/
}
ul.times {
  padding: 0;
}
.times li {
  list-style: none;  
  background: #f5f5f5;
  margin-bottom: 10px;
  padding: 20px 20px;
}

.right {
  float: right;
}
.left {
  float: left;
  position: relative;
}

.delegate-profile .right {
  float: left;
  margin-left: 20px;
}

@media (max-width: 576px) {
  .c21-conference-session .sTitle {
    font-size: 20px;
  }
  .speakers1 {
    display: block !important;
  }
  .speakers1 .column1 {
    margin-left: 0;
  }
  .delegate_filters li.last {
    float: none;
  }
  .rmagic .rm-user-name-submission {
    width: 100% !important;
  }
  .rm-user-field-value, .rm-user-field-value input {
    width: 100% !important;
  }
  .delegate-profile .right {
    margin-left: 0;
    margin-bottom: 10px;
    clear: both;
  }
  .featherlight-content .delegate-profile, .c21-conference-session .delegate-profile {
    max-width: 100% !important;
  }

    .delegate-profile, .c21-conference-session .delegate-profile,
    .c21-conference-session .speakers1 .column2 .delegate-profile {
        width:47%;
    }
    .delegate-profile {
        max-width: 50%;
    }
  .fancybox-content {
    padding:10px;
    height: 100%;
  }
  .fancybox-slide {
    padding: 0;
    padding-left: 0;
    padding-right: 0;
  }
  #edit_avatar .avatar, #fancybox-content .avatar {
    width:100%;
    height: 100%;
  }
  .avatar-content-left p {
    display: none;
  }
  .avatar .cropit-preview {
    margin-top: 0;
  }
  .cropme-container {
    margin-top:3px !important;
    margin-bottom: 3px !important;
  }
  .avatar button.delete-btn {
    background-image:url(../images/delete-btn.png);
    background-position:center;
    background-size:cover;
    width:25px;
    height:30px;
    text-indent: -9999px;
  }
  .avatar button.save-btn {
    background-image:url(../images/save-btn.png);
    background-position:center;
    background-size:cover;
    width:31px;
    height:30px;
    text-indent: -9999px;
    background-color: transparent !important;
  }
  .avatar button.select-image-btn {
    background-image:url(../images/take-photo.png);
    background-position:center;
    background-size:cover;
    width:40px;
    height:30px;
    text-indent: -9999px;
    border:none;
    margin-right: 0;
    float:none;
    background-color:transparent;
  }
  .avatar .cropit-preview {
    height:auto;
  }
  .avatar-content footer {
    text-align: center;
    position: fixed;
    bottom: 15px;
    width: 90%;
  }
  /*.col-zoom {
    display: none !important;
  }*/
  .col-rotate {
    width: 74% !important;
  }
        .delegates-actions .select2-container--default .select2-selection--single {
            border-radius: 0;
            border: 1px solid #ddd;
            padding: 2px 15px;
            background: none;
            height: auto;
        }
    .delegate .details{
        margin-top:10px;
    }


  .rmagic .rm-user-card {
    height: auto !important;
  }

  .rmagic .rm-user-name-submission {
    clear: both;
  }

  .rm-user-details-card {
    padding: 0 !important;
  }

  .rmagic .rm-user-card .rm-user-name {
    padding-left: 0 !important;
  }
  .rmagic .rm-user-name {
    font-size: 1.5em !important;
  }
  .delegate_filters li a {
    font-size: 16px;
  }
  .rm-user-row .dbfl {
    display: grid !important;
  }
  .send-project {
    margin-right: 0;
    font-size: 12px;
    padding: 0.5rem 0.5rem;
  }
  .bbpress input[type="submit"] {
    font-size: 12px;
    padding: 0.5rem 0.5rem;
  }
  .with {
    padding-right: 70px;
  }
}

  @media (min-height: 667px) {
  .bbp-msg .bbpm-body {
    height:335px;
  }
}

@media (max-height: 667px) {
  .bbp-msg .bbpm-body {
    height:250px;
  }
  #bbpress-forums .bbpm-messages .bbpm-foot textarea, .textarea-wrapp textarea, #bbpress-forums .bbpm-messages .bbpm-foot input#message, .textarea-wrapp input#message, .bbpm-new textarea, .bbpm-new input#message {
    height:160px !important;
    min-height:60px !important;
  }
}

@media (min-height: 800px) {
  .bbp-msg .bbpm-body {
    height:auto;
  }
}

.add-avatar {
    width: 130px !important;
    background: black !important;
    color: white;
    padding: 10px !important;
    text-align: center;
    cursor:pointer;
}

#image-cropper .add-avatar {
  display: none;
}