/* @override 
	https://bonasmacfarlane-dev.co.uk/templates/shaper_helixultimate/css/custom.css
	http://bonasmacfarlane-dev.co.uk/templates/shaper_helixultimate/css/custom.css
	https://www.schoolsshow.co.uk/templates/shaper_helixultimate/css/custom.css
	https://schoolsshow.co.uk/templates/shaper_helixultimate/css/custom.css
	https://forma.show/templates/shaper_helixultimate/css/custom.css */


/**
 * Guy S-B modifications August 2020
 */

/* @group jbusinessdirectory listing pagination*/

.pagination-toolbar {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	width: 100%;
	margin-top: 50px;
}

.pagination-toolbar .limit {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	flex-wrap: nowrap;
	margin: 10px 15px;
}

.pagination-toolbar .limit .text {
	margin-right: 10px;
	white-space: nowrap;
}

.pagination-toolbar ul {
	margin: 0;
	text-align: center;
	display: block;
	border-radius: 0;
	flex-grow: 1;
	margin: 10px 15px;
}

.pagination-toolbar ul li {
	display: inline-block;
	width: 36px;
	height: 36px;
	line-height: 36px;
}

.pagination-toolbar ul li .disabled a {
	background: 0 0 !important;
}

.pagination-toolbar ul li a {
	position: relative;
	display: block;
	width: 36px;
	height: 36px;
	line-height: 36px;
	color: #007bff;
	background-color: #fff;
	border: 1px solid #dee2e6;
}

.pagination-toolbar ul li a:hover, .pagination-toolbar ul li a:focus {
	color: #000;
	background: 0 0;
}

.pagination-toolbar ul li a.hasTooltip {
	margin-top: 10px;
}

.pagination-toolbar ul li.disabled a {
	background: 0 0;
	color: #d0d4d6;
}

.pagination-toolbar ul li.disabled a:hover, .pagination-toolbar ul li.disabled a:focus {
	background: 0 0;
	color: #d0d4d6;
}

.pagination-toolbar ul li:hover:not(.disabled) a {
	color: #fff;
	border-color: #0345bf;
	background-color: #0345bf;
}

.pagination-toolbar ul li.active {
	color: #fff;
	background-color: #0345bf;
}

.pagination-toolbar ul li.active span:hover, .pagination-toolbar ul li.active span:focus {
	border-color: #0345bf;
	background-color: #0345bf;
}

.jbd-container .search-options .view-mode a.active {
	border: 2px solid #8f770e
}

.jbd-container .search-options .map.active i {
	color: #8f770e
}

/* @end */

/* @group JBD colours*/

.jbd-container .btn-success {
	color: #fff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
	border-radius: 0.28rem;
	background-position: center;
	transition: background 0.8s;
}

.jbd-container .btn-success:hover {
	color: #fff;
	background-color: #8a1111 !important;
	border-color: #8a1111 !important;
}

.jbd-container .bg-primary .navbar-nav .active > .nav-link {
	color: #8a1111 !important;
}

.jbd-container .bg-dark {
	background-color: #8a1111  !important;
}

.jbd-container .table-success, .jbd-container .table-success > th, .jbd-container .table-success > td {
	background-color: #cd1719  !important;
}

.jbd-container .table-hover .table-success:hover, .jbd-container .table-hover .table-success:hover > th, .jbd-container .table-hover .table-success:hover > td {
	background-color: #8a1111 !important;
}

.jbd-container .alert-success {
	background: #cd1719  linear-gradient(180deg, #cd1719 , #8a1111) repeat-x;
}

.jbd-container .text-success {
	color: #cd1719  !important;
}

.jbd-container a.text-success:hover, .jbd-container a.text-success:focus {
	color: #8a1111  !important;
}

.jbd-container .jmaterial-btn-icon {
	width: 40px;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 20px;
	border: 1px solid #cd1719;
	background-color: #fcf3d1;
	cursor: pointer;
}

.jbd-container .jmaterial-btn-icon::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all ease 0.1s !important;
}

