/* Slick */

.slick-nav, .slick-arrows {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slick-nav.centered {
    justify-content: center;
    margin-top: 80px;
    width: 100%;
}

@media (max-width: 767px) {
    .slick-nav.centered {
        margin-top: 40px;
    }
}

.slick-nav.centered ul.slick-dots {
    margin-bottom: 0;
    margin-right: 50px;
}

@media (max-width: 767px) {
    .slick-nav.centered ul.slick-dots {
        margin-right: 0;
    }
}

.slick-nav {
    margin-top: 50px;
}

.slick-prev, .slick-next {
    background-color: #ffce00;
    border: solid 1px #ffce00;
    width: 50px;
    height: 50px;
    outline: none;
    font-weight: bold;
    font-size: 15px;
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
    background-color: transparent;
    border: none;
}

ul.slick-dots {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

ul.slick-dots li {
    border: solid 1px #666;
	background-color: transparent;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	margin-right: 5px;
    cursor: pointer;
    display: inline-block;
}

ul.slick-dots li.slick-active {
    border: solid 1px #00b7e3;
	background-color: #00b7e3;
}

ul.slick-dots li button {
    display: none;
}

/* Home */

.bg-white {
    background-color: #fff;
}

.slick-initialized .slick-slide {
    outline: none;
}

.main-slider a,
.main-slider a:active,
.main-slider a:hover {
    color: #00b7e3;
}

.upcoming .content {
    display: flex;
    flex-direction: column;
    background-color: #fff;
    padding: 15px 15px 25px 15px;
}

@media(max-width: 1200px) {
    .upcoming .content {
        min-height: 300px;
    }
}

.upcoming .content .footer-box-slider2 {
    margin-top: auto;
}

.footer-box-slider2 img {
    width: 50%;
}

@media(max-width: 1200px) {
    .upcoming h3 {
        font-size: 21px;
    }
}

@media(max-width: 992px) {
    .main-slider .slide-content h3 {
        text-align: center;
        margin-bottom: 10px;
        margin-top: 20px;
        text-transform: uppercase;
    }
}

@media(max-width: 768px) {

    .main-slider .slide-content {
        text-align: center;
    }

    .slick-nav.centered ul.slick-dots {
        margin-right: 0;
    }

    .slide-1-padding {
        padding: 80px 0 0 0;
    }

    .main-slider .slide-content h1 {
        margin-bottom: 0;
    }

    .slick-nav {
        margin-top: 0;
    }

    .bg-newsletter {
        background: none;
    }

    .slick-nav {
        margin: 30px 0;
        justify-content: center;
    }

    .slick-nav ul {
        margin-bottom: 0;
    }

    .main-slider .slick-arrow {
        display: none;
    }

    .slick-nav.centered {
        width: 100%;
    }

    .upcoming .content {
        background-color: #fff;
        margin-top: -10px;
        padding: 15px 15px 25px 15px;
    }
}

/* Latest posts */

.text-box-news{
    padding: 4% 6% 8% 6%;
    border: 1px solid #e2e3e4;
    background-color:#FFF;
}

.text-box-news h4 {
    min-height: 70px;
}

.latest-posts .fal {
    color: #bbb;
}

.latest-posts a,
.latest-posts a:hover {
    text-decoration: none;
}

.news-category{
    color: #00c4b9;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.news-category.blue {
    color: #00c4b9; 
}

.news-category.yellow {
    color: #ffcd00; 
}

.news-category.red {
    color: #ef4d26; 
}

.content-box:hover {
    box-shadow: 0 5px 10px 0 rgba(0,0,0,0.25);
    cursor: pointer;
}

.content-box:hover h4 {
    color: #00b7e3;
}

.text-box-news h4 {
    min-height: 70px;
    font-size: 19px;
    margin-bottom: 0;
}

@media(max-width: 1200px) {
    .text-box-news h4 {
        font-size: 15px;
    }
}

@media (max-width: 991px) {
    .home .text-box-news h4 {
        font-size: 21px;
    }
}

@media (max-width: 767px) {
    .text-box-news h4 {
        font-size: 21px;
    }
}

.date-news {
    font-size: 14px;
    color: #bbb;
}

.latest-audios .title-section-meta,
.latest-videos .title-section-meta,
.latest-posts .title-section-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.latest-audios .text-box-listen,
.box-main-slider .text-box-listen {
    height: 100%;
    padding: 4%;
    border: 1px solid #e2e3e4;
    display: flex;
    flex-direction: column;
}

.box-main-slider .main-slider-picture {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

@media (min-width: 992px) { .box-main-slider .main-slider-picture { min-height: 244px; } }
@media (min-width: 1200px) { .box-main-slider .main-slider-picture { min-height: 291px; } }

@media (max-width: 767px) {
    .sli-wrapper {
        margin-right: 15px !important;
        padding-right: 15px !important;
    }

    .latest-audios .title-section-meta,
    .latest-videos .title-section-meta,
    .latest-posts .title-section-meta {
        justify-content: center;
    }

    .latest-posts .title-section-meta h3,
    .latest-videos .title-section-meta h3,
    .latest-audios .title-section-meta h3 {
        margin-bottom: 10px;
        font-weight: 500;
        font-size: 25px;
        text-align: center;
    }

    .latest-audios .date-post {
        text-align: left;
        border-top: solid 1px #bbb;
        color: #bbb;
        display: block;
        font-size: 12px;
        padding-top: 10px
    }

    .latest-audios .text-box-listen h3 {
        font-size: 17px;
        font-weight: bold;
    }

    .latest-audios .text-box-listen {
        border: none;
    }

    .latest-posts .blue-line-title {
        background-color: #00c4b9;
    }

    .latest-posts .blue-line-title,
    .latest-videos .blue-line-title,
    .latest-audios .yellow-line-title {
        margin-top: -5px;
        margin: -2px auto 0 auto;
    }

    .latest-audios .listen-thumb-description {
        padding: 0;
    }

    .latest-videos .watch-thumb-description,
    .latest-audios .listen-thumb-description {
        font-size: 16px;
        font-weight: bold;
        display: block;
        margin-bottom: 30px;
    }

    .latest-videos .watch-thumb-date,
    .latest-audios .listen-thumb-date {
        color: #bbb;
        font-size: 14px;
        float: left;
        margin-top: 1%;
        border-top: solid 1px #bbb;
        padding-top: 5px;
        width: 100%;
    }

    .latest-videos .watch-thumb-hint,
    .latest-audios .listen-thumb {
        border-bottom: none;
    }
}

.latest-posts button {
    outline: none;
}

.latest-posts .news-img {
    width: 100%;
}

.listen-category {
    color: #ffcd00;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
}

.listen-category.yellow {
    color: #ffcd00;
}

.listen-category.blue {
    color: #00c4b9;
}

.listen-category.red {
    color: #ef4d26;
}

.latest-audios .listen-thumb:hover {
    border-bottom: 3px #ffcd00 solid;
}

.listen-thumb:hover {
    cursor: pointer;
}

.latest-audios .reference-slide.selected .listen-thumb {
    border-bottom: 3px #ffcd00 solid;
}

.latest-videos .watch-thumb-hint.selected {
    border-bottom: 3px #00c4b9 solid;
}

@media (max-width: 992px) {
    .latest-videos .watch-thumb-hint.selected {
        border-bottom: none;
    }
}

.latest-videos .watch-thumb-hint.selected .reference-slide-categories {
    color:#00c4b9;
}

.latest-audios .reference-slide.selected .reference-slide-categories,
.latest-audios .listen-thumb:hover .reference-slide-categories {
    color: #ffcd00;
}

.listen-thumb-description {
    font-size: 16px;
    font-weight: 400;
    min-height: 30px;
    display: block;
    padding: 25px 0;
}

@media(max-width: 991px) {
    .listen-thumb-description {
        font-weight: 900;
        padding: 0 0 0 0;
    }
}

.listen-thumb-category, .watch-thumb-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

@media(max-width: 992px) {
    .listen-thumb-category, .watch-thumb-category {
        font-weight: 300;
    }
}

.listen-thumb-date, .watch-thumb-date {
    color: #bbb;
    font-size: 14px;
    float: right;
    margin-top: 1%;
}

.watch-thumb-hint:hover,
.watch-thumb-hint.selected {
    border-bottom: 3px #00c4b9 solid;
    cursor: pointer;
}

.watch-thumb-hint:hover .watch-thumb-category {
    color: #00c4b9;
}

.watch-thumb-img {
    display: none;
    width: 30%;
}

.watch-thumb-text {
    height: 100%;
    width: 100%;
    padding-left: 7%;
}

@media (min-width: 1200px) {
    .watch-thumb-img {
        display: inline-block;
    }
    .watch-thumb-text {
        width: 70%;
    }
}

@media (max-width: 992px) {
    .watch-thumb-text {
        width: 100%;
        margin: 5% 0;
        padding: 0 0 0 0;
    }
}

.watch-thumb-description {
    font-size: 16px;
    font-weight: 400;
    min-height: 30px;
    display: inline-block;
    padding: 0 0 20px;
}

@media(max-width: 992px) {
    .watch-thumb-description {
        font-weight: 900;
    }  
}

.watch-thumb-category {
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    display: inline-block;
}

.listen-thumb-date, .watch-thumb-date {
    color: #bbb;
    font-size: 12px;
    float: right;
    margin-top: 1%;
}

@media(max-width: 992px) {
    .listen-thumb-date, .watch-thumb-date {
        float: left;
    }
}

.listen-thumb.yellow:hover {
    border-bottom: solid 3px #ffcd00;
}

.listen-thumb.blue:hover {
    border-bottom: solid 3px #00c4b9;
}

.listen-thumb.red:hover,
.slick-slide.selected .listen-thumb.red {
    border-bottom: solid 3px #ef4d26;
}

.listen-thumb {
    margin: 0 0;
    padding: 0 0 17px 0;
    border-bottom: 1px solid #e2e3e4;
    height: 200px;
    display: flex;
    flex-direction: column;
}

@media(max-width: 992px) {
    .listen-thumb {
        border-bottom: none;
        min-height: auto;
        padding-bottom: 0;
    }   
}

.listen-thumb .thumb-footer {
    margin-top: auto;
}

.text-box-watch {
    padding: 5.9%;
    border: 1px solid #e2e3e4;
}

.latest-videos .date-post {
    font-weight: 700;
    margin: 9% 0 0 0;
    color: #5f5d5b;
}

.reference-slide.watch-thumb-hint .wrapper {
    flex-direction: row;
}

@media( max-width: 992px ) {

    .latest-videos .reference-slide {
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .reference-slide.watch-thumb-hint .wrapper {
        flex-direction: column;
    }

    .reference-slide.watch-thumb-hint .watch-thumb-text {
        padding-left: 0;
    }
}

@media(max-width: 992px) {
    .reference-slide .watch-thumb-img {
        width: 100%;
    }
}

.watch-thumb-hint {
    margin: 0 0 5% 0;
    padding: 0 0 5% 0;
    border-bottom: 1px solid #e2e3e4;
}

.watch-thumb-hint:focus {
    outline: none;
}

@media(max-width: 992px) {
    .watch-thumb-hint {
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;

    }
}

.event-box {
    padding-left: 10px;
    padding-right: 10px;
}

.event-box .event-inner .featured-image {
    border-top: solid 6px #fff;
}
@media (max-width: 575px) {
    .event-box .event-inner .featured-image {
        height: 6px;
        background-image: none !important;
    }
}

.event-box a,
.event-box a:hover {
    text-decoration: none;
    display: block;
    padding: 6px 6px 6px;
    flex: 1;
}

@media (min-width: 576px) {
    .event-box a,
    .event-box a:hover {
        padding-top: 0;
    }
}

.event-box a .date-slider2 {
    color: #bbb;
}

.event-box .content {
    background-color: #fff;
    margin-top: -10px;
    padding: 10px;
    display: flex;
    flex-direction: column;
    flex: 1;
}

.page-template-template-events-archive .event-box {
    margin-bottom: 10px;
    margin-top: 10px;
	border:4px solid transparent;
}
.event-box.socap_search_page_box:hover .event-inner .featured-image{/* border-color: transparent !important; */}
.search_page_anchor,
.searcbar_test{ /* background-color:transparent !important; */ }
@media(max-width: 992px) {
    .event-box .content {
        min-height: 250px;
    }
}

.event-box .content .footer-box-slider2 {
    margin-top: auto;
}

/* Single event page */

.new-event-single-gallery .slick-slide ,
.event-single-slider-wrapper .slick-slide {
    padding: 0 100px;
}

.new-event-single-gallery .event-single-slider-div,
.event-single-slider-wrapper .event-single-slider-div  {
    width: 940px;
    height: 540px;
    background-size: cover;
}

@media(max-width: 1450px) {
	.new-event-single-gallery  .slick-slide ,
    .event-single-slider-wrapper .slick-slide {
        padding: 0 50px;
    }
}

@media(max-width: 1245px) {
	.new-event-single-gallery .slick-slide ,
    .event-single-slider-wrapper .slick-slide {
        padding: 0 20px;
    }
}

@media(max-width: 1125px) {
	.new-event-single-gallery .slick-slide ,
    .event-single-slider-wrapper .slick-slide {
        padding: 0 0px;
    }
}

.single-events .main-content { overflow:hidden; }
.new-event-single-gallery { width: 100vw;left: 50%;position: relative;transform: translateX(-50%); }
.new-event-single-gallery ul.slick-dots ,
.event-single-slider-wrapper ul.slick-dots {
    margin-top: 20px;
    text-align: center;
}

.new-event-single-gallery .prev-column, .new-event-single-gallery .next-column ,
.event-single-slider-wrapper .prev-column, .event-single-slider-wrapper .next-column {

    position: absolute;
    height: 100%;
    z-index: 3;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    cursor: pointer;
}

@media(max-width: 992px) {

	.new-event-single-gallery .slick-slide ,
    .event-single-slider-wrapper .slick-slide {
        padding: 0 0;
    }
	.new-event-single-gallery .prev-column, .new-event-single-gallery .next-column ,
    .event-single-slider-wrapper .prev-column, .event-single-slider-wrapper .next-column {
        display: none;
    }
}

.new-event-single-gallery .column-wrapper ,
.event-single-slider-wrapper .column-wrapper {
    position: relative;
}

.top-internal-pages-event.white {
    background-color: #fff;
}

@media(max-width: 1125px) {
	.new-event-single-gallery .prev-column,
    .new-event-single-gallery .next-column ,
    .event-single-slider-wrapper .prev-column,
    .event-single-slider-wrapper .next-column {
        display: none;
    }
}

/* Menu */

#menu-header-menu a:hover {
    color: #00b6e1;
    text-decoration: underline;
    font-weight: bold;
}

#menu-header-menu > li {
    background-clip: content-box;
    padding: 40px 0;
    white-space: nowrap;
}

#menu-header-menu .dropdown-menu {
    background-color: #fff;
    border-radius: 5px;
    top: 110px;
}

#menu-header-menu > li > .dropdown-menu:after,
#menu-header-menu > li > .dropdown-menu:before {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

#menu-header-menu > li > .dropdown-menu:after {
  border-color: rgba(255, 255, 255, 0);
  border-bottom-color: #ffffff;
  border-width: 10px;
  left: 50%;
  margin-left: -21px;
}

