/*
Theme Name:	generatepress Child Theme
Theme URI: http://themnific.com
Description:	A basic child theme for generatepress Theme
Author:		Ebizon
Author URI: http://themnific.com
Template:	generatepress
Version:	0.1
*/

/* ADD SOME STYLE BELOW */


@font-face {
	font-family: "muli";
	font-style: normal;
	font-weight: 400;
	src: url('/wp-content/themes/generatepress-child/fonts/muli/muli-regular/muli-regular-webfont.eot#iefix') format("embedded-opentype"), 
		url(/wp-content/themes/generatepress-child/fonts/muli/muli-regular/muli-regular-webfont.woff2?5b74f701) format("woff2"), 
		url(/wp-content/themes/generatepress-child/fonts/muli/muli-regular/muli-regular-webfont.woff?5b74f701) format("woff"), 
		url(/wp-content/themes/generatepress-child/fonts/muli/muli-regular/muli-regular-webfont.ttf?5b74f701) format("truetype"), 
		url('/wp-content/themes/generatepress-child/fonts/muli/muli-regular/muli-regular-webfont.svg?5b74f700#muli') format("svg");
}

@font-face {
	font-family: "muli";
	font-style: normal;
	font-weight: 300;
	src: url('/wp-content/themes/generatepress-child/fonts/muli/muli-light/muli-light-webfont.eot#iefix') format("embedded-opentype"), 
		url(/wp-content/themes/generatepress-child/fonts/muli/muli-light/muli-light-webfont.woff2?5b74f701) format("woff2"), 
		url(/wp-content/themes/generatepress-child/fonts/muli/muli-light/muli-light-webfont.woff?5b74f701) format("woff"),
		url(/wp-content/themes/generatepress-child/fonts/muli/muli-light/muli-light-webfont.ttf?5b74f701) format("truetype"),
		url('/wp-content/themes/generatepress-child/fonts/muli/muli-light/muli-light-webfont.svg?5b74f701#muli') format("svg");
}


@font-face {
	font-family: 'Material-Design-Iconic-Font';
	font-style: normal;
	font-weight: normal;
	src: url(/wp-content/themes/generatepress-child/fonts/mat-design/Material-Design-Iconic-Font.eot) format("embedded-opentype"), 
		url(/wp-content/themes/generatepress-child/fonts/mat-design/Material-Design-Iconic-Font.woff2) format("woff2"), 
		url(/wp-content/themes/generatepress-child/fonts/mat-design/Material-Design-Iconic-Font.woff) format("woff"),
		url(/wp-content/themes/generatepress-child/fonts/mat-design/Material-Design-Iconic-Font.ttf) format("truetype"),
		url(/wp-content/themes/generatepress-child/fonts/mat-design/Material-Design-Iconic-Font.svg) format("svg");
}







body {
	font-family:"muli", sans-serif, "Tahoma", "Geneva", "Arial";
	color:#333;
	background-color:#414142;
	margin:0;
	padding:0;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-flow: row wrap;
	-moz-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-lines: multiple;
	-moz-box-lines: multiple;
	box-lines: multiple;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.page.page-id-549 div#page ,.page.page-id-549 div#page .e-con-inner,.img-full img ,.au-newsletter .row div ,body.archive div#content .site-content .content-area {
	width: 100%;
	max-width: 100%;
}