.jbd-container .jmaterial-btn-icon:hover {
	transition: all ease 0.9s;
	background: #fcf2d0 radial-gradient(circle, transparent 1%, #fcf2d0 1%) center/15000%;
}

.jbd-container .jmaterial-btn-icon:hover::after {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.jbd-container .jmaterial-btn-icon:active {
	background-color: #cd1719 !important;
	background-size: 100%;
	transition: all 0s;
}

.jbd-container .jmaterial-btn-icon:hover i {
	color: #8a1111 !important;
}

.jbd-container .jmaterial-btn-icon i {
	font-size: 18px;
	color: #cd1719 !important;
	transition: all ease .3s;
}

.jbd-container .jmaterial-btn-icon img {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
	object-fit: contain;
}

.jbd-container .jmaterial-btn-icon-sm {
	width: 35px;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 17.5px;
	border: 1px solid#cd1719;
	background-color: #fcf2d0;
	cursor: pointer;
}

.jbd-container .jmaterial-btn-icon-sm::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 17.5px;
	transition: all ease 0.1s !important;
}

.jbd-container .jmaterial-btn-icon-sm:hover {
	transition: all ease 0.9s;
	background: #fcf2d0 radial-gradient(circle, transparent 1%, #fcf2d0 1%) center/15000%;
}

.jbd-container .jmaterial-btn-icon-sm:hover::after {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.jbd-container .jmaterial-btn-icon-sm:active {
	background-color: #cd1719 !important;
	background-size: 100%;
	transition: all 0s;
}

.jbd-container .jmaterial-btn-icon-sm:hover i {
	color: #8a1111 !important;
}

.jbd-container .jmaterial-btn-icon-sm i {
	font-size: 18px;
	color: #cd1719 !important;
	transition: all ease .3s;
}

.jbd-container .jmaterial-btn-icon-sm img {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
	object-fit: contain;
}

.jbd-container .jmaterial-btn-icon-lg {
	width: 50px;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 25px;
	border: 1px solid#cd1719;
	background-color: #fcf2d0;
	cursor: pointer;
}

.jbd-container .jmaterial-btn-icon-lg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	transition: all ease 0.1s !important;
}

.jbd-container .jmaterial-btn-icon-lg:hover {
	transition: all ease 0.9s;
	background: #fcf2d0 radial-gradient(circle, transparent 1%, #fcf2d0 1%) center/15000%;
}

.jbd-container .jmaterial-btn-icon-lg:hover::after {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.jbd-container .jmaterial-btn-icon-lg:active {
	background-color: #cd1719 !important;
	background-size: 100%;
	transition: all 0s;
}

.jbd-container .jmaterial-btn-icon-lg:hover i {
	color: #8a1111 !important;
}

.jbd-container .jmaterial-btn-icon-lg i {
	font-size: 25px;
	color: #cd1719 !important;
	transition: all ease .3s;
}

.jbd-container .jmaterial-btn-icon-lg img {
	width: 50%;
	height: 50%;
	position: absolute;
	top: 25%;
	left: 25%;
	object-fit: contain;
}

.jbd-container .jmaterial-btn-text {
	width: auto;
	height: 40px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 20px;
	border: 1px solid#cd1719;
	background-color: #fcf2d0;
	cursor: pointer;
	padding: 0 20px;
}

.jbd-container .jmaterial-btn-text::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 20px;
	transition: all ease 0.1s !important;
}

.jbd-container .jmaterial-btn-text:hover {
	transition: all ease 0.9s;
	background: #fcf2d0 radial-gradient(circle, transparent 1%, #fcf2d0 1%) center/15000%;
}

