/*
 Theme Name:   Oxigeno Child
 Theme URI:    http://oxigeno.bold-themes.com
 Description:  Oxigeno child theme
 Author:       BoldThemes
 Author URI:   http://bold-themes.com
 Template:     oxigeno
 Version:      1.0.0
 Tags:         one-column, right-sidebar, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready
 Text Domain:  oxigeno-child
*/


/* Theme customization starts here
-------------------------------------------------------------- */

:root {
	--clr-yel: #efbe02;
	--clr-black: #000;
	--clr-white: #fff;
	--mont: "Montserrat", Arial, Helvetica, sans-serif;
}

header .btBreadCrumbs{
	display:none;
}
/* .bt_bb_section.bt_bb_layout_boxed_1200 .bt_bb_cell {
	width: 1220px;
	max-width: -webkit-calc(100% - 40px);
	max-width: -moz-calc(100% - 40px);
	max-width: calc(100% - 40px);
} */

body.btAccentLightHeader.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor, .btAccentLightHeader.btMenuHorizontal .menuPort nav > ul > li.menu-item.current-menu-item{
	color:var(--clr-yel)!important;
}
/* body.btAccentLightHeader.btMenuHorizontal .menuPort nav > ul > li.current-menu-ancestor, .btAccentLightHeader.btMenuHorizontal .menuPort nav > ul > li.menu-item.current-menu-item ul li.current-menu-item a{
	color:var(--clr-yel)!important;
} */


body.post-type-archive-tribe_events {
	background-color: #f9f9f9 !important;
}
body.btLightSkin {
    background-color: #efeeeefc !important
}

html:not([data-bt_bb_screen_resolution="xl"]).bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image {
	background-position: top center !important;
}


/* Padding Classes */

.p-80 {
	padding: 80px 0;
}

.pb-80 {
	padding-bottom: 80px;
}
.mt-60{
	margin-top:60px;
}
.mt-30{
	margin-top:30px;
}

/* Header */

header.mainHeader {
	box-shadow: rgb(99 99 99 / 20%) 0px 2px 8px 0px;
}

.topBarInMenuCell .bt_bb_icon_holder::before {
	color: var(--clr-black) !important;
	font-size: 20px;
}

.topBarInMenuCell a:hover .bt_bb_icon_holder::before {
	color: var(--clr-white) !important;
}

.topBarInMenuCell a .bt_bb_icon_holder {
	margin-right: 5px !important;
}

a.sc-btn {
	background-color: var(--clr-white);
	padding: 14px 22px;
	font-weight: 500;
	text-transform: capitalize;
	border-radius: 50px;
	font-size: 18px;
	color: var(--clr-black) !important;
	display: inline-block;
	margin: 12px 0 !important;
	transition: all 0.5s ease !important;
}

a.sc-btn:hover {
	background-color: var(--clr-black);
	color: var(--clr-white) !important;
}


/* Homepage */

.banner-text span,
.banner-text span strong~* {
	color: var(--clr-white) !important;
}

.banner-btn {
	margin-top: 25px;
}

.home .bt_bb_wrapper>.bt_bb_fe_wrap:nth-child(2) {
	background-color: var(--clr-white) !important;
}

.bt_bb_section.bt_bb_layout_boxed_left_right_1200.bt_bb_highlight_shadow.margin-neg:after {
	display: none;
}

.banner-btn:hover a {
	background-color: var(--clr-white) !important;
	color: var(--clr-black) !important;
}

.neg-img .bt_bb_image {
	float: none;
}

.neg-img .bt_bb_image img {
	width: 100%;
}

.neg-img .bt_bb_text {
	display: none !important
}

.neg-img .bt_bb_separator.bt_bb_bottom_spacing_normal {
	margin-bottom: 1.3em;
}

.home-blog .bt_bb_latest_posts_item_image img {
	height: 160px;
	object-fit: cover;
	object-position: center;
}

.title {
	font-weight: 400;
	font-size: 35px;
	padding-bottom: 15px;
}

.title strong {
	font-weight: 900;
	color: var(--clr-yel) !important;
}

.title-link {
	font-weight: 600;
	text-decoration: underline;
	margin-bottom: 18px;
	display: inline-block;
	margin-left: 5px;
}


/* Events-home */

.events-row {
	margin-top:
}

.home-events {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 26px;
}

.home-event {
	/* 	padding: 12px 13px; */
	max-width: 310px;
	max-height: 440px;
}

.event-img {
	position: relative;
	height: 160px !important;
	overflow-y: hidden;
	border-radius: 5px 5px 0 0;
}