.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard .indicator div {
	color: #DECD8A;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard  .g-imagegrid-item{
	width: 16.6666666666667%;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard  .g-imagegrid-item img ,.page-template-search .site-content .content-area {width:100%;height:auto;}
.g-imagegrid .g-imagegrid-item:hover {
	z-index: 10;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard  .g-imagegrid-item:hover .indicator div {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}
.yellow-link.table-custom td, .yellow-link.table-custom table {
	border: 0px;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard  .indicator div {
	font-size: 2rem;
	padding: 2rem;
	text-align: center;
	opacity: 0;
	-webkit-transform: scale(0);
	-moz-transform: scale(0);
	-ms-transform: scale(0);
	-o-transform: scale(0);
	transform: scale(0);
	-webkit-transition: all 0.35s;
	-moz-transition: all 0.35s;
	transition: all 0.35s;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard  .g-imagegrid-item,body.home.page-template.page-template-elementor_header_footer.page.page-id-549{
	position: relative;
}
.g-imagegrid-wrapper.g-imagegrid-6cols.g-imagegrid-standard .indicator {
	display: -webkit-box;
	display: -moz-box;
	display: box;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-moz-box-align: center;
	box-align: center;
	-webkit-align-items: center;
	-moz-align-items: center;
	-ms-align-items: center;
	-o-align-items: center;
	align-items: center;
	-ms-flex-align: center;
	-webkit-box-pack: center;
	-moz-box-pack: center;
	box-pack: center;
	-webkit-justify-content: center;
	-moz-justify-content: center;
	-ms-justify-content: center;
	-o-justify-content: center;
	justify-content: center;
	-ms-flex-pack: center;
	color: #fff;
	font-style: normal;
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
}
.boxed-section .e-con-inner {
	max-width: 1524px!important;
	width: 100% !important;
}
.boxed-section .e-con-inner a ,.yellow-link a{
	color: #ebaa10;
}
.white-a-tag a,  p.readmore a {color:#fff;}
.bb-custom-side {min-height:50vh;}
div#bb-bookblock nav {float:right;margin-right: 20px;}
div#bb-bookblock .bb-item:last-child .bb-nav-next {
	pointer-events: none;
	opacity: 0.5;
}
div#bb-bookblock .bb-item:first-child .bb-nav-prev {
	pointer-events: none;
	opacity: 0.5;
}

.bb-nav-next.bb-custom-icon , .bb-nav-prev.bb-custom-icon{
	fill: #fff;
	background: #baa695;
	border-radius: 50%;
	height: 20px;
	width: 19px;
	margin-left:15px;
}
.elementor-element.elementor-element-2cc8d14.elementor-widget.elementor-widget-shortcode {min-height:50vh !important;}
.elementor-widget-theme-site-logo  img {
	width:171px;}

.Home-slider  .elementor-element .swiper-slide-bg:before ,.Home-slider figure.swiper-slide-inner:before {
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(-408deg, rgba(0, 0, 0, 0) 50%, rgba(186, 166, 149, 0.5) 50%);
	background-image: linear-gradient(140deg,rgba(0, 0, 0, 0) 50%, rgba(186, 166, 149, 0.5) 50%);
	z-index: 1;
	pointer-events: none;
	content: '';
	left: 0;
}
.Home-slider  .elementor-element .elementor-swiper-button {
	border: 2px solid #fff;
	border-radius: 50%;
	padding: 10px;
}
.bb-sideimage ,.bb-sideimage img {height:100% !important ;}
.Home-slider .swiper-slide-contents {
	margin-right: auto;
	width: 80%;
	margin: 0 auto !important;
}
.yellow-link.table-custom td, .yellow-link.table-custom table {
	border: 0px;
}
.elementor-image-carousel.swiper-wrapper.swiper-image-stretch .elementor-image-carousel-caption .g-owlcarousel-item-title 

{
	font-family: "muli", sans-serif, "Tahoma", "Geneva", "Arial";
	color: #fff;
	padding-bottom: 1.6rem;
	text-transform: uppercase;
	position: absolute;
	top: 34%;
	left: 09%;
	z-index: 2;
	margin: 2.625rem;}
.elementor-image-carousel.swiper-wrapper.swiper-image-stretch .elementor-image-carousel-caption .g-owlcarousel-item-title strong {
	font-family: "playfairdisplay italic";
	text-transform: lowercase;
	font-style: italic;
	font-weight: 400;
}
ul#menu-1-7aabfe1 .sub-arrow {display:none;}
ul#menu-1-7aabfe1 .sub-menu {
	border-radius: 0px 4px 4px 4px;
} 
.sub-menu .sub-menu {
	left: 8px !important;
	border-radius: 4px !important;
}
li.menu-item-686:hover,li.menu-item-690:hover,li.menu-item-716:hover ,li.menu-item-740:hover {
	background:#fff;
	border-radius: 4px 4px 0px 0px  !important;
}
body.page-template.page-template-elementor_header_footer.page.page-id-10418 ul#menu-1-7aabfe1 .sub-menu li a:hover , .tax-entertainer_category ul#menu-1-7aabfe1 .sub-menu li a:hover {
	color: #ebaa10;
}
ul#menu-1-7aabfe1 .sub-menu li a {
	width: 181px;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	padding: 8px 0.625rem;
	word-wrap: break-word;
	max-width: 181px;
}
.foot-menu a {color:#fff;}
.testimonial-dots span.swiper-pagination-bullet {
	border: 2px solid;
}
.req-form-section .row,.au-newsletter .row {
	display: flex;
	column-gap: 10px;
}
/* 		  .row-inner-div {
width: 22.22%;
} */
div#wpcf7-f879-p549-o1 .req-form-section input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date, div#wpcf7-f879-p549-o1 .req-form-section input[type=email],div#wpcf7-f879-p549-o1 .req-form-section input[type=number],div#wpcf7-f879-p549-o1 .req-form-section input[type=password],div#wpcf7-f879-p549-o1 .req-form-section input[type=search],div#wpcf7-f879-p549-o1 .req-form-section input[type=tel],div#wpcf7-f879-p549-o1 .req-form-section input[type=text],div#wpcf7-f879-p549-o1 .req-form-section input[type=url],div#wpcf7-f879-p549-o1 .req-form-section select,div#wpcf7-f879-p549-o1 .req-form-section textarea {
	background-color: white;
	vertical-align: middle;
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
	font-size: 1rem;
	width: 100%;
	line-height: 1.5;
	-webkit-transition: border-color 0.2s;
	-moz-transition: border-color 0.2s;
	transition: border-color 0.2s;
	border: 2px solid rgba(0, 0, 0, 0.1);
	border-radius:4px;
	box-shadow: none;
	height:50px;
	font-size: 1.1vw;
	color: #999;
	box-sizing: border-box !important;
	-webkit-transition: border 0.2s linear, box-shadow 0.2s linear;
	-moz-transition: border 0.2s linear, box-shadow 0.2s linear;
	transition: border 0.2s linear, box-shadow 0.2s linear;
}
.row-inner-div p {
	margin-bottom: 0.625rem;
	text-align: center;
	color: #999;
	position:relative;
}
.row-inner-div p:first-child:after {
	content: '*';
	font-size: 75%;
	position: absolute;
}
.row-inner-div.submit-btn input , .moduletable input.button {
	display: inline-block;
	font-family: "playfairdisplay";
	font-weight: 900;
	font-style: italic;
	background-color: #baa695;
	background-image: -webkit-linear-gradient(-225deg, #baa695 55%, #d4d3d0 55%);
	background-image: linear-gradient(-45deg,#baa695 55%, #d4d3d0 55%);
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.8;
	margin: 0 0 0.5rem 0;
	padding: 0.3rem 1.3rem;
	border-radius: 0.2rem;
	vertical-align: middle;
	text-shadow: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;}

.playfiar-font {
	font-family: "Playfair Display" !important;
}
.moduletable input.button {
	padding: 0px !important;
	border: none;
	max-width: 221.59px !important;
	height: 36.47px;
	width: 100%;
	font-size: 13px !important;
}
select#catid, select.dropdownMTA,input#keywords {
	color: #666;
	height: 2.7em;
	background: #fff;
	border: 2px solid rgba(0, 0, 0, 0.1);
	display: inline-block;
	padding: 4px 6px;
	margin-bottom: 10px;
	font-size: 14px;
	max-width: 220px;
	vertical-align: middle;
	border-radius: 4px;
	width: 100%;
}
div#filter-section-home .e-con-inner {
	background: #f5f5f5;
	text-align:center;
	border-radius: 1em;
}

