/*---------------------------
# Fonts
---------------------------*/

@font-face {
  font-family: "Montserrat Link";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/JTUSjIg1_i6t8kCHKm459WlhzSTh89Y.woff) format("woff");
}

@font-face {
  font-family: "Montserrat Link";
  font-style: normal;
  font-weight: 500;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_ZpC3gnD-Px3rCs.woff) format("woff");
}

@font-face {
  font-family: "Montserrat Link";
  font-style: normal;
  font-weight: 600;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_bZF3gnD-Px3rCs.woff) format("woff");
}

@font-face {
  font-family: "Montserrat Link";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/JTURjIg1_i6t8kCHKm45_dJE3gnD-Px3rCs.woff) format("woff");
}

/*Frits's resets:  */

body {
  overflow-x: hidden !important;
}

.clear:after,
.clear::before,
.clear::after,
.clear {
  clear: both;
}

.parent-flex {
  display: flex;
  flex-wrap: wrap;
}

.half {
  width: 50%;
}

.third {
  width: 33.3%;
}

.twothirds {
  width: 66.6%;
}

.flex {
  display: flex;
}

body,
button,
input,
select,
optgroup,
textarea {
  font-family: 'Montserrat Link', sans-serif;
}

.post,
.page {
  margin: 0;
}

body>* {
  max-width: 1920px;
  margin: auto;
}

a,
a:visited,
a:hover,
a:focus,
a:active {
  outline: 0;
  text-decoration: none;
}

ul,
ol {
  margin: 0;
  padding-left: 20px;
}

mark,
ins {
  background: transparent;
}

fieldset {
  padding: 0 20px 20px;
}

.max-width-container {
  max-width: 1200px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

body.logged-in .show-logged-out,
body:not(.logged-in) .show-logged-in {
  display: none;
}

/*---------------------------
# Styles
---------------------------*/

body {
  font-family: "Montserrat Link", sans-serif;
  overflow-x: hidden !important;
}

a,
a:active,
a:focus {
  outline: none;
}

p {
  color: #000;
  line-height: 1.4;
  font-weight: 400;
}

.post,
.page {
  margin: 0;
}

.entry-header,
.entry-footer {
  display: none;
}

.entry-content,
.hentry {
  margin: 0;
}

.vc_row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.button {
  text-decoration: none;
  display: inline-block;
  font-weight: 600;
  min-width: 225px;
  background-color: transparent;
  letter-spacing: 0.5px;
  border: 1px solid;
  padding: 15px 20px;
  font-size: 1.3em;
  text-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
  text-align: center;
}

.button.black {
  border: 1px solid #fff;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.button.black:hover {
  background-color: #fff;
  color: #000;
}

::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #8f8f8f;
  opacity: 0.9;
  /*font-size: 1.2em;*/
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #8f8f8f;
  opacity: 0.9;
  /*font-size: 1.2em;*/
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #8f8f8f;
  opacity: 0.9;
  /*font-size: 1.2em;*/
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #8f8f8f;
  opacity: 0.9;
  /*font-size: 1.2em;*/
}

#masthead {
  position: fixed;
  width: 100%;
  /*padding: 35px 30px;*/
  left: 0;
  right: 0;
  z-index: 999;
  background-color: #000;
  height: 100px;
}

.logo {
  float: left;
}

#masthead .social-media {
  float: right;
}

.social-media a {
  display: inline-block;
  color: #fff;
  font-size: 1.4em;
  margin: 0 5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.page-id-703 .social-media a {
  font-size: 0.9em;
}

.wpb_raw_code .social-media a {
  color: #000000;
  font-size: 1.7em;
}

.social-media .fa-phone {
  position: relative;
  top: 2px;
  -webkit-transform: rotate(17deg);
  -ms-transform: rotate(17deg);
  -o-transform: rotate(17deg);
  transform: rotate(17deg);
}

.page-id-12 .banner {
  background-position: center -51px !important;
}

.banner {
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
}

.banner::after {
  content: "";
  display: block !important;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  position: absolute;
  top: 0;
  z-index: 1;
}

.banner .vc_col-sm-12 {
  position: relative;
  z-index: 2;
}

.banner .vc_column-inner {
  padding-top: 0 !important;
}

/*.banner .wpb_text_column:first-child p {
	margin-top: 95px;
	margin-bottom: -60px !important;
}*/

.banner .wpb_text_column:first-child p {
  margin-top: 35px;
  margin-bottom: 0 !important;
}

.banner h1 {
  color: #fff;
  margin: 0 auto;
  font-size: 1.8em;
  max-width: 860px;
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 400;
}

.banner h1 strong {
  font-size: 1.5em;
}

.call-to-action {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  background-color: #000;
}

.call-to-action p {
  margin: 0;
}

.call-to-action .button {
  border: none;
  border-left: 1.5px solid #2d2d2d;
  border-right: 1.5px solid #2d2d2d;
  margin: 0 -3px;
  color: #fff;
  padding: 30px 20px;
}

.sp-slider {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 55px 30px;
}

.service-provider {
  height: 52px !important;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 0 20px;
}

body .slick-prev::before,
body .slick-next::before {
  display: none;
}

body .slick-prev,
body .slick-next {
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 11px;
  height: 26px;
  z-index: 10;
}

body .sp-slider .slick-prev,
body .sp-slider .slick-next {
  top: calc(50% - 15px);
}

body .slick-prev {
  background-image: url("images/arrow-left.png") !important;
  left: 20px;
}

body .slick-next {
  background-image: url("images/arrow-right.png") !important;
  right: 20px;
}

.why-fibre {
  padding: 15px 0 48px;
}

.why-fibre .vc_col-sm-12 {
  max-width: 1440px;
}

.why-fibre .vc_col-sm-2 {
  width: 20%;
}

.why-fibre .vc_col-sm-2::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background-color: #d2d2d2;
  position: absolute;
  right: 0;
  top: 0;
  min-height: 185px;
}

.why-fibre .vc_col-sm-2:last-child::after {
  display: none;
}

.why-fibre .wpb_text_column {
  margin-bottom: 0;
}

