/*do magic*/
#fibre-offerings {
	display: none;
}

.fibre-packages {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
	text-align: center;
	position: relative;
}

.fibre-packages h1 {
	font-size: 24px;
	font-weight: 600;
}

.fibre_packages-heading {
	text-align: left;
	margin-top: 40px;
}

.fibre_packages-filters {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	gap: 20px;
}

.fibre_packages-list {
	display: flex;
	flex-wrap: wrap;
	justify-content: start;
	margin-top: 40px;
}

.single-fibre-package {
	width: calc(25% - 60px);
	margin: 0 30px;
	position: relative;
	background-color: #ffffff;
	color: #000;
	border-radius: 30px;
	margin-bottom: 40px;
	padding: 30px;
	height: 390px;
}

.single_fibre_package-isp_logo {
	height: 80px;
	background-position: top center;
	background-repeat: no-repeat;
	background-size: contain;
	margin-bottom: 20px;
}

.single_fibre_package-price strong {
	display: block;
	font-size: 36px;
	font-weight: 700;
	line-height: 1em;
}

.single_fibre_package-price span {
	font-weight: 600;
	display: block;
	font-size: 24px;
	line-height: 1em;
}

.single_fibre_package-extras {
	margin-top: 10px;
	font-size: 14px;
}

.single_fibre_package-extras span {
	display: block;
	line-height: 1.2em;
}

.single_fibre_package-button {
	position: absolute;
	bottom: 20px;
	background-color: #000;
	color: #fff;
	display: block;
	text-align: center;
	width: 80%;
	left: 10%;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 5px;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.single_fibre_package-speeds {
	position: absolute;
	bottom: 70px;
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	left: 10%;
	width: 80%;
	font-weight: 600;
	font-size: 14px;
}

.single_fibre_package_speeds-up, 
.single_fibre_package_speeds-down {
	width: 50%;
	text-align: left;
}

.single_fibre_package_speeds-down {
	text-align: right;
}

.single_fibre_package_speeds-down::before {
	content: "\f063";
	font-family: fontawesome;
	font-size: 11px;
	vertical-align: 1px;
	margin-right: 4px;
}

.single_fibre_package_speeds-up::before {
	content: "\f062";
	font-family: fontawesome;
	font-size: 11px;
	vertical-align: 2px;
	margin-right: 4px;
}

#lfp-lightboxes {
	width: 100%;
}

.lfp-lightbox,
.lfp-loader {
	display: none;
}

.lfp_lightbox-content {
	background-color: #fff;
	display: block;
	width: 100%;
	color: #000;
	text-align: center;
	padding: 50px;
	border-radius: 35px;
}

.lfp_lightbox_content-categories {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
}

.lfp-single-type {
	width: calc(50% - 20px);
	background-image: url(/wp-content/plugins/linklayer-fibre-packages/images/home.jpg);
	height: 150px;
	border-radius: 35px;
	background-size: cover;
	background-position: center;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	border: 0px solid #000;
	transition: all 0.3s ease 0s;
}

.lfp-single-type[data-type="business"] {
	background-image: url(/wp-content/plugins/linklayer-fibre-packages/images/business.jpg);
}

.lfp-single-type.selected {
	border: 5px solid #000;
}

.lfp-single-type::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.5);
	transition: all 0.3s ease 0s;
}

.lfp-single-type.selected::before {
	background-color: rgba(0,0,0,0.3);
}

.lfp-single-type > span {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	color: #fff;
	font-size: 24px;
	font-weight: 700;
}

.lfp-unavailable {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(80,80,80,0.8);
	display: none;
}

.lfp-unavailable span {
	color: #fff;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 80%;
	transform: translate(-50%, -50%);
	font-size: 18px;
	font-weight: 600;
	line-height: 1.2em;
}

.lfp-single-type.unavailable {
	pointer-events: none;
}

.lfp-single-type.unavailable .lfp-unavailable {
	display: block;
}