div#filter-section-home {    position: absolute;
	background: transparent;
	top: 17%;   
}
.Home-slider .elementor-image-carousel-caption {margin-top:-7px;}

/* sldier arrow*/
.elementor-element .swiper .elementor-swiper-button-next {right:2rem!important ;}
.elementor-element .swiper .elementor-swiper-button-prev {
	left: 2rem !important;
}
.elementor-element .swiper .elementor-swiper-button-prev,.elementor-element .swiper .elementor-swiper-button-next {
	padding: 17px;

}
.elementor-element .swiper .elementor-swiper-button-prev:hover,.elementor-element .swiper .elementor-swiper-button-next:hover {color: #baa695;
	border-color: #baa695;}
.eicon-chevron-left:before ,.eicon-chevron-right:before {
	font-weight: bold;
}
body.page-template.page-template-elementor_header_footer.page:before ,body.page-template.page-template-search:before ,body.entertainer-template-default.single::before ,.page-template-searched:before {
	position: absolute;
	width: 1200px;
	height: 800px;
	right: 0;
	background-color: rgba(0, 0, 0, 0);
	background-image: -webkit-linear-gradient(-405deg, rgba(0, 0, 0, 0) 48%, rgba(210, 127, 61, 0.2) 35%, rgba(0, 0, 0, 0) 75%);
	background-image: linear-gradient(135deg,rgba(0, 0, 0, 0) 48%, rgba(210, 127, 61, 0.2) 35%, rgba(0, 0, 0, 0) 75%);
	z-index:-1;
	pointer-events: none;
	content: '';
}
body.page-template .elementor-widget-container ul {
	margin-left: 1.5rem;
	padding: 0;
}
body.home.page-template .desktop-menu ul {
	margin-right: 25px;
}
p.readmore {
	display: inline-block;
	font-family: "playfairdisplay";
	font-weight: 900;
	font-style: italic;
	background-color: #d27f3d;
	background-image: -webkit-linear-gradient(-225deg, #d27f3d 55%, #ebaa10 55%);
	background-image: linear-gradient(-45deg,#d27f3d 55%, #ebaa10 55%);
	color: #fff;
	font-size: 1.375rem;
	line-height: 1.8;
	margin: 0 0 0.5rem 0;
	padding: 0.3rem 1.3rem;
	border-radius: 0.2rem;
	vertical-align: middle;
	text-shadow: none;
	-webkit-transition: all 0.2s;
	-moz-transition: all 0.2s;
	transition: all 0.2s;
}
.row.contact-form  input[type="text"],.row.contact-form input[type="email"],.row.contact-form input[type="url"],.row.contact-form input[type="password"],.row.contact-form input[type="search"],.row.contact-form input[type="tel"],.row.contact-form input[type="number"], .row.contact-form textarea, .row.contact-form select , .row.contact-form  input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-date {
	color: var(--contrast);
	height: 50px;
	font-size: 13px;
	color: rgba(99, 98, 98, 1);
	background-color: rgba(255, 255, 255, 1);
	border: 1px solid rgba(168, 165, 165, 1) !important;
	border-radius: 2px;
	background-color: var(--base-2);
	border-color: var(--base);
	width: 100%;
	padding-left: 50px !important;
}
.row.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner {
	width: 15%;
	height: 40px;
	background-color: rgba(235, 170, 16, 1);
	color: rgba(250, 250, 250, 1);
	font-size: 14px;
	font-weight: bold;
	border-radius: 3px;
	border: none;
}
.row.contact-form label {
	font-size: 13px;
	font-family: 'muli';
	color: #333;
	line-height: 42px;
}
/* contact form icons  */
.row.contact-form .col-lg-12.col-md-12.col-xs-12 {
	position: relative;
}
i.zmdi.zmdi-folder-person:after {
	content: '\f225';

}
.zmdi-smartphone-iphone:before {
	content: '\f2cc';
}
.zmdi-email:before {
	content: '\f15a';
}
.zmdi-calendar-alt:before {
	content: '\f32e';
}
.zmdi-map:before {
	content: '\f196';
}
.zmdi-assignment:before {
	content: '\f10c';
}
.row.contact-form i {
	padding: 15px;
	position: absolute;
	z-index: 1;
	height: 50px;
	bottom: 0px;
	color: #bfbfbf;
	font-family: 'Material-Design-Iconic-Font';
	content: '\f225';
	font-style: normal;
	font-size: 24px;
	line-height:24px;
	z-index: 9;
}
.page-template-search div#page ,body.entertainer-template-default.single.single-entertainer  div#page  {
	max-width: 1524px;
}
.page-template-searched .site-content .content-area {width:100% !important;}
.page-template-search div#page ,body.entertainer-template-default.single.single-entertainer  div#page ,	body.archive div#content div#primary ,.page-template-searched  div#content div#primary {
	margin-top: 5em;
	padding: 32px;
	background: #fff;
	border-radius: 16px;
	margin-bottom:16px;
}
body.archive div#content div#primary {
	width:100%;
}
body.archive .container.grid-container{
	max-width: 100%;
	padding: 0px 10%;
}
.yellow-link.table-custom td, .yellow-link.table-custom table {
	border: 0px;
}
.page-template-search div#page main#main .category-text ,body.entertainer-template-default.single.single-entertainer main#main .inside-article .entry-content p {
	font-size: 16px;
	font-family: 'muli';
}
body.page-template.page-template-search h1 {
	font-size: 40px;
	font-weight: 300;
	font-family: 'muli';
	color: #000;
}
body.page-template.page-template-search .total-number {
	min-width: 200px;
	text-align: right;
	color: #00A3BB;
}
.actCategoriesLeft {
	float: left;
	width: 50%;
	height: auto;
	margin-top: 10px;
	/* 			margin-bottom: 10px; */
	padding-right: 12px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DECD8A;
	min-height: 190px;
}
.listingImage {
	float: left;
	height: auto;
	width: 40%;
}
.listingText {
	float: right;
	height: auto;
	width: 60%;
}
.moreInfo {
	width: 60%;
	height: auto;
	float: right;
}
.actListing .listHead {
	text-align: left;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 20px;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #DECD8A;
	margin: 0;
	padding: 0;
}
.actListing a {
	font-size: 11px;
	line-height: 14px;
	font-weight: 700;
	color: #DECD8A;
	text-decoration:none;
}
.actListing .listState {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px !important;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 14px;
	text-align: left;
	margin: 0;
	padding: 12px 0px ;
}
.vmiddleimg {
	vertical-align: middle;
	height: 124px;
	max-width: 124px;
	width: auto;
	border-radius: 20px;
}
.listingText p {
	color: #414142 !important;
	line-height: 16px;
	margin: 0 0 0px;
	padding: 0 0 5px;
	font-size:16px !important;
	text-align: left;
	font-size: 1em;
	padding: 1em 0;
}
.sampleIcons {
	width: 69px;
	height: 21px;
	float: right;
	display:flex;
}	
/* pos detail page  */
/* .actCategoriesLeft p.description {
display: -webkit-box;
-webkit-line-clamp: 3;
-webkit-box-orient: vertical;
overflow: hidden;
margin-bottom: 10px;
} */
li.current-menu-ancestor {
	fill: #FFFFFF !important;
}
.quoteBlue {
	font-size: 12px;
	font-style: italic;
	font-weight: 700;
	color: #00A3BB;
}
.ol-textfont, .quotee {
	font-size: 10px;
}
body.entertainer-template-default.single.single-entertainer h1.entry-title {
	height: 40px;
	font-family: 'muli';
	border-bottom-width: 3px;
	border-bottom-style: solid !important;
	border-bottom-color: #B4D9E2;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 14px;
	border-style: none;
	margin: 0;
	color: #000;
	font-size: 40px;
	padding: 0;
}
.archive  div#primary .actListing h1  {
	font-family: 'muli';
	font-weight: 300;
	border-style: none;
	margin: 1.5rem 0 0.75rem 0;
	color: #000;
	line-height:60px;
	font-size: 40px;
	padding: 0;
}
.archive div#primary .category-text {
	font-size: 16px;
	color: #000;
	margin: 0 0 1.3rem 0;
}
.total-number {
	float: right;
	width: auto;
	text-align: right;
	color: #00A3BB;
}
body.entertainer-template-default.single.single-entertainer div#page {
	padding: 0px;
}
.au-newsletter {
	margin-left: 11%;
}
.req-form-section input.wpcf7-form-control.wpcf7-submit.has-spinner {
	border: none !important;
}
.playfiar-font.elementor-widget.elementor-widget-text-editor {
    font-family: "playfairdisplay italic" !important;}