.why-fibre h3 {
  color: #000;
  font-size: 1.4em;
  margin: 0 auto;
  line-height: 1;
  max-width: 195px;
}

.why-fibre .vc_col-sm-2:nth-child(1) h3 {
  max-width: 165px;
}

.why-fibre .vc_col-sm-2:nth-child(2) h3 {
  max-width: 170px;
}

.why-fibre p {
  font-size: 0.83em;
  font-weight: 600;
  line-height: 1.3;
  padding: 0 15px;
}

.open-access {
  background-size: cover;
  background-position: center;
  min-height: 425px;
  position: relative;
  padding: 20px;
}

.open-access h2 {
  color: #fff;
  margin: 0;
  font-size: 2em;
  font-weight: 600;
}

.open-access p {
  color: #fff;
  font-size: 0.9em;
  max-width: 605px;
  margin: 10px auto;
}

.coverage {
  background-size: cover;
  background-position: center;
  padding: 20px;
  min-height: 290px;
}

.coverage .wpb_text_column {
  max-width: 900px;
  margin: 0 auto 22px;
  overflow: auto;
}

.coverage h2 {
  color: #fff;
  font-weight: 400;
  font-size: 2.1em;
  margin: 0;
  line-height: 1.1;
  /*float: left;*/
  /*width: calc(100% - 225px);*/
}

.coverage p:nth-child(2) {
  color: #fff;
  font-size: 0.9em;
  /*float: left;*/
  /*width: calc(100% - 225px);*/
}

/* .coverage p:last-child {
	float: right;
	text-align: center;
	margin: 0;
} */

.shop {
  background-size: cover;
  background-position: center;
  padding: 20px;
  min-height: 480px;
}

.shop h2 {
  color: #fff;
  font-size: 2.1em;
  max-width: 950px;
  margin: 0 auto 25px;
  font-weight: 400;
  line-height: 1.3;
}

#interest {
  padding: 10px 0 60px;
}

.page-id-50 #interest,
.page-id-697 #interest {
  padding-top: 100px;
}

#interest h1 {
  color: #fff;
  font-weight: 400;
}

#gform_wrapper_5 .gform_title {
  text-transform: uppercase;
  font-size: 2em;
  margin-top: 0px;
}

#gform_wrapper_1,
#gform_wrapper_4,
#careers {
  padding: 0 15px;
  max-width: 1320px;
  margin: 0 auto;
}

#careers h1 {
  font-weight: bold;
}

#careers p {
  color: #fff;
}

#careers p:last-child {
  margin-bottom: 40px !important;
}

#gform_fields_1>.left {
  width: 35%;
  display: inline-block;
  vertical-align: top;
}

#gform_fields_1>.right {
  width: 65%;
  display: inline-block;
  vertical-align: top;
}

#label_7_7_1 {
  color: #ffffff;
}

.page-id-822 input {
  border: 1px solid #fff !important;
}

#input_7_1_3,
#input_7_1_6,
#input_7_6_1,
#input_7_6_4,
#input_7_6_5,
body .gform_wrapper .top_label input.medium,
body .gform_wrapper .top_label select.medium,
body .gform_wrapper .top_label textarea.medium,
body .gform_wrapper .top_label input.large,
body .gform_wrapper .top_label select.large,
body .gform_wrapper .top_label textarea.large {
  background-color: transparent;
  border-radius: 0;
  border-color: #000;
  width: 100%;
  padding: 12px !important;
  font-size: 1.1em !important;
  color: #898989;
  border-width: 2.5px;
}

body.page-id-697 .gform_wrapper .top_label input.medium,
body.page-id-697 .gform_wrapper .top_label select.medium,
body.page-id-697 .gform_wrapper .top_label textarea.medium,
body.page-id-697 .gform_wrapper .top_label input.large,
body.page-id-697 .gform_wrapper .top_label select.large,
body.page-id-697 .gform_wrapper .top_label textarea.large {
  border-color: #fff;
}

body .gform_wrapper .top_label .large {
  font-family: "Montserrat Link", sans-serif;
  padding: 13.5px 12px !important;
}

body .gform_wrapper .top_label .left .left:not(#field_1_1) .gfield_label {
  display: none;
}

body .gform_wrapper .top_label .left input.medium {
  border: none;
  border-bottom: 1.5px solid #666;
  color: #fff;
}

.gform_wrapper ul.gform_fields li.gfield.left {
  padding-right: 45px;
}

.gform_wrapper .top_label #field_1_1 .gfield_label,
.gform_wrapper .top_label #field_1_19 .gfield_label {
  display: inline-block;
  color: #fff;
  font-weight: 500;
  border: 1.5px solid #fff;
  padding: 17px 38px 17px 17px;
  /*width: 105px;*/
  width: 155px;
  height: 58px;
}

.gform_wrapper .top_label #field_1_1 .gfield_label .gfield_required,
.gform_wrapper .top_label #field_1_19 .gfield_label .gfield_required {
  display: none;
}

#field_1_1 .ginput_container.ginput_container_select,
#field_1_19 .ginput_container.ginput_container_select {
  display: inline-block;
  /*width: calc(100% - 105px);*/
  width: calc(100% - 155px);
}

#input_1_1,
#input_1_19 {
  padding: 18px !important;
  background-color: #fff;
  height: 58px;
  position: relative;
  top: -0.5px;
}

#gform_1 .right .gfield_label {
  width: calc(100% - 160px);
  padding: 18px 16px 14px;
  color: #fff;
  border: 2px solid #fff;
  height: 58px;
  font-weight: 500;
  font-size: 0.9em;
}

.right .gfield_label .gfield_required {
  display: none;
}

.right .ginput_container.ginput_container_text,
.right .ginput_container.ginput_container_select {
  width: 160px;
  display: inline-block;
}

.right .ginput_container.ginput_container_text input.medium,
.right .ginput_container.ginput_container_select select.medium {
  background-color: #fff;
  height: 58px;
  position: relative;
  top: -0.5px;
}

#field_1_8 {
  margin-top: 15px !important;
}

/*body .gform_wrapper .top_label div.ginput_container {
	margin-top: !important;
}*/

#gform_1 .gfield.left {
  margin-top: 16px;
}