.jbd-container .jmaterial-btn-text:hover::after {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.jbd-container .jmaterial-btn-text:active {
	background-color: #cd1719 !important;
	background-size: 100%;
	transition: all 0s;
}

.jbd-container .jmaterial-btn-text span {
	width: 7px;
	height: 7px;
	border-radius: 3.5px;
	margin-right: 15px;
}

.jbd-container .jmaterial-btn-text *:not(span) {
	font-size: 18px;
	color: #8a1111;
	margin: 0;
	padding: 0;
}

.jbd-container .jmaterial-btn-text-sm {
	width: auto;
	height: 35px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 17.5px;
	border: 1px solid#cd1719;
	background-color: #fcf2d0;
	cursor: pointer;
	padding: 0 17.5px;
}

.jbd-container .jmaterial-btn-text-sm::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 17.5px;
	transition: all ease 0.1s !important;
}

.jbd-container .jmaterial-btn-text-sm:hover {
	transition: all ease 0.9s;
	background: #fcf2d0 radial-gradient(circle, transparent 1%, #fcf2d0 1%) center/15000%;
}

.jbd-container .jmaterial-btn-text-sm:hover::after {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.jbd-container .jmaterial-btn-text-sm:active {
	background-color: #cd1719 !important;
	background-size: 100%;
	transition: all 0s;
}

.jbd-container .jmaterial-btn-text-sm span {
	width: 7px;
	height: 7px;
	border-radius: 3.5px;
	margin-right: 15px;
}

.jbd-container .jmaterial-btn-text-sm *:not(span) {
	font-size: 16px;
	color: #8a1111;
	margin: 0;
	padding: 0;
}

.jbd-container .jmaterial-btn-text-lg {
	width: auto;
	height: 50px;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
	border-radius: 25px;
	border: 1px solid#cd1719;
	background-color: #fcf2d0;
	cursor: pointer;
	padding: 0 25px;
}

.jbd-container .jmaterial-btn-text-lg::after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border-radius: 25px;
	transition: all ease 0.1s !important;
}

.jbd-container .jmaterial-btn-text-lg:hover {
	transition: all ease 0.9s;
	background: #fcf2d0 radial-gradient(circle, transparent 1%, #fcf2d0 1%) center/15000%;
}

.jbd-container .jmaterial-btn-text-lg:hover::after {
	box-shadow: 0px 2px 12px rgba(0, 0, 0, 0.2);
}

.jbd-container .jmaterial-btn-text-lg:active {
	background-color: #cd1719 !important;
	background-size: 100%;
	transition: all 0s;
}

.jbd-container .jmaterial-btn-text-lg span {
	width: 7px;
	height: 7px;
	border-radius: 3.5px;
	margin-right: 15px;
}

.jbd-container .jmaterial-btn-text-lg *:not(span) {
	font-size: 20px;
	color: #8a1111;
	margin: 0;
	padding: 0;
}

.jbd-container .bg-primary .navbar-nav .active > .nav-link {
	color: #8a1111 !important;
}

.jbd-container .bg-dark {
	background-color: #8a1111 !important;
}

.jbd-container .bg-dark.navbar-dark .navbar-nav .nav-link:focus, .jbd-container .bg-dark.navbar-dark .navbar-nav .nav-link:hover, .jbd-container .bg-dark.navbar-dark .navbar-nav .active > .nav-link {
	color: #2C3E50 !important;
}

.jbd-container .wizard .steps .done a .badge {
	background-color: #8a1111 !important;
}

.jbd-container .wizard .steps .done a, .jbd-container .wizard .steps .done a:hover, .jbd-container .wizard .steps .done a:active {
	background-color: #8a1111 !important;
}

.jbd-container #process-tabs .process-tab .tab-active:hover {
	background-color: #cd1719 !important;
	color: #fff
}

.jbd-container #process-tabs .active {
	color: #fff;
	background-color: #cd1719 !important;
	border-left: 0;
	border-right: 0
}

#categories-menu-container li:hover>a {
	color: #cd1719 !important;
}

.processor-info-box .info-header i {
	color: #cd1719 !important;
	font-size: 30px
}

.jbd-container .ui-datepicker-header .ui-state-hover {
	background: #cd1719 !important;
	border: 1px solid #9b9b9b
}

.jbd-container .ui-datepicker-current-day {
	background-color: #cd1719 !important;
	border-radius: 50%
}