/* newsletter form */
.au-newsletter .row input,
.au-newsletter .row textarea,
.au-newsletter .row select {
	font-size: 14px;
	font-family: 'muli';
	float: right;
	max-width: 235px;
	border: transparent;
	padding: 0.375rem 0.375rem;
	transition: border-color 0.2s;
	border-radius: 0.1875rem;
}
/* 	hover effect  */
.au-newsletter .row input[type="text"]:hover, 
.au-newsletter .row input[type="email"]:hover, 
.au-newsletter .row input[type="url"]:hover, 
.au-newsletter .row input[type="password"]:hover, 
.au-newsletter .row input[type="search"]:hover, 
.au-newsletter .row input[type="tel"]:hover, 
.au-newsletter .row input[type="number"]:hover,
.au-newsletter .row textarea:hover,
.au-newsletter .row select:hover {
	border: 1px solid #ebaa10 !important;
}
.au-newsletter input.wpcf7-form-control.wpcf7-submit.has-spinner {
	float: right !important;
	color: transparent;
	background-repeat: no-repeat !important;
	background: var(--wpr-bg-860f9b65-bab7-413e-8a7a-9c60e6fff0c2);
}
.yellow-link.table-custom td, .yellow-link.table-custom table {
	border: 0px;
}
.container.grid-container {
	max-width: 100%;padding: 0px 9%;
}