#menu-header-menu > li > .dropdown-menu:before {
  border-color: rgba(113, 158, 206, 0);
  border-bottom-color: #719ECE;
  border-width: 10px;
  left: 50%;
  margin-left: -21px;
}

#menu-header-menu .dropdown-menu a {
    color: #5f5d5b;
    font-size: 14px;
    font-weight: 600;
    padding-top: 15px;
    padding-bottom: 15px;
}

#menu-header-menu .dropdown-menu a:hover {
    color: #00b7e3;
}

#menu-header-menu > li:hover > .dropdown-menu {
    display: block;
    margin-top: 0;
}

#menu-header-menu > li:hover > .dropdown-menu > li.menu-item-has-children {
    width: calc(100% + 5px);
}

#menu-header-menu > li:hover > .dropdown-menu > li.menu-item-has-children:hover .dropdown-menu {
    display: block;
    left: 100%;
    top: 0;
    margin-top: -8px;
}

#menu-header-menu > li > .dropdown-menu > li.menu-item-has-children > a {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

#menu-header-menu > li > .dropdown-menu > li.menu-item-has-children > a span {
    font-size: 10px;
    margin-left: 5px;
    top: -1px;
    position: relative;
}

#menu-header-menu > li > .dropdown-menu > li.menu-item-has-children > a:hover {
    text-decoration: none;
}

.main-content {
    background-color: #FFF;
    transition: all 0.3s;
    position: absolute;
    z-index: 2;
    box-shadow: -5px 0px 20px #333;
    width: 100%;
    top: 0;
}

.content-expanded {
    transform: translateX(-250px);
}

.side-menu {
    background-color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    height: 100vh;
    width: 250px;
    z-index: 1;
    overflow-y: hidden;
}

.menu-icon .bar1, .menu-icon .bar2, .menu-icon .bar3 {
    width: 20px;
    height: 2px;
    background-color: #333;
    margin: 5px 0;
    transition: 0.3s;
}

.change .bar1 {
    -webkit-transform: rotate(-45deg) translate(-19px, 6px);
    transform: rotate(-45deg) translate(-4px, 3px);
}

.change .bar2 {
    opacity: 0;
}

.change .bar3 {
    -webkit-transform: rotate(45deg) translate(-8px, -6px);
    transform: rotate(45deg) translate(-7px, -6px);
}

.side-menu .menu-header-menu-container > ul {
    list-style-type: none;
    padding-left: 15px;
}

.side-menu .menu-header-menu-container ul > li {
    width: 100%;
    font-weight: bold;
    color: #333;
    padding-top: 10px;
    margin-bottom: 0px;
    padding-bottom: 10px;
}

.side-menu .menu-header-menu-container > ul.menu > li > a {
    text-transform: uppercase;
}

.side-menu .menu-header-menu-container > ul.menu > li {
    border-bottom: solid 1px #d8d8d8;
}

.side-menu .menu-header-menu-container li.menu-item-has-children > a span {
    margin-left: 10px;
}

.side-menu .menu-header-menu-container ul > li:last-child {
    border-bottom: none;
}

.side-menu .menu-header-menu-container ul > li > ul.sub-menu li:last-child {
    border-bottom: none;
}

.side-menu .menu-header-menu-container ul > li > ul.sub-menu {
    padding-left: 15px;
    list-style-type: none;
    margin-top: 5px;
}

.side-menu .menu-header-menu-container ul > li > a {
    color: #333;
    padding-bottom: 20px;
    font-size: 14px;
}

.side-menu ul.sub-menu > li > a {
    color: #929292;
}

#sidebar-menu {
    position: fixed; width: 100%;
}

.slick-arrow:focus,
.reference-slide:focus,
.box-content:focus,
.box-content a:focus,
.box-content .featured-image:focus,
.latest-mobile:focus {
    outline: none;
}

.box-content .featured-image {
    width: 100%;
    background-size: cover;
    background-color: #ddd;
}
.box-content .featured-image-mobile {
    width: 100%;
}

@media (min-width: 576px) { .box-content .featured-image { max-height: 268px; height: 268px; } }
@media (min-width: 768px) { .box-content .featured-image { max-height: 173px; height: 173px; } }
@media (min-width: 992px) { .box-content .featured-image { max-height: 152px; height: 152px; } }
@media (min-width: 1200px) { .box-content .featured-image { max-height: 184px; height: 184px; } }

.event-single-section.bg-white-3 {
    background-image: none;
}

.event-single-section iframe {
    width: 100%;
    border: 0;
    overflow: hidden;
    max-height: 800px;
}

.event-single-section:not(#register) iframe {
    min-height: 600px;
}

.event-archive-slider .slider-image {
    background-size: cover;
}

@media (min-width: 576px) { .event-archive-slider .slider-image { min-height: 268px; } }
@media (min-width: 768px) { .event-archive-slider .slider-image { min-height: 181px; } }
@media (min-width: 992px) { .event-archive-slider .slider-image { min-height: 244px; } }
@media (min-width: 1200px) { .event-archive-slider .slider-image { min-height: 291px; } }

.event-archive-slider .event-logo img {
    width: auto;
}

.event-archive-slider .slider-image,
.event-archive-slider .content {
    width: 100%;
}

@media (min-width: 768px) {
    .event-archive-slider .event-logo img {
        max-width: 40%;
    }
    .event-archive-slider .slider-image,
    .event-archive-slider .content {
        width: 50%;
    }
}

@media(max-width: 992px) {
    .event-archive-slider .event-logo img {
        width: 65%;
    }
}

.event-archive-slider .content {
    border: solid 1px #e3e4e5;
    padding: 20px;
    background-color: #fff;
}

@media(max-width: 992px) {
    .event-archive-slider .content {
        height: auto;
    } 
}

.event-archive-slider .content p {
    margin-bottom: 10px;
    font-size: 15px;
}

@media(max-width: 992px) {
    .event-archive-slider .content p {
        margin: 0;
        margin-bottom: 10px;
        font-size: 11px;
    }
}

.event-archive-slider .content p.summary {
    margin-bottom: 10px;
    font-size: 18px;
}

.event-archive-slider .content p.categories {
    color: #ef4d26;
    text-transform: uppercase;
    font-weight: bold;
}

.event-archive-slider .content h3 {
    font-weight: 700;
    margin: 0;
}

@media(max-width: 992px) {

    .event-archive-slider .content {
        height: 220px;
    }

    .event-archive-slider .content h3 {
        font-size: 16px;
        line-height: 16px;
        margin: 0;
        margin-bottom: 10px;
    }

    .event-archive-slider .content p.summary {
        font-size: 13px;
        line-height: 16px;
    }
}

.tabs > div {
    border-bottom: solid 1px #d1d8de;
}

@media(max-width: 992px) {

    .tabs > div {
        flex-wrap: wrap;
        border-bottom: none;
    }

    .tabs .tab-head {
        justify-content: space-between;
        flex-grow: 1;
        border-bottom: solid 1px #d1d8de;
        margin-bottom: 30px;
    }

    .tabs .tab-head span {
        font-size: 13px;
    }

    .tabs .filters {
        justify-content: space-between;
        flex-grow: 1;
        border: solid 1px #e3e4e5;
        padding: 10px
    }
}

