/*
+ ----------------------------------------------------------------------------+
|     e107 website system - 
|		Theme for e107 build with Bootstrap 5.3.2. by exas.nl
+ ----------------------------------------------------------------------------+
*/

body {
 
}
.btn-primary {
  border-color: transparent;
  background-color: #ef4444!important;
}
/*
.footer {
  position: absolute;
  bottom: 0;
 
}
*/
body.layout-home {
  padding-top: 0px;
}

body.layout-singlelogin {
  padding-top: 0px;
}

.dropdown-pm  {
	width: 66px!important;
}

.animation-delay-0 {
	-webkit-animation-delay: .0s !important;
	animation-delay: .0s !important
	}
.animation-delay-1 {
	-webkit-animation-delay: .1s !important;
	animation-delay: .1s !important
	}

.animation-delay-2 {
	-webkit-animation-delay: .2s !important;
	animation-delay: .2s !important
	
	}

.animation-delay-3 {
	-webkit-animation-delay: .3s !important;
	animation-delay: .3s !important
	}

.animation-delay-4 {
	-webkit-animation-delay: .4s !important;
	animation-delay: .4s !important
	}

.animation-delay-5 {
	-webkit-animation-delay: .5s !important;
	animation-delay: .5s !important
	}

.animation-delay-6 {
	-webkit-animation-delay: .6s !important;
	animation-delay: .6s !important
	}

.animation-delay-7 {
	-webkit-animation-delay: .7s !important;
	animation-delay: .7s !important
	}

.animation-delay-8 {
	-webkit-animation-delay: .8s !important;
	animation-delay: .8s !important
	}

.animation-delay-9 {
	-webkit-animation-delay: .9s !important;
	animation-delay: .9s !important
	}

.animation-delay-10 {
	-webkit-animation-delay: 1s !important;
	animation-delay: 1s !important
	}
	
/* featurebox defaults */
#e107bootstrapcarousel .carousel-item {
  height: 65vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

#e107fullpagecarousel .carousel-item {
  height: 100vh;
  min-height: 300px;
  background: no-repeat center center scroll;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-color: #272B30;
  color: white;
}


ul.social-buttons li a {
    font-size: 20px;
    line-height: 50px;
    display: block;
    width: 50px;
    height: 50px;
    -webkit-transition: all .3s;
    transition: all .3s;
    color: #fff;
    border-radius: 100%;
    outline: 0;
    background-color: #212529;
}


/* fix for comment avatar */

.rounded-circle img.rounded {
    border-radius: 50%!important;
}

@media (min-width: 768px) {
    .offset1 {
        margin-left: 8.33333%;
    }
}

/*

.list-group-item.active a {
    z-index: 2;
    color: #fff;
    background-color: #007bff;
    border-color: #007bff;
}
*/

/* fix for caret bootstrap user nav */
.profile-photo-small {
  display: inline;
}

/* fix for fixed-top on login page - to save custom header */
.layout-singlelogin .fixed-top {
  position: initial;
}

/* fix for too small core login box width */

#login-template {
    max-width: 95%;
}

@media (min-width: 768px) { 
  #login-template {
      max-width: 800px;
      margin-right: auto;
      margin-left: auto;
  }
}

/* fix for too big margin */
#login-template .login-page-footer {
  margin-bottom: initial;  
}



#carousel-hero.carousel {
  position: relative;
  left: 0;
  top: 0px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  margin-bottom: -4px;
}

/* Custom styles for this template header.css */

.form-control-dark {
  border-color: var(--bs-gray);
}
.form-control-dark:focus {
  border-color: #fff;
  box-shadow: 0 0 0 .25rem rgba(255, 255, 255, .25);
}

.text-small {
  font-size: 85%;
}

.dropdown-toggle:not(:focus) {
  outline: 0;
}

.bd-placeholder-img {
  font-size: 1.125rem;
  text-anchor: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 768px) {
	.bd-placeholder-img-lg {
		font-size: 3.5rem;
    }
}

.b-example-divider {
  width: 100%;
  height: 3rem;
  background-color: rgba(0, 0, 0, .1);
  border: solid rgba(0, 0, 0, .15);
  border-width: 1px 0;
  box-shadow: inset 0 .5em 1.5em rgba(0, 0, 0, .1), inset 0 .125em .5em rgba(0, 0, 0, .15);
}

.b-example-vr {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
}

.bi {
  vertical-align: -.125em;
  fill: currentColor;
}

.nav-scroller {
  position: relative;
  z-index: 2;
  height: 2.75rem;
  overflow-y: hidden;
}

.nav-scroller .nav {
  display: flex;
  flex-wrap: nowrap;
  padding-bottom: 1rem;
  margin-top: -1px;
  overflow-x: auto;
  text-align: center;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
}

