/*
Theme Name: Paradise Child
Theme URI: http://paradise.jwsuperthemes.com
Template: paradise
Author: the JWSThemes team
Author URI: https://themeforest.net/user/jwsthemes
Description: Paradise is a unique, clean and professional WordPress theme perfect for massage, nail, tattoo, barbershop and spa salon in the most appealing way. The theme offers unlimited color and font options, 25+ powerful shortcode, 06 header layout, 06 awesome sliders, custom widgets and a lot more. Its framework is built with Bootstrap 3, which provides an effective and user-friendly timeline component. It is created with clean and valid code, which makes the theme fully responsive and functional.
Tags: two-columns,three-columns,left-sidebar,right-sidebar,custom-background,custom-header,custom-menu,editor-style,featured-images,flexible-header,full-width-template,microformats,post-formats,rtl-language-support,sticky-post,theme-options,translation-ready,accessibility-ready
Version: 3.0.3
Updated: 2021-10-14 07:42:37
*/

/** Header top bar */
.top-bar {
	color: #fff;
}
.mainmenu-area .search-form-area {
	display: none !important;
}

header .is-sticky .mainmenu-area {
	z-index: 999 !important;
}

ul#nav ul {
	width: 270px;
}
.mobile_menu {
	width: 300px;
}
.mobile_menu .navbar-nav li .icon-sub-menu,
.mobile_menu .navbar-nav li .icon-sub-menu:before {
	width: 42px;
	text-align: center;
	height: 47px;
	line-height: 47px;
	top: 0;
}

@media (max-width: 1199px) {
	.top-bar .top-right #text-3 {
		display: none;
	}
}
@media (max-width: 460px) {
	.top-bar .top-right {
		display: none;
	}
	.jws-header-v1 .top-bar .call-to-action p {
		margin-right: 0;
	}
}

/** Service boxes on Home */
.services-section .services-grid .services-box .services-container:nth-child(4n+1) {
	clear: both;
}
@media (max-width: 991px) {
	.services-section .services-grid .services-box .services-container:nth-child(2n+1) {
		clear: both;
	}
}
.services-section .services-grid .services-box .services-container .service-img {
	transform: translateY(0);
	-webkit-transform: translateY(0);
	margin-bottom: -100px;
	position: relative;
	z-index: 20;
}
.services-section .services-grid .services-box .services-container .services-details {
	background: #f5f5f9;
/*	box-shadow: none; */
	padding-top: 110px;
	margin-bottom: 50px;
}
.services-section .services-grid .services-box .services-container .services-details .height-fix {
	display: none !important;
}
.services-section .services-grid .services-box .excerpt p {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}

/** Price boxes on Home */
.wider-row .no-container {
	width: 1600px;
	max-width: 100%;
	margin: 0 auto;
}
@media (max-width: 1024px) {
	.price-boxes-line .no-container > .row {
		flex-wrap: wrap !Important;
	}
	.price-boxes-line .no-container > .row > .wpb_column {
		margin-bottom: 30px;
	}	
	.price-boxes-line .vc_column-inner .pricing-inner {
		padding-bottom: 60px;
		margin-bottom: 0 !Important;
	}
}
@media (max-width: 991px) and (min-width: 768px) {
	.price-boxes-line .no-container > .row > .wpb_column {
		width: 33.3333% !important;
	}	
}
.price-boxes-line .vc_column-inner .wpb_wrapper,
.price-boxes-line .vc_column-inner .jws-pricing-wrap,
.price-boxes-line .vc_column-inner .pricing-inner {
	height: 100%;
}
.pricing-list.light .pricing-inner {
	background: #fff;
	position: relative;	
}
.jws-pricing-wrap.light .pricing-inner .image-top img {
	border-color: #f5f5f9;
}
.pricing-list .content-bottom {
	padding: 0 12px;
}
.pricing-list .content-bottom .bt-content {
	max-height: none !important;
}
.pricing-list .content-bottom ul {
	margin-bottom: 15px;
}
.pricing-list .content-bottom ul li {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
	font-size: 13px;
}
.pricing-list .content-bottom ul li strong {
	font-family:Arizonia;
	font-size:140%;
	font-weight:400;
	color: var(--main);
	letter-spacing:1px;
}
.pricing-list .pricing-inner:hover .content-bottom ul li strong,
.pricing-list .pricing-inner:hover h5,
.pricing-list .pricing-inner:hover p {
	color: #fff;
}
.jws-pricing-wrap.pricing-list .pricing-inner .content-bottom h4 {
	font-size: 16px;
}
.jws-pricing-wrap.pricing-list .pricing-inner .content-bottom .bt-content {
	height: auto;
}
.jws-pricing-wrap.pricing-list .content-bottom {
	position: static;
}
.jws-pricing-wrap.pricing-list .content-bottom > * {
	position: relative;
}
.jws-pricing-wrap.pricing-list .content-bottom > a {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translate(-50%, 0);
	white-space: nowrap;
	margin-bottom: 15px;
}