.tabs .tab-head p:hover, .tabs .tab-head p.selected {
    font-weight: bold;
    cursor: pointer;
    color: #000;
}

.tabs .tab-head p:hover span, .tabs .tab-head p.selected span {
    border-bottom: solid 6px #ffce00;
    padding-bottom: 17px;
}

.tabs-content .tab .spinner-border {
    font-size: 5px;
}

.tabs .filters {
    position: relative;
}

.tabs .holder p {
    font-size: 16px;
}

.tabs .holder div.selected-option {
    width: 150px;
    cursor: pointer;
}

@media (max-width: 992px) {
    .tabs .holder div.selected-option {
        width: 110px;
    }
}

.tabs .holder div.selected-option span.theme {
    color: #00b6e1;
    font-weight: bold;
}

.tabs .holder div.selected-option span.fa-chevron-down {
    font-size: 13px;
    font-weight: bold;
}

.tabs .menu {
    position: absolute;
    background-color: #fff;
    width: 80%;
    right: 0;
    top: 40px;
    border-radius: 5px;
    z-index: 2;
}

.tabs .menu p {
    font-weight: 500;
    padding: 5px 20px;
    margin: 10px 0;
}

.tabs .menu p:first-child {
    margin-top: 20px;
}

.tabs .menu p:last-child {
    margin-bottom: 20px;
}

.tabs .menu p:hover {
    font-weight: bold;
    background-color: #ffce00;
    cursor: pointer;
    color: #000;
}

.tabs div.menu:before,
.tabs div.menu:after {
  bottom: 100%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.tabs div.menu:after {
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 10px;
    left: 50%;
    margin-left: 5px;
}
  
.tabs div.menu:before {
    border-color: rgba(113, 158, 206, 0);
    border-width: 10px;
    left: 50%;
    margin-left: -21px;
}

@media(max-width: 992px) {
    .slider-control h3 {
        flex-grow: 1;
        text-align: center;
        font-weight: bold;
        font-size: 25px;
        line-height: 50px;
    }
}

.box-main-slider a,
.box-video-main-slider a {
    text-decoration: none;
    color: #000;
    display: block;
}

.content-box-anchor:link,
.content-box-anchor:visited,
.content-box-anchor:hover {
    text-decoration: none;
    color: inherit;
}


.team .team-member-image {
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 280px;
}

@media (min-width: 1400px) {
    .team .team-member-image {
        height: 360px;
    }
}

.team .icon-holder {
    background-color: #0084b1;
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.team a {
    text-decoration: none;
    color: #fff;
}

@media(max-width: 992px) {
    .team .icon-holder {
        width: 30px;
        height: 30px;
    }
}

.sli a {
    text-decoration: none;
}

header.top {
    position: relative;
    overflow: hidden;
    max-height: 100vh;
    border-bottom-left-radius: 200% 20%;
    border-bottom-right-radius: 200% 20%;
}

header.top video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    transform: translateX(-50%) translateY(-50%);
    visibility: hidden;
}

#socap-cf7-wrapper .wpcf7-not-valid-tip {
    text-align: left;
    font-size: 13px;
    margin-bottom: 15px;
    color: #ef4d26;
    font-weight: bold;
}

.wpcf7-checkbox.form-assets {
    padding-left: 0;
}

.span.wpcf7-list-item {
    margin-left: 0;
}

.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    border: none;
    color: #ef4d26;
}

.wpcf7 form.sent .wpcf7-response-output {
    border: none;
    color: #46b450;
    font-weight: bold;
}

.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output {
    margin: 10px 0 0 0;
    padding: 0;
}

#socap-attendee::-webkit-input-placeholder, /* Edge */
#socap-cf7-wrapper::-webkit-input-placeholder { /* Edge */
    color: #ccc;
}

#socap-attendee :-ms-input-placeholder, /* Internet Explorer 10-11 */
#socap-cf7-wrapper :-ms-input-placeholder { /* Internet Explorer 10-11 */
    color: #ccc;
}

#socap-attendee ::placeholder,
#socap-cf7-wrapper ::placeholder {
    color: #ccc;
}

#socap-attendee input[type="email"]:disabled,
#socap-attendee input[type="text"]:disabled,
#socap-attendee input[type="tel"]:disabled,
#socap-cf7-wrapper input[type="text"]:disabled {
    background: #e8e8e8;
}

#socap-attendee .ajax-message {
    color: #ef4d26;
    font-size: 15px;
    font-weight: bold;
}

.navbar-brand .desktop-version {
    min-width: 200px;
}

.navbar-nav li.nav-item {
    white-space: nowrap;
}

.social-media-nav a {
    white-space: nowrap;
}

@media (max-width: 992px) {
    h2.presentation {
        font-size: 25px;
    }
}

.main-slider h3 {
    margin: 0;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
}

.main-slider h1 {
    font-weight: normal;
}

.main-slider p {
    margin: 0;
}

@media(max-width: 1600px) {
    .main-slider h1 {
        font-size: 65px;
        margin-bottom: 20px;
    }

    .main-slider h3 {
        font-size: 18px;
    }
}

@media(max-width: 1350px) {
    .main-slider h1 {
        font-size: 55px;
        margin-bottom: 10px;
    }

    .main-slider h3 {
        font-size: 15px;
    }
}

@media(max-width: 1100px) {
    .main-slider h1 {
        font-size: 45px;
    }

    .main-slider h3 {
        font-size: 15px;
    }
}

@media(max-width: 992px) {
    .main-slider a,
    .main-slider p,
    .main-slider h1,
    .main-slider h3 {
        text-align: center;
    }

    .main-slider p {
        margin-bottom: 10px;
    }
}

@media(max-width: 1400px) {
    .bg-content-themes .subtitle-content-themes {
        font-size: 21px;
    }
}

@media(max-width: 1200px) {
    .bg-content-themes .subtitle-content-themes {
        font-size: 17px;
    }
}

@media(max-width: 992px) {
    .bg-content-themes .subtitle-content-themes {
        font-size: 15px;
    }
}

.target-slide-title {
    font-size: 25px;
}

.reference-slide-title {
    font-size: 15px;
}

.box-video-main-slider .slide-main-image {
    width: 100%;
    background-size: cover;
}

@media (min-width: 992px) { .box-video-main-slider .slide-main-image { min-height: 278px; } }
@media (min-width: 1200px) { .box-video-main-slider .slide-main-image { min-height: 333px; } }

/* .box-video-main-slider .single-slide {
    height: 125px;
} */

.top-slider h3 {
    margin: 0;
    margin-bottom: 20px;
}

.top-slider p {
    margin: 0;
}

@media (max-width: 1200px) {
    .top-slider h3 {
        font-size: 23px;
    }

    .top-slider p {
        font-size: 15px;
    }
}

.footer-button-anchor,
.footer-button-anchor:link,
.footer-button-anchor:visited,
.footer-button-anchor:hover {
    line-height: inherit;
    text-decoration: none !important;
    color: inherit;
}

.footer-mobile .dropdown-menu {
    position: relative;
    top: 0px;
    left: -10px;
    width: calc(100% + 20px);
    background: transparent;
    padding: 20px 0 10px;
    border-bottom: 1px solid #ccc;
}
.footer-mobile .dropdown-menu.no-border {
    border: 0;
}
.footer-mobile .dropdown-menu a {
    padding: 0;
}
.footer-mobile .dropdown-menu .nav-footer-mobile-item {
    border: 0;
    padding: 0 10px;
}
.footer-mobile .dropdown-menu .nav-footer-mobile-item,
.footer-mobile .dropdown-menu .nav-footer-mobile-item a {
    font-weight: 400;
}

.content-themes-event .icon {
    max-width: 80px;
}

.tabs-content.scrollable {
    overflow-y: scroll;
}

.matching-gray-bg {
    background-color: #f6F6F6;
}

.box-newsletter .spinner-border {
    font-size: 10px;
}

.box-newsletter #mce-responses {
    color: #fff;
}

.spinner.pc {
    visibility: visible;
    float: none;
}

.event-ticket {
    background-color: #eee;
    border-radius: 5px;
    padding: 30px 15px;
    display: flex;
    justify-content: space-between;
}

.event-ticket button {
    border: none;
}

.event-ticket .ticket-info {
    display: flex;
    align-items: center;
}

.event-ticket .ticket-action {
    display: flex;
    justify-content: flex-end;
}

@media(max-width: 768px) {
    .event-ticket .ticket-info,
    .event-ticket .ticket-action {
        justify-content: center;
    }
    .event-ticket .ticket-info {
        margin-bottom: 30px;
    }
}

.event-ticket a {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
}

