/*
Theme Name: BuddyBoss Theme Child 
Description: A child theme for the BuddyBoss Theme
Author URI: http://example.com
Template: buddyboss-theme
Version: 1.0.0
*/
 
 
/* =Theme customization starts here
------------------------------------------------------- */
/*
.bb-share-container {
	display: none;
}
body .gform_wrapper .gform_footer input[type=submit] {border: 1px solid red}


.site-header-container.flex {
	position: relative;
}

.header-search-v2 {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%)
}

.header-search-v2 form {
	margin: 0;
}

.header-search-v2 .searchandfilter ul  {
	margin: 0;
	display: flex;
	gap: 6px
}

.header-search-v2 .searchandfilter ul li {
	padding: 0;
}

.header-search-v2 .sf-field-submit input {
	font-size: 13px;
	border-radius: 3px;
	padding: 1px 6px;
	display: block;
	background: #0055b9;
	height: auto;
}

.header-search-v2 .sf-field-submit input:hover { 
	background: #00B140;
	border-color: #00B140;
}

.header-search-v2 label {
	display: block;
	margin: 0;
	height: 100%;
	line-height: 1.3;
}

.header-search-v2 .sf-input-text {
	height: 100%;
	width: 200px;
	display: block;
	background: none;
	padding: 0 10px;
	border: 1px solid #80aadc;
	border-radius: 2px;
}

body.logged-in .header-search-v2 {
	right: 130px;
}

body.logged-in .header-search-v2 .sf-input-text  {
	width: 140px;
}

a.logo-external {
	  max-width: 234px;
    margin-right: 26px;
    height: auto;
}*/

.bb-share-container {
	display: none;
}
body .gform_wrapper .gform_footer input[type=submit] {border: 1px solid red}


.site-header-container.flex {
	position: relative;
}

.header-search-v2 {
	position: absolute;
	right: 80px;
	top: 50%;
	transform: translateY(-50%)
}

.header-search-v2 .search-form  {
	margin: 0;
	display: flex;
	gap: 6px
}

.header-search-v2 .search-form .search__btn {
	font-size: 13px;
	border-radius: 3px;
	padding: 1px 6px;
	display: block;
	background: #0055b9;
}

.header-search-v2 .search-form .search__btn:hover { 
	background: #00B140;
	border-color: #00B140;
}

.header-search-v2 .search-form label {
	display: block;
	margin: 0;
	height: 100%;
	line-height: 1.3;
}

.header-search-v2 .search-form .search-field-top {
	height: 100%;
	width: 200px;
	display: block;
	background: none;
	padding: 0 10px;
	border: 1px solid #80aadc;
	border-radius: 2px;
}

body.logged-in .header-search-v2 {
	right: 130px;
}

body.logged-in .header-search-v2 .search-form .search-field-top  {
	width: 140px;
}

a.logo-external {
	  max-width: 234px;
    margin-right: 26px;
    height: auto;
}

@media(max-width: 1190px){
  .header-search-v2 {
		right: 0;
		top: auto;
		transform: translateY(0);
		bottom: 5px;
	}
	
	body.logged-in .header-search-v2  {
		right: 52px;
	}
}

/*  Mobile Search  */

.header-search-wrap form.searchandfilter {
	margin: 0 0 0 15px;
	max-width: calc(100% - 64px);
	height: 76px;
	align-items: center;
	display: flex;
	width: 100%;
}

.header-search-wrap .searchandfilter ul {
	width: 100%;
}
.header-search-wrap .searchandfilter ul li {
	padding: 0;
	width: 100%;
}

.header-search-wrap input.sf-input-text  {
	width: 100%;
	display: block;
	border-radius: 99em;
	background-color: var(--bb-header-alternate-background);
	background-size: 16px;
	background-image: url(images/svg/search.svg);
	background-position: left 10px center;
	background-repeat: no-repeat;
	border: 0;
	box-shadow: none;
	color: var(--bb-header-links);
	font-size: 14px;
	font-weight: 400;
	height: initial;
	min-height: initial;
	overflow: hidden;
	outline: 0;
	padding: 10px 15px 10px 35px;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.header-search-wrap .sf-field-submit {
	display: none;
}

.header-search-wrap .searchandfilter ul {
	margin: 0;
}

.header-search-wrap .searchandfilter label {
	width: 100%;
	display: block;
}

/*HIDE HEADER SIGN IN BUTTON*/
.bb-header-buttons .button.signin-button {
    display: none;
}

/*HIDE HEADER SIGN UP BUTTON*/
.bb-header-buttons .button.signup {
    display: none;
}


/*  elementor-search-form-full  */
.elementor-search-form-full form {
	padding: 28px 30px;
}
.elementor-search-form-full .searchandfilter ul {
	margin: 0;
}

.elementor-search-form-full .searchandfilter ul li {
	padding: 0;
}

.elementor-search-form-full .searchandfilter ul li ul li:not(:last-child) {
	padding-bottom: 10px;
}

.elementor-search-form-full .searchandfilter ul li ul {
	max-height: 180px;
	overflow: auto;
	scrollbar-color: #fff #ccc;
}

.elementor-search-form-full .searchandfilter ul li ul::-webkit-scrollbar {
    width: 12px;
}

.elementor-search-form-full .searchandfilter ul li ul::-webkit-scrollbar-track-piece  {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 99em;
}

.elementor-search-form-full .searchandfilter ul li ul::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #999;
    border-radius: 99em;
}