.jbd-container .ui-datepicker-next-hover, .jbd-container .ui-datepicker-prev-hover {
	background-color: #cd1719 !important;
}

.jbd-container .featured-product-cell .contained-feature {
	margin-right: 7px;
	color: #cd1719 !important;
}

.jbd-container .service-date-link:hover {
	background: #8a1111 !important;
	color: #fff
}

.jbd-container .bg-success {
	background-color: #cd1719 !important;
}

.jbd-container .bg-gradient-success {
	background: linear-gradient(180deg, #cd1719 0%, #68571d 50%, #8a1111 100%) repeat-x #8a1111 !important;
}

.jbd-container .border-success {
	border-color: #cd1719 !important;
}

.jbd-container .border-bottom-success {
	border-bottom: 4px solid #cd1719 !important;
}

.jbd-container .border-top-success {
	border-top: 4px solid #cd1719 !important;
}

.jbd-container .text-success {
	color: #cd1719 !important;
}

.jbd-container .valid-feedback {
	display: none;
	width: 100%;
	margin-top: 0.25rem;
	font-size: 90%;
	color: #cd1719 !important;
}

.was-validated .jbd-container .form-control:valid, .jbd-container .form-control.is-valid, .was-validated .jbd-container .custom-select:valid, .jbd-container .custom-select.is-valid {
	border-color: #cd1719 !important;
}

.was-validated .jbd-container .form-control:valid:focus, .jbd-container .form-control.is-valid:focus, .was-validated .jbd-container .custom-select:valid:focus, .jbd-container .custom-select.is-valid:focus {
	border-color: #cd1719 !important;
	box-shadow: 0 0 0 0.2rem rgba(24, 188, 156, 0.25);
}

.was-validated .jbd-container .form-check-input:valid ~ .form-check-label, .jbd-container .form-check-input.is-valid ~ .form-check-label {
	color: #cd1719 !important;
}

.was-validated .jbd-container .custom-control-input:valid ~ .custom-control-label, .jbd-container .custom-control-input.is-valid ~ .custom-control-label {
	color: #cd1719 !important;
}

.was-validated .jbd-container .custom-file-input:valid ~ .custom-file-label, .jbd-container .custom-file-input.is-valid ~ .custom-file-label {
	border-color: #cd1719 !important;
}

.jbd-container .btn-success {
	color: #fff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
	border-radius: 0.28rem;
	background-position: center;
	transition: background 0.8s;
}

.jbd-container .btn-success.disabled, .jbd-container .btn-success:disabled {
	color: #fff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
}

.jbd-container .btn-outline-success {
	color: #cd1719 !important;
	background-color: transparent;
	background-image: none;
	border-color: #cd1719 !important;
	border-radius: 0.28rem;
}

.jbd-container .btn-outline-success [class*="la"] {
	color: #cd1719 !important;
}

.jbd-container .btn-outline-success:hover {
	color: #fff !important;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
}

.jbd-container .btn-outline-success.disabled, .jbd-container .btn-outline-success:disabled {
	color: #cd1719 !important;
	background-color: transparent;
}

.jbd-container .btn-outline-success:not(:disabled):not(.disabled):active, .jbd-container .btn-outline-success:not(:disabled):not(.disabled).active, .show > .jbd-container .btn-outline-success.dropdown-toggle {
	color: #fff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
}

.jbd-container .jbd-checkbox input:checked::after {
	border-color: #b4bcc2;
	background-color: #cd1719 !important;
	color: #fff !important;
}

.jbd-container .jbd-checkbox input:checked:hover::after {
	background-color: #cd1719 !important;
	border-color: #b4bcc2;
}

.jbd-container .jbd-checkbox input:not(checked):hover {
	background-color: #cd1719 !important;
}

.jbd-container .jbd-checkbox input:not(checked):hover::after {
	border-color: #cd1719 !important;
}

.jbd-container .badge-success {
	color: #fff;
	background-color: #cd1719 !important;
}

.jbd-container .toggle input[type="radio"]:checked + label {
	color: #fff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
}

.jbd-container .toggle input[type="radio"]:checked + label.disabled, .jbd-container .toggle input[type="radio"]:checked + label:disabled {
	color: #fff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
}

.jbd-container .jtoggle input:checked ~ label::after {
	right: 100%;
	margin-right: -22px;
	background-color: #cd1719 !important;
}

.jbd-container .jtoggle-text input:checked ~ label {
	background-color: #cd1719 !important;
}

.jbd-container .jradio input:checked ~ label {
	background-color: #cd1719 !important;
}

.jbd-container .jcheckbox input:checked ~ label {
	background-color: #cd1719 !important;
}

.jbd-container .jupload .jupload-header-title {
	font-size: 1.10rem;
	color: #cd1719 !important;
}

.jbd-container .jupload .jupload-body .jupload-files-info .jupload-filename input:focus {
	color: #343a40;
	outline: none;
	border-bottom: 1.5px solid #cd1719 !important;
	animation: border-change 1s infinite;
}

50% {
	border-bottom-color: #cd1719 !important;
}

.jbd-container .jupload .jupload-body .jupload-files-info .jupload-actions *[class*="la"]:hover {
	color: #cd1719 !important;
	transform: scale(1.4, 1.4);
}

.jbd-container .jupload .jupload-body .jupload-field {
	display: flex;
	justify-content: center;
	position: relative;
	padding: 30px;
	background-color: #f8f9fa;
	text-align: center;
	border: 2px dashed #cd1719 !important;
}

.jbd-container .jupload .jupload-body .jupload-field label {
	color: #cd1719 !important;
}

.jbd-container .jupload.logo-jupload .jupload-body, .jbd-container .jupload.cover-jupload .jupload-body {
	border: 2px dashed #cd1719 !important;
	transform: scale(1, 1);
	transition: all 0.2s ease;
}
 @keyframes change-border-color {
from {
	border: 2px dashed #b4bcc2;
}

50% {
	border: 2px dashed #cd1719 !important;
}

to {
	border: 2px dashed #b4bcc2;
}
}
    
    
    
    @keyframes border-change {
from {
	border-bottom-color: #b4bcc2;
}

50% {
	border-bottom-color: #cd1719 !important;
}

to {
	border-bottom-color: #b4bcc2;
}
}
.jbd-container .bg-primary .navbar-nav .active > .nav-link {
	color: #cd1719 !important;
}

.jbd-container .bg-dark {
	background-color: #cd1719 !important;
}

.jbd-container .table-success, .jbd-container .table-success > th, .jbd-container .table-success > td {
	background-color: #cd1719 !important;
}

.jbd-container .alert-success {
	background: #cd1719 linear-gradient(180deg, #8a1111, #cd1719) repeat-x;
}

/* @end */

/* @group JBD LOGIN  */

.jbd-mod-user {
	padding-top: 17px;
	padding-left: 2px;
}

.jbd-username {
	position: relative;
	bottom: 4px;
	font-size: 14px;
}

/* @end */

/* @group JBD Forms */

.home-search #searchform .form-field label {
	margin: 0px !important;
	line-height: 0px;
	font-weight: bold;
}