#gform_1 .gfield.right {
  margin-top: 13px;
  padding-right: 0;
}

#gform_1 .gform_footer {
  text-align: left;
}

body .gform_wrapper .gform_footer input.button {
  font-family: "Montserrat Link", sans-serif;
  background-color: #000000;
  border: 2px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.9em;
  padding: 18px;
  cursor: pointer;
  margin-right: 0;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  -o-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

body .gform_wrapper .gform_footer input.button:hover {
  background-color: #fff;
  border-color: #fff;
  color: #000;
}

#gform_submit_button_1 {
  min-width: 290px;
}

body .gform_wrapper div.validation_error {
  color: #fff;
  margin-bottom: 10px;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
  margin-top: 20px;
}

body .gform_wrapper li.gfield.gfield_error,
body .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background-color: transparent;
  border-top: none;
  border-bottom: none;
  padding-bottom: 0;
  padding-top: 0;
  margin: 0 !important;
}

body .gform_wrapper .gfield_error.left .gfield_label,
body .gform_wrapper .left .gfield_label {
  display: none;
}

body .gform_wrapper li.gfield_error.left input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]),
body .gform_wrapper li.gfield_error.left textarea {
  border: none;
  border-bottom: 1.5px solid #666;
}

body .gform_wrapper h2.gsection_title {
  color: #fff;
  font-size: 1.5em;
}

.page-id-50 .gform_wrapper .top_label .gfield_label,
.page-id-697 .gform_wrapper .top_label .gfield_label {
  color: #fff;
  font-weight: 400;
}

.page-id-50 #field_1_2,
.page-id-50 #field_1_3,
.page-id-50 #field_1_5,
.page-id-50 #field_1_6,
#field_1_21,
#field_1_22,
#field_1_23,
#field_1_24,
#field_1_26,
#field_1_27,
#field_1_28,
#field_1_29 {
  width: 50%;
  float: left;
  clear: none;
  margin: 0 0 16px;
}

.page-id-50 #field_1_1 {
  padding-bottom: 16px;
}

#field_1_25 {
  padding-top: 8px;
}

.gform_fileupload_rules {
  color: #fff;
}

#contact-us {
  max-width: 1350px;
  margin: 0 auto !important;
  padding: 15px 0 22px;
  background-position: 80% !important;
}

#contact-us .vc_col-sm-6 p:first-child {
  margin-bottom: -5px;
}

#contact-us .vc_col-sm-3 p {
  line-height: 1.55;
}

#contact-us .vc_col-sm-3 a {
  color: #000;
  text-decoration: none;
}

#contact-us .vc_col-sm-3 .button {
  text-align: center;
  border: 2px solid;
  padding: 12px 20px;
  font-size: 0.9em;
  width: 100%;
  cursor: pointer;
}

#contact-us .vc_col-sm-3 .button:hover {
  background-color: #000;
  border-color: #000;
  color: #fff;
}

.contact-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 10000;
  display: none;
}

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

.contact-lightbox-content {
  background-color: #fff;
  padding: 35px 38px 25px;
  display: block;
  width: 95%;
  max-width: 600px;
  max-height: 90%;
  left: 50%;
  top: 50%;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.contact-closer {
  position: absolute;
  top: 10px;
  right: 7px;
  width: 35px;
  height: 35px;
  cursor: pointer;
}

.contact-closer span {
  background-color: #000;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 16px;
  left: 7px;
  cursor: pointer;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.contact-closer span:last-child {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#gform_2 .top_label .gfield_label {
  display: none;
}

#gform_2 ul.gform_fields li.gfield {
  padding-right: 0;
}

#gform_2 .top_label input.medium,
#gform_2 .top_label textarea.medium {
  border: 1.5px solid #000;
  color: #000;
}

#gform_2 .gform_footer {
  padding: 0;
  margin: 10px 0 0;
}

#gform_submit_button_2 {
  color: #fff;
  border-color: #000;
  background-color: #000;
}

#gform_submit_button_2:hover {
  color: #000;
  border-color: #000;
  background-color: #fff;
}

#gform_2 .top_label .medium::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #000;
}

#gform_2 .top_label .medium:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #000;
  opacity: 1;
}

#gform_2 .top_label .medium::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #000;
  opacity: 1;
}

#gform_2 .top_label .medium:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #000;
}

#field_1_13.gfield.left {
  margin-top: 12px;
  height: auto;
  margin-bottom: 10px;
}

.gform_wrapper #gform_1 .gform_footer {
  padding: 10px 0 10px;
  margin: 0px;
}

body #gform_2 div.validation_error {
  color: #000;
  margin-top: 0;
  padding-top: 0;
}

.site-footer {
  background-color: #000;
  padding: 20px 25px;
}

.site-info {
  max-width: 1300px;
  margin: 0 auto;
  padding-right: 4px;
}

.site-footer .social-media {
  float: left;
}

a.coffee-link {
  /*display: block;*/
  /*float: right;*/
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 0.8em;
  margin-top: 5px;
}

/* ADJUSTMENTS - NEW STYLES - 2022/06 */
body.home {
  background-color: #000;
  color: #fff;
}

#masthead .max-width-container {
  position: relative;
  height: 100%;
}

.logo {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.logo a,
.logo img {
  display: block;
}

.logo img {
  max-width: 120px;
}

#site-navigation {
  position: absolute;
  top: 50%;
  right: 0;
  width: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#primary-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  font-size: 18px;
  display: block;
  padding: 5px 10px;
  margin-left: 30px;
  position: relative;
  transition: all 0.15s ease-out 0s;
}

#primary-menu a::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  width: 0;
  height: 2px;
  background-color: #fff;
  transition: all 0.15s ease-out 0s;
}

#primary-menu a:hover::before {
  left: 10px;
  width: calc(100% - 20px);
}

#primary-menu .menu-button a {
  background-color: #fff;
  color: #000;
  border: 2px solid #fff;
}

#primary-menu .menu-button a:hover {
  background-color: #000;
  color: #fff;
}

#primary-menu .menu-button a::before {
  display: none;
}

#primary {
  margin-top: 100px;
}

#landing {
  padding-top: 25px;
}

