/* Add styles */
::-moz-selection {
    background: #1DC5CE;
    color: #fff;
    text-shadow: none;
}

::selection {
    background: #1DC5CE;
    color: #fff;
    text-shadow: none;
}

.text-white,
.text-white a,
.text-white a:hover,
.text-white a:visited,
.text-white:hover,
.text-white:visited {
    color: #fff;
}

.text-black,
.text-black a,
.text-black a:hover,
.text-black a:visited,
.text-black:hover,
.text-black:visited {
    color: #000;
}

.font-default {
	font-family: "Mulish", sans-serif;
}

.text-theme,
.page-content a:not(.button-round-primary) {
    color: #1DC5CE;
}

.l1 {
    line-height: 1;
}

.l2 {
    line-height: 1.2;
}

.fs1r {
    font-size: 16px !important;
}

.fs14 {
    font-size: 14px !important;
}

.bgcover {
    background-position: center;
    background-size: cover;
}

.user-none,
label[for] {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.events-none {
    pointer-events: none;
}

label[for] {
    cursor: pointer;
}

.underline {
    text-decoration: underline;
}

.underline:hover {
    text-decoration: none;
}

.resize-none {
    resize: none;
}

.onevideo::before {
    content: "\f04b";
    width: 4rem;
    height: 4rem;
    line-height: 4rem;
    font-size: 1.5rem
}

.onephoto::before,
.onevideo::before {
    display: block;
    position: absolute;
    left: 50%;
    top: 50%;
    color: #fff;
    text-align: center;
    background: rgba(29, 197, 206, .5);
    border-radius: 50%;
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    z-index: 2;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.onephoto::before {
    content: '\f002';
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    font-size: 1rem
}

@media (hover:hover) {
    .onephoto::before {
        -webkit-transform: translate(-10%, -10%);
        -ms-transform: translate(-10%, -10%);
        transform: translate(-10%, -10%);
        opacity: 0;
        visibility: hidden
    }
}

.onephoto:hover::before {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 1;
    visibility: visible
}

.onephoto:hover::before,
.onevideo:hover::before {
    background: rgba(29, 197, 206, .8)
}

.onephoto::before,
.onephoto:hover::before,
.onevideo::before {
    -webkit-transition: .2s ease-in-out;
    -o-transition: .2s ease-in-out;
    transition: .2s ease-in-out
}

.noafter::after,
.nobefore::before {
    content: none !important;
}

/* Page content */
.page-content ul,
.page-content ol {
    padding-left: 2rem;
}

.page-content ul,
.page-content ul li {
    list-style: unset;
}

.page-content ol,
.page-content ol li {
    list-style: decimal;
}

.page-content ul:not(:last-child),
.page-content ol:not(:last-child),
.page-content p:not(:last-child) {
    margin-bottom: 1rem;
}

.page-content ul:last-child,
.page-content ol:last-child,
.page-content p:last-child {
    margin-bottom: 0;
}

/* Checkboxs */
.form-check-input:checked {
    background-color: #1DC5CE;
    border-color: #1DC5CE;
}

.form-check-input:focus {
    border-color: #1DC5CE;
    box-shadow: 0 0 0 .2rem rgba(29, 197, 206, .25);
}

.form-select:focus,
select:focus,
input:focus,
textarea:focus,
.form-control:focus {
    border-color: #1DC5CE;
    box-shadow: 0 0 0 .25rem rgba(29, 197, 206, .25);
}

select,
input,
textarea,
.form-control,
.form-select:focus,
select:focus,
input:focus,
textarea:focus,
.form-control:focus {
	transition: .25s ease-in-out;
}

.s-pad {
	padding: 30px 0;
}

/* .s-pad+.s-pad,
.s-pad+a[name]+.s-pad, */
.sponsers-section+.sponsers-section {
	padding-top: 0;
	padding-bottom: 0;
}

.theme-tabs .nav-tabs {
	gap: 1px;
	background-color: #dee2e6;;
	border: 1px solid #dee2e6;
}

.theme-tabs .nav-tabs .nav-link {
	background-color: #f8f8f8;
}

.theme-tabs .nav-tabs .nav-link.active {
	background-color: #fff;
}

.theme-tabs .tab-content .card {
	box-shadow: none;
	margin-bottom: 0;
}

/* Media */
@media(max-width: 576px) {
	.theme-tabs .nav-tabs .nav-link {
		padding: 15px 10px;
		font-size: 14px;
	}	
}

/* @media(max-width: 400px) {
	.speaker-event-section .group-member .row>[class^=col] {
		flex: 0 0 100%;
		max-width: 100%;
	}
} */

@media(min-width: 576px) {
	.s-pad {
		padding: 40px 0;
	}
}

@media screen and (max-width: 768px) {
	.speaker-event-section .group-member .team-member .team-member-info .team-content .author-name {
		font-size: 16px;
	}
  }

@media(min-width: 768px) {
	.s-pad {
		padding: 60px 0;
	}
}

@media(min-width: 992px) {
	.s-pad {
		padding: 80px 0;
	}

	.content-image {
		float: right;
		max-width: 478px;
		margin-left: 30px;
		margin-bottom: 10px;
	}

	.content-image.left {
		float: left;
		margin-left: 0;
		margin-right: 30px;
	}
}

@media(min-width: 1200px) {}

@media(min-width: 1400px) {}