@import url('https://fonts.googleapis.com/css2?family=Work+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/* ----------------------------------------------------------------
	Custom CSS

	Add all your Custom Styled CSS here for New Styles or
	Overwriting Default Theme Styles for Better Handling Updates
-----------------------------------------------------------------*/


.img-box {
	height: 250px;
	width: 100%;
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 20px;
}

.page-title-content h1, .page-title-content .h1,
.heading-block h3, .heading-block .h3 {
	background: #DD2034;
    color: white;
    padding: 10px;
    border-radius: 15px;
}

.sidebar-widgets-wrap {
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 20px;
	width: 100%;
    display: block;
}

.sidebar-widgets-wrap .widget-filter-links {
	max-width: 100%;
}

.entry-title h2 a, .entry-title .h2 a, .entry-title h3 a, .entry-title .h3 a, .entry-title h4 a, .entry-title .h4 a {
    color: #DD2034;
}

.heading-block h3 a, .heading-block .h3 a {
	color: white;
}

.heading-block::after {
	display: none;
}

.is-expanded-menu .menu-link {
	text-transform: lowercase;
    font-family: "Work Sans", sans-serif;
  	font-optical-sizing: auto;
	font-style: normal;
}

.shop .product .grid-inner {
	background-color: #F7F6F5;
    border-radius: 5px;
}

.shop .product .grid-inner .img-profile {
	border: 1px solid;
	border-color: #5D5D5D;
	border-radius: 20px;
}

.shop .product .grid-inner .product-desc {
	border-bottom: 1px solid #5D5D5D;
}

.shop .product .grid-inner .product-desc p {
	margin-bottom: 8px;
}

.shop .product .grid-inner .product-desc p:last-of-type {
	margin-bottom: 0;
}

.shop .product .grid-inner .product-desc p .badge.bg-danger {
	margin-right: 4px;
}

.shop .product .grid-inner .product-desc h3 {
	color: #DD2034;
	text-transform: uppercase;
    font-weight: bold;
}

.widget-filter-links a.active {
	text-decoration: underline !important;
}

.form-widget select {
	-webkit-appearance: listbox !important;
}

.slider-caption h2, .slider-caption .h2,
.slider-caption p {
	text-shadow: 4px 4px 2px rgb(0 0 0 / 60%);
    color: #ffffff;
    font-weight: bold;
}

.slider-caption.slider-caption-center {
	justify-content: end;
}

.slide-fix {
	position: relative;
}

.slide-fix .img-box {
	position: absolute;
	z-index: 1;
	top: 0;
	height: 100%;
	color: #fff;
}

.flexslider .slider-wrap h1 {
	color: #fff;
	font-family: "Work Sans", sans-serif;
  	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
}

.slide-fix .bg-overlay .h3 {
    background-color: #00000059;
}

@media (max-width: 767.98px) {
	.slide-fix p {
		font-size: 14px;
	}

	.slide-fix .btn-lg.btn-danger {
		margin: 0 !important;
		font-size: 12px;
	}

	.button-circle{
		font-size: 18px !important;
	}

	.heading-block h3 {
		font-size: 16px;
		margin-bottom: 8px;
	}

	.home-container .content-wrap,
	.events-container .content-wrap {
		padding-top: 0;
	}

	.home-container .section {
		padding-top: 0;
	}

	.home-container .content-wrap .list-group {
		margin-bottom: 20px;
	}

	.profile .content-wrap .container-list {
		padding: 0px 16px !important;
	}

	.events-container .content-wrap .events-lists {
		flex-direction: column-reverse;
	}
}

@media (min-width: 767.98px) and (max-width: 1280px) {
	.menu-link {
		font-size: 12px;
		padding: 10px;
	}

	.is-expanded-menu .menu-container > .menu-item:not(:first-child) {
		margin-left: 0;
	}
}

#shop-table-list {
	min-height: 300px;
	height: 100% !important;
}

.select2-container--default .select2-selection--single {
	border: 1px solid var(--cnvs-input-btn-border-color);
	height: 38px;
	border-radius: var(--cnvs-form-control-radius);
	padding: 6px 12px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
    height: 38px;
}


.select2-container {
    display: block;
}

.br-15 {
	border-radius: 15px;
}

.fz-18 {
	font-size: 18px !important;
}

.fz-24 {
	font-size: 24px !important;
}

.fz-header {
	font-size: 4rem !important;
	font-weight: 300 !important;
	line-height: normal;
}

@media (max-width: 767.98px) {
	.fz-header {
		font-size: 2rem !important;
	}
}

.btn-wrap {
	text-wrap: wrap;
}

.button-circle {
	border-radius: 10px;
	width: 200px;
	height: 80px;
}
.button-circle-login {
	border-radius: 10px;
	width: 150px;
	height: 50px;
}