#landing .max-width-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#landing .left {
  width: calc(66.6% - 15px);
}

#landing .right {
  width: calc(33.3% - 15px);
}

.landing-adverts {
  height: 100%;
}

.landing_advert-single {
  height: calc(50% - 15px);
  position: relative;
  border-radius: 40px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.landing_advert-single.top {
  margin-bottom: 30px;
}

.landing_advert-single img {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 90%;
  max-width: 90%;
}

.landing_advert-single a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing-banners {
  max-height: 400px;
  height: 400px;
  overflow: hidden;
  border-radius: 40px;
  margin-bottom: 30px;
}

.landing_banner-single {
  height: 400px;
  background-size: cover;
  background-repeat: no-repeat;
  position: relative;
  border-radius: 40px;
}

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

.landing_banner-single:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.landing_banner-content {
  position: absolute;
  bottom: 50px;
  left: 50px;
  width: calc(100% - 100px);
}

.landing_banner-content p {
  color: #fff;
  font-weight: 600;
  font-size: 24px;
  line-height: 32px;
  text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.4);
  margin: 0;
}

.landing_banner-content p strong {
  font-weight: 800;
  font-size: 38px;
  display: inline-block;
  line-height: 38px;
}

.landing_banner-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.landing-banners .slick-dots {
  position: absolute;
  top: 50%;
  bottom: unset;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: transparent;
  width: auto;
}

.landing-banners .slick-dots li {
  display: block;
  border: 2px solid #fff;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  margin: 5px 0;
  background-color: transparent;
  transition: all 0.1s ease 0s;
  cursor: pointer;
}

.landing-banners .slick-dots li.slick-active,
.landing-banners .slick-dots li:hover {
  background-color: #fff;
}

.landing-banners .slick-dots li button {
  padding: 0;
  width: 1px;
  height: 1px;
  opacity: 0;
}

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

.landing_cta-single {
  width: calc(33.3% - 20px);
  border-radius: 30px;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #fff;
  height: 150px;
}

.landing_cta-single p {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  text-align: center;
  font-weight: 600;
  font-size: 20px;
  line-height: 1em;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.3);
}

.landing_cta-single.white p {
  color: #000;
  text-shadow: unset;
}

.landing_cta-single i {
  font-size: 40px;
  display: inline-block;
  margin-bottom: 5px;
}

.landing_cta-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#isp-logos {
  color: #000;
  background-color: #fff;
  margin-top: 100px;
  margin-bottom: 100px;
  text-align: center;
  padding: 50px 0;
}

.isp_logo_carousel {
  height: 240px;
  max-height: 240px;
}

.isp_logo_carousel-single {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  border: 20px solid #fff;
  height: 240px;
  filter: grayscale(1);
  position: relative;
  transition: all 0.15s ease 0s;
}

.isp_logo_carousel-single:hover {
  filter: grayscale(0);
}

.isp_logo_carousel-single a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.isp_logo_carousel-single img {
  opacity: 0;
}

.logo-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  width: 5vw;
  background-color: rgba(50, 50, 50, 0.3);
  height: 5vw;
  cursor: pointer;
  transition: all 0.15s ease-out 0s;
  opacity: 0;
}

.isp_logo_carousel:hover .logo-arrow {
  opacity: 1;
}

.logo-arrow:hover {
  background-color: rgba(50, 50, 50, 0.5);
}

.logo-arrow i {
  font-size: 34px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.logo-arrow.prev {
  right: 100%;
}

.logo-arrow.next {
  left: 100%;
}

/*#coverage {
  margin-bottom: 100px;
}*/

#coverage h2 {
  text-align: center;
  margin-bottom: 50px;
  margin-top: 42px;
}

.why-choose-fibre {
  text-align: center;
}

.button.white-border {
  color: #fff;
  background-color: transparent;
  border: 2px solid #ffff;
  font-size: 16px;
  padding: 5px 20px;
  min-width: unset;
  display: inline-block;
  text-transform: uppercase;
  vertical-align: middle;
  transition: all 0.1s ease 0s;
}

.button.white-border:hover {
  background-color: #fff;
  color: #000 !important;
}

.why-choose-fibre .button.white-border {
  margin-left: 20px;
  vertical-align: top;
}

.why_choose_fibre-list {
  display: flex;
  margin-top: 50px;
  flex-wrap: wrap;
  justify-content: space-between;
}

.why_choose_fibre-single {
  color: #000;
  background-color: #fff;
  border-radius: 30px;
  width: calc(20% - 18px);
  overflow: hidden;
}

.why_choose_fibre-image {
  height: 150px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}

.why_choose_fibre-content {
  padding: 25px;
}

.why_choose_fibre-content h3 {
  line-height: 1em;
  margin: 0;
  font-size: 20px;
  font-weight: 600;
}

.why_choose_fibre-content p {
  margin: 25px 0 0;
  font-size: 13px;
  font-weight: 500;
}

.fibre-offerings {
  margin: 100px 0;
  position: relative;
  height: 450px;
}

.fibre-offerings::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
}

.fibre_offerings-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  width: 90%;
  color: #fff;
  text-shadow: 1px 1px 3px rgba(0, 0, 0, 0.7);
}

.fibre_offerings-content h2 {
  margin-bottom: 10px;
  margin-top: 0;
}

.fibre_offerings-content p {
  color: #fff;
  font-weight: 500;
  margin-top: 0;
  font-style: italic;
}

.home-footer>.max-width-container {
  justify-content: space-between;
}

.home-footer>.max-width-container .left {
  width: calc(66.6% - 15px);
  color: #000;
  background-color: #fff;
  border-radius: 40px;
  padding: 50px;
}

.home-footer>.max-width-container .right {
  width: calc(33.3% - 15px);
  background-color: #fff;
  color: #000;
  border-radius: 50px;
  padding: 50px;
  text-align: center;
  position: relative;
}

.home-footer h2 {
  margin-top: 0;
  text-align: center;
}

#gform_fields_8 {
  display: block !important;
  column-count: 2;
  column-gap: 30px;
}

#gform_wrapper_8 #gform_8 #gform_fields_8 .gfield_label {
  display: none;
}