.event-ticket .nav-btn {
    width: 140px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.event-ticket h3 {
    margin: 0;
    font-size: 25px;
}

.event-ticket h3 p {
    font-size: 65%;
}

.event-ticket h3 p:last-child {
    margin-bottom: 0;
}

.event-ticket .nav-btn.unavailable {
    background-color: #ddd;
}

.cart.modal .modal-header {
    border-bottom: none;
}

.cart.modal .modal-footer {
    border-top: none;
}

.btn-icon-right { margin-left: 10px; }
.btn-icon-left { margin-right: 10px; }
.cart.modal .checkout-button.wc-forward { display: none; }


.woocommerce form .form-row label,
.woocommerce form .form-row span {
    width: 100%;
    display: block;
}

.woocommerce form .btn-link:hover {
    color: #000;
    text-decoration: none;
}

.woocommerce form .btn-link {
    color: #333;
    text-decoration: none;
    outline: none;
}

.woocommerce form .card-header h2 {
    font-size: 2rem;
}

.woocommerce .card-body .top-info {
    width: 100%;
}

.woocommerce .card-body .attendee-fill-later-text {
    cursor: pointer;
}

.add-to-cart.unavailable {
    cursor: not-allowed;
    outline: none;
}

.speakers-wrapper, .partners-wrapper, .agenda-wrapper {
    max-height: 600px;
    overflow-y: scroll;
    overflow-x: hidden;
}

@media (min-width: 768px) {
    .speakers-wrapper, .partners-wrapper, .agenda-wrapper {
        max-height: 800px;
    }
}

@media (min-width: 992px) {
    .speakers-wrapper, .partners-wrapper, .agenda-wrapper {
        max-height: 1240px;
    }
}

.sessions-filters {
    display: flex;
    justify-content: space-between;
}

.sessions-filters-fixed-wrapper {
    position: fixed;
    z-index: 1;
    display: none;
}

.sessions-filters-fixed-wrapper .sessions-filters {
    background-color: #fff;
}

.sessions-dates {
    justify-content: space-between;
    border: solid 2px #E1E2E7;
}

@media (max-width: 991px) {
    .sessions-dates {
        overflow-x: scroll;
    }
}

.sessions-filters input {
    flex-grow: 1;
    border: none;
    background: transparent;
    outline: none;
    border-right: dotted 3px #333;
    padding: 10px 0;
}

@media (max-width: 575px) {
    .sessions-filters input {
        max-width: calc(50% - 42px); /* half of screen - 40px (icon) - 2px (left border) */
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .sessions-filters input {
        max-width: 130px;
    }
}

.sessions-filters .controls {
    flex-grow: 1;
    align-items: center;
    border: solid 2px #E1E2E7;
    max-width: 100%;
}

@media (min-width: 576px) {
    .sessions-filters .controls {
        border-right: none;
    }
}

.sessions-filters select {
    flex-grow: 1;
    border: none;
    background: transparent;
    outline: none;
    border: none;
    max-width: calc(50% - 30px); /* half of the screen - 30px (left and right paddings) */
}

@media (min-width: 576px) {
    .sessions-filters select {
        max-width: 130px;
    }
}

@media (min-width: 768px) {
    .sessions-filters select {
        max-width: 170px;
    }
}

@media (min-width: 992px) {
    .sessions-filters select {
        max-width: 300px;
    }
}

.sessions-filters button {
    padding: 15px;
    outline: none;
    border: none;
    height: calc(100% + 4px);
    flex-grow: 1;
}

@media (min-width: 768px) {
    .sessions-filters button {
        flex-grow: 0;
        padding: 15px 30px;
    }
}

@media (min-width: 992px) {
    .sessions-filters button {
        padding: 20px 40px;
    }
}

.search-session,
.search-session:focus {
    outline: none;
    border: none;
}

.search-session-mobile {
    padding: 10px;
    width: 100%;
}

.sessions-dates p {
    margin: 0;
    padding: 10px 0;
    cursor: pointer;
    color: #333;
}

.sessions-dates .dates {
    flex-grow: 1;
    align-items: center;
    justify-content: space-between;
}

.sessions-dates .dates p {
    text-transform: uppercase;
    padding: 10px 25px;
    height: 110%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.sessions-dates .my-interests {
    min-width: 175px;
    justify-content: center;
}

@media(max-width: 768px) {
    .sessions-dates .my-interests,
    .sessions-dates .dates p {
        min-width: 160px;
    }
}

.sessions-dates p.selected {
    background-color:#ffce00;
    font-weight: bold;
}

.sessions-dates .dates p.selected:first-child {
    margin-left: -2px;
}

.sessions-dates .dates p.selected:last-child {
    margin-right: -2px;
}

.session-box {
    border: solid 1px #e9eaeb;
}

.session-box .details {
    background-color: #fff;
}

.session-box .session-tracks {
    background-color: #f8f8f8;
}

.session-box .session-tracks p {
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    color: #212529;
}

.sessions-content .date {
    text-transform: uppercase;
    border-bottom: solid 1px #e9eaeb;
    padding-bottom: 20px;
    margin: 40px 0;
    position: relative;
}

@media(max-width: 768px) {
    .sessions-content .date {
        margin: 30px 0 30px 0;
    }
}

.section-title h1 {
    font-size: 29px;
    border-bottom: solid 1px #E1E2E7;
    display: block;
    padding-bottom: 10px;
    margin-bottom: 0px;
    font-weight: normal;
}

@media(max-width: 768px) {
    .section-title h1 {
        font-size: 23px;
        text-align: left;
    }  
}

.section-title .high,
.sessions-content .date .high {
    position: absolute;
    border-bottom: solid 2px #00b7e2;
    width: 50px;
    bottom: 0;
}

.sessions-content .date h1 {
    font-size: 30px;
    color: #212529;
    font-weight: bold;
    margin: 0;
    margin-bottom: 10px;
}

@media (min-width: 992px) {
    .sessions-content .date h1 {
        font-size: 35px;
    }
}

.sessions-content .date p {
    font-size: 19px;
    margin: 0;
    color: #212529;
}

.session-box .header {
    justify-content: space-between;
}

.session-box .video-holder {
    background-color: #00b7e2; width: 30px; min-width: 30px; height: 30px; border-radius: 50%; font-size: 14px; color: #fff;
}

.session-box .header .title {
    font-size: 18px;
    margin: 0;
    text-align: left;
    transition: color .3s ease-in-out;
}
.session-box .header .title:hover {
    color: #00b6e1;
}

@media (min-width: 992px) {
    .session-box .header .title {
        font-size: 24px;
    }
}

.session-box .header a,
.session-box .header a:hover {
    text-decoration: none;
}

.session-box .header .buttons {
    display: flex;
}

.event-description .header .buttons .icon-holder,
.session-box .header .buttons .icon-holder {
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: #fff;
    justify-content: center;
    cursor: pointer;
}

.event-description .header .buttons .icon-holder {
    background-color: #212529;
}

.session-box .header .buttons .icon-holder.gray {
    background-color: #212529;
    display: none;
}

.session-box .header .buttons .icon-holder.blue {
    background-color: #00b7e2;
}

.session-box .header .buttons .icon-holder.red {
    background-color: #c53400;
}

.session-box .header .buttons .icon-holder.green {
    background-color: #07c5bc;
}

.session-box .date-time {
    font-weight: bold;
    font-size: 15px;
    color: #212529;
}

.session-box .date-time .fa-clock,
.session-box .session-venue .far {
    color: #00b7e2;
    font-size: 20px;
}

.session-box .type {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 15px;
    color: #212529;
    align-items: center;
    display: flex;
}

.session-box .type .badge {
    background-color: #07c5bc;
    border-radius: 50%;
    color: #fff;
    width: 20px;
    height: 20px;
}

.session-box .type .session-format-icon {
    width: auto;
    height: 30px;
    margin-right: 10px;
}

.session-box .summary {
    margin: 25px 0 10px 0;
}

.session-box .summary p {
    font-size: 15px;
}

.session-box .summary .learn-more {
    color: #00b6e1;
    cursor: pointer;
}

.session-box .speaker img {
    width: 100%;
}

.session-box .speaker a {
    text-decoration: none;
}

.session-box .speaker .photo {
    height: 150px;
    background-size: cover; background-position: center;
}

.session-box .name {
    font-weight: bold;
    font-size: 15px;
    color: #212529;
}

.session-box .company {
    font-weight: bold;
    font-size: 12px;
    color: #00b7e2;
    text-transform: uppercase;
}

.session-box .name, .session-box .company {
    word-break: break-word;
}

/*.session-box .speakers .speaker {
    flex: 1;
    max-width: 120px;
}*/

.session-track-icon {
    margin: 20px auto 0;
    display: block;
    max-width: 100px !important;
    width: 85px;
}

@media (min-width: 576px) {
    .session-track-icon {
        max-width: 100% !important;
    }
}

@media (min-width: 992px) {
    .session-track-icon,
    .session-partner img {
        max-width: 50% !important;
    }

    .session-partner img {
        margin: 15px auto;
    }

    .session-partner:first-child img {
        margin-top: 0;
    }
}

@media (max-width: 991px) {
    .session-partner {
        flex-flow: column;
        align-self: center;
        padding: 0 15px
    }

    .session-partner:first-child {
        padding-left: 0;
    }

    .session-partner img {
        max-height: 120px;
    }
}

.tooltip {
    font-family: 'Asap', sans-serif;
    margin-top: 10px;
    font-size: 15px;
}

.agenda-session-page a.back-link,
.speaker-page a.back-link,
.socap-blog-single-post a.back-link {
    color: #00b6e1;
    font-size: 18px;
}

.agenda-session-page a.back-link:hover,
.speaker-page a.back-link,
.speaker-page a.back-link:hover,
.speaker-page a.back-link,
.socap-blog-single-post a.back-link:hover {
    text-decoration: none;
}

.speaker-page .speaker-description h1 {
    font-size: 41px;
    margin-bottom: 20px;
}

.speaker-page .speaker-description p {
    margin: 0;
}

.speaker-page .speaker-description .company-name a {
    color: #00b6e1;
}

.speaker-page .speaker-description .summary a {
    color: #00b6e1;
    text-decoration: underline;
}

.speaker-page .speaker-description p {
    margin: 0;
}

.speaker-page .event-description .date-time,
.speaker-page .event-description .sponsor p {

    font-weight: bold;
    font-size: 15px;
    color: #212529;
}

.speaker-page .event-description .date-time .fa-clock {

    color: #00b7e2;
    font-size: 15px;
}

.speaker-page .speaker-description .social-buttons .item {
    width: 50px;
    height: 50px;
    background-color: #212529;
    margin-right: 5px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: #fff;
    border-radius: 3px;
}

.speaker-page .speaker-description .social-buttons .item:last-child {
    margin-right: 0;
}

.speaker-page .speaker-description .social-buttons .item:hover {
    background-color: #00b6e1;
    text-decoration: none;
}

.speaker-page .event-day {
    align-content: baseline;
    background-color: #00b6e1;
    padding: 25px;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
    text-transform: uppercase;
    max-height: 180px;
}

.arrow-right {
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
    border-left: 15px solid #00b6e1;
    right: -15px;
    position: absolute;
}

.speaker-page .event-day p {
    margin: 0;
    color: #fff;
}

.speaker-page .event-day .day {
    font-size: 35px;
    font-weight: bold;
}

.speaker-page .event-day .date {
    font-size: 20px;
}

.speaker-page .event-description {
    border: solid 1px #e9eaeb;
}

.speaker-page .event-description .header p {
    margin: 0;
}

.speaker-page .event-description .header .small {
    color: #00b6e1;
    font-weight: bold;
    font-size: 15px;
}

.speaker-page .event-description .header .title {
    color: #212529;
    font-weight: bold;
    font-size: 25px;
}

.speaker-page .event-description .header a,
.speaker-page .event-description .header a:hover,
.speaker-page .speaker a,
.speaker-page .speaker a:hover
{
    text-decoration: none;
}

.speaker-page .event-description .buttons .item {
    border-radius: 50%;
    background-color: #212529;
    width: 30px;
    height: 30px;
    color: #fff;
    cursor: pointer;
    align-items: center;
    justify-content: center;
}

.speaker-page .event-description .buttons .item span {
    font-size: 15px;
}

.speaker-page .speaker .name {
    font-weight: bold;
    font-size: 15px;
    color: #212529;
}

.speaker-page .speaker img {
    width: 120px;
}

.speaker-page .speaker {
    flex: 1;
    margin-right: 20px;
    max-width: 120px;
}

.speaker-page .speaker:last-child {
    margin-right: 0;
}

.speaker-page .speaker .company {
    font-weight: bold;
    font-size: 12px;
    color: #00b7e2;
    text-transform: uppercase;
}

.speakers-wrapper.no-scroll {
    max-height: none;
    overflow-y: auto;
}

.speakers-wrapper .speaker-box {
    border: solid 1px #E1E2E7;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.speakers-wrapper .speaker-box:hover {
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.25);
}

.speakers-wrapper .speaker-box:hover .social {
    visibility: visible;
}

.speakers-wrapper .speaker-box a {
    text-decoration: none;
}

.speakers-wrapper .speaker-box .social {
    visibility: hidden;
    position: absolute; bottom: 0;
}

.speakers-wrapper .speaker-box .social .icon {
    width: 45px;
    height: 45px;
    color: #fff;
    background-color: #00b6e1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.speakers-wrapper .speaker-box .photo {
    /* height: 250px; */
    background-size: cover;
    background-position: center center;
    width: 100%;
    cursor: pointer;
    height: 0;
    padding-bottom: 100%;
}

/* @media (min-width: 768px) and (max-width: 991px) {
    .speakers-wrapper .speaker-box .photo {
        height: 200px;
    }
} */

.speakers-wrapper .speaker-box .img-fluid {
    width: 100%;
}

.speakers-wrapper .speaker-box .description {
    background-color: #fff;
    height: 100%;
}

.speakers-wrapper .speaker-box .description p {
    margin: 0;
}

.speakers-wrapper .speaker-box .description p.name {
    font-weight: bold;
    color: #212529;
}

.speakers-wrapper .speaker-box .description p.job-title {
    font-size: 15px;
}

.speakers-wrapper .speaker-box .description p.company {
    font-weight: bold;
    color: #00b6e1;
    text-transform: uppercase;
    font-size: 15px;
}

.partners-wrapper .partner-logo-wrapper {
    margin-bottom: 30px;
}

.partners-wrapper .partner-logo-wrapper .partner-logo img {
    max-height: 200px;
}

.partners-wrapper .partner-logo,
.partners .partner-logo
{
    border: solid 1px #E1E2E7;
    height: 100%;
}

.partners .partner-logo.height-fixed {
    min-height: 300px;
}

@media(max-width: 768px) {
    .partners .partner-logo.height-fixed {
        min-height: 100px;
    }
}

.partners-wrapper .partner-logo:hover,
.partners .partner-logo:hover
{
    box-shadow: 0 10px 15px 0 rgba(0,0,0,0.25);
    border: solid 1px #00b6e1;
    cursor: pointer;
}

.agenda-session-page .fas:not(.back-link .fas) {
    background-color: #00b6e1;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
}

.agenda-session-page .icons {
    cursor: pointer;
}

@media(max-width: 768px) {
    .agenda-session-page .icons {
        flex-direction: column;
    }

    .agenda-session-page .icons div {
        margin-bottom: 15px;
    }

    .agenda-session-page .icons div:first-child {
        margin-top: 20px;
    }

    .agenda-session-page .icons div:last-child {
        margin-top: 0;
    }
}

.agenda-session-page .icons span:not(.fas) {
    font-size: 17px;
}

.agenda-session-page .date-time {
    font-size: 15px;
    font-weight: bold;
    color: #212529;
}

.agenda-session-page .date-time .fa-clock,
.agenda-session-page .session-venue .far {
    color: #00b6e1;
    font-size: 17px;
}

.agenda-session-page .session-info .title {
    font-weight: bold;
    font-size: 27px;
    color: #212529;
}

.agenda-session-page .session-info .term {
    font-weight: bold;
    font-size: 13px;
    color: #00b6e1;
}

.agenda-session-page .session-info .summary {
    font-size: 15px;
}

.woocommerce-checkout #payment ul.payment_methods .stripe-card-group,
.wc-stripe-elements-field {
    width: 100%;
}

.admin-warning {
    background-color: #f9e0e0;
    border: solid 2px red;
}

.admin-warning p:first-child {
    background-color: red;
    color: #fff;
}

.admin-warning p {
    font-size: 13px;
}

.admin-warning p:last-child {
    color: #000;
}


.agenda-sticky{
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	z-index:100;
	background:#fff;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.agenda-sticky .search-session-mobile { padding:10px;}
.speaker-single-page-speaker-img{ height: 150px; width:120px; background-size: cover; background-position: center; }
.learn-more-single{ color: #00b6e1; cursor: pointer; font-size:15px; }
.add-favorite-speakerpage{ background-color: #00b7e2 !important; }
.remove-favorite-speakerpage{ background-color: #c53400 !important;}
.speaker_single{font-weight: bold; text-transform: uppercase; font-size: 15px; color: #212529; align-items: center; display: flex;}
.speaker_single .badge { background-color: #07c5bc; border-radius: 50%; color: #fff; width: 20px; height: 20px; padding: 0.25em !important; }
.speaker_single_content p{ font-size: 15px; }
.speaker-single-page-speaker p{ width:120px; }
.calendar-link span{
    float:left;
    color:#000;
}

.order_donotmatch{
	color:red;
}

.woocommerce a.remove_custom {
    display: block;
    font-size: 1.5em;
    height: 1em;
    width: 1em;
    text-align: center;
    line-height: 1;
    border-radius: 100%;
    color: red !important;
    text-decoration: none;
    font-weight: 700;
    border: 0;
}
.woocommerce a.remove_custom:hover {
	color: #fff!important;
	background: red;
}

.speaker_single_page > .session-box{ border:0px; }
.speaker_single_page .sessions-content{ display:block; width:100%; }
.speaker-page .speaker_single_page .speaker{ max-width:16.666667%; margin-right:0px; }
@media(max-width: 1200px) {
.speaker-page .speaker_single_page .speaker{ max-width:33.333%; margin-right:0px; }
}
@media(max-width: 575px) {
.speaker-page .speaker_single_page .speaker{ max-width:50%; margin-right:0px; }
}

/* search st */
.sb-search {
    margin-top: 10px;
    width: 0%;
    min-width: 43px;
    height: 43px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden;
    margin-top: 30px;
    top: 0;
    right: 0;
    position: relative;
}

@media (min-width: 768px) and (max-width: 991px) {
    .sb-search {
        top: -38px;
    }
}
@media (min-width: 768px) {
    .sb-search {
        position: absolute;
        margin-top: 0;
    }
}

.sb-search-input {
    position: absolute;
    top: 0;
    right: 0px;
    border: 1px solid #00b6e1;
    outline: none;
    background: #fff;
    width: 100%;
    height: 43px;
    margin: 0;
    z-index: 10;
    padding:0px 65px 0px 20px;
    font-family: inherit;
    font-size: 16px; font-weight:normal;
    color: #2c3e50;
}

/* search st */
.sb-search-mobile {
    position: relative;
    margin-top: 10px;
    width: 0%;
    min-width: 43px;
    height: 43px;
    float: right;
    overflow: hidden;
    -webkit-transition: width 0.3s;
    -moz-transition: width 0.3s;
    transition: width 0.3s;
    -webkit-backface-visibility: hidden; margin:-5px 0 0 0;
}

.sb-search-input-mobile {
    position: absolute;
    top: 0;
    right: 0px;
    border: 1px solid #00b6e1;
    outline: none;
    background: #fff;
    width: 100%;
    height: 43px;
    margin: 0;
    z-index: 10;
    padding:0px 65px 0px 20px;
    font-family: inherit;
    font-size: 16px; font-weight:normal;
    color: #2c3e50;
}
.sb-search-input::-webkit-input-placeholder {
  color: #00b6e1 !important;
  opacity: 1;font-size: 16px; font-weight:normal;
}

.sb-search-input::-moz-placeholder {
  color: #00b6e1  !important;
  opacity: 1;
  font-size: 16px; font-weight:normal;
}

.sb-search-input:-ms-input-placeholder {
  color: #00b6e1  !important;
  opacity: 1;
  font-size: 16px; font-weight:normal;
}

.sb-search-input::-ms-input-placeholder {
  color: #00b6e1  !important;
  opacity: 1;
  font-size: 16px; font-weight:normal;
}

.sb-search-input::placeholder {
  color: #00b6e1  !important;
  opacity: 1;
  font-size: 16px; font-weight:normal;
}

input[type="search"].sb-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}
.sb-search-input::-webkit-input-placeholder {
    color: #efb480;
}

.sb-search-input:-moz-placeholder {
    color: #efb480;
}

.sb-search-input::-moz-placeholder {
    color: #efb480;
}

.sb-search-input:-ms-input-placeholder {
    color: #efb480;
}

.sb-icon-search,
.sb-search-submit,
.sb-search-submit-mobile  {
    width: 43px;
    height: 43px;
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding: 0;
    margin: 0;
    line-height: 43px;
    text-align: center;
    cursor: pointer;
}

.sb-search-submit,
.sb-search-submit-mobile {
    background: #fff; /* IE needs this */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"; /* IE 8 */
    filter: alpha(opacity=0); /* IE 5-7 */
    opacity: 0;
    color: transparent;
    color:red;
    border: none;
    outline: none;
    z-index: -1;
}

.sb-icon-search,
.sb-icon-search-mobile {
    color: #fff;
    background: #00b6e1;
    z-index: 90;
    font-size: 22px;
    font-family: 'icomoon';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    -webkit-font-smoothing: antialiased;
}

.sb-icon-search:before {
    content: "";
}

.sb-search.sb-search-open,
.no-js .sb-search {
    width: 130%;
}

.sb-search.sb-search-open .sb-icon-search,
.no-js .sb-search .sb-icon-search {
    background: #00b6e1;
    color: #fff;
    z-index: 11;
}

.sb-search.sb-search-open .sb-search-submit,
.no-js .sb-search .sb-search-submit {
/*    z-index: 90;*/
}
/* search en */

.event-box.socap_search_page_box .img-fluid{ border:#ccc solid 1px; }
.event-box.socap_search_page_box .event-inner .featured-image{ background-color:transparent !important;}
@media (max-width: 1450px) {
.navbar-expand-md .navbar-nav .nav-link-black{ padding:0.5em 0.5em; }
}
@media (max-width: 900px) {
.social-media-nav a{ padding:0 2px; }
}
@media (max-width: 767px) {
.event-box.socap_search_page_box .content{ margin:0px; min-height:0px; padding:10px 0 !important; }
#sidebar-menu{ top:50px;}
.sb-search,
.no-js .sb-search-mobile,
.sb-search-mobile {
    width: 100%;
}

}

input[type="search"].sb-search-input::-webkit-search-decoration:hover,
input[type="search"].sb-search-input::-webkit-search-cancel-button:hover {
    cursor:pointer;
}

.raw-value {
    background: #efefef;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    padding: .375rem .75rem;
    margin-top: 10px;
}

.popup .modal-header {
    /*background-image: url("../img/bg-top-internal-pages.png");
    background-size: contain;*/
    background: transparent;
    border-bottom: none;
}

.popup .modal-content {
    border: none;
    box-shadow: rgb(0 0 0 / 20%) 0px 10px 10px 0px;
    /* background-image: url("../img/bg-body-5.jpg");
    background-size: cover;
    background-position: center center; */
}

.popup .modal-body {
    border-bottom-left-radius: calc(.3rem - 1px);
    border-bottom-right-radius: calc(.3rem - 1px);
}

.popup .hbspt-form .field {
    margin-bottom: 20px;
}

.popup .hbspt-form .field label {
    margin-bottom: 0.3rem;
}

.popup .hbspt-form .hs-form-required {
    font-weight: bold;
    margin-left: 5px;
    color: #212529;
    /*color: #e04554;*/
}

.popup .hbspt-form input {
    outline: none;
}

.popup .hbspt-form input:not([type="submit"]):not([type="checkbox"]):not([type="radio"]),
.popup .hbspt-form textarea,
.popup .hbspt-form select {
    width: 100%;
    border: solid 1px #ddd; padding: 10px; border-radius: 5px;
    color: #4e4e4e;
}

.popup .hbspt-form input[type="submit"] {
    border: none;
    background-color: #00b6e1;
    color: #fff;
    padding: 10px 35px;
    margin-top: 10px;
}

.popup .hbspt-form a {
    color: #212529;
}

.popup ul.hs-error-msgs,
.popup ul.inputs-list {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 0;
}

.popup ul.inputs-list input[type="checkbox"],
.popup ul.inputs-list input[type="radio"] {
    margin-right: 7px;
}

.popup ul.hs-error-msgs li,
.popup ul.hs-error-msgs li label {
    font-size: 12px;
    margin-top: 5px;
    color: #e04554;
}

.popup .submitted-message {
    /*text-align: center;
    background-color: #eee;
    padding: 10px;
    margin-bottom: 30px;*/
    visibility: hidden;
}

.popup .hbspt-form .hs_ruid.hs-ruid {
    display: none;
}

.popup .hbspt-form .hs-form-booleancheckbox p {
    font-size: 14px;
}

.popup .hbspt-form .hs-form-booleancheckbox input[type="checkbox"] {
    margin-top: 5px;
}

.session_idea_form .acf-input textarea:focus {
outline: none;
border-color: rgba(82,168,236,.8); }
.session_idea_form .acf-input textarea {
    background-color: #f5f8fa;
	height: 64px;
	padding: 9px 10px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}

.session_idea_form .acf-field select,
.session_idea_form .acf-input input:not([type=file]):not([type="checkbox"]):not([type="radio"]):not(.ed_button) {
	background-color: #f5f8fa;
	display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.session_idea_form .acf-field select:focus,
.session_idea_form .acf-input input:not([type=file]):not([type="checkbox"]):not([type="radio"]):focus {
outline: none;
border-color: rgba(82,168,236,.8); }
.session_idea_form .acf-field select[multiple="multiple"] { height:auto; }
.session_idea_form .acf-field select {
	background-color: #f5f8fa;
	color: #bfbfbf;
}
.session_idea_form .acf-field select:focus {
	color: #33475b;
	}
.session_idea_form .acf-field .acf-label label,
.session_idea_form .acf-field .acf-label p {
	font-size: 14px;
    color: #33475b;
    display: block;
    float: none;
    width: auto;
    font-weight: 500;
    text-align: left;
    line-height: 20px;
    padding-top: 0;
    margin-bottom: 4px;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    /*display: inline-block;*/
}
.session_idea_form .acf-field .acf-label p {
    font-style: italic;
}
/*.session_idea_form .acf-field .acf-label label + p {
    margin-left: 5px;
}*/
.session_idea_form .acf-field .acf-label{
	margin-bottom:0;
}
.session_idea_form .acf-fields>.acf-field {
	border:none !important;
	}

.session_idea_form .hs-button {
	font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
	margin: 0;
	cursor: pointer;
	display: inline-block;
	font-weight: 700;
	line-height: 12px;
	position: relative;
	text-align: center;
	background-color: #ff7a59;
	border: 1px solid #ff7a59;
	color: #fff;
	border-radius: 3px;
	font-size: 14px;
	padding: 12px 24px;
}

.session_idea_form .hs-button:focus,
.session_idea_form .hs-button:hover {
    background-color: #ff8f73;
    border-color: #ff8f73;
}
.session_idea_form .acf-form-submit { padding:15px 12px; }

.session_idea_form .acf-actions a { background-color:#00b6e1; color:#FFFFFF; padding:5px 8px; border-radius:3px; text-decoration:none; -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.session_idea_form .acf-actions a:hover { background-color:rgba(82,168,236,.8); color:#FFFFFF; }
.coomt_sec { width:100%; position:relative; }
.coomt_sec form p:not(.comment-form-cookies-consent) label { width:100%; }
.coomt_sec form textarea { width:100%; }
.coomt_sec form input:not([type="checkbox"]):not([type="radio"]):not([type="submit"]) { width:100%; }
.coomt_sec form input[type="submit"] { background:#252525; border:none; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; text-transform:uppercase; color:#FFFFFF;padding: 6px 17px 4px 17px;font-size: 17px;font-weight: 700;letter-spacing: 0.05em; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.coomt_sec form input[type="submit"]:hover { background:#00b6e1 }
.coomt_sec form p.logged-in-as a { color:#00b6e1; text-decoration:none !important;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.coomt_sec form p.logged-in-as a:hover { color:#000000; }
.socap_w_session .session-tracks { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.socap_w_session .session-tracks > .row { width:100%; align-items:center; }
.div-row ul { position:relative; width:100%; padding-left:0; padding-left:10px; padding-right:10px; }
.div-row ul li { list-style-type:none; font-family: 'Asap', sans-serif;font-weight: 400; font-size:17px; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; width:100%; }
.div-row ul li + li { margin-top:4px; }
.div-row ul li span { font-family: 'Asap', sans-serif;font-weight: 500; font-size:17px; display:inline-block; vertical-align:top; width:auto; width:110px; }
.div-row ul li a { color: #00b6e1; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; text-decoration:none !important; }
.div-row ul li a:hover { color:#000000; }
.div-row ul + ul { border-top:solid 1px #e9eaeb; padding-top: 25px;margin-top: 25px; }

.coomt_sec .commentlist { padding-left:0; }
.coomt_sec li { list-style-type:none; }
.coomt_sec .commentlist > li { margin-bottom:30px }
.coomt_sec  cite { font-style:normal;font-weight: 500; padding-right: 3px; }
.coomt_sec .comment-metadata,
.coomt_sec .comment-meta { padding:8px 0 0 0; }
.coomt_sec .comment-metadata a,
.coomt_sec .comment-meta a { text-decoration:none !important; color:#00b6e1;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.coomt_sec .comment-metadata a:hover,
.coomt_sec .comment-meta a:hover { color:#000000; } 
.coomt_sec .reply a { text-decoration:none !important; color:#00b6e1;-webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; }
.coomt_sec .reply a:hover { color:#000000; } 
.coomt_sec .comment-body { padding:0 0 40px 0; }
.coomt_sec .comment-body > br { display:none; }
.coomt_sec .comment-awaiting-moderation { padding:5px 0; display:block; width:100%; }
.coomt_sec > h3 { font-weight:500; }
/*.coomt_sec #comments{
	display:none;
}*/
.coomt_sec .comment-form-cookies-consent{
	display:none;
}
.coomt_sec .comment-author.vcard img{
	width:37px; height:auto;
}

.vote-for-this-session { display:block; width:100%; position:relative; background:#f0f0f0; padding:25px; text-align:center; }
.vote-for-this-session .vote-for-session-btn { width:auto; display:inline-block; vertical-align:top; font-family: 'Asap', sans-serif;font-size: 16px; text-decoration:none !important;padding: 12px 30px;background-color: #00b6e1;color: #fff !important; text-transform:uppercase; font-weight:500; letter-spacing:0.08em; }
.vote-for-this-session .session-voating-form { display:none; text-align:left; padding-bottom:20px; }
.vote-for-this-session.form-active .vote-for-session-btn { display:none; }
.vote-for-this-session.form-active  .session-voating-form { display:block; }
.vote-for-this-session .frm-vote { display: -ms-flexbox;display: flex; }
.vote-for-this-session .frm-vote .input-text { -ms-flex-positive: 1;flex-grow: 1;-ms-flex-negative: 1;flex-shrink: 1;-ms-flex-preferred-size: auto;flex-basis: auto; background:#FFFFFF; border:solid 1px #989898; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; padding:0 10px; outline:none;  }

.vote-for-this-session .frm-vote .btn-from-vote[disabled] { background:#cecece; }
.vote-for-this-session .frm-vote .btn-from-vote { font-family: 'Asap', sans-serif;font-size: 16px; text-decoration:none !important;padding: 0 30px;  height:50px; background-color: #00b6e1;color: #fff !important; border-radius:0; -webkit-box-shadow:none; -moz-box-shadow:none; -ms-box-shadow:none; box-shadow:none; -webkit-appearance:none; -moz-appearance:none; appearance:none; cursor:pointer; margin:0 0 0 8px; border:none; font-weight:500; text-transform:uppercase; letter-spacing:0.08em; }

.vote-for-this-session .vote-chk [type="radio"]:checked,
.vote-for-this-session .vote-chk [type="radio"]:not(:checked) {
    position: absolute;
    left: -9999px;
}
.vote-for-this-session .vote-chk [type="radio"]:checked + label,
.vote-for-this-session .vote-chk [type="radio"]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 20px;
    display: inline-block;
    color: #666;
}
.vote-for-this-session .vote-chk [type="radio"]:checked + label:before,
.vote-for-this-session .vote-chk [type="radio"]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}
.vote-for-this-session .vote-chk [type="radio"]:checked + label:after,
.vote-for-this-session .vote-chk [type="radio"]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.vote-for-this-session .vote-chk [type="radio"]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
.vote-for-this-session .vote-chk [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.show-session-idea .socap_search_page_box a{ border:4px solid transparent;  border-top-color:#00b6e1; background:#FFFFFF !important; }
.show-session-idea .socap_search_page_box a .content { background:none; margin-top:0; min-height:150px; }
.show-session-idea .socap_search_page_box a:hover { border-color:#00b6e1; }
.show-session-idea .socap_search_page_box .footer-box-slider2 { align-self:flex-end; width:100%; }
.show-session-idea .socap_search_page_box .text-box-slider2 { width:100%; }

.session-idea-search { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items:center; align-content:center; justify-content:center; margin:0 0 50px 0; }
.session-idea-search .search-form { position:relative;max-width: 380px; display: -ms-flexbox;display: flex; -ms-flex-wrap:wrap; flex-wrap:wrap; width:100%; align-items:center; }
.session-idea-search .search-form .input-text { height: 40px;width: 100%;border: none;padding: 10px 0;outline: 0;margin: 0; }
.session-idea-search .search-form input[type="submit"]{ min-width: 0;width: 20px;height: 20px;padding: 0;border: none;outline: none;text-indent: -9999px;background: url(../img/search.svg) 50% no-repeat;background-size: contain;cursor: pointer;transition: .2s ease; }
.session-idea-search select { margin:0 0 0 20px; padding:8px 15px; border-radius:0; outline:none; }

@media (max-width: 767px) {
    .session-idea-search .search-form {
        width:100%;
    }
	.session-idea-search select { margin:15px 0 0 0; }
}
.top_banner_message { position:relative; width:100%; background-color:#FFCD00; padding:8px 0; }
.top_banner_message p { color:#ffffff; margin:0 }
.top_banner_message a { color:#ffffff; text-decoration:underline; }
.top_banner_message a:hover { text-decoration:none }

@media (min-width: 992px) {
    .acf-speakers-wrapper td.acf-fields {
        display: flex;
    }
    .acf-speakers-wrapper td.acf-fields .acf-field {
        display: flex;
        flex-direction: column;
        flex: 1;
    }
    .acf-speakers-wrapper td.acf-fields .acf-field::before {
        display: none;
    }
    .acf-speakers-wrapper td.acf-fields .acf-field .acf-label,
    .acf-speakers-wrapper td.acf-fields .acf-field .acf-input {
        width: 100%;
    }
}

.select2-container--default.select2-container--focus .select2-selection--multiple,
.select2-container--default .select2-selection--multiple {
    border: 0 !important;
}
.select2-container.-acf .select2-selection--multiple .select2-selection__rendered { padding: 0 !important; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered .select2-search.select2-search--inline.ui-sortable-handle { width: 100% !important; margin-top: 10px !important; }
.select2-container--default .select2-selection--multiple .select2-selection__rendered li .select2-search__field { width: 100% !important; }

.acf-field label + p.description { font-size: 14px;padding: 5px 0 10px; }
ul.acf-checkbox-list.acf-hl { padding:8px 0; }
.vote-txt-chk input[type=checkbox] + label { color: #00B6E1; }

#frm_update_attendees_details .select2-selection__rendered,
#attendee_details .select2-selection__rendered {
    padding: 0;
}

#frm_update_attendees_details .select2-search--inline,
#attendee_details .select2-search--inline {
    width: 100% !important; margin-top: 10px !important;
    border: 1px solid #ced4da;
    border-radius: .25rem;
}

#frm_update_attendees_details .select2-selection__choice__remove,
#attendee_details .select2-selection__choice__remove {
    width: auto;
    margin-right: 6px;
    margin-left: 2px;
}

#frm_update_attendees_details .select2-selection__choice,
#attendee_details .select2-selection__choice {
    background-color: #f7f7f7;
    border-color: #cccccc;
}

#frm_update_attendees_details .select2-selection__choice,
#attendee_details .select2-selection__choice {
    font-size: 13px;
}


.styled-checkbox input[type=checkbox]:checked,
.styled-checkbox input[type=checkbox]:not(:checked),
.socap_disclaimers_chk input[type=checkbox]:checked,
.socap_disclaimers_chk input[type=checkbox]:not(:checked) ,
.vote-txt-chk input[type=checkbox]:checked,
.vote-txt-chk input[type=checkbox]:not(:checked) {
    position: absolute;
    left: -9999px;
}

.styled-checkbox input[type=checkbox]:checked + span,
.styled-checkbox input[type=checkbox]:not(:checked) + span,
.socap_disclaimers_chk input[type=checkbox]:checked + span,
.socap_disclaimers_chk input[type=checkbox]:not(:checked) + span,
.vote-txt-chk input[type=checkbox]:checked + label,
.vote-txt-chk input[type=checkbox]:not(:checked) + label
{
    position: relative;
    padding-left: 28px;
    cursor: pointer;
    line-height: 18px;
    display: inline-block;
    color: #00B6E1;
	margin-bottom:0;
}

.styled-checkbox input[type=checkbox]:checked + span:before,

.socap_disclaimers_chk input[type=checkbox]:checked + span:before,
.socap_disclaimers_chk input[type=checkbox]:not(:checked) + span:before,
.vote-txt-chk input[type=checkbox]:checked + label:before,
.vote-txt-chk input[type=checkbox]:not(:checked) + label:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border: 1px solid #ddd;
    background: #fff;
}

.styled-checkbox input[type=checkbox]:checked + span:after,

.socap_disclaimers_chk input[type=checkbox]:checked + span:after,
.socap_disclaimers_chk input[type=checkbox]:not(:checked) + span:after,
.vote-txt-chk input[type=checkbox]:checked + label:after,
.vote-txt-chk input[type=checkbox]:not(:checked) + label:after {
    content: '';
    width: 6px;
    height: 10px;
    border: solid #0079bf;
    border-width: 0 2px 2px 0;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 6px;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

.styled-checkbox input[type=checkbox]:not(:checked) + span:after,
.socap_disclaimers_chk input[type=checkbox]:not(:checked) + span:after,
.vote-txt-chk input[type=checkbox]:not(:checked) + label:after {
    opacity: 0;
    -webkit-transform: scale(0) rotate(45deg);
    transform: scale(0) rotate(45deg);
}
.socap_disclaimers_chk .vote-chk [type="radio"]:checked + span:after ,
.vote-for-this-session .vote-chk [type="radio"]:checked + label:after {
    opacity: 1;
    -webkit-transform: scale(1) rotate(45deg);
    transform: scale(1) rotate(45deg);
}

.vote-txt-chk { padding:15px 0 0 0 }
.vote-txt-chk p { font-size:16px;  margin:16px 0; }
.vote-chk { padding-top:13px }

.show-session-idea .content .extra-options p strong { text-transform:uppercase; display:inline-block; letter-spacing: 0.03em; vertical-align:top; padding-right:8px; color:#00b6e1; font-size:16px; }
.show-session-idea .content .extra-options p { font-size:16px }
.session-frm-sbt-notice { width:100%; text-align:center; padding-bottom: 25px; }
.session-frm-sbt-notice h4 { font-weight:500; font-size:24px; margin-top:0; color: #5f5d5b }
.session-frm-sbt-notice p a { color: #00b6e1;-webkit-transition: all 0.3s ease-in-out;-moz-transition: all 0.3s ease-in-out;-ms-transition: all 0.3s ease-in-out;transition: all 0.3s ease-in-out;text-decoration: none !important; font-weight:600; }
.session-frm-sbt-notice p a:hover { color:#000000; }

html, body {
    height: 100%;
}

.error404 .main-content {
    height: 100vh;
}

.error404 .bg {
    background-image: url(../img/404-error.jpg);
    background-size: cover;
    background-position-y: 50%;
    height: 100vh;
}

.error404 h3 {
    margin: 30px 0 10px 0;
}

.error404 .nav-footer-item, .nav-footer-item a {
    font-size: 17px;
}

.error404 .thanks {
    font-weight: normal;
}

.socap_disclaimers_chk {margin-bottom:0 !important; }
.session_idea_form .socap_disclaimers_chk > .acf-label label { margin-bottom:10px; }
.socap_disclaimers_chk label { margin:0 }
.socap_disclaimers_msg { margin-top:0 !important; padding-left:15px; padding-right:15px; }
.socap_disclaimers_msg .acf-label { display:none; }
.socap_disclaimers_msg p { font-size: 16px;margin: 16px 0; }
.session_idea_form .acf-form > .acf-form-submit { padding-left:0 !important; padding-right:0 !important; padding-top:0 !important; }
@media(max-width: 992px) {

    .error404 .main-content {
        height: auto;
    }

    .error404 .bg {
        height: auto;
    }

    .error404 h3 {
        margin-bottom: 10px;
        font-weight: 500;
    }

    .error404 .thanks {
        margin: 0;
        font-size: 14px;
    }.thanks {
        color: #000;
    }

    .nav-footer-item {
        padding: 0 0;
        margin-bottom: 10px;
        font-weight: normal;
    }

    .nav-footer-item:last-child {
        margin-bottom: 0;
    }

    .nav-footer-item a {
        font-weight: normal;
        font-size: 17px;
    }

    .btn-blue:not(.btn-upcoming) {
        padding: 20px;
        font-size: 19px;
    }

}


.mypartnermodel  { z-index:1041; background: #00000061; }
.mypartnermodel .modal-content { border-radius:0; border:none; -webkit-box-shadow: 0 3px 15px 0px rgb(0 0 0 / 20%); -moz-box-shadow: 0 3px 15px 0px rgb(0 0 0 / 20%); -ms-box-shadow: 0 3px 15px 0px rgb(0 0 0 / 20%); box-shadow: 0 3px 15px 0px rgb(0 0 0 / 20%); }
.mypartnermodel .modal-dialog {max-width:720px }
.mypartnermodel h3 { font-weight:600; }
.mypartnermodel h4 { margin-top:0; }
.mypartnermodel h5 { font-size:18px; display: -ms-flexbox; display: flex; padding-top:15px; }
.mypartnermodel h5 a { color:#00b7e2; word-break: break-all; }
.mypartnermodel h5 a:hover { color:#000000; }
.mypartnermodel h5 strong { display:inline-block; vertical-align:top; padding-right:10px; }
.mypartnermodel p { font-size:16px; margin:16px 0; }
.single-events .modal-backdrop { z-index:-1; }
.social_blk { width:100%; position:relative; padding-top:20px; }
.social_blk h5 { font-weight:600; padding-bottom:5px; }
.social_blk ul { padding:0;margin:0 -5px; width:auto; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; }
.social_blk ul li { padding:5px; margin:0; font-size:0; line-height:normal; }
.social_blk ul li a { font-size:17px; color:#00b7e2; height:40px; width:40px; border-radius:100%; border:solid 1px #00b7e2; display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; align-items:center; justify-content:center; text-decoration:none; } 
.social_blk ul li a:hover { color:#ffffff; background:#00b7e2; } 
.mypartnermodel .modal-header { padding:10px 15px 0 0; border:none; }
@media(max-width: 767px) {
	.mypartnermodel .modal-dialog {max-width:500px }

}

.event-faq-main .card-header button { color:#333333;  font-size: 18px;font-family: 'Asap', sans-serif;font-weight: 500; width:100%; position:relative; text-align:left; padding:18px 25px 18px 0; outline:none; box-shadow:none;  text-decoration:none; -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.event-faq-main .card-header button:after{ content:'\f078'; font-family:"Font Awesome 5 Pro"; color:#333333;  font-size: 18px; position:absolute; top:50%; right:5px; -webkit-transform:translateY(-50%); -moz-transform:translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%); -webkit-transition:all 0.3s ease-in-out;-moz-transition:all 0.3s ease-in-out; -ms-transition:all 0.3s ease-in-out; transition:all 0.3s ease-in-out; }
.event-faq-main .card-header button[aria-expanded="true"]:after { -webkit-transform:translateY(-50%) rotate(180deg); -moz-transform:translateY(-50%) rotate(180deg); -ms-transform:translateY(-50%) rotate(180deg); transform:translateY(-50%) rotate(180deg); }
.event-faq-main .card-header button[aria-expanded="true"]:after ,
.event-faq-main .card-header button[aria-expanded="true"] { color:#00b6e1; }
.event-faq-main .card-header { border:none; background:none; border-radius:0; padding:0 }

.event-faq-main .card ul ,
.event-faq-main .card ol { padding-left:20px; }
.event-faq-main .card { border:none; border-radius:0; }


.single-events #navbar .nav-btn-event.nav-link { margin-left:32px; }
.single-events .brand-event { padding: 0 }

.event-faq-main .card h2:first-child,
.event-faq-main .card h3:first-child,
.event-faq-main .card h4:first-child,
.event-faq-main .card h5:first-child,
.event-faq-main .card h6:first-child,
.event-faq-main .card ol:first-child,
.event-faq-main .card ul:first-child,
.event-faq-main .card p:first-child { margin-top:0; }

.event-faq-main .card p,
.event-faq-main .card ul li ,
.event-faq-main .card ol li {font-size: 18px;font-family: 'Asap', sans-serif;font-weight: 400;color: #5f5d5b; font-size:16px; }
.event-faq-main .card ul li a ,
.event-faq-main .card ol li a ,
.event-faq-main .card p a { font-weight:500; color:#00b6e1; text-decoration:none !important; }
.event-faq-main .card ul li a:hover ,
.event-faq-main .card ol li a:hover ,
.event-faq-main .card p a:hover { color:#333333; }
.event-faq-main .card + .card { border-top:solid 1px #d1d8de;}
.event-faq-main .card-body { padding:0 0 20px 0; margin-bottom: 0; }
.event-faq-main [id*="accordion_"]{border-top:solid 1px #d1d8de; border-bottom:solid 1px #d1d8de; }
.event-faq-main [id*="accordion_"] + .faq_group_title  { padding-top:65px; }

.faq_group_title { padding:0 0 25px; }
.faq_group_title h4 { margin:0; font-size:28px; font-weight:600; }
.event-faq-main { padding:5% 0; }



.session-idea-search { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;  }
.session-idea-search select#session-idea-metatheme,
.session-idea-search select#session-idea-sdg,
.session-idea-search select#session-idea-audience,
.session-idea-search select#session-idea-orderby { padding:8px; margin-left:8px;font-size: 13.333px; height:40px; }
.session-idea-search .search-form { max-width: 100%; }
.session-idea-search .search-form .left_input_fild { max-width:310px; ; display: -ms-flexbox;display: flex; border-bottom: 1px solid #6e6e6e; width:100%; align-items:center; }

.author-bio-wrap { display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap;margin-right: -20px;margin-left: -20px; }
.author-bio-wrap .author-bio { padding: 20px; display: -ms-flexbox;display: flex; align-items:center; align-content:center; }
.author-bio .id-post-blog .footnote{ padding-bottom: 0; white-space: nowrap; }
.author-bio .id-post-blog .id-name { white-space: nowrap; }
.author-bio .avatar-blog { margin-top: 0; }

@media (max-width: 767px) {
    .faq_group_title { padding: 35px 0 20px; }
    .faq_group_title h4 { margin: 0; font-size: 24px; }
    .event-faq-main [id*="accordion_"] + .faq_group_title { padding-top: 45px; }
    .single-events .navbar-event-mobile { padding: 5% 2% 0; }
    .single-events .navbar-event-mobile-list {
        display: -ms-flexbox;
        display: flex;
        /*justify-content: center;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;*/
    }
	.session-idea-search .search-form .left_input_fild { max-width:100%; }
.session-idea-search select#session-idea-metatheme,
.session-idea-search select#session-idea-sdg,
.session-idea-search select#session-idea-audience,
.session-idea-search select#session-idea-orderby { padding:8px; font-size: 13.333px; width:100%; margin-left:0; }
.session-idea-search .search-form { max-width: 100%; width:100%; }
}

.recaptcha-error {
    color: red;
}

.single-event-header h3 {
    margin: 0;
}

.single-event-header .footnote {
    display: inline;
}

.navItem-selected {
    border-bottom: solid 3px #fff;
}

.single-events iframe {
    max-width: 100%;

}
.content-area h1 { display: block; font-size: 50px; margin-bottom: 40px; }
.content-area h2 { margin-bottom: 25px; font-size: 40px; }
.content-area  a { font-weight: 500;color: #00b6e1; }
.content-area iframe { height: 500px; margin-top: 20px; border: none; }
.content-area  a:hover { color: #5f5d5b; }
.content-area p { margin: 30px 0; }
.content-area ol li ,
.content-area ul li { font-size: 18px;font-family: 'Asap', sans-serif;font-weight: 400;color: #5f5d5b; }
.content-area ol li + li ,
.content-area ul li + li { margin-top: 5px; }
.content-area .alignleft { float:left; margin:0px 30px 30px 0px;}
.content-area .alignright { float:right; margin:0px 0px 30px 30px;}
.content-area .aligncenter { display:block; margin-left:auto; margin-right:auto; margin-bottom:20px;}

.repeater-piller-content { position: relative; width: 100%; margin-top: 50px; }
.piller-block { position: relative; width: 100%; display: inline-block; vertical-align: top; padding: 50px 0; z-index: 1; }
.repeater-piller-content .piller-block:nth-child(odd):after { content: ''; position: absolute; top: 0; left: -50vw; width: 200vw; bottom: 0; background-color: #fbfbfb; z-index: -1; }
/* .repeater-piller-content .piller-block:not(:nth-child(odd)) { padding-bottom: 0; } */
/* .piller-block +.piller-block { padding-top: 50px; margin-top: 50px; border-top: 2px solid #b1b1b1; } */
.content-area { padding: 5% 0 0 0; overflow: hidden; }
.piller-tab-nav { position: relative; width: 100%; padding-top: 50px; }
.piller-tab-nav ul { display: -webkit-box;display: -ms-flexbox;display: flex;-ms-flex-wrap: wrap;flex-wrap: wrap; justify-content: center; align-items: flex-start; align-content: flex-start; margin: 0 -10px; padding: 0; width: auto; }
.piller-tab-nav ul li { padding: 0 10px 30px; width: 200px; list-style-type: none; margin: 0 !important; }
.piller-tab-nav ul li a { text-align: center;  display: inline-block; vertical-align: top; text-decoration: none; font-size: 16px; line-height: 1.3; width: 100%; }
.piller-tab-nav ul li a span { width: 100%; height: 4px; font-size: 0; line-height: normal; display: block; margin: 0 auto 9px; }


@media only screen and (max-width: 1365px){
.content-area ol li ,
.content-area ul li { font-size: 16px;}
.content-area p { margin: 20px 0; }
.content-area h1 { margin: 0 0 40px 0; font-size: 38px; }
.repeater-piller-content { margin-top: 40px; }
}

@media only screen and (max-width: 1152px){
.content-area h1 { margin: 0 0 40px 0; font-size: 35px; }
/* .piller-block +.piller-block { padding-top: 40px;margin-top: 40px; } */
.piller-block { padding: 40px; }
}
@media only screen and (max-width: 1080px){
.content-area ol li ,
.content-area ul li { font-size: 15px;}
.content-area h2 { font-size: 28px; }
.content-area h1 { font-size: 32px; }
}


@media (max-width: 767px) {
.piller-tab-nav ul li { width: 50%; max-width: 100%; }
.content-area ol li ,
.content-area ul li { font-size: 17px; line-height: 22px;}
.content-area p { margin: 25px 0; }
.content-area h1 { margin: 0 0 30px 0; }
/* .piller-block +.piller-block { padding-top: 30px;margin-top: 25px; } */
.piller-block { padding: 30px; }
.content-area iframe { margin-top: 0; }
.repeater-piller-content { margin-top: 30px;padding-top: 25px; }
.content-area { padding-top: 8%; }
    .session-box .type.agenda-session-partner-wrapper, .agenda-session-partners { display: block; }
    .agenda-session-partners { margin-top: 15px; }
}
.agenda-session-partner { margin-left: 15px; }

.event-hero-description p { color: inherit; }


.form-hubspot .hbspt-form{ padding: 0 60px 60px }
.form-hubspot .hs-richtext.hs-main-font-element{
    text-align: center;
}
.form-hubspot .hs-richtext h1 {
    width: 100%;
    display: block;
    max-width: 550px;
    font-weight: 500;
    margin: 0 auto 20px;
    line-height: auto;
    font-size: 30px;
    color: #33475b;
}
.form-hubspot .hs-richtext p {
    margin-bottom: 3px;
    line-height: 24px;
    font-size: 16px;
    color: #5f5d5b;
    text-align: left
}
.form-hubspot .hs_ruid{
    display: none;
}
.form-hubspot .hs-form-field{
    margin-bottom: 10px;
}
.form-hubspot .hs-form-field label {
    font-size: 15px;
    color: #00B6E1;
}
.form-hubspot .hs-input {
    display: inline-block;
    width: 100%;
    height: 40px;
    padding: 9px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    color: #33475b;
    background-color: #f5f8fa;
    border: 1px solid #cbd6e2;
    box-sizing: border-box;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    border-radius: 3px;
}
.form-hubspot .hs-field-desc {
    font-size: 13px;
    color: #7C98B6;
}
.form-hubspot .hs-input[type=checkbox], .form-hubspot .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0;
    line-height: normal;
    border: none;
}
.form-hubspot .inputs-list{
    list-style: none;
    padding: 0;
}
.form-hubspot .hs_submit .hs-button {
    background: #FFCD00;
    border-color: #FFCD00;
    color: #4D4843;
    font-family: Asap;
    line-height: 12px;
    font-size: 14px;
    border: none;
    padding: 17px;
    border-radius: 5px;
}
.form-hubspot .hbspt-form textarea{
    min-height: 100px
}
.form-hubspot .hbspt-form select.is-placeholder {
    color: #bfbfbf;
}
.form-hubspot .hbspt-form [type=email]:focus, .form-hubspot .hbspt-form [type=number]:focus, .form-hubspot .hbspt-form [type=string]:focus, .form-hubspot .hbspt-form [type=text]:focus, .form-hubspot .hbspt-form select:focus, .form-hubspot .hbspt-form textarea:focus {
    outline: none;
    border-color: rgba(82,168,236,.8);
}

#bsa-socap-custom,
#bsa-socap-custom-facebook {
    width: 100%;
}

@media (min-width: 556px) {
    #bsa-socap-custom {
        max-width: 300px;
        float: left;
        margin-right: 20px;
        margin-bottom: 20px;
    }
}

.wp-block-table.is-style-stripes th,
.wp-block-table.is-style-stripes td {
    padding: 10px;
}

.video_txt_msg {
    background: #00b6e1;
    padding: 15px 15px;
    text-align: center;
}

.video_txt_msg p:not(.wpa-box) {
    font-weight: 400;
    font-family: 'Asap', sans-serif;
    color: #FFF;
    font-size: 20px;
}

.video_txt_msg #wpaloginform label {
    display: none;
}

.event-slide .event-inner-slider {
    width: 100%;
    display: block;
    padding: 6px 6px 6px 6px;
}

#hubspot-resubscribe .hs_submit { visibility: hidden; }
#hubspot-resubscribe .hs_email > label { display: none; }
#hubspot-resubscribe .hs_email input[name="email"] {
    display: block;
    width: 100%;
    height: calc(1.5em + .75rem + 2px);
    padding: .375rem .75rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
#hubspot-resubscribe .hs-error-msgs { list-style: none; padding: 0; margin: 0; }


.woocommerce form .form-row .required {
    display: inline;
    color: red;
    font-weight: 700;
    border: 0!important;
    text-decoration: none;
    visibility: hidden;
}

.woocommerce form .show-password-input, .woocommerce-page form .show-password-input {
    position: absolute;
    right: 0 !important;
    top: 0 !important;
    width: 40px !important;
    cursor: pointer;
}

.last-footer-menu {
    margin: 0 15px 0 0;
    padding: 0;
    list-style-type: none;
    display: flex;
}

.last-footer-menu li {
    margin-right: 10px;
}

@media (max-width: 767px) {
    .last-footer-menu {
        flex-direction: column;
    }
    .last-footer-menu li {
        margin-right: 0;
        text-align: center;
    }
}

.woocomerce .duplicated-emails {
    padding-left: 10px;
    margin-bottom: 10px;
}

.woocomerce .duplicated-emails li {
    list-style: circle;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p,
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
	margin: 0 !important;
}
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p:last-child {
	margin-bottom: 0 !important;
}
#new-wrapper {
    overflow-y: scroll;
    height: 70px;
    margin-bottom: 10px;
	padding: 5px;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
	padding: 5px 16px!important;
}

@media screen and (max-width: 480px) {
	div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
		padding: 10px !important;
	}
}