body.home.page-template .container.grid-container {
	padding: inherit !important; 
}
.yellow-link.evet-table table tr td {
	width: 77%;
}
/* 	custom style for h2 in 2007 page  */
.page-id-10959 div#content h2 {
	font-size: 12px;
	color: #414142;
	margin: 0 0 5px;
	padding: 0;
	font-weight: bold;
}
body.entertainer-template-default.single h2{
	font-weight: 700;
	text-transform: uppercase;
	border-style: none;
	margin: 0;
	padding: 0;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B4D9E2;
}
body.entertainer-template-default.single  div#content {
	display:block;
	padding: 20px 32px 62px 32px;
}
body.entertainer-template-default.single  div#content .actExtras{
	width:100%;
}
body.entertainer-template-default.single div#content h1 {
	font-weight: 700;
	text-transform: uppercase;
	border-style: none;
	margin: 0;
	color: #000000;
	width:100%;
	padding: 0;
	font-size:40px;
} 
.statetext{
	text-transform:uppercase;
	float: right;
	/* 		min-width: 200px; */
	text-align: right;
	color: #00A3BB;
}
body.entertainer-template-default div#content .post-content {
	font-size: 16px;
	color: #000;
}
body.entertainer-template-default.single div#content .divider {
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #B4D9E2;	
}
body.entertainer-template-default.single div#content .img-wrapper img {
	margin-top: 10px;
	padding: 1px 10px;
}
body.entertainer-template-default.single div#content p.back-button a, div#actFooterRight a.ewd-ulb-lightbox {
	border: 0px !important;
	width:auto !important;
	padding :0px !important;
}
div#actFooterRight {
	float: right;
	display: flex;
	align-items: flex-start;
}
div#actFooterRight button.btn.btn-sm {
	padding: 1px 10px;
	background: #fff;
	border-radius: 4px;
	color: #666;
	font-size: 14px;
	font-weight: 300 !important;
}
body.entertainer-template-default.single .post-content {
	margin-top:10px;
}
body.entertainer-template-default.single div#content .img-wrapper img {
	width: 144px;
	height: auto;
	border-radius: 16px;
	vertical-align: middle;
}