/** Extra Pricing Styles */
.wpb_text_column.pricing-list .wpb_wrapper > ul {
	font-size: 15px;
	line-height: normal;
	border-top: 1px dashed #c5c4cf;
	color: #2d2c40;
	margin-bottom: 0 !important;
}
@media (max-width: 767px) {
	.wpb_text_column.pricing-list {
		margin-left: -15px;
		margin-right: -15px;
	}
	.wpb_text_column.pricing-list .wpb_wrapper > ul {
		border-top: none;
	}
}
.wpb_text_column.pricing-list .wpb_wrapper ul li {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
.wpb_text_column.pricing-list .wpb_wrapper > ul > li {
/*	background: #f9f9fb; */
	padding: 8px 12px 8px 35px !important;
	margin-bottom: 0 !important;
	border-bottom: 1px dashed #c5c4cf;
	transition: all 0.4s;
}
.wpb_text_column.pricing-list .wpb_wrapper > ul > li:hover {
	background: #f5f5f9;
}
.wpb_text_column.pricing-list .wpb_wrapper > ul > li:before {
	left: 11px !important;
	top: 10px !important;
	font-size: 100% !important;
}
.wpb_text_column.pricing-list .wpb_wrapper ul ul {
	margin-bottom: 0 !important;
	width: 100%;
	font-size: 14px;
}
.wpb_text_column.pricing-list .wpb_wrapper ul ul li:before {
	content: '' !important;
	width: 12px;
	height: 1px;
	background: #bbb;
	top: 13px !important;
}
.wpb_text_column.pricing-list .wpb_wrapper ul ul li {
	margin-bottom: 0 !Important;
}
.wpb_text_column.pricing-list .wpb_wrapper ul li strong {
	font-family:Arizonia;
	font-size:160%;
	font-weight:400;
	color: #7a7992;
	letter-spacing:1px;
	margin-left: auto;
}
.wpb_text_column.pricing-list .wpb_wrapper ul li strong + em,
.wpb_text_column.pricing-list .wpb_wrapper ul li strong + br + em {
	width: 100%;
	margin: 0;
}
.wpb_text_column.pricing-list .wpb_wrapper ul li em {
	color: #7a7992;
	font-size: 90%;
	margin: 0 7px;
}

/** Reviews */

.reviews-slider .rplg .rplg-grid-row.rplg-businesses .rplg-row-right {
	text-align: center !important;
}
.reviews-slider .rplg .rplg-grid-row.rplg-businesses .rplg-biz-rating .rplg-biz-score {
	font-size: 30px !important;
}
.reviews-slider .rplg .rplg-grid-row.rplg-businesses .rplg-stars svg {
	width: 30px !important;
	height: 30px !important;
}
.reviews-slider .rplg .rplg-biz-based {
	text-align: center !important;
	font-size: 14px !important;
	letter-spacing: 4px;
	margin: 6px 0;
}
.reviews-slider .rplg .rplg-links a {
	display: inline-block;
	vertical-align: top;
	padding: 10px 25px;
	margin: 5px !important;
	color: #fff;
	text-decoration: none;
	background: var(--main);
	font-size: 16px !important;
	text-transform: uppercase;	
	transition: all 0.4s;
}
.reviews-slider .rplg .rplg-links a:hover {
	background: var(--secondary);
}
.reviews-slider .rplg .rplg-box {
	background: #fff !important;
	border-color: #fff !important;
}
.reviews-slider .rplg-slider .rplg-box:before {
	background-color: #fff !important;
}
.reviews-slider .rplg-slider .rplg-box .rplg-box-content {
	margin-top: 15px !important;
}
.reviews-slider .rplg-slider .rplg-stars svg use,
.reviews-slider-sm .rplg-slider .rplg-stars svg use {
	fill: #d2ad65;
}
.reviews-slider .rplg .rplg-slider .rplg-review-text {
	display: block;
	margin-top: 10px;
}
.rplg .rplg-review-name {
	color: var(--main) !important;
}
.rplg .rplgsw-pagination-bullet-active {
	background: var(--main) !important;
}
.reviews-slider-sm .rplg-slider .rplg-slider-review {
	margin-top: 0 !important;
}
.reviews-slider-sm .rplg-slider .rplg-box .rplg-box-content {
	margin: 35px 12px 20px 35px!important;
}
.reviews-slider-sm .rplg .rplg-review-text {
	font-size: 13px !important;
}

/** Footer */
.working-hours ul {
	list-style: none;
	width: 220px;
	max-width: 100%;
}
@media (max-width: 767px) {
	.working-hours ul {
		margin: 0 auto 25px auto !important;
	}
}
.working-hours ul li {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	text-align: left;
}
.working-hours ul li strong {
	color: #9896c1;
	font-weight: 400;
}
.footer-v1 .widget_nav_menu ul {
	list-style: none;
	text-align: left;
}
.footer-v1 .widget_nav_menu ul li {
	position: relative;
	padding-left: 25px;
}
.footer-v1 .widget_nav_menu ul li:before {
	content:'\2713';
	font-family: 'Arial';
	font-weight: 900;
	font-size: 125%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main);
}

