/**
Theme Name: Wedding Venues 360
Author: Ampersand Studio
Author URI: https://ampersandstudio.uk/
Description: Astra is the fastest, fully customizable & beautiful theme suitable for blogs, personal portfolios and business websites. It is very lightweight (less than 50KB on frontend) and offers unparalleled speed. Built with SEO in mind, Astra comes with schema.org code integrated so search engines will love your site. Astra offers plenty of sidebar options and widget areas giving you a full control for customizations. Furthermore, we have included special features and templates so feel free to choose any of your favorite page builder plugin to create pages flexibly. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons # Regularly updated # Designed, Developed, Maintained & Supported by Brainstorm Force. Looking for a perfect base theme? Look no further. Astra is fast, fully customizable and beautiful theme!
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: wv360
Template: astra
*/

:root {
	--wedly-blue: #3353C8;
	--conifer: #AEE865;
	--perano: #a9a7f2;
	--dark-blue: #1C1F58;
	--dark-green: #5A8916;
	--dodger-blue: #545BFE;
	--shamrock: #41D298;
	--colonial-white: #FDF3D2;
	--orange-white: #FEF9ED;
	--tacha: #D6BC74;
	--black: #000000;
	--white: #ffffff;
	--grey: #555555;
}

.fl-theme-builder-footer-footer-copy {
	background: var(--dark-blue);
}

.outer-box-center {
	margin-right: auto!important;
	margin-left: auto!important;
}
.z-index {
	z-index: 10;
	position: relative;
} 
.red-text {
	color: #FF0000;
}
.fl-loop-grid {
	margin: 0!important;
}
@media only screen and (max-width: 768px) {
	.post-116.page h2 {
		font-size: 35px;
	}
}
.early-access-ul .fl-list-item-heading {
	background-image: url(https://wedly.ie/wp-content/uploads/2025/07/marker-tick.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 7px;
	padding-left: 20px;
}
.early-access-no-ul .fl-list-item-heading {
	background-image: url(https://wedly.ie/wp-content/uploads/2025/08/no-entry.svg);
    background-repeat: no-repeat;
    background-size: 20px;
    background-position: left 7px;
	padding-left: 20px;
}

.wpbdp-button {
	background-color: var(--conifer)!important;
	border: 1px solid var(--conifer)!important;
	padding: 15px 20px 15px 20px!important;
	color: var(--dark-blue)!important;
	border-radius: 15px;
}
.wpbdp-button:hover, .wpbdp-plan-action label.wpbdp-button.selected {
	background-color: var(--wedly-blue)!important;
	border: 1px solid var(--wedly-blue)!important;
	color: white!important;
}

.background-underline.green .fl-heading span,
.background-underline.green span {
	background: linear-gradient(0deg, rgba(174,232,101,0) 0%, rgba(174,232,101,0) 16%, rgba(174,232,101,1) 16%, rgba(174,232,101,1) 41%, rgba(174,232,101,0) 41%);
}
.background-underline.purple .fl-heading span,
.background-underline.purple span {
	background: linear-gradient(0deg, rgba(169,167,242,0) 0%, rgba(169,167,242,0) 16%, rgba(169,167,242,1) 16%, rgba(169,167,242,1) 41%, rgba(169,167,242,0) 41%);
}
.background-underline.green.small .fl-heading span,
.background-underline.green.small span {
	background: linear-gradient(0deg, rgba(174,232,101,0) 0%, rgba(174,232,101,0) 20%, rgba(174,232,101,1) 20%, rgba(174,232,101,1) 33%, rgba(174,232,101,0) 33%)
}
.background-underline.purple.small .fl-heading span,
.background-underline.purple.small span {
	background: linear-gradient(0deg, rgba(169,167,242,0) 0%, rgba(169,167,242,0) 20%, rgba(169,167,242,1) 20%, rgba(169,167,242,1) 33%, rgba(169,167,242,0) 33%);
}
.brex-mega-menu {
	margin-left: 0!important;
}
.sub-menu .menu-item a::before {
	font-family: 'Font Awesome 6 Pro'!important;
}
.suppliers-mega-menu a,
.dresses-mega-menu a,
.venues-mega-menu a {
	color: var(--black);
	font-size: 14px;
}
#menu-sign-up,
#menu-about-us-dropdown,
#menu-blog-dropdown,
#menu-venues-dropdown {
	border-radius: 10px;
}
#menu-sign-up:hover {
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}
#menu-about-us-dropdown,
#menu-blog-dropdown,
#menu-venues-dropdown {
	padding: 20px;
	background-color: white;
}
@media only screen and (max-width: 768px) {
	.slick-prev {
		left: 0!important;	
	}
	.slick-next {
		right: 0!important;	
	}
	.slick-initialized .slick-slide {
		display: flex!important;
		justify-content: center!important;
	}
}