.actExtras {
	width:100%;
	max-width: 640px;
	display: flex;
	column-gap: 20px;
	border-bottom-width: 3px;
	border-bottom-style: solid;
	border-bottom-color: #DECD8A;
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #DECD8A;
	margin-bottom: 10px;
	padding: 15px 0;
}
.actExtrasPiece h2 {
	font-size: 1em;
	line-height: 14px;
	color: #decd8a;
	border:0px !important;
	font-weight: 400 !important;
	text-transform:capitalize !important;
}
.actExtrasPiece a ,p.back-button a{
	text-decoration: none;
	font-size: 16px;
	color: #ebaa10;
	font-family: 'muli';
}
p.back-button {float:left !important;}
div#first-sec p.button {
	color: #fff;
	padding: 0.3rem .8rem !important;
	font-size:21px !important;
}
div#second-sec .row .row-inner-div {width:auto !important;}
.button:hover{ cursor:pointer;}
.post-acttype {
	font-size: 16px;
	line-height: 14px;
	color: #DECD8A;
	font-weight: 400;
	margin-top:10px;
	padding: 0px;
}
form.wpcf7-form.init ::palceholder { color: #999;font-family: "muli";font-size:21px;}
div#second-sec i.fa.fa-angle-double-left {color:#fff;}
i.fa.fa-calendar-check-o:before {
	content: '\f274';
}
div#first-sec .row .row-inner-div:first-child {max-width:163px !important;width:100% !important;}
div#first-sec .row .row-inner-div:nth-child(2) {max-width:178px !important;width:100% !important;}
div#first-sec .row .row-inner-div:nth-child(4) {max-width:255px !important;width:100% !important;}
div#wpcf7-f879-p549-o1 ::placeholder {color:#999;font-size:21px;font-family: "muli";
	font-style: normal;
	font-weight: 400;}