.elementor-search-form-full .searchandfilter .sf-field-sort_order label {
	width: 100%; 
}

.elementor-search-form-full .searchandfilter .sf-field-sort_order .sf-input-select {
	display: block; 
	width: calc(100% + 20px); 
	margin: 0 -10px; 
	appearance: none;
	color: #000;
	border: 1px solid #e0e2e4;
	border-radius: 0;
	height: 48px;
	padding: 0 9px;
	font-size: 18px;
	background: #fff url(images/arrows.png) no-repeat calc(100% - 12px) center; 
}

.elementor-search-form-full .searchandfilter .sf-field-search {
	margin: 0 -10px;
}

.elementor-search-form-full .searchandfilter .sf-field-search label {
	width: 100%;
	display: block;
	margin: 1px;
}

.elementor-search-form-full .searchandfilter h4 {
	color: #2055b1;
	padding-top: 20px;
	font-size: 18px;
}

.elementor-search-form-full .sf-field-search .sf-input-text {
	width: 100%;
	font-weight: 700;
	color: #000;
	border: 1px solid #e0e2e4;
	border-radius: 0;
	height: 48px;
	padding: 0 12px;
	font-size: 18px;
}

.elementor-search-form-full .searchandfilter li[data-sf-field-input-type=checkbox] input {
	display: none;
}

.elementor-search-form-full .searchandfilter li[data-sf-field-input-type=checkbox] input:checked + label:before {
	background-color: #ccc;
}

.elementor-search-form-full .searchandfilter li[data-sf-field-input-type=checkbox] label {
	color: #000;
	font-size: 16px;
	position: relative;
	padding-left: 30px;
	padding-right: 6px; 
	cursor: pointer;
}

.elementor-search-form-full .searchandfilter li[data-sf-field-input-type=checkbox] label:before {
	content: '';
	width: 18px;
	height: 18px;
	border: 1px solid #ccc;
	background-color: #fff;
	position: absolute;
	top: 4px;
	left: 0;
	transition: all .3s;
}

.elementor-search-form-full .searchandfilter li[data-sf-field-input-type=checkbox] label:hover:before {
	background-color: #ccc;
}

.elementor-search-form-full .searchandfilter .sf-field-submit {
	text-align: center;
	margin-top: 30px;
}

.elementor-search-form-full .searchandfilter .sf-field-submit input {
	background-color: #1f55b1;
	border-radius: 8px;
	font-weight: 700;
	font-size: 20px;
	height: auto;
	min-width: 160px;
	transition: all .4s;
	padding: 7px 20px;
}

.elementor-search-form-full .searchandfilter .sf-field-submit input:hover {
	background-color: #00B140;
	border-color: #00B140;
}

.elementor-search-form-full .searchandfilter .sf-field-reset h4 {
	color: #000;
	font-weight: 400;
	font-style: italic;
	font-size: 16px;
}

.elementor-search-form-full .searchandfilter .sf-field-reset h4:before {
	content: 'Search Hint';
	display: block;
	width: 100%;
	font-size: 18px;
	font-weight: 700;
	color: #666;
}

.elementor-search-form-full .searchandfilter a.search-filter-reset {
	text-decoration: underline;
	font-weight: 400;
	color: #7f7f7f;
}

.elementor-search-form-full .searchandfilter a.search-filter-reset:hover {
	text-decoration: none;
}

.results-item {
	padding-bottom: 20px; 
}

.results-found {
	font-size: 19px;
	margin-bottom: 0; 
}

.results-pages {
	font-size: 19px; 
}

.result-title h2 {
	color: #1f55b1;
	font-size: 20px;
	line-height: 1.24; 
	margin-bottom: 5px; 
}

.result-title h2 a {
	color: #1f55b1;
	transition: all .3s;
}

.result-title h2 a:hover {
	color: #00B140;
}

.result_excerpt p {
	margin: 0; 
}

.result_excerpt p:empty {
	display: none; 
}

.search-filter-results .pagination {
	display: flex;
	gap: 20px;
}

.search-filter-results .pagination a {
	background-color: #1f55b1;
	border-radius: 8px;
	font-weight: 700;
	font-size: 18px;
	height: auto;
	min-width: 160px;
	transition: all .4s;
	padding: 15px 20px;
	display: block; 
	border: none; 
	color: #fff;
	text-align: center; 
}

.search-filter-results .pagination a:hover {
	color: #fff;
	background-color: #00B140;
}

@media(max-width: 575px){
	.search-filter-results .pagination {
		flex-flow: column;
		gap: 10px;
	}

	.search-filter-results .pagination a {
		font-size: 16px; 
	}
}
.content-area{
    padding-top: 0px !important;
}