.footer-v1 .wa-chat-btn {
	margin-top: 20px;
}
.wa-chat-btn a.vc_general {
	background-image: linear-gradient(to right,var(--secondary) 0%,var(--main) 51%,var(--secondary) 100%);
  background-size: 200% auto;
  color: #ffffff !important;
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 14px;
  text-transform: uppercase;
  padding: 12px 31px 12px 57px !important;
  border: none !important;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
.wa-chat-btn a.vc_general:hover {
	background-position: right center;
}


/** Inner Pages */
.bt-title-bar h1 {
	margin-bottom: 5px;
	color: #fff;
	line-height: 1.3;
}
.btn-style a.vc_general {
	background-image: linear-gradient(to right,var(--secondary) 0%,var(--main) 51%,var(--secondary) 100%);
  background-size: 200% auto;
  color: #ffffff !important;
  border-radius: 25px;
  font-family: Poppins;
  font-weight: 400;
  font-size: 15px;
  text-transform: uppercase;
  padding: 12px 35px 12px 35px !important;
  border: none !important;
  transition: 0.7s all;
  -webkit-transition: 0.7s all;
}
.btn-style a.vc_general:hover {
	background-position: right center;
}

.bt-title-bar-wrap .bt-title-bar .bt-text-ellipsis {
	overflow: visible;
	white-space: normal;
}
.main-content .service-boxes .vc_gitem-zone .vc_gitem-zone-mini {
	background: #fff !important;
}
.main-content .service-boxes .vc_grid-item a.vc_general {
  color:#ffffff !important;
  background-image:linear-gradient(to right,var(--secondary) 0%,var(--main) 51%,var(--secondary) 100%);
  background-size:200% auto;
  transition:0.7s all;
  -webkit-transition:0.7s all;
  font-weight:400;
  font-size:14px;
  text-transform:uppercase;
  border-radius:25px;
  -webkit-border-radius:25px;
  padding:10px 22px 10px 22px;
  display:inline-block;
}
.main-content .service-boxes .vc_grid-item a.vc_general:hover {
	background-position: right center;
}
.main-content .pricing-hspa ul {
	margin-bottom: 40px;
}
.main-content .list-col-3 {
	-webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
}
.main-content .list-col-2 {
	-webkit-columns: 2;
	-moz-columns: 2;
	columns: 2;
}
@media (max-width: 520px) {
	.main-content .list-col-3,
	.main-content .list-col-2 {
		-webkit-columns: 1;
		-moz-columns: 1;
		columns: 1;
	}
}
.main-content .list-style,
.main-content .wpb_text_column:not(.pricing-hspa) ul {
	list-style: none;
	margin-bottom: 20px;
}
.main-content .list-style li,
.main-content .wpb_text_column:not(.pricing-hspa) ul li {
	position: relative;
	padding-left: 25px;
	margin-bottom: 5px;
}
.main-content .list-style li:before,
.main-content .wpb_text_column:not(.pricing-hspa) ul li:before {
	content:'\2713';
	font-family: 'Arial';
	font-weight: 900;
	font-size: 125%;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	color: var(--main);
}

.main-content .list-style.info li:before {
	content:'\f05a';
	font-family: 'FontAwesome';
}

.main-content .vc_tta-accordion .vc_tta-panel {
	margin-bottom: 10px;
}

.main-content .wpb_text_column.md-text {
	font-size: 18px;
	line-height: 1.5em;
}

@media (min-width: 768px) {
	.main-content .vc_row-o-content-middle.vc_row-flex .row {
		display: -webkit-box; 
		display: -moz-box;
		display: -ms-flexbox;
		display: -webkit-flex; 
		display: flex;
		-webkit-align-items: center;
		align-items: center;
	}
}

.main-content .wpb_text_column ol {
	margin-left: 0;
	padding-left: 20px;
}
.main-content .wpb_text_column ol li {
	margin-bottom: 8px;
}

/* price list */
.main-content .pricing-hspa ul li {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	height: auto;
	margin-bottom: 20px;
	width: 100%;
}
.main-content .pricing-hspa ul li h4 {
	position: relative;
	margin: 0;
	font-size: 16px;
	margin-right: 20px;
}
.main-content .pricing-hspa ul li p {
	position: relative;
	margin: 0 !important;
	align-self: flex-end;
	text-align: right;
}
.main-content .pricing-hspa ul li p ins {
	position: relative;
	top: auto;
	text-transform: none;
}
.main-content .pricing-hspa ul li:after {
	bottom: 3px;
}
.main-content strong {
	font-weight: 500;
}


/* info box */
.main-content .bt-info-wrap.layout9 .bt-info {
	background: var(--secondary);
}
.main-content .bt-info-wrap.layout9 .bt-info .info_right {
	padding: 25px 25px 15px 25px;
}
.main-content .bt-info-wrap.layout9 .bt-info .image-top {
	padding: 10px;
	width: 160px;
}

/** Sidebar */
.services-single-container .sidebar-services .widget_text .contact-sidebar h5 {
	font-size: 20px;
}
.sidebar-services .widget.widget_testimonial_slider {
	margin-bottom: 40px;
}
.sidebar-services .owl-carousel .owl-controls .owl-dot {
	display: inline-block;
}
.sidebar-services .owl-carousel .owl-controls .owl-dot span {
	display: block;
	border-radius: 50%;
}

/** Book Section */
.services-single-container .book-section-inner section {
	padding: 60px 0;
	background: #fafafc;
}

/** Academy */

.course-author-line .bt-vc-row-ovelay {
	height: auto;
	top: 40px;
	bottom: 40px;
}
@media (max-width: 767px) {
	.course-author-line {
		margin-bottom: 35px;
	}
	.course-author-line .vc_column_container:last-child > .vc_column-inner {
		padding: 35px 25px 25px 25px !important;
	}
	.course-author-line .bt-vc-row-ovelay {
		bottom: 0px;
	}
}

.academy-reviews.testimonial-slider-ct .layout6 .bt-excerpt {
	font-size: 16px;
	line-height: 1.5em;
}
.academy-reviews.testimonial-slider-ct .layout6 .bt-excerpt p {
	margin-bottom: 15px;
}
.academy-reviews.testimonial-slider-ct .layout6 .slick-arrow {
	top: 50%;
	margin-top: -25px;
}

.program-box {
	background: #f9f9fb;
	padding: 30px;
	position: relative;
	box-shadow: 6px 6px 10px rgba(122, 121, 146, 0.15);
	margin-bottom: 35px;
}
.program-box h4 {
	font-family: Arizonia;
	font-size: 32px;
}
.program-box h5 {
	color: #7a7992;
	font-size: 18px;
}
.program-box ul {
	list-style: none;
	padding-left: 15px;
	margin-bottom: 25px;
}
.program-box ul:last-child {
	margin-bottom: 0;
}
.program-box ul li {
	padding-left: 25px;
	margin-bottom: 10px;
	position: relative;
	font-size: 16px;
	line-height: normal;
}
.program-box ul li:before {
	content: '' !important;
	display: block;
	width: 13px;
	height: 1px;
	background: #7a7992;
	position: absolute;
	left: 0 !important;
	top: 12px !important;
}

/** Couses - Child pages (custom shortcode) */
.child-pages-holder {
	display: -webkit-box; 
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex; 
	display: flex;
	-webkit-align-items: flex-start;
	align-items: flex-start;
	-webkit-justify-content: center;
	justify-content: center;
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
}
.child-pages-holder .page-item {
	position: relative;
	padding: 0 15px;
	margin-bottom: 30px;
}
.child-pages-holder.columns-2 .page-item {
	width: 50%;
}
.child-pages-holder.columns-3 .page-item {
	width: 33.333%;
}
.child-pages-holder.columns-4 .page-item {
	width: 25%;
}
@media (max-width: 991px) {
	.child-pages-holder.columns-3 .page-item,
	.child-pages-holder.columns-4 .page-item {
		width:50%;
	}
}
@media (max-width: 640px) {
	.child-pages-holder {
		margin: 0;
	}
	.child-pages-holder.columns-2 .page-item,
	.child-pages-holder.columns-3 .page-item,
	.child-pages-holder.columns-4 .page-item {
		width:100%;
	}
}
.child-pages-holder .page-item .image-box {
	position: relative;
}
.child-pages-holder .page-item .image-box .inner-txt {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	width: 100%;
	text-align: center;
	z-index: 20;
}
.child-pages-holder .page-item .image-box .inner-txt p {
	display: inline-block;
	padding: 13px 30px;
	margin: 0;
	background: rgba(255,255,255,0.85);
	font-size: 36px;
	line-height: normal;
	font-family: Arizonia;
	color: #2d2c40;
	border-radius: 6px;
}
.child-pages-holder .page-item .image {
	position: relative;
	padding-top: 60%;
	display: block;
	overflow: hidden;
}
.child-pages-holder .page-item .image img {
	display: block;
	width: 101%;
	height: 101%;
	object-fit: cover;
	position: absolute;
	top: 0;
	left: 0;
	transition: all 0.74s;
}
.child-pages-holder .page-item:hover .image img {
	transform: scale(1.1);
}
.child-pages-holder .page-item .ttl {
	background: #2d2c40;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	font-size: 16px;
	border-radius: 0 0 10px 10px;
	margin: 0;
}
.child-pages-holder .page-item .ttl a {
	display: block;
	padding: 13px;
	color: #fff;	
	border-radius: 0 0 10px 10px;
}
.child-pages-holder .page-item:hover .ttl a {
	background: var(--secondary);
}

/** Bonus */
.bt-info-wrap.layout10 {
	border-radius: 10px;
	margin-top: 80px;
	font-size: 16px;
	max-width: 100%;
}
.vc_col-sm-4 .bt-info-wrap.layout10 {
	min-height: 212px;
}
.bt-info-wrap.layout10 .image_t {
	margin-top: -80px;
	border: none;
	border-radius: 0;
}
.bt-info-wrap.layout10 .image_t img {
	display: block;
	margin: 0 auto;
}

.bonus-box {
	background: linear-gradient(45deg,var(--secondary) 0%,var(--main) 51%,var(--secondary) 100%);
	padding: 15px 50px;
	position: relative;
	text-align: center;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}
.bonus-box:before,
.bonus-box:after {
	content: "\2605";
	font-family: Arial;
	position: absolute;
	top: 50%;
	font-size: 40px;
	margin-top: -20px;
	line-height: 1em;
	transition: all 0.3s;
}
.bonus-box:before {
	left: 15px;
}
.bonus-box:after {
	right: 15px;
}
.bonus-box p {
	margin: 0;
}
.bonus-box:hover:before,
.bonus-box:hover:after {
	transform: scale(1.15) translateY(-10%);
}

.badge-bonus-box {
	position: relative;
	background: #fff;
	border: 10px solid #f5f5f9;
	padding: 30px 20px 30px 65px;
	font-size: 16px;
	margin-left: 40px;
	margin-bottom: 40px;
}
.badge-bonus-box:before {
	content: '';
	display: block;
	width: 100px;
	height: 100px;
	background: url('images/bonus-badge-xs.png') no-repeat center;
	background-size: contain;
	position: absolute;
	left: -50px;
	top: -20px;
	transform: rotate(-25deg);
	z-index: 20;
}
@media (max-width: 480px) {
	.badge-bonus-box {
		margin-left: 30px;
		padding-left: 45px; 
		font-size: 14px;
	}
	.badge-bonus-box:before {
		width: 80px;
		height: 80px;
		left: -40px;
	}
}

/** Gallery */
.vc_tta-tabs.vc_tta-tabs-position-top .vc_tta-tabs-list {
	text-align: center;
}
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
	border: none !important;
	font-size: 16px;
	margin: 1px;
}
.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li:not(.vc_active) a:hover {
	background: #f9f9fb !important;
	color: #7a7992 !important;
}
.vc_tta-tabs.lg-tabs .vc_tta-tabs-container .vc_tta-tabs-list li {
	font-size: 20px;
}
.vc_tta-tabs.lg-tabs .vc_tta-tabs-container .vc_tta-tabs-list li > a {
	padding: 11px 25px !important;
}
.vc_media_grid .vc-gitem-zone-height-mode-auto.vc-gitem-zone-height-mode-auto-4-3:before {
	padding-top: 85%;
}
@media (max-width: 767px) {
/*	.vc_tta-tabs .vc_tta-panels-container .vc_tta-panels .vc_tta-panel.vc_active .vc_tta-panel-body {
			padding: 20px 0;	
	} */
	.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a {
		padding: 5px 12px !important;
		margin: 2px;
		font-size: 14px;
	}
	.vc_tta.vc_tta-tabs.tabs-on-mobile .vc_tta-tabs-container {
		display: block;
	}
	.vc_tta.vc_tta-tabs.tabs-on-mobile .vc_tta-panel-heading {
		display: none;
	}
	.vc_tta-tabs.tabs-on-mobile .vc_tta-panels-container .vc_tta-panels .vc_tta-panel:not(.vc_active) {
	  height: 0 !important;
		margin: 0 !important;
		display: none !important;
	}
}