#gform_wrapper_8 #gform_8 #gform_fields_8 .gfield {
  margin-bottom: 15px;
  font-size: 14px;
}

#gform_wrapper_8 #gform_8 #gform_fields_8 .large {
  padding: 7px 10px !important;
  font-weight: 500;
  outline: none;
}

#gform_wrapper_8 #gform_8 #gform_fields_8 .large.textarea {
  height: 175px;
  resize: none;
  outline: none;
}

#gform_wrapper_8 #gform_8 .gform_footer {
  margin: 0;
  padding: 0;
}

#gform_wrapper_8 #gform_8 .gform_footer #gform_submit_button_8 {
  display: block;
  width: 100%;
  text-transform: uppercase;
  padding: 15px 20px;
  font-size: 16px;
}

.testimonials-single p {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}

.testimonial-arrow {
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  background-color: #fff;
  width: 30px;
  height: 30px;
  line-height: 30px;
  transition: all 0.15s ease 0s;
  cursor: pointer;
}

.testimonial-arrow:hover {
  background-color: #ddd;
}

.testimonial-arrow.prev {
  right: 34px;
}

#gform_9 {
  overflow: hidden;
}

#gform_wrapper_9 #gform_9 #gform_fields_9 .gfield_label {
  display: none;
}

#gform_wrapper_9 #gform_9 #gform_fields_9 .large {
  padding: 5px 10px !important;
  font-size: 14px !important;
  font-weight: 500;
  outline: none;
}

#gform_wrapper_9 #gform_9 #gform_fields_9 {
  display: block !important;
  column-count: 2;
  column-gap: 20px;
}

#gform_wrapper_9 #gform_9 #gform_fields_9 .gfield {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}

#gform_wrapper_9 #gform_9 #gform_fields_9 .textarea {
  height: 155px;
  resize: none;
  outline: none;
}

#gform_wrapper_9 #gform_9 .gform_footer {
  padding: 0;
  margin: 0;
}

#gform_wrapper_9 #gform_9 .gform_footer #gform_submit_button_9 {
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
}

.generic-lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 9999;
  display: none;
}

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

.generic_lightbox-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  padding: 40px 50px 50px;
  border-radius: 40px;
  color: #000;
  width: 90%;
  max-width: 730px;
  max-height: 90%;
  overflow: auto;
}

.generic_lightbox-close {
  position: absolute;
  top: 20px;
  right: 20px;
  cursor: pointer;
  background-color: #fff;
  height: 30px;
  width: 30px;
}

.generic_lightbox-close::before {
  content: "x";
  line-height: 28px;
  width: 100%;
  text-align: center;
  display: block;
  font-size: 20px;
  font-weight: 500;
}

.generic_lightbox-content h2 {
  margin-top: 0;
  line-height: 1em;
  font-weight: 500;
  display: inline-block;
  position: relative;
  border-bottom: 2px solid #000;
  padding-bottom: 5px;
}

.generic_lightbox-content p {
  font-size: 14px;
  line-height: 1.1em;
  font-weight: 500;
  color: #000;
}

.fibre-offerings-range>.fibre_offerings_range-slider {
  border: 0px solid transparent;
  border-radius: 0;
  height: 4px;
}

.fibre-offerings-range>.ui-widget .ui-slider-handle {
  border-radius: 0;
  border: 0;
  width: 4px;
  height: 25px;
  top: -10px;
  box-shadow: 0 0 2px 0px rgba(0, 0, 0, 0.5);
  background-color: #fff !important;
  outline: 0 !important;
}

.fibre-offerings-range>.fibre_offerings_range-slider::before,
.fibre-offerings-range>.fibre_offerings_range-slider::after {
  content: "";
  position: absolute;
  top: -10px;
  height: 25px;
  width: 4px;
  background-color: #fff;
}

.fibre-offerings-range>.fibre_offerings_range-slider::before {
  right: 100%;
}

.fibre-offerings-range>.fibre_offerings_range-slider::after {
  left: 100%;
}

#custom-handle::before {
  content: attr(data-value);
  background-color: #fff;
  text-shadow: none !important;
  color: #000;
  top: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  font-size: 14px;
  font-weight: 600;
  padding: 2px 7px;
}

.fibre-offerings-range {
  margin-bottom: 50px;
  position: relative;
}

.fibre-offerings-range::before,
.fibre-offerings-range::after {
  content: "test";
  position: absolute;
  font-size: 14px;
  font-weight: 500;
  color: #fff;
  top: 30px;
}

.fibre-offerings-range::before {
  content: "5mb";
  left: -16px;
}

.fibre-offerings-range::after {
  content: "1000mb";
  right: -16px;
}

#colophon {
  padding: 50px 0;
  margin-top: 100px;
  background-color: #171717;
  color: #fff;
}

#colophon>.max-width-container>.left {
  float: left;
  width: 350px;
}

#colophon>.max-width-container>.right {
  float: right;
  width: 600px;
}

#colophon>.max-width-container>.left p {
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

#colophon h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 0;
}

.footer-about {
  float: left;
  width: calc(60% - 25px);
}

.footer-contact {
  float: right;
  width: calc(40% - 25px);
}

.footer-about p {
  color: #fff;
  font-size: 14px;
}

.footer-about ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

#colophon>.max-width-container>.right a {
  color: #fff;
  font-size: 14px;
}

#colophon>.max-width-container>.right a i {
  margin-right: 10px;
  font-size: 11px;
  vertical-align: 2px;
}

.footer-contact .button.white-border {
  display: block;
  margin-top: 10px;
}

.site-info {
  max-width: unset;
  padding: 20px 0;
}

.site-info .left {
  float: left;
  text-align: left;
}

.site-info .left ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.site-info .left ul li {
  display: inline-block;
  margin-right: 51px;
  font-size: 14px;
  position: relative;
}

.site-info .left ul li a {
  color: #666;
  transition: all 0.15s ease 0s;
}

.site-info .left ul li a:hover {
  color: #fff;
}

.site-info .left ul li:nth-child(n+2)::before {
  content: "";
  position: absolute;
  top: 5px;
  left: -25px;
  width: 1px;
  height: 12px;
  background-color: #666;
}