.home-search .form-field.custom label {
	display: none !important;
}

.home-search.dir-check-lbl {
	font-size: 13px;
	padding-right: 10px !important;
	padding-left: 3px !important;
	margin: 0 10px 0 0 !important;
}

.home-search .form-field.custom {
	border: 1px solid #d1d1d1;
	line-height: 15px !important;
	border-radius: 10px;
	padding: 0 0 0 10px !important;
	background-color: #ffffff;
}

/* @end */

/* @group JBD advanced search Forms  custom attributes*/

.advanced-search   .form-field.custom {
	border: 1px solid #d1d1d1;
	border-radius: 10px;
	line-height: 20px !important;
	padding: 4px 10px !important;
	background-color: #ffffff;
	display: inline-block;
}

.advanced-search .fields-container {
	margin-bottom: 10px;
}

.advanced-search #searchform .form-field.custom label {
	font-weight: bold;
		line-height: 20px !important;
}

.advanced-search .dir-check-lbl {
	font-size: 12px;
padding-right: 5px !important;
	padding-left: 1px !important;
	line-height: 20px !important;
text-align: left;
display: inline;
position: relative;
}


#search-path ul.selected-criteria li {
	width: 100%;
	background-color: #fcf3d1 !important;
}


/* @end */

/* @group JBD event tab styling*/