/** Instagram */
.wpb_text_column.top-title h3 {
	font-size: 26px;
	color: #7a7992;
	text-align: center;
	font-family: Arizonia;
	font-weight: 400;
	font-style: normal;
}
.insta-feed .vc_column-inner {
	padding: 0;
}
#sb_instagram .sbi_item .sbi_photo {
	position: relative;
}
#sb_instagram .sbi_item .sbi_photo:before {
	content: "";
	display: block;
	position: absolute;
	background: linear-gradient(to right,var(--secondary),var(--main));
	opacity: 0;
	width: 100%;
	height: 100%;
	top: 0;
 	left: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	z-index: 10;
}
#sb_instagram .sbi_item .sbi_photo:after {
	content: "\f16d";
	font-family: 'Font Awesome 5 Brands';
	font-weight: 400;
	font-size: 30px;
	line-height: 1em;
	color: #fff;
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -15px 0 0 -15px;
	opacity: 0;
	transition: 0.5s all;
	-webkit-transition: 0.5s all;
	z-index: 20;
}
#sb_instagram .sbi_item .sbi_photo:hover:before {
	opacity: .75;
}
#sb_instagram .sbi_item .sbi_photo:hover:after {
	opacity: 1;
}
@media (max-width: 768px) {
	#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
			width: 33.333% !important;
	}
}
@media (max-width: 375px) {
	#sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images .sbi_item {
			width: 50% !important;
	}
}