.site-info .right {
  text-align: right;
}

a.coffee-link {
  color: #666;
  font-size: 14px;
  font-weight: 400;
  text-transform: unset;
  transition: all 0.15s ease 0s;
}

a.coffee-link:hover {
  color: #fff;
}

a.coffee-link img {
  height: 18px;
  vertical-align: -4px;
  margin-right: 5px;
}

#gform_4 {
  overflow: hidden;
}

#gform_wrapper_4 #gform_4 #gform_fields_4 .gfield_label {
  display: none;
}

#gform_wrapper_4 #gform_4 #gform_fields_4 .large {
  padding: 5px 10px !important;
  font-size: 14px !important;
  font-weight: 500;
}

#gform_wrapper_4 #gform_4 #gform_fields_4 {
  display: block !important;
  column-count: 2;
  column-gap: 20px;
}

#gform_wrapper_4 #gform_4 #gform_fields_4 .gfield {
  margin-bottom: 5px !important;
  margin-top: 0 !important;
}

#gform_wrapper_4 #gform_4 #gform_fields_4 .textarea {
  height: 155px;
  resize: none;
}

#gform_wrapper_4 #gform_4 .gform_footer {
  padding: 0;
  margin: 0;
}

#gform_wrapper_4 #gform_4 .gform_footer #gform_submit_button_4 {
  width: 100%;
  padding: 15px 20px;
  margin: 0;
  text-transform: uppercase;
}

.single-faq {
  padding: 20px 30px;
  border: 1px solid #999;
  border-radius: 30px;
  background-color: #fafafa;
  margin-bottom: 25px;
  transition: all 0.3s ease 0s;
}

.single-faq.open,
.single-faq:hover {
  background-color: #f0f0f0;
}

.single-faq.open:hover {
  background-color: #fafafa;
}

.single_faq-question {
  font-size: 20px;
  font-weight: 600;
  color: #000;
  margin: 0;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  position: relative;
}

.single_faq-question::before {
  content: "";
  position: absolute;
  top: -20px;
  left: -30px;
  width: calc(100% + 60px);
  height: calc(100% + 40px);
}

.single_faq-answer {
  padding: 20px 0 0;
  display: none;
  font-size: 15px;
}

.single_faq-answer :first-child {
  margin-top: 0;
}

.single_faq-answer :last-child {
  margin-bottom: 0;
}

.single_faq-answer p {
  line-height: 1.2em;
}

.single_faq-question span {
  position: absolute;
  top: 1px;
  right: 0;
  background-color: transparent;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  border: 2px solid #000;
  transition: all 0.3s ease 0s;
  opacity: 0.5;
}

.single_faq-question:hover span {
  opacity: 1;
}

.single_faq-question span::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 10px;
  width: 2px;
  height: 12px;
  background-color: #000;
  transition: all 0.3s ease 0s;
}

.single_faq-question span::after {
  content: "";
  position: absolute;
  left: 5px;
  top: 10px;
  height: 2px;
  width: 12px;
  background-color: #000;
  transition: all 0.3s ease 0s;
}

.single-faq.open .single_faq-question span::before {
  height: 0;
  top: 50%;
}

/* Outage Page */
.outages-area {
  margin: 150px 10% 0;
}

.outage-area-selection .outage-area-selection-body {
  margin: 30px 0 20px;
}

.outage-area-filter {
  border-radius: 16px;
  background-color: #c1c1c1;
  color: #000 !important;
  padding: 12px 16px;
  font-size: 16px;
  text-decoration: none;
  margin: 5px;
  display: inline-block;
}

.active.outage-area-filter,
.outage-area-filter:hover {
  background-color: #000000;
  color: #fff !important;
}

.outage-statistic {
  font-size: 16px;
  margin: 10px 0;
}

.outage-statistics-title {
  color: #000000;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
}

.outage-statistic-title {
  display: inline-block;
  min-width: 200px;
}

.total-resolved-outages,
.total-partial-outages,
.total-full-outages,
.total-planned-outages {
  margin-left: 10px;
  padding: 6px 17px;
  border-radius: 20px;
  font-weight: bold;
}

.total-resolved-outages {
  background-color: #4caf50;
}

.total-partial-outages {

  background-color: #ff9800;
}

.total-full-outages {

  background-color: #f44336;
}

.total-planned-outages {

  background-color: #288feb;
}

.outage-description p:first-child {
  margin-top: 5px;
}

.outage-description p:last-child {
  margin-bottom: 5px;
}

.single-accordion-title > .status-text.fully_operational {
  background-color: #4caf50;
  white-space: nowrap;
  color: #fff !important;
  padding: 4px 6px;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 16px;
}
.single-accordion-title > .status-text.partial_outage {
  background-color: #ff9800;
  white-space: nowrap;
  color: #fff !important;
  padding: 4px 6px;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 16px;
}
.single-accordion-title > .status-text.full_outage {
  background-color: #f44336;
  white-space: nowrap;
  color: #fff !important;
  padding: 4px 6px;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 16px;
}
.single-accordion-title > .status-text.planned_maintenance {
  background-color: #288feb;
  white-space: nowrap;
  color: #fff !important;
  padding: 4px 6px;
  border-radius: 10px;
  margin-left: 10px;
  font-weight: normal;
  font-size: 16px;
}

.information-block,
.single-accordion {
  background-color: #ffffff;
  padding: 14px;
  margin: 14px 0;
  border-radius: 10px;
  box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
}

.single-accordion-title {
  color: #000000;
  font-size: 20px;
  margin: 0;
  cursor: pointer;
}

.single-accordion-title::before {
  display: inline-block;
  margin-right: 10px;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  content: "\f054";
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

.single-accordion.open .single-accordion-title::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: -webkit-transform .5s ease-in-out;
  -ms-transition: -ms-transform .5s ease-in-out;
  transition: transform .5s ease-in-out;
}

.single-accordion-body {
  color: #000000;
  margin: 10px 0;
  display: none;
}

#fibre-offerings {
  background-color: #fff;
  text-align: center;
  color: #fff;
  margin-top: 100px;
  padding: 50px 0;
}

#fibre-offerings h2 {
  color: #000;
}