.event-img img {
	height: 100% !important;
	width: 100%;
	object-fit: cover;
	object-position: top;
}

.event-date {
	position: absolute;
	bottom: 0;
	display: grid;
	align-items: center;
	place-items: center;
	padding: 9px 20px 0;
	background-color: #f7f7f7;
	left: 0;
}

.event-date p {
	font-size: 20px;
	font-weight: 800;
	margin-bottom: 0px;
	color: #000;
}

.event-date p+p {
	font-weight: 400;
	font-size: 13px;
	text-transform: uppercase;
}

.home-event-red {
	background-color: var(--clr-yel);
	padding: 12px 15px;
	color: #fff;
	display: flex;
	align-items: center;
}

.home-event-red p:first-child {
	border-right: 1px solid #fff;
}

.home-event-red p:last-child {
	text-transform: capitalize;
	text-align: right;
	padding-left: 10px !important;
}

.home-event-red p {
	text-transform: uppercase;
	line-height: 15px;
	font-size: 14px;
	margin-bottom: 0px;
	padding: 5px 0 !important;
	width: 50%;
	color: var(--clr-black);
}

.home-event-content {
	padding: 18px 10px;
	background: #f7f7f7;
	text-align: center;
	border-radius: 0 0 5px 5px;
}

.home-event-content a {
	color: #000;
	font-size: 16px;
	display: block;
	font-weight: 700;
}


/* Footer */

.ftr-wrap {
	padding: 80px 0 30px;
}

.ftr.title.white {
	font-size: 27px;
	margin-bottom: 20px;
}

.title.white {
	color: var(--clr-white);
}

.ftr.title strong {
	font-weight: 900;
	color: var(--clr-white) !important;
}

a.ftr-link {
	display: inline-block;
	background-color: var(--clr-yel);
	color: var(--clr-black);
	font-weight: 500;
	padding: 15px 22px;
	font-size: 18px;
	border-radius: 50px;
	transition: all 0.3s ease;
}

a.ftr-link:hover {
	background-color: var(--clr-white);
	color: var(--clr-yel);
}

.bt_bb_icon.ft-ico {
	display: block !important;
	float: none !important;
	font-size: 16px !important;
	color: var(--clr-white) !important;
}

.bt_bb_icon.ft-ico:hover a {
	color: #fff !important;
}

.bt_bb_icon.ft-ico:hover a.bt_bb_icon_holder:before {
	color: #fff !important;
}

.bt_bb_icon.ft-ico+.bt_bb_icon.ft-ico {
	margin-top: 10px;
}

.bt_bb_icon.ft-ico .bt_bb_icon_holder:before {
	font-size: 1.9rem !important;
	margin-right: 5px !important;
}

.social-icon {
	margin-top: 20px !important;
}

.social-icon+.social-icon {
	margin-left: 10px;
}

.ftr-logo+.ftr-logo {
	margin-top: 12px !important;
}

.copyright-text p {
	font-weight: 500;
	color: #fff;
}

.footers-link {
	margin-bottom: 1px !important
}
.footer-bottom{
	padding:25px 0;
}
.btSiteFooter .btDarkSkin {
	display: none !important;
}


/* Tribe_events */

.tribe-events-single {
	padding-top: 50px;
}

.tribe-events-back a,
.tribe-events-back a:visited,
.tribe-events-single-event-titl,
.tribe-events-schedule .recurringinfo,
.tribe-events-schedule h2,
.tribe-related-event-info .recurringinfo,
.tribe-events-event-meta,
.tribe-common .tribe-common-h3,
.tribe-events .tribe-events-calendar-list__event-date-tag-weekday,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-h5,
.tribe-common .tribe-common-h6,
.tribe-common .tribe-common-b2,
.tribe-common .tribe-common-c-btn-border-small,
.tribe-common a.tribe-common-c-btn-border-small,
.tribe-common .tribe-common-h7,
.tribe-common .tribe-common-h8,
.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical {
	font-family: var(--mont) !important;
}