/* hover css for button  */
input.button:hover, button:hover ,a.button:hover , div#first-sec p.button:hover ,.button:hover ,.row-inner-div.submit-btn input:hover  {
	color: #fff;
	background: #666;
}
body.page-template.page-template-elementor_header_footer.page.page-id-10418 ul#menu-1-7aabfe1 .sub-menu li a:hover , .tax-entertainer_category ul#menu-1-7aabfe1 .sub-menu li a:hover {
	color: #ebaa10;
}
.req-form-section input:focus ,.req-form-section textarea:focus {
	border-color: #e9322d !important;
	-webkit-box-shadow: 0 0 6px #f8b9b7;
	-moz-box-shadow: 0 0 6px #f8b9b7;
	box-shadow: 0 0 6px #f8b9b7 !important;
	/* border: 1px solid red !important; */
}
.req-form-section input.wpcf7-form-control.wpcf7-date.wpcf7-validates-as-required.wpcf7-validates-as-date:before {
	content: 'Date of event';
	width: 100%;
	font-size: large;
}
li.current-page-ancestor a {
	border-radius: 4px;
	padding-left: 7px;
	padding-right: 7px;
	padding-top: 12px;
	padding-bottom: 12px;
	color: #666666 !important;
	background: #FFFFFF !important;
}
body.page-template.page-template-elementor_header_footer.page.page-id-10959 h3 ,body.page-template.page-template-elementor_header_footer.page.page-id-10950 table h2{
	font-size: 12px;
	font-weight: 700;
	color: #535254;
	margin: 0 0 10px;
	padding: 0;
}
body.page-template.page-template-elementor_header_footer.page.page-id-10950 blockquote ,body.page-template.page-template-elementor_header_footer.page.page-id-10916  b{
	font-size: 16px;
	font-style:normal;
}

.testimonial-dots .elementor-testimonial .elementor-testimonial__text{
	font-family: "Playfair Display";
}
.pagination-bars {
    text-align: center;
}
/* responsive css start */
@media screen and (max-width: 1200px) { 
	body.page-template 	.container.grid-container {
		padding: 0px;
	}
}
/* mobile start */
@media screen and (max-width: 600px) {
	.elementor-element.elementor-element-65d06b3.e-con-full.e-flex.e-con.e-child {z-index:0 !important;}
	.bb-custom-firstpage ,.bb-custom-side ,.row-inner-div,.bb-custom-firstpage{
		width: 100% !important;
		float: none;
		height: auto;
	}
	.req-form-section .row {
		display:block;
	}
	div#custom-7296-particle {
		width:100% !important;
	}
	.elementor-image-carousel.swiper-wrapper.swiper-image-stretch .elementor-image-carousel-caption .g-owlcarousel-item-title {
		display:none;
	}
	div#slider-section-home {
		height: auto;
	}
	.bb-custom-firstpage ,#slider-section-home .elementor-element.elementor-element-2cc8d14.elementor-widget.elementor-widget-shortcode {
		height: auto !important;
	}
}
@media screen and (max-width: 1441px) {
	.elementor-location-header .elementor-element.elementor-element-2fff87e.elementor-hidden-mobile.e-con-full.e-flex.e-con.e-parent{
		padding: 0px 10%;
	}
	div#filter-section-home {
		top:14%;
		padding: 0px 12%;
	}
}
@media screen and (max-width: 1025px) {
    .bb-sideimage img {
        object-fit: contain;
    }
	.actCategoriesLeft {
		min-height: 235px;
	}
	div#custom-7296-particle {
		width: 100%!important;
	}
	div#filter-section-home {
		position: inherit;
	}
	div#filter-section-home {
		padding: 0px;
	}
	.page.page-id-549 div#filter-section-home .e-con-inner{
		border-radius: 0px !important;
	}
	.req-form-section .row {
		display: flex;
		flex-wrap: wrap;
	}

}