/*Recent post and news styles for Home Page*/

.home .vc_btn3.vc_btn3-color-juicy-pink, .home .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat {
    color: #fff;
    background-image: linear-gradient(to right,var(--secondary) 0%,var(--main) 51%,var(--secondary) 100%);
    border-radius: 25px!important;
	background-size: 200% auto;
	text-transform: uppercase;
	padding: 10px 30px;
}
.home .vc_btn3.vc_btn3-color-juicy-pink:hover, .home .vc_btn3.vc_btn3-color-juicy-pink.vc_btn3-style-flat:hover { background-position:right center; }

/** Block editor additional styles */
.wp-block-media-text .wp-block-media-text__content {
	padding: 25px;
}
@media (max-width: 600px) {
	.wp-block-media-text .wp-block-media-text__content {
		padding: 25px 0;
	}
}


.vc_tta-tabs .vc_tta-tabs-container .vc_tta-tabs-list li a {
	font-size: 14px;
}

/*Last update CSS*/

.about__gallery li {
	margin: 5px!important;
}

.about__gallery .wpb_image_grid_ul {
	  margin: initial!important;
	}
	
	
.about__gallery ul {
	  margin: initial!important;
	}


@media only screen and (max-width: 1200px) {
.about__gallery .wpb_image_grid_ul {
    width: 800px;
    margin: 0 auto!important;
}
.about__gallery .isotope-item img {
	width: 150px!important;
	height: auto;
}	
}