.post-type-archive-tribe_events .btPageHeadline {
	background: url(https://cp-ht-9.hostgator.tempwebhost.net/~wadcoaj3/projects/KarateWA/wp-content/uploads/2021/10/inner-hero-about-us2.jpg) !important;
	background-position: top !important;
	background-size: cover !important;
	background-repeat: no-repeat !important;
	position: relative;
}

/* .post-type-archive-tribe_events .btPageHeadline:before {
	content: ' ';
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, .5);
} */

.post-type-archive-tribe_events .bt_bb_size_large.bt_bb_headline .bt_bb_headline_superheadline,
.post-type-archive-tribe_events .bt_bb_headline_content {
	color: var(--clr-yel)!important;
}

.tribe-common .tribe-common-c-btn,
.tribe-common a.tribe-common-c-btn,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date-link,
.tribe-events .tribe-events-calendar-list__event-row--featured .tribe-events-calendar-list__event-date-tag-datetime:after {
	background-color: var(--clr-yel) !important;
}

.tribe-events .tribe-events-c-ical__link {
	border: 1px solid var(--clr-yel) !important;
	color: var(--clr-yel) !important;
}

.tribe-events-cal-links .tribe-events-gcal,
.tribe-events-cal-links .tribe-events-ical,
.tribe-events .tribe-events-calendar-month__day--current .tribe-events-calendar-month__day-date,
.tribe-common--breakpoint-medium.tribe-events .tribe-events-calendar-list__event-datetime-featured-text,
.tribe-common .tribe-common-c-svgicon {
	color: var(--clr-yel) !important;
}

.tribe-events .tribe-events-c-ical__link:active,
.tribe-events .tribe-events-c-ical__link:focus,
.tribe-events .tribe-events-c-ical__link:hover {
	background-color: var(--clr-white) !important;
}

.tribe-events .tribe-events-c-ical__link-icon-svg path {
	stroke: var(--clr-yel) !important;
}

.tribe-common--breakpoint-medium.tribe-events .tribe-events-l-container {
	padding-bottom: 80px !important;
}
/* Innerpages */
.page-id-14 .sub .bt_bb_headline_subheadline{
	font-size:28px !important;
}
.sub .bt_bb_headline_subheadline{
	font-size:40px !important;
	font-weight:400 !important;
	line-height:1.3 !important;
	text-transform:uppercase !important;
}
.sub .bt_bb_headline_subheadline strong{
	color:#efbe02;
	font-weight:800 !important;
	text-transform:uppercase !important;
}
.sub.cen .bt_bb_headline_subheadline{
	text-align:center;
}
.anchor-haed .bt_bb_headline_subheadline{
	margin-top:0px !important;
	padding-top:55px!important;
}
.headline h2{
	font-size:32px !important;
}
.list-style li{
	list-style:none;
	display:grid;
	grid-template-columns:40px auto;
}
.list-style li + li{
	margin-top:20px;
}
.list-style li::before{
	font-family: FontAwesome;
    content: '\f00c';
	width:30px;
	height:30px;
	background-color:var(--clr-yel);
	color:var(--clr-white);
	display:grid;
	place-items:center;
	border-radius:50%;
	line-height:0;
	font-size:17px;
}
#yt-row{
	padding:30px 0;
}
.yt-con iframe{
	width:100% !important;
	
}
.yt-con .bt_bb_column_content{
	padding:0 15px !important;
	margin-top:20px;
}
.reqired {
    color: #f50f0f;
}
.frm-title {
    margin-top: 15px;
    margin-bottom: 10px;
    margin-left: 5px;
    font-size: 16px;
    font-weight: 500;
}
.wpcf7-form input,textarea,select{
	background:#fff !important;
	max-height: 160px !important;
}
.frm-p {
	font-weight:400;
	font-size:13px;
	margin-left:5px;
}
.wpcf7-list-item-label{
	font-weight:500 !important;
	font-size:13px!important;
}
.wpcf7-list-item{
	display: block !important;
	margin-bottom:10px !important;
}
.wpcf7-list-item label{
	display: flex;
    align-items: center;
    gap: 10px;
}
input[type="checkbox"],input[type="radio"] {
    width: 20px;
    height: 20px;
	cursor: pointer;
}
.paypal-form{
	max-width:500px;
}
.pay-pal-submit{
	max-width:120px !important;
	border:none !important;
	margin-top:10px;
}
.wpcf7-form .fancy-select .trigger {
    background: #fff;
}
.ban-title{
	font-size:30px !important;
	margin:20px 0 !important;
}
.yel{
	color:var(--clr-yel);
}
.col4{
	column-count:2;
	text-align:left;
}
.sp-logo {
    display: flex;
    gap: 20px;
    align-items: center;
    flex-wrap: wrap;
	margin-top:20px;
}
.sub-tits{
	margin-top:25px;
	font-weight:700;
	margin-bottom:5px !important;
	text-transform:capitalize !important;
}
.ifr iframe{
	width:100%;
	margin:20px 0 !important;
}
p strong{
	font-weight:700;
}
.fl *{
	height:100% !important;
	object-fit:cover;
	object-position:center;
}
.member-content {
    margin: 50px auto;
    max-width: 900px;
    text-align: center;
    background: #fff;
    padding: 50px;
}
.member-content img {
	max-height:350px;
	object-fit:cover;
	object-position:top;
	border:2px solid #efbe02;
}
.desig-mem{
	font-size:16px !important;
	margin-bottom:10px !important;
}
.btn-yel{
	  padding: 0.9em 3em;
	display:inline-block;
	box-shadow: 0 0 0 3em #efbe02 inset;
	border-radius:50px;
	font-size:13px;
	font-weight:600;
	color:#fff !important;
	transition:all 300ms ease;
	margin:15px 0;
	text-transform:uppercase;
}
.btn-yel:hover{
	box-shadow: 0 0 0 2px #efbe02 inset;
    background-color: transparent;
    color: #efbe02!important;
}
  