.lfp_lightbox_content-speeds {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.lfp-single-speed {
	width: calc(16.6% - 20px);
	border: 3px solid #000;
	border-radius: 35px;
	height: 170px;
	position: relative;
	transition: all 0.3s ease 0s;
	background-color: #fff;
	cursor: pointer;
	overflow: hidden;
}

.lfp-single-speed.selected,
.lfp-single-speed:hover {
	border-width: 5px;
	background-color: #e1e1e1;
}

.lfp-single-speed::before {
	content: "Selected";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	line-height: 20px;
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 600;
	background-color: #000;
	color: #fff;
	padding-bottom: 3px;
	transform: translateY(-100%);
	transition: all 0.3s ease 0s;
}

.lfp-single-speed.selected::before {
	transform: translateY(0);
}

.lfp_single_speed-content {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	margin-top: 0;
	transition: all 0.3s ease 0s;
}

.lfp-single-speed.selected .lfp_single_speed-content {
	margin-top: 10px;
}

.lfp-speed-number {
	display: block;
	font-size: 32px;
	font-weight: 700;
	line-height: 32px;
}

.lfp-speed-mbps {
	line-height: 1em;
	font-size: 20px;
	font-weight: 600;
}

.lfp-speed-costing {
	font-size: 16px;
	line-height: 1.2em;
	display: block;
	margin-top: 8px;
}

.lfp-loader {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0,0.8);
	z-index: 888;
}

.coverage-map {
	position: relative;
}

.lfp-loader svg {
	position: absolute;
	top: calc(50% - 50px);
	left: calc(50% - 50px);
	font-size: 100px;
}

.lfp_lightbox-continue {
	background-color: #000;
	color: #fff;
	margin-top: 30px;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px;
	cursor: pointer;
	border: 2px solid #000;
	transition: all 0.1s ease 0s;
}

.lfp_lightbox-continue:hover {
	color: #000;
	background-color: #fff;
}

.lfp_lightbox-content h2 {
	margin-top: 0 !important;
	margin-bottom: 20px !important;
}