/* LISTING PAGE */
.average-star-group .wpbdp-star-group {
	display: inline-block;
	white-space: nowrap;
}
.average-star-group .wpbdp-star-group+div {
	display: none;	
}
.average-star-group .wpbdp-star-group .count {
	margin-left: 10px;	
}
.average-star-group a .wpbdp-star-group .bd-star-rating-readonly {
	cursor: pointer !important;
}

.amenity-list {
	display: grid;
	grid-template-columns: 50% 50%;
	list-style: none;
	margin-left: 0!important;
}
.amenity-list-item {
	line-height: 2.5em;
	border: 1px solid var(--dark-blue);
	border-radius: 15px;
	text-align: center;
	margin: 5px 5px 5px 0px;
}
@media only screen and (max-width: 768px) {
	.amenity-list-item {
		line-height: 1.2em;
		padding: 15px;
	}
}
/* .amenity-list-item:before {
	content: '\f00c';
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	color: var(--wedly-blue);
	padding-right: 10px;
} */

.listing-ratings {
	display: grid;
	grid-template-columns: 33% 34% 33%;
	grid-column-gap: 65px;
}
@media only screen and (max-width: 768px) {
	.listing-ratings {
		grid-template-columns: 100%;
		grid-column-gap: 0px;
	}
}
.listing-ratings .rating {
	border-radius: 15px;
	padding: 25px;
	padding-bottom: 70px;
	background: url(/wp-content/uploads/2025/10/rating-bottom.png) no-repeat center bottom / contain, linear-gradient(#FFFFFF, #FFFFFF);
	margin-bottom: 65px!important;
	margin-top: 40px;
}
.listing-ratings .rating::before {
	content: url(/wp-content/uploads/2025/09/quotes.svg);
	position: relative;
	top: -65px;
	left: 0px;
}
.listing-ratings .rating .wpbdp-star-group {
	margin-top: -65px;
}
.listing-ratings .rating-authoring-info {
	color: var(--dark-blue);
}
.rating .rating-comment {
	color: var(--dark-blue);
	font-size: 20px;
	font-family: 'Jost';
}
.starting-cost p,
.no-bottom-margin p {
	margin-bottom: 0;
}

.wpforms-container {
	margin-top: 0!important;
}
.wpbdp-listing-contact-form {
	margin-top: 0;
	padding-top: 0;
}
.contact-form-wrapper h3 {
	display: none;
}
.request-pricing-form {
	display: none;
}
button.request-quote,
.wpbdp-ratings-reviews input.submit {
	background-color: var(--wedly-blue)!important;
	color: var(--white)!important;
	padding: 20px!important;
	height: auto!important;
	border-radius: 5px!important;
}
button.request-quote {
	width: 100%!important;
}
div.wpforms-container-full button.request-quote[type=submit]:hover,
button.request-quote:hover,
.wpbdp-ratings-reviews input[type="submit"]:hover {
	background: var(--wedly-blue)!important;
	background-color: var(--wedly-blue)!important;
}

/* .uabb-rbs-wrapper {
	display: grid!important;
}
.uabb-rbs-toggle {
	width: 75%;
	background-color: var(--dark-blue);
	padding: 10px 20px 30px 20px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	margin-right: auto;
	margin-left: auto;
} */


/* PACKAGES */
.package-box {
	position: relative;
}
.package-box .package-button {
	position: absolute;
	bottom: 10px;
	padding-right: 10px;
	padding-left: 10px;
}

#venues-mm-loop ul {
	margin: 0;
	margin-bottom: 1em;
}
#menu-venues-dropdown li:first-child,
#menu-blog-dropdown li:first-child {
	border-bottom: 2px solid #AEE865;
	
}
#menu-venues-dropdown,
#menu-about-us-dropdown,
#menu-blog-dropdown {
	box-shadow: 0px 0px 10px 1px rgb(230, 230, 230);
}
.megamenuonmouseover i {
	color: #AEE865;
}
@media only screen and (max-width: 600px) {
	#suppliers-loop img.fl-photo-img {
		object-fit: initial!important;
	}
	.fl-node-49mnr3d2hj8c img.fl-photo-img {
		object-fit: initial!important;
	}
}
.slick-prev,
.slick-next {
	z-index: 100;
}
.slick-prev:before, .slick-next:before {
	color: var(--wedly-blue)!important;
	font-family: "Font Awesome 6 Pro"!important;
	font-size: 25px !important;
}
.slick-track {
	display: flex !important;
}
.slick-slide {
	height: inherit !important;
	padding: 10px;
}
.gallery-wrapper .slick-slide {
	padding: 0px;
}
.slick-dots button {
	box-shadow: none;
}