@media (max-width:1199px){
	.eq .bt_bb_column{
		height:auto !important
	}
}
#wpsl-search-btn, #wpsl-search-wrap input {
    height: auto !important;
}
 #wpsl-search-wrap input {
	background:#fff !important;
}
#wpsl-search-wrap input#wpsl-search-btn {
    background-image:none !important;
    color: #000 !important;
	background-color: #efbe02 !important;
}
span.wpcf7-form-control-wrap.recaptcha {
    margin-bottom: 15px;
    display: block;
}
.tribe-events-calendar-list .tribe-event-categories li {
  display: inline;
  border: 1px solid var(--clr-yel);
  background-color: var(--clr-yel);
  padding: 3px 9px;
  border-radius: 30px;
  margin-right: 3px;
  font-size: 0.8em;
}
.tribe-events-calendar-list .tribe-event-categories li:hover {
  background-color: #fff;
}
.tribe-events-calendar-list .tribe-event-categories li a {
  color: #fff;
}
.tribe-events-calendar-list .tribe-event-categories li:hover a {
  color: var(--clr-yel);
}

.bt_bb_section .yello .bt_bb_headline_superheadline{
	color: var(--clr-yel) !important;
	font-weight:600;
}
h4.design{
	font-size:15px;
	color: var(--clr-yel) !important;
	font-weight:600;
}
h2.desi-title{
	font-size:22px;
	margin-bottom:20px;
}
.mts5{
	margin-top:28px;
}
/* Responsive */

.btMenuHorizontal .topBarInLogoArea {
	display: none!important;
}
.wpcf7-date:before {
    display:none !important;
}
@media screen and (min-width: 1200px) {
	.btLogoArea .logo {
		position: absolute;
		top: 8px;
	}
	.btMenuHorizontal .topBarInMenu {
		margin-right: 50px;
		height: 80px!important;
	}
	.btMenuHorizontal .menuPort nav>ul>li>a {
		position: relative;
		font-weight: 500 !important;
	}
	.btStickyHeaderActive.btMenuHorizontal .menuPort nav>ul>li>a  {
    font-size: 12px !important;
}
	.btMenuHorizontal .menuPort>nav>ul>li {
		padding: 0 20px 0 0 !important;
	}
	.subToggler:before {
		display: none!important;
	}
	.social-btn {
		float: right;
		margin-right: 10px;
		height: 80px;
		display: grid;
		place-items: center;
	}
	a.sc-btn {
		background-color: var(--clr-white);
		padding: 15px 25px;
		font-weight: 500;
		text-transform: capitalize;
		border-radius: 50px;
		font-size: 18px;
		color: var(--clr-black) !important;
		margin: 0 !important;
	}
	.sticky-logo {
		display: none;
		float: left;
	}
	.sticky-logo img {
		width: 150px;
	}
	.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .sticky-logo {
		display: block
	}
	
	.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .social-btn,
	.btStickyHeaderActive.btMenuBelowLogo.btMenuHorizontal .mainHeader .topBarInMenu {
		display: none;
	}
	.btLogoArea.menuHolder.btClear {
		width: 50% !important;
	}
	.margin-neg>.bt_bb_port {
		position: relative;
		top: -150px;
		box-shadow: 0 -5px 10px 10px rgb(0 0 0 / 40%)
	}
	.margin-neg {
		max-height: 200px;
	}
}

@media screen and (max-width: 1199px) {
	.topBarInLogoArea,
	.sticky-logo {
		display: none !important;
	}
	.principal-section .bt_bb_port {
		padding-top: 70px !important;
	}
	.sub .bt_bb_headline_subheadline{
		font-size:2.5em !important;
	}
}