.btn-bd-primary {
  --bd-violet-bg: #712cf9;
  --bd-violet-rgb: 112.520718, 44.062154, 249.437846;
  --bs-btn-font-weight: 600;
  --bs-btn-color: var(--bs-white);
  --bs-btn-bg: var(--bd-violet-bg);
  --bs-btn-border-color: var(--bd-violet-bg);
  --bs-btn-hover-color: var(--bs-white);
  --bs-btn-hover-bg: #6528e0;
  --bs-btn-hover-border-color: #6528e0;
  --bs-btn-focus-shadow-rgb: var(--bd-violet-rgb);
  --bs-btn-active-color: var(--bs-btn-hover-color);
  --bs-btn-active-bg: #5a23c8;
  --bs-btn-active-border-color: #5a23c8;
}

.bd-mode-toggle {
  z-index: 1500;
}

.bd-mode-toggle .dropdown-menu .active .bi {
  display: block !important;
}
/*	  
.sidebar  {
  margin-top: 45px;
	
}

.sidebar2  {
  margin-top: 45px;
	
}
*/

@media (max-width: 992px) {
	
	#navbars  {
	  margin-top: 10px;
	  background-color: var(--bs-navbar-toggler-icon-bg)!important;
	  border: 1px solid #dee2e6;
	  border-radius: 0.375rem;
	  padding: 6px 6px;
	}

	
  }

@media (max-width: 768px) {
	
	.sidebar  {
	  margin-top: 10px;
	
	
	}
	.sidebar2  {
	  margin-top: 30px;
	
	
	}
}  

	  
.navbar-toggler-icon {
  display: inline-block;
  width: 1.2em;
  height: 1.2em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}
a {
  text-decoration: none!important;
}

li .hero-list-text {
  display: table-cell;
  vertical-align: middle;
  font-size: 18px;
  font-size: 1.4rem;
  line-height: 20px;
  line-height: 2rem;
  font-weight: 600;
  color: #fff!important;
}
#carousel-hero.carousel .carousel-inner {
  overflow: visible;
  height: 61vh;
  min-height: 650px;
}

#carousel-hero.carousel .carousel-inner .item {
  background-color: rgb(127,127,127);
  background-size: cover;
  height: 100%;
}

#btn-back-to-top {
  position: fixed;
  bottom: 8px;
  right: 76px;
  display: none;
  z-index: 2;
}

.breadcrumb  {
  padding: 4px 0px 6px 10px!important;
	
}

span.badge  {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
  font-size: 0.75em!important;
	
}

#vstore-cart-icon span.badge  {
  color: RGBA(var(--bs-tertiary-color),var(--bs-link-opacity,1)) !important;
  font-size: 1.00em!important;
	
}

.online-menu-extended span.online-menu-user {
  display: block;
  font-size: 1.0em;
  margin-top: 4px;
  line-height: 1;
}
.online-menu-extended-label {
  font-size: 1.0em;
}

.media-heading  {
  margin-top: 8px;
}
	

@media (min-width: 1400px) {
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 80%!important;
  }
}

@media (min-width: 1400.01px) and (max-width: 1580px){
	
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 100%!important;
	
  }
}
.optionseven .fa-fw {
	 
  display: var(--fa-display,inline-block);
  height: 1.5em!important;
  overflow: visible;
  vertical-align: -.125em;
}
	
.optionseven .fa.fa-fw {
  width: var(--fa-fw-width,3.25em)!important;
}

.optionseven .fa {
  display: var(--fa-display,inline-block);
  height: 3em!important;
  overflow: visible;
  vertical-align: -.125em;
}


.optionseven  .svg-inline--fa.fa-w-20 {
  width: 3.25em!important;
}
.optionseven  .svg-inline--fa {
  
  font-size: 18px;



}
.optionseven  .svg-inline--fa.fa-w-14 {
    width: 3.25em!important;
}
.optionseven  .svg-inline--fa.fa-w-18 {
    width: 3.25em!important;
}

a.pad.nav-link  {

padding: 0px 4px!important;

}

.smalltext {
  font-size: .875em;
}

th  {
	font-weight: 600!important;
}

/* button, input, optgroup, select, textarea {
  margin: 0px 4px 0px 0px;
}
*/

blockquote {
  display: block;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-left: 10px;
  margin-right: 0px;
  padding-left: 10px;
  border-left: 4px solid var(--bs-border-color);
}

/* FAQ adjustments */
/* faqs fix */
 

.faq-answer {

    margin: initial;
    border: initial;
    background-color:  initial;
    padding: initial;
    border-radius: initial;
     border: 1px solid var(--bs-border-color);
    text-align: left !important;
    padding: 1.5rem 2.6rem;
    padding-top: 1rem !important;
    padding-right: 1.8rem !important;
    padding-left: 1.8rem !important;
}

.faq-question {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  border-bottom: 1px solid var(--bs-border-color);
  padding: 4px 0px 6px 0px;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .faq-question {
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
	
  }
}

.faq-question::after {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23035a82' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-size: 1rem;
  -webkit-transition: -webkit-transform 0.2s ease-in-out;
  transition: -webkit-transform 0.2s ease-in-out;
  -o-transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out;
  transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out;
}