@media only screen and (max-width: 860px) {
.about__gallery .wpb_image_grid_ul {
    width: 750px;
}
.about__gallery .isotope-item img {
	width: 137px!important;
}	
}


@media only screen and (max-width: 600px) {
	
.about__gallery .wpb_image_grid_ul {
    width: 320px;
}
	
.about__gallery .isotope-item img {
	width: 150px!important;
}
}

.postid-4090 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:before {
    left: 29.9% !important;
}

.postid-4090 .vc_tta-accordion .vc_tta-panel .vc_tta-panel-heading h4 a i:after {
    top: 30%!important;
}

.stylish__block {
	background-color: #f5f5f5;
    border-radius: 20px; 
	padding: 20px;
}

/*FAQ Scheema CSS*/

.faq-area {
	padding: 50px 0;
	background-color: #f7f7f7;	
    position: relative;
    z-index: 50;
}
.faq-area .widget .widget-title {
	margin-bottom: 15px;
	text-align: center;
}

.schema-faq-section,
.saswp-faq-block-section ol li {
	margin: 0 0 15px 0;
}
.schema-faq-section .schema-faq-question,
.saswp-faq-block-section .saswp-faq-question-title {
	position: relative;
	margin: 0 0 10px 0;
	padding: 0 0 0 33px;
	font-weight: 600;
	font-size: 20px;
	display: block;
	line-height: normal;
}  
.schema-faq-section .schema-faq-question strong {
	font-weight: 600;
}
.schema-faq-section .schema-faq-question:before,
.saswp-faq-block-section .saswp-faq-question-title:before {
      content: '\f059';
      font-family: FontAwesome;
      display: block;
      position: absolute;
      left: 0;
      top: 0;
      font-size: 24px;
      line-height: 1em;
      color: #232323;
}  
.schema-faq-section	.schema-faq-answer,
.saswp-faq-block-section .saswp-faq-answer-text {
	margin-bottom: 25px;
}