.tab-content {
	padding: 20px;
	border-right: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-left: 1px solid #e7e7e7;
}

.event-container {
	padding-right: 0 !important;
	padding-left: 0 !important;
}


.event-details .company-style-box {
	padding-right: 0;
	padding-left: 0;
}

/* @end */

/* @group JBD conference styling */

/*-------------- zoom link moves to single column on narrow screens —— */

@media (max-width: 1200px) {

	.location-link {
	    position: relative!important;
	}

}



/* @group Untitled Group */
	
	@media (max-width: 767px) {
	.open-details .speaker-details{
		max-width: 370px !important;
	}
	
	.speaker-sessions .session-name {
		display: inline !important;
	}
	
	.speaker-item .speaker-photo{
		width: 300px !important;
	}
	.slick-dots {
		visibility: hidden;
	}
	
	}
	
/* @end */

@media (min-width: 768px) {
.open-details .speaker-details{
	max-width: 650px !important;
}
/*.speaker-item.speaker-photo{
	width: 300px !important;
}*/

}
@media (min-width: 992px) {
.open-details .speaker-details{
	max-width: 850px !important;
}
}
@media (min-width: 1200px) {
  .sp-menu-full.container {
.open-details .speaker-details{
	max-width: 900px !important;
}
}



/* @end */

/* @group Buttons */

a.btn.btn-2019 {
	color: #ffffff;
	background-color: #cd1719 !important;
	border-color: #cd1719 !important;
	padding-top: 4px;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 4px;
	margin-top: 8px;
	clear: right;
}

/* @group Untitled Group */

.btn-2019:hover {
	color: #ffffff;
	background-color: #8a1111 !important;
}

/* @end */

.btn-2019 h4 {
	color: #ffffff !important;
	font-size: 14px;
	font-weight: bold;
	top: 2px;
	position: relative;
	margin-bottom: 2px !important;
}

a.btn.btn-2019info {
	color: #ffffff;
	background-color: #969696;
	border-color: #393939;
	padding-top: 4px;
	padding-right: 6px;
	padding-left: 6px;
	padding-bottom: 0;
	margin-top: 8px;
	clear: right;
}

.btn-2019info:hover {
	color: #ffffff;
	background-color: #4f4f4f;
}

.btn-2019info h4 {
	font-size: 14px;
	font-weight: bold;
	top: 2px;
	position: relative;
}

/* @end */

/* @group parent forum  */

#conference-sessions-container .open-details .speaker-container {
	padding-top: 10px;
	padding-bottom: 10px;
}

.session-item {
	border-bottom: 1px solid #e0e0e0;
	margin-left: 70px;
	padding: 2px;
	clear: both;
	cursor: pointer;
	margin-bottom: 5px;
}

/* @end */

/* @group sub menu styling */

.iss2020 >li >a {
	font-size: 13px;
}

/*.sp-mega-group .sp-module-content .menu {
margin: -10px 0 -10px 0;
padding: 10px 0 10px 10px;
}

.sp-mega-group .sp-module-content .menu li {
  list-style: none; 
}
.sp-mega-group .sp-module-content .menu li:before {
  content: '>';
  color: gray;
  padding-right: 10px;
}
.sp-mega-group .sp-module ul > li > a:hover {
  color: #cd1719;
}
.sp-mega-group .sp-module ul > li > a:active {
  color: #cd1719;
}*/
/* @end */

/* @group Boxes wells  */