@media screen and (max-width: 992px) {
	.ftr-rows .bt_bb_column {
		flex-basis: 50% !important;
		max-width: 50%!important;
	}
	.ftr-rows .bt_bb_column:last-child {
		margin-top: 28px;
	}
	html:not([data-bt_bb_screen_resolution="xl"]).bt_bb_backgroud_fixed_supported .bt_bb_section.bt_bb_background_image.hero-area {
		background-position: left !important;
	}
	.home-events {
		grid-template-columns: repeat(2, 1fr);
		gap: 26px;
	}
	.home-event {
		max-width: 100%;
		max-height: 100%;
	}
	.home-blog .bt_bb_latest_posts_item_image img {
		height: 180px;
		object-position: top;
	}
	.event-img {
		height: 180px !important;
	}
	.col4 {
    column-count: 2;
    }
	.gap{
		gap:20px 0;
	}
	.bt_bb_row.same-height {
    /* gap: 5px; */
    row-gap: 28px;
    }
	
}

@media screen and (max-width: 620px) {
	.ftr-rows .bt_bb_column {
		flex-basis: 100% !important;
		max-width: 100%!important;
	}
	.ftr-rows .bt_bb_column:nth-child(2) {
		margin-top: 28px;
	}
	.p-80 {
		padding: 50px 0;
	}
	.pb-80 {
		padding-bottom: 50px;
	}
	.principal-section .bt_bb_port {
		padding-top: 50px !important;
	}
	.home-event-red p {
		font-size: 12px;
	}
	.bt_bb_button a {
		padding: 1.5em 2em;
		font-size: 10px !important;
	}
	.ftr.title.white {
		font-size: 26px;
		margin-bottom: 20px;
	}
	.ftr-wrap {
		padding: 50px 0 28px;
	}
	a.ftr-link {
		padding: 14px 20px;
		font-size: 16px;
	}
	.footer-bottom{
	padding:19px 0;
  }
	.ban-title, .headline h2{
    font-size: 28px !important;
   }
	.member-content {
    margin: 40px auto;
    padding: 25px;
    }
}

@media screen and (max-width: 480px) {
	.home-events {
		grid-template-columns: 1fr;
	}
	.col4 {
    column-count: 1;
    }
}

/*css new*/
.wpcf7-field-group+.wpcf7-field-group{
	margin-top:40px;
	padding-top: 40px;
}
body {
    counter-reset: section;
}
.wpcf7-field-group{
	position:relative;
}
.payment_box{
	margin-bottom:15px;
}
.wpcf7-field-group:before{
	counter-increment: section;   
    content: "Fill Details For Person "counter(section) " :- "; 
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	font-family: "Montserrat";
	font-size:32px;
}
.wpcf7-field-group:first-child:before{
	opacity:0;
	visibility:hidden;
}
.wpcf7-field-group-remove{
	margin-right:15px;
}
.wpcf7-field-group-add,.wpcf7-field-group-remove{
	-webkit-box-shadow: 0 0 0 1px #efbe02 inset;
    box-shadow: 0 0 0 1px #efbe02 inset;
    color: #efbe02;
	text-transform: uppercase;
    font-size: .8em;
    border: 0;
	border-radius: 50px;
    -webkit-transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    transition: all 300ms ease;
    cursor: pointer;
    width: auto;
	height: 3.2em;
	line-height:1;
    padding: 0 3em;
	background:#fff;
}
.wpcf7-field-group-add:hover,.wpcf7-field-group-remove:hover{
    -webkit-box-shadow: 0 0 0 2em #efbe02 inset;
    box-shadow: 0 0 0 2em #efbe02 inset;
	color:#fff;
}
.full-country .flag-dropdown{
	right:0;
}
.full-country .flag-dropdown{
	right:0 !important;
}
.full-country .country-select.inside .selected-flag{
	width:100% !important;
}
.wpcf7-field-groups[data-wpcf7-group-id=emails] .wpcf7-select{
    width: 100% !important;
    height: auto !important;
    display: inherit !important;
    position: relative !important;
    top: inherit !important;
    left: inherit !important;
    opacity: 1 !important;
}
.wpcf7-field-groups[data-wpcf7-group-id=emails] .fancy-select .trigger ,.wpcf7-field-groups[data-wpcf7-group-id=emails] .fancy-select .options{
    width: 0px !important;
    height: 0px !important;
    display: none !important;
    opacity: 0 !important;
}
#GetuserEmail{
    width:0px;
    height:1px;
    opacity:0;
}
.drop_with_label{
	display:none;
}
.drop_next{
    position: relative;
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    cursor: pointer;
}
.drop_next:after{
    content: '»';
    position: absolute;
    right: 9px;
    top: 9px;
    font-size: 20px;
}