.page-title.full-bg {
	border: 0;
}

.page-title.full-bg.bg-image {
	background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-blend-mode: darken;
}

.page-title.full-bg.bg-image .page-title-content {
	background: transparent;
}

.page-title.full-bg.bg-image.events {
	background-color: rgba(0, 0, 0, .2) !important;
	background-image: url('../../public/images/events.jpeg');
}

.page-title.full-bg.bg-image.photos {
	background-color: rgba(0, 0, 0, .2) !important;
	background-image: url('../../public/images/photos.jpeg');
}

.page-title.full-bg.bg-image.profiles {
	background-color: rgba(0, 0, 0, .2) !important;
	background-image: url('../../public/images/profiles.jpeg');
}

.page-title.full-bg.bg-image.workshare {
	background-color: rgba(0, 0, 0, .2) !important;
	background-image: url('../../public/images/workshare.jpeg');
}

.page-title.full-bg.bg-image.workshare p {
	color: var(--bs-danger) !important;
	font-weight: 600;
	text-transform: uppercase;
}

.page-title.full-bg .page-title-content {
	background: #DD1034;
	color: #fff;
}

.page-title.full-bg .page-title-content h1 {
	background: transparent;
    font-family: "Work Sans", sans-serif;
    text-transform: capitalize;
    font-weight: 300;
    font-size: 4rem;
}

@media (max-width: 767.98px) {
	.page-title.full-bg .page-title-content h1 {
		font-size: 2rem !important;
	}
}

.page-title.full-bg.bg-light .page-title-content {
	background: #fff;
	color: #000;
}

.page-title.full-bg.bg-light h1 {
	color: #000;
	font-family: "Work Sans", sans-serif;
	font-weight: 400;
}

#header-wrap #logo img {
	max-height: 80px;
}

.is-expanded-menu .full-header #logo,
.is-expanded-menu .full-header .primary-menu .menu-container {
	border: 0;
}

.float-right {
	float: right;
}

.bg-dark-subtle {
    background-color: var(--bs-gray-600) !important;
}

.event-element {
	background-color: var(--bs-gray-100) !important;
}

.event-element,
.event-element p,
.event-element a {
	color: black !important;
	font-family: "Work Sans", sans-serif;
}


.event-element,
.event-element p {
	font-weight: 300;
}

.event-element a {
	font-weight: 200;
}

.event-element h3 a {
	font-weight: 400;
}

.event-element .img-box {
	border-radius: 20px;
}

.event-element.official {
	background-color: var(--bs-danger) !important;
}

.event-element.official,
.event-element.official p,
.event-element.official a {
	color: white !important;
}

.event-element.official .img-box {
	border-radius: 0;
}

.text-underline {
	text-decoration: underline !important;
}

.workshare-list {
	border-top: 1px solid black;
}

.workshare-list .workshare {
	border-bottom: 1px solid black;
}

.workshare-list .workshare,
.workshare-list .workshare p,
.workshare-list .workshare a,
.workshare-list .workshare a span {
	color: black;
}

.workshare-list .workshare a i {
	color: var(--bs-danger) !important;
	font-size: 18px;
}

.skill {
	color: var(--bs-link-color);
}

.skill:after {
	content: ' - ';
	display: inline-block;
	padding-left: 4px;
	padding-right: 4px;
}

.skill:last-of-type:after {
	display: none;
}

.email {
	color: black;
}

.txt-black {
	color: black !important;
}

.txt-danger {
	color: var(--bs-danger) !important;
}

.event-home {
	border: 0;
}

.event-home .img-box {
	border-radius: 0;
	height: 350px;
}


.event-home h3,
.event-home a {
	color: black !important;
}


.event-home .date {
	font-weight: 500;
}

.event-home .description {
	font-weight: 400;
}

.event-home .url {
	font-weight: 500;
}

.event-home.color-0 {
	background: var(--bs-gray-600);
}

.event-home.color-1 {
	background: var(--bs-danger);
}

.event-home.color-0 h3,
.event-home.color-0 a,
.event-home.color-0 p,
.event-home.color-1 h3,
.event-home.color-1 a,
.event-home.color-1 p {
	color: white !important;
}

.event-home.color-1 i {
	color: white !important;
}

.btn-custom-home i,
.event-home a i {
	color: var(--bs-danger) !important;
	font-size: 24px;
	margin-right: 8px;
}

.btn-custom-home {
	color: black !important;
	font-weight: 500;
	font-size: 14px;
}

.btn-custom-home span {
	vertical-align: text-bottom;
}

#footer {
	background: black;
}

.event-item-home {
	border: 1px solid black;
}

.event-item-home hr,
.event-item-home h3 {
	color: black;
}