.lfp_lighbox-back {
	margin-top: 10px;
	font-weight: 500;
	color: #999;
	font-size: 14px;
	font-style: italic;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.lfp_lighbox-back:hover {
	color: #666;
}

.fibre_packages-filters label {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
}

.fibre_packages-filters .ui-selectmenu-button {
	width: 150px;
	border-radius: 0;
	border: 2px solid #fff;
	font-size: 14px;
	font-weight: 600;
	color: #000;
	text-transform: uppercase;
}

.fibre_packages_filters-installation .ui-selectmenu-button, 
.fibre_packages_filters-router .ui-selectmenu-button {
	background-color: #000;
	color: #fff;
	position: relative;
	margin-left: 50px;
}

.fibre_packages_filters-installation .ui-selectmenu-button::before, 
.fibre_packages_filters-router .ui-selectmenu-button::before {
	content: "";
	position: absolute;
	top: -2px;
	right: calc(100% + 2px);
	width: 30px;
	height: calc(100% + 4px);
/*	background-size: contain;*/
	background-repeat: no-repeat;
	background-position: center;
}

.fibre_packages_filters-installation .ui-selectmenu-button::before {
	background-color: #01a89d;
	background-image: url(/wp-content/plugins/linklayer-fibre-packages/images/install.png);
}

.fibre_packages_filters-router .ui-selectmenu-button::before {
	background-color: #652d90;
	background-image: url(/wp-content/plugins/linklayer-fibre-packages/images/router.png);
}

.lfp-flyouts {
	position: absolute;
	left: 100%;
	width: 35px;
	top: 30px;
}

.lfp_flyouts-single {
	padding: 8px 0;
	display: none;
}

.lfp_flyouts-single.router {
	background-color: #652d90;
}

.lfp_flyouts-single.install {
	background-color: #01a89d;
}

.single-fibre-package[data-router="1"] .lfp_flyouts-single.router {
	display: block;
}

.single-fibre-package[data-installation="0"] .lfp_flyouts-single.install {
	display: block;
}

.lfp_flyouts-single img {
	display: block;
	margin: auto;
}

.lfp-selected-product {
	background-color: #000;
	color: #fff;
	padding: 50px 0;
	display: none;
}

.lfp-selected-product h3 {
	text-align: center;
	font-size: 24px;
	margin-top: 0;
}

.lfp_selected_product-content {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.product-block-container .single-fibre-package {
	width: 250px;
	text-align: center;
	height: 250px;
	margin: 0;
}

.product-block-container .single-fibre-package .single_fibre_package-extras,
.product-block-container .single-fibre-package .single_fibre_package-speeds,
.product-block-container .single-fibre-package .single_fibre_package-button {
	display: none;
}

.lfp_selected_product_content-details {
	width: calc(100% - 350px);
}

.lfp_selected_product-content table {
	margin: 0;
	border: 0;
	text-align: left;
}

.lfp_selected_product-content table th,
.lfp_selected_product-content table td {
	color: #000;
	background-color: #fff;
	text-transform: uppercase;
	padding: 5px 15px;
	font-weight: 700;
	font-size: 14px;
}

.lfp_selected_product-content table td {
	color: #fff;
	font-weight: 500;
}

.lfp_selected_product-content table td:nth-child(1) {background-color: #4d4d4d;}
.lfp_selected_product-content table td:nth-child(2) {background-color: #404040;}
.lfp_selected_product-content table td:nth-child(3) {background-color: #333333;}
.lfp_selected_product-content table td:nth-child(4) {background-color: #262626;}
.lfp_selected_product-content table td:nth-child(5) {background-color: #1a1a1a;}

.lfp-continue-application {
	color: #fff;
	background-color: #000;
	cursor: pointer;
	transition: all 0.1s ease 0s;
	border: 2px solid #fff;
	margin-top: 20px;
	text-align: center;
	text-transform: uppercase;
	font-weight: 600;
	padding: 10px 10px;
}

.lfp-continue-application:hover {
	background-color: #fff;
	color: #000;
}

.lfp-back-to-product-list {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	font-weight: 450;
	font-style: italic;
	color: #666;
	cursor: pointer;
	transition: all 0.1s ease 0s;
}

.lfp-back-to-product-list:hover {
	color: #777;
}

.fibre-packages.inactive::after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(80,80,80,0.8);
}

.lfp-application-lightbox {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(20,20,20,0.95);
	z-index: 999;
	color: #fff;
	display: none;
}

.lfp_application_lightbox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lfp_application_lightbox-container {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #000;
	padding: 50px;
	width: 90%;
	max-width: 600px;
}

#gform_wrapper_14 {
	margin-top: 30px;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .gfield {
	position: relative;
	margin-bottom: 20px;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .gfield_visibility_hidden {
	display: none;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 {
/*	display: block;*/
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .ginput_container {
	background-color: #000;
	border: 1px solid #fff;
	padding-top: 10px;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .gfield_label {
	position: absolute;
	top: -10px;
	line-height: 20px;
	font-weight: 600;
	text-transform: uppercase;
	font-size: 14px;
	background-color: #000000;
	left: 15px;
	padding: 0 15px;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 input.large {
	padding: 0 20px 10px !important;
	outline: 0 !important;
	color: #fff;
	font-size: 14px !important;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .ginput_container.ginput_container_fileupload {
	padding: 20px 20px 10px;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .ginput_container.ginput_container_fileupload input {
	padding: 0 !important;
}

#gform_wrapper_14 #gform_14 .gform_body #gform_fields_14 .ginput_container.ginput_container_fileupload span {
	font-size: 12px;
	font-style: italic;
	color: #666;
}

.lfp-continue-application {
	display: none;
}

#gform_wrapper_14 #gform_14 #gform_submit_button_14 {
	padding: 15px 20px;
	text-transform: uppercase;
	display: block;
	width: 100%;
	background-color: #fff;
	color: #000;
}

#gform_wrapper_14 #gform_14 .gform_footer {
	margin-top: 0 !important;
	padding: 0 !important;
}

.lfp_application_lightbox-content h2 {
	margin-top: 0;
	font-size: 24px;
	font-weight: 600;
	position: relative;
}

.lfp_application_lightbox-content h2 .lfp_application_lightbox-back {
	font-weight: 700;
	font-size: 12px;
	text-transform: uppercase;
	cursor: pointer;
	position: absolute;
	top: 10px;
	right: 0;
}

.lfp_mobile {
	display: none;
}

.lfp_selected_product_content-details .gform_confirmation_message {
	margin-top: 20px;
}

@media only screen and (max-width: 1185px) {
	.single-fibre-package {
		width: calc(33% - 60px);
	}
}
@media only screen and (max-width: 1145px) {
	.fibre_packages-filters {
		justify-content: center;
	}
}
@media only screen and (max-width: 925px) {
	.product-block-container {
		display: none;
	}
	.lfp_selected_product_content-details {
		width: 100%;
		text-align: center;
	}
}
@media only screen and (max-width: 900px) {
	.single-fibre-package {
		width: calc(50% - 60px);
	}
}
@media only screen and (max-width: 841px) {
	.lfp-single-speed {
		width: calc(50% - 20px);
		margin-bottom: 20px;
	}
}
@media only screen and (max-width: 575px) {
	.single-fibre-package {
		width: 100%;
	}
}
@media only screen and (max-width: 549px) {
	.lfp_mobile {
		display: initial;
	}
	.lfp_desktop {
		display: none;
	}
}
@media only screen and (max-width: 429px) {
	.fibre_packages-filters label {
		display: none;
	}
}
@media only screen and (max-width: 360px) {
	.lfp-single-speed {
		width: 100%;
	}
}