.fibre-offerings-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.fibre_offerings-single {
  width: calc(19.6% - 10px);
  background-color: #000;
  color: #fff;
  border-radius: 30px;
  overflow: hidden;
  cursor: pointer;
  box-shadow: 0 0 0px 0px rgb(0, 0, 0);
  transition: all 0.2s ease 0s;
}

.fibre_offerings-single:hover {
  box-shadow: 0 0 4px 0px rgb(0, 0, 0);
}

.fibre_offerings_single-header {
  position: relative;
  height: 150px;
  background-size: cover;
  background-position: center;
}

.fibre_offerings_single-header h3 {
  position: absolute;
  margin: 0;
  width: 100%;
  text-align: center;
  top: 50%;
  transform: translateY(-50%);
  font-size: 24px;
  text-shadow: 1px 1px 4px rgba(0, 0, 0, 0.6);
}

.fibre_offerings_single-content {
  padding: 15px;
}

.fibre_offerings_single-content h4 {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
  margin: 10px 0;
}

.fibre_offerings_single-content p {
  color: #fff;
  font-size: 14px;
  line-height: 1.2em;
  margin-bottom: 10px;
}

.button.black-border {
  background-color: #fff;
  color: #000;
  cursor: pointer;
  border-width: 2px;
  text-transform: uppercase;
  font-size: 18px;
  display: inline-block;
}

.button.black-border:hover {
  color: #fff;
  background-color: #000;
  border-color: #000;
}

#fibre-offerings .button {
  margin-top: 50px;
}

@media (max-width: 1160px) {
  .right .ginput_container.ginput_container_select select.medium {
    height: 78px;
    top: 10px;
  }

  #input_1_8 {
    top: -9px;
  }

  .right .ginput_container.ginput_container_text input.medium {
    height: 78px;
    top: 9.5px;
  }

  #gform_1 #field_1_12.gfield.right {
    margin-top: 30px;
  }

  #gform_1 .right .gfield_label {
    height: 78px;
  }
}

@media (max-width: 1115px) {
  .button {
    min-width: unset;
  }
}

@media (max-width: 925px) {
  #field_1_12 .ginput_container.ginput_container_text input.medium {
    top: -9px;
  }
}

@media (max-width: 900px) {
  #gform_fields_1>.right {
    width: 100%;
  }

  #gform_fields_1>.left {
    width: 100%;
  }

  .right .ginput_container.ginput_container_select select.medium {
    height: 78px;
    top: 9.5px;
  }

  #field_1_12 .ginput_container.ginput_container_text input.medium {
    top: 9.5px;
  }

  #field_1_13.gfield.left {
    margin-top: 40px;
    height: initial;
  }

  .gform_wrapper .gform_footer {
    padding: 16px 0 10px;
    margin-top: 16px;
  }
}

@media (max-width: 896px) {

  .right .ginput_container.ginput_container_text,
  .right .ginput_container.ginput_container_select {
    width: unset;
    display: unset;
  }

  #gform_1 .right .gfield_label {
    width: 100%;
  }

  .right .ginput_container.ginput_container_select select.medium,
  .right .ginput_container.ginput_container_text input.medium,
  #field_1_12 .ginput_container.ginput_container_text input.medium {
    top: 0px;
  }

  .right .ginput_container.ginput_container_select select.medium {
    top: 0px;
  }
}

@media (max-width: 772px) {
  .right .ginput_container.ginput_container_select select.medium {
    top: -9px;
  }
}

@media (max-width: 768px) {

  /* iPad
	.vc_col-xs-12, .vc_column_container {
		width: 100% !important;
		float: none !important;
	}*/
  .why-fibre {
    padding: 5px 0 35px;
  }

  .why-fibre .wpb_text_column {
    margin: 10px 0;
  }

  .why-fibre h3 {
    max-width: none !important;
  }

  .why-fibre .vc_col-sm-2 {
    outline: none !important;
  }

  .why-fibre .vc_col-sm-2::after {
    display: none;
  }

  .why-fibre p {
    padding: 0 45px;
  }
}

@media (max-width: 812px) and (max-height: 375px) {
  .banner h1 {
    font-size: 20px;
  }

  .banner .wpb_text_column:first-child p {
    margin-top: 5px;
    margin-bottom: 37px !important;
  }
}

@media (max-width: 736px) and (max-height: 414px) {
  .banner h1 {
    font-size: 20px;
  }

  .banner .wpb_text_column:first-child p {
    margin-top: 5px;
    margin-bottom: 37px !important;
  }
}

@media (max-width: 700px) {
  .main-navigation .social-media {
    display: none;
  }
}

@media (max-width: 640px) {

  .page-id-50 #field_1_2,
  .page-id-50 #field_1_3,
  .page-id-50 #field_1_5,
  .page-id-50 #field_1_6,
  #field_1_21,
  #field_1_22,
  #field_1_23,
  #field_1_24,
  #field_1_26,
  #field_1_27,
  #field_1_28,
  #field_1_29 {
    width: 100%;
    float: none;
    clear: both;
  }

  #field_1_13.gfield.left {
    margin-top: 12px;
  }
}

@media (max-width: 623px) {
  #field_1_12 .ginput_container.ginput_container_text input.medium {
    top: -9px;
  }

  .banner h1 {
    font-size: 25px;
  }
}

@media (max-width: 589px) {

  .right .ginput_container.ginput_container_text,
  .right .ginput_container.ginput_container_select {
    width: unset;
    display: unset;
  }

  #gform_1 .right .gfield_label {
    width: 100%;
  }

  .right .ginput_container.ginput_container_select select.medium,
  .right .ginput_container.ginput_container_text input.medium,
  #field_1_12 .ginput_container.ginput_container_text input.medium {
    top: 0px;
  }

  .coverage {
    padding: 18px 20px 35px;
  }

  .coverage h2,
  .coverage p:nth-child(2) {
    float: none;
    width: 100%;
    text-align: center;
  }

  .coverage p:last-child {
    float: none;
  }
}