@media screen and (max-width: 821px) {
	body.archive .container.grid-container {
		padding: 0px 1%;
	}
	.elementor-location-header .elementor-element.elementor-element-2fff87e.elementor-hidden-mobile.e-con-full.e-flex.e-con.e-parent {padding: 0px 1%;}
}
@media screen and (max-width: 769px) {
	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {left:-11px !important;}
	.actCategoriesLeft {min-height: 235px;}
	.elementor-location-header .elementor-element.elementor-element-2fff87e.elementor-hidden-mobile.e-con-full.e-flex.e-con.e-parent {padding:0px 0px;}
	.elementor-image-carousel.swiper-wrapper.swiper-image-stretch .elementor-image-carousel-caption .g-owlcarousel-item-title {top: 65%;line-height: initial;left: 0%;margin: 1.625rem;}
	.row-inner-div, div#first-sec .row .row-inner-div:first-child, div#first-sec .row .row-inner-div:nth-child(2), div#first-sec .row .row-inner-div:nth-child(4) {width: -webkit-fill-available !important;max-width: 100% !important;}
	body.archive .container.grid-container {
		padding: 0px 0px;
	}
}
@media screen and (max-width: 600px) {
	#slider-section-home .bb-custom-wrapper > nav {left:40% !important;}
	.page.page-id-549 div#page .e-con-inner .moduletable form#form1 {
		margin: 0 auto;
		max-width: 220px;
		width: 100%;
		display: grid;
	}
	.bb-custom-firstpage ,.bb-custom-side ,.row-inner-div,.bb-custom-firstpage{
		width: 100% !important;
		float: none;
		height: auto;
	}
	div#first-sec p.button ,.row-inner-div.submit-btn input {width:100%;}
	.req-form-section .row ,div#filter-section-home .e-con-inner{
		display:block;
	}
	div#custom-7296-particle ,div#filter-section-home .e-con-inner .moduletable input.button ,.row.contact-form input.wpcf7-form-control.wpcf7-submit.has-spinner{
		width:100% !important;
	}
	.row-inner-div p {
		margin-bottom: 10px;
	}
	div#filter-section-home .e-con-inner .moduletable input.button {max-width:100%  !important;}
	.elementor-image-carousel.swiper-wrapper.swiper-image-stretch .elementor-image-carousel-caption .g-owlcarousel-item-title {
		display:none;
	}
	div#slider-section-home {
		height: auto !important;
	}
	.bb-custom-firstpage ,#slider-section-home .elementor-element.elementor-element-2cc8d14.elementor-widget.elementor-widget-shortcode {
		height: auto !important;
	}
	.bb-item {  
		position: relative !important;
	}
	.actCategoriesLeft {
		float: none;
		width: 100%;
		height: auto;
		margin-top: 10px;
		margin-bottom: 10px;
	}
	.listingImage,.listingText,.moreInfo  {
		width: 100%;
		height: auto;
		float: none;
	}
	.actListing .listHead {
		margin: 20px 0 20px 0 !important;
	}
	.actListing a , span.page-numbers.current {
		font-size: 16px !important;
		line-height: 18px !important;
	}
	body.entertainer-template-default.single div#content h1 {
		font-size:15px;
	}
	/* 				ul#menu-2-7dbca89 ,nav.elementor-nav-menu--dropdown.elementor-nav-menu__container li {
	width:100%;
	max-width:100%;
	background: #121212;
}
	ul#menu-2-7dbca89 li a  {
	color: #d27f3d;
	word-break: normal;
	line-height: 1rem;
	font-size:16px;
	text-align:left !important;
	font-weight:bold;
	width: 100%;
	justify-content: flex-start;
	min-width: 181px;
	padding-right: 40px;
} */
	/* 				ul#menu-2-7dbca89 li { text-align:left !important;}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {width:auto !important; text-align:-webkit-left !important;}
	.elementor-nav-menu .sub-arrow {
	line-height: 1;
	padding: 10px 0 10px 10px;
	margin-top: -10px;
	margin-bottom: -10px;
	display: flex;
	max-width: 142px !important;
	justify-content: end;
	width: 100% !important;
} */
	/* 				.elementor-element-7dbca89.elementor-nav-menu__align-right.elementor-nav-menu--dropdown-mobile.elementor-nav-menu--stretch .elementor-widget-container i.elementor-menu-toggle__icon--close.eicon-close {
	z-index: 99999999;
	text-align: right;
	width: 130px;
	position: fixed;
	left: 11px;
} */
	/* 
	ul#menu-2-7dbca89 li span.sub-arrow i {
	border: 1px solid #f0b529;
	background:#121212;
	border-radius: 0.1875rem;
	margin: -0.3rem 0 -0.2rem 0.5rem;
	padding: 0.2rem;
}
	nav.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	top: -20px !important;
	padding-left: 43px;
	padding-top: 56px;
	background: #121212;
	height: 100vh;
	position: fixed !important;
} */
	.statetext {
		font-size: 15px;
		line-height: 15px;
	}
}

span.page-numbers.current {
    font-size: 11px;
    font-weight: bold;
}
body.error404 .container.grid-container {
    padding: 0px !important;
}