.pp-table-cell-icon.fa-xmark-large {
	color: #ff0000;
}
.pp-table-cell-icon.fa-check {
	color: #16b900;
}
.early-comparison .table-body-0 {
	overflow-x: auto;
	white-space: nowrap;
	min-width: 600px;
}

.wpbdp-plan-selection-list,
.wpbdp-plan-action {
	margin: 20px 0;
}

#wpbdp-claim-listings-confirm-reject input[type="submit"] {
	background-color: red;
	color: white;
}

.tooltip {
  position: relative;
  display: inline-block;
  cursor: pointer;
  color: var(--conifer);
  font-size: 16px;
}

/* Tooltip text */
.tooltiptext {
  visibility: hidden; /* Hidden by default */
  width: 250px;
  background-color: white;
  color: var(--dark-blue)!important;
  text-align: center;
  padding: 20px;
  position: absolute;
  z-index: 1; /* Ensure tooltip is displayed above content */
  border-radius: 20px;
  font-family: 'Jost';
  font-size: 14px;
  box-shadow: 0px 0.25px 4px 0px rgba(28, 31, 88, 0.65);
}

/* Show the tooltip text on hover */
.tooltip:hover .tooltiptext {
  visibility: visible;
}

.pp-pricing-table-matrix .pp-pricing-table-features h4,
.pp-pricing-table-matrix .pp-pricing-table-features h3 {
	margin-bottom: 0px!important;
	font-family: 'Jost';
	font-weight: bold;
}
.pp-pricing-table-matrix .pp-pricing-table-features li {
	justify-content: start!important;
}

.uabb-table {
	overflow-x: unset!important; 
}

.fl-node-tlh094xaozce .fl-menu .menu,
.fl-node-v5ls12649ejm .fl-menu .menu {
	border-radius: 10px;
}

#child-category-loop .fl-loop-grid {
	grid-auto-flow: column;
}
/* .wpgb-select-value {
	display: none !important;
} */

/* .wpgb-select-values:before {
	content: "Type to search";
	line-height: 1;
} */
@media only screen and (max-width: 768px) {
	.wpforms-field {
		padding: 5px 0!important;
	}
	.wpgb-facet>fieldset:last-child {
		margin-bottom: 20px!important;
	}
	.fl-node-0sz2f3yw4bd5 #wpforms-form-21229 .wpforms-submit-container button {
		height: 53px!important;
	}
}

.linelist .fl-list{
	display: flex;
	list-style: none;
	padding: 0;
	margin: 0;
}
@media only screen and (max-width: 768px) {
	.linelist .fl-list{
		display: block;
	}
}
.vertical-scroll-pricing .fl-row-content {
	overflow: scroll;
}
.pp-pricing-table .pp-pricing-table-col-5 {
	width: 20%!important;
	float: left!important;
}
.pp-pricing-table .pp-pricing-table-matrix {
	display: block!important;
}
.uabb-table-inner-wrap {
	width: 700px;
}
.comparison-table .uabb-table {
	height: 900px;
}
.comparison-table .descriptiontext {
	font-size: 14px;
	color: var(--dark-blue);
	font-weight: 400;
	font-style: italic;
}
.table-body-0 {
	width: 50%;
}
.mobile-logout-button a {
	color: #AEE865!important;
	border-style: solid;
	border-width: 0;
	background-clip: border-box;
	border-color: #AEE865;
	border-top-width: 2px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-left-radius: 9px;
	border-top-right-radius: 9px;
	border-bottom-left-radius: 9px;
	border-bottom-right-radius: 9px;
	font-weight: 700;
	font-size: 19px;
	width: 100%;
	display: flex;
	justify-content: center;
	padding-top: 3px;
	padding-right: 92px;
	padding-bottom: 3px;
	padding-left: 92px;
}

.wpgb-select-separator {
	display: none;
}

.share-toggle {
	cursor: pointer;
}
.share-wrapper {
	display: none!important;
}
.share-wrapper.show {
	display: flex!important;
}
.pp-share-button {
	margin-bottom: 0!important;
}
.fl-node-tlh094xaozce .menu .fl-has-submenu .sub-menu {
	z-index: 100;	
}

.comparison-table table {
	width: 100%;
}

.pp-pricing-package-button {
	display: none!important;
}

.sign-up-btn {
	background: #AEE865;
	color: var(--dark-blue);
	font-family: 'Jost';
	font-weight: 600;
	width: 100%;
	display: block;
	letter-spacing: normal;
}

.category-listing-meta .count,
.average-star-group .count {
	display: none;
}

.wpgb-facet.wpgb-style-15 .wpgb-range-progress {
	background-color: #00d084 !important;
}

.characters-left-display {
	background: #AEE865!important;
}
label,
.wpbdp-form-field-description {
	font-size: 16px!important;	
}

.wpbdp-region-selector.cf {
	display: none;
}

#post-116 {
	/* text-align: center; */
}