@media (max-width: 500px) {
  .call-to-action {
    padding: 15px 0;
  }

  .call-to-action .button {
    border-left: none;
    border-right: none;
    padding: 10px 20px;
  }

  .site-footer .social-media {
    float: none;
    text-align: center;
    margin-bottom: 5px;
  }

  a.coffee-link {
    float: none;
    text-align: center;
  }
}

@media (max-width: 400px) {
  #masthead {
    padding: 25px;
  }
}

@media (max-height: 667px) {
  .contact-lightbox-content {
    overflow-y: scroll;
  }
}

/* New Page Responsive */

#page {
  overflow-x: hidden !important;
}

#masthead .max-width-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}

.logo {
  position: relative;
  top: auto;
  left: auto;
  -webkit-transform: none;
  transform: none;
}

#site-navigation {
  position: relative;
  top: auto;
  right: auto;
  -webkit-transform: none;
  transform: none;
  text-align: right;
  width: calc(100% - 150px);
}

.main-navigation li {
  float: none;
  position: relative;
  display: inline-block;
}

#gform_7 {
  overflow: hidden;
}

#coffeerm-button {
  background-color: transparent;
  top: -20px;
  right: 0;
  display: none;
  position: absolute;
  bottom: 0;
}

#coffeerm-button span {
  width: 33px;
  background-color: #fff;
}

#responsive-menu-items {
  display: none !important;
  max-width: 300px;
}

#responsive-menu-items::before {
  content: '';
  display: block;
  background-image: url('/wp-content/themes/link-layer/images/logo.png');
  width: 180px;
  height: 84px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin: 20px 25px 15px;
}

ul.responsive-menu-items {
  background-color: #000;
  padding: 0;
}

ul.responsive-menu-items li {
  list-style: none;
  position: relative;
  margin: 0;
  text-align: left;
}

ul.responsive-menu-items a {
  color: #fff;
  text-align: left;
  text-decoration: none;
  padding: 8px 25px;
  display: block;
  border: none;
  margin: 0;
  font-weight: 500;
  -webkit-transition: 0.35s ease all;
  -ms-transition: 0.35s ease all;
  transition: 0.35s ease all;
}

ul.responsive-menu-items a::after {
  display: none;
}

ul.responsive-menu-items a.active,
ul.responsive-menu-items a:hover {
  background-color: #fff;
  color: #000;
}

@media (max-width: 1080px) {
  .fibre_offerings-single {
    width: calc(33.33% - 10px);
    margin-bottom: 15px;
  }

  #fibre-offerings .button {
    margin-top: 30px;
  }

  .why_choose_fibre-list {
    justify-content: center;
    margin: 50px -15px 0;
  }

  .why_choose_fibre-single {
    width: calc(33.33% - 30px);
    margin: 0 15px 30px;
  }

  #isp-logos {
    margin-top: 55px;
    margin-bottom: 75px;
    padding: 35px 0 25px;
  }

  #colophon>.max-width-container>.left {
    float: none;
    width: 100%;
    text-align: center;
  }

  #colophon>.max-width-container>.right {
    float: none;
    width: 100%;
  }
}

@media (max-width: 1023px) {

  #coffeerm-button,
  #responsive-menu-items,
  .responsive-menu-items {
    display: block !important;
  }

  #primary-menu {
    display: none;
  }

  #landing .left {
    width: 100%;
  }

  #landing .right {
    width: 100%;
  }

  .landing-adverts {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 30px;
  }

  .landing_advert-single {
    min-height: 200px;
    width: 48%;
  }

  .coverage_map-sidebar {
    width: 100%;
    margin-bottom: 30px;
  }

  .coverage_map-wrapper {
    width: 100%;
  }

  #coverage {
    margin-bottom: 65px;
  }

  .home-footer>.max-width-container .left {
    width: 100%;
    padding: 35px;
    margin-bottom: 30px;
  }

  .home-footer>.max-width-container .right {
    width: 100%;
    padding: 35px 35px 50px;
  }

  #fibre-offerings {
    margin-top: 45px;
  }

  #colophon {
    margin-top: 60px;
  }
}

@media (max-width: 767px) {
  .fibre_offerings-single {
    width: calc(50% - 10px);
  }

  .why_choose_fibre-single {
    width: calc(50% - 30px);
  }

  .isp_logo_carousel {
    height: auto;
    max-height: unset;
  }

  #gform_fields_7,
  #gform_wrapper_8 #gform_8 #gform_fields_8,
  #gform_wrapper_4 #gform_4 #gform_fields_4 {
    column-count: 1;
  }

  #gform_wrapper_4 {
    padding: 0;
  }
}

@media (max-width: 649px) {
  .landing_cta-single {
    width: 100%;
    margin-bottom: 30px;
  }

  .landing-adverts {
    margin-top: 0;
  }

  .landing_advert-single {
    width: 100%;
  }

  #fibre-offerings {
    margin-top: 70px;
    padding: 30px 0 40px;
  }

  .logo-arrow {
    width: 7vw;
    height: 10vw;
  }

  .logo-arrow.prev {
    right: 99%;
  }

  .logo-arrow.next {
    left: 99%;
  }

  .footer-about {
    float: none;
    width: 100%;
    text-align: center;
    margin-bottom: 20px;
  }

  .footer-contact {
    float: none;
    width: 100%;
    text-align: center;
  }

  .site-info .left {
    float: none;
    text-align: center;
    width: 100%;
    margin-bottom: 10px;
  }

  .site-info .right {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .fibre_offerings-single {
    width: 100%;
  }

  .why_choose_fibre-single {
    width: 100%;
    margin: 0 15px 30px;
  }

  .why-choose-fibre .button.white-border {
    margin: 15px 25px 0;
  }

  .site-info .left ul li {
    margin-right: 10px;
  }

  .site-info .left ul li:nth-child(n+2)::before {
    left: -7px;
  }

  .landing_banner-content {
    bottom: 30px;
    left: 30px;
    width: calc(100% - 60px);
  }

  #isp-logos {
    margin-top: 30px;
    margin-bottom: 60px;
    padding: 25px 0 0;
  }

  .home-footer>.max-width-container .left {
    width: 100%;
    padding: 25px;
    margin-bottom: 30px;
  }

  .generic_lightbox-content {
    padding: 35px 30px;
  }
}