.faq-question.open {
  -webkit-box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.125);
  box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.125);
}



.faq-question.open::after {
  background-image: url("data:image/svg+xml,%3Csvg aria-hidden='true' focusable='false' data-prefix='fas' data-icon='chevron-down' class='svg-inline--fa fa-chevron-down fa-w-14' role='img' xmlns='http://www.w3.org/2000/svg' viewBox='0 0 448 512'%3E%3Cpath fill='%23016093' d='M207.029 381.476L12.686 187.132c-9.373-9.373-9.373-24.569 0-33.941l22.667-22.667c9.357-9.357 24.522-9.375 33.901-.04L224 284.505l154.745-154.021c9.379-9.335 24.544-9.317 33.901.04l22.667 22.667c9.373 9.373 9.373 24.569 0 33.941L240.971 381.476c-9.373 9.372-24.569 9.372-33.942 0z'%3E%3C/path%3E%3C/svg%3E");
  -webkit-transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  transform: rotate(-180deg);
}


.faq-answer {
    margin: 20px 0px;
    border: 1px solid var(--bs-border-color);
	--bs-bg-opacity: 1;
    background-color: rgba(var(--bs-tertiary-bg-rgb),var(--bs-bg-opacity)) !important;
    padding: 10px;
    border-radius: 5px;
}

.faq-char-limit { text-align:right }

ul.faq-listall {
    list-style: circle outside;
    margin-bottom: 8px;
	list-style: none!important;
	padding-left: 1rem!important;
}

.pm >.form-inline {
	position: relative;
	display: inline-flex;
    margin-bottom: 0;
    vertical-align: middle;
	
	
 }
 
.nextprev >.form-inline {
	position: relative;
	display: inline-flex;
    margin-bottom: 0;
    vertical-align: middle;

	
 }
 .user-view-nextprev  {
	position: relative;
	display: inline-flex;
    margin-bottom: 0;
    vertical-align: middle;
	margin: 20px 0px 20px 0px;
	list-style: none;
	width: 90%;
	
 }
 
pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: .875em;
  white-space: pre-line;
  background: #ffffff;
  border-radius: 5px;
  border: 1px solid var(--bs-border-color);
  --bs-bg-opacity: 1;
  padding: 4px;
  color: var(--bs-dark);
}


/* e107 captcha img */
.secure-image  {
  background-color: #212529!important;
  color: #c0c1c1!important;   
  border-radius: var(--bs-border-radius);
  padding: 5px 0px 0px 4px;
  margin-bottom: 2px;
}

.hb-me {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.trans01  {
  --bs-bg-opacity: 0.5;
  background-color: rgba(var(--bs-secondary-bg-rgb), var(--bs-bg-opacity)) !important;
}

/* extra for newsgrid customcard 2 */
.customcard2 a  {
  color: RGBA(var(--bs-light-rgb),var(--bs-link-opacity,1)) !important;
}
.customcard2 a:hover  {
  color:  RGBA(var(--bs-dark-rgb),var(--bs-link-opacity,1)) !important;
}
.customcard2b .card {
  border: 0px solid !important;
  background-position: center center;
}

.s-message  {
  margin-top: 20px;
   z-index: 999;
}

.transition {
  -webkit-transition: all 0.3s ease-out 0s;
  transition: all 0.3s ease-out 0s;
}

.captioncover {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

/* CSS File for Javascript library elements in all areas of e107 - Rating */
div.e-rate				{ width:280px!important;}
.e-rate-votes			{ width:150px!important; }
select.e-bb				{ margin-top:0px; width:100px; }


button, input, checkbox {
  margin-right: 5px;
}

.e-instant-edit {
  margin-right: 50px!important;
}

.chat-bar-collapsible {
  position: fixed;
  bottom: 0;
  right: 30px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.2);
  z-index: 1;
}

.legend {
  font-size: 22px!important;
  
}
.collapsible {
  background-color: #ef4444;
  color: white;
  cursor: pointer;
  padding: 10px;
  width: 380px;
  text-align: left;
  outline: none;
  font-size: 18px;
  border-radius: 10px 10px 0px 0px;
  border: 1px solid white;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: white;
  border-bottom: none;
}
.chat-bar-collapsible .content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  background-color: transparent;
}
.full-chat-block {
  width: 380px;
  text-align: center;
  overflow: auto;
  scrollbar-width: none;
  height: max-content;
  transition: max-height 0.2s ease-out;
  backdrop-filter: saturate(200%) blur(30px);
  background-color: rgba(255, 255, 255, 0.8) !important;
}

@media (max-width: 768px) {
    .full-chat-block {
        width: 100%;
        border-radius: 0px;
    }
    .chat-bar-collapsible {
        position: fixed;
        bottom: 0;
        right: 0;
        width: 100%;
    }
    .collapsible {
        width: 100%;
        border: 0px;
        border-top: 1px solid white;
        border-radius: 0px;
    }
}