.schema-faq.faqs-spoiler {
	position: relative;
	border-bottom: 1px solid #d2d2d2;
}				
.schema-faq.faqs-spoiler .schema-faq-section {
	padding: 0;
	margin: 0;
}
.schema-faq.faqs-spoiler .schema-faq-question {
	display: block;
	position: relative;
	text-align: left;
	border-top: 1px solid #d2d2d2;
	padding: 18px 50px 18px 50px;
	margin: 0;
	cursor: pointer;
	font-size: 18px;
}					
.schema-faq.faqs-spoiler .schema-faq-question:before {
	left: 15px;
	top: 17px;
}
.schema-faq.faqs-spoiler .schema-faq-question:after {
	content: '+';
	font-family: Arial;
	color: #232323;
	display: block;
	position: absolute;
	right: 15px;
	top: 15px;
	font-size: 35px;
	line-height: 35px;
}
.schema-faq.faqs-spoiler .schema-faq-question.open:after {
	content: '-';
	animation: fadeIn 0.6s;
}
.schema-faq.faqs-spoiler .schema-faq-answer {
	display: none;
	padding-top: 20px;
	padding-bottom: 20px;
	margin: 0 0 0 50px;
	border-top: 1px solid #d2d2d2;
	position: relative;
}

.sharper__color strong {
	color: #000;
}

/*Extra margin for the media text blocks*/
.extra_marg {
	margin-bottom: 30px;
}

/*Main menu links*/

.jws-header-v1 a {
  font-size: 13px!important;
}

@media only screen and (max-width: 1200px) {
   .jws-header-v1 a {
  font-size: 12px!important;
}
}

@media only screen and (max-width: 990px) {
   .jws-header-v1 a {
  font-size: inherit!important;
}
}