.well {
  min-height: 20px;
  padding: 19px;
  margin-bottom: 20px;
  background-color: #f5f5f5;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}
.well blockquote {
  border-color: #ddd;
  border-color: rgba(0, 0, 0, 0.15);
}
.well-lg {
  padding: 24px;
  border-radius: 6px;
}
.well-sm {
  padding: 9px;
  border-radius: 3px;
}

.well-cream {
  min-height: 20px;
  padding: 25px;
  margin-bottom: 20px;
  background-color: #f9f9f9;
  border: 1px solid #e3e3e3;
  border-radius: 8px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.05);
}

/* @end */

/* @group top bar */

#sp-top1.col-lg-6 {
	display: flex;
  align-items: center;
}


.jbd-mod-user {
	padding-top: 0 !important;
}

.login-exhibitor.btn-outline-secondary.btn-sm {
	height: 30px;
	border-style: solid;
	border-width: 1px;
	margin-left: 5px !important;
	padding-left: 0px;
	padding-right: 20px;
}

/* @end */

/* @group footer */

/* footer */

.sp-copyright {
	border-top-style: solid;
	border-top-width: 1px;
	padding-top: 10px;
	padding-right: 20px;
	padding-left: 20px;
	font-size: 80%;
}

.footer-address {
	font-size: 13px;
}

.footer-menu > li a {
	font-size: 11px;
	 padding: 4px 0px !important;
  line-height: 14px !important;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.sp-module.footer-menu-module ul >li >a:before {
  font-family: FontAwesome;
  content: "";
  margin-right: -4px !important;
}

.footer-menu-module h3.sp-module-title {
	margin-bottom: 10px;
	margin-left: -2px;
}

.sp-module.footer-menu-module ul >li {
  border-bottom: 0px;
}

/* newsletter sign-up footer */

.footer-newsletter input#Email.rsform-input-box.form-control.col-sm-5.col-md-5 {
	position: relative;
	left: -35px;
	top: 0px;
}

.footer-newsletter .rsform-submit-button.btn.btn-primary  {
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
}

.footer-newsletter input#Email.rsform-input-box.form-control {
	margin-top: 0px;
	margin-bottom: 10px;
}

.footer-newsletter  fieldset#rsform_6_page_0.formContainer div.form-row div.col-md-12 div.form-group.row.rsform-block.rsform-block-email  h3 {
	text-transform: uppercase;
	top: 10px;
	position: relative;
	margin-top: 0px;
	margin-bottom: 10px;
}

/* bottom */


#sp-bottom-copyright.col-sm-5.col-md-5.hidden-xs {
	margin: 0 !important;
	padding: 0 !important;
}

.mod-languages ul.lang-inline {
		margin: 0 !important;
	padding: 0 !important;
	bottom: 30px;
	position: relative;
}


.bottom {
font-size: 13px;
}

.bottom a {
color: white;
}

.bottom a:hover {
  color: #dfdfdf;
}



/* @end */

/* @group Exhibitor home page */

.partner .btn-success {
	background-color: #c8c7c7;
	border-color: #e6e6e6;
	font-size: 12px;
}

.partner .item-container {
	padding-right:0  !important;
	padding-left: 0 !important;
	margin-right: 0 !important;
	margin-left:0 !important;
}

.partner .listing-description {
	font-size: 13px;
	margin-right: 10px;
	margin-bottom: 15px;
}



.dir-listing-description h4 {
	font-size: 13px;
}
/* @end */



.flex-sm-fill .text-sm-center .nav-link {
	background-color: #CACACA;
}

/* @group video responsive */

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}
.embed-container iframe,
.embed-container object,
.embed-container embed { 
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videorow{
  margin:10px auto;
}

/* @end */

/* @group bullets */

ul.bull {
	list-style: none; /* Remove default bullets */;
}

/* @end */

ul.bull li::before {
  content: "\2022";  /* Add content: \2022 is the CSS Code/unicode for a bullet */
  color: #cc071e; /* Change the color */
  font-weight: bold; /* If you want it to be bold */
  display: inline-block; /* Needed to add space between the bullet and the text */ 
  width: 1em; /* Also needed for space (tweak if needed) */
  margin-left: -1em; /* Also needed for space (tweak if needed) */
}