/*!
Theme Name: firmlinx
Theme URI: http://underscores.me/
Author: John-Henry Ross
Author URI: http://kiekerweb.co.za
Description: Theme for displaying Firmlinx website
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: firmlinx
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned.

firmlinx is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: 700;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 13px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	font-size: 0.9375rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.9375rem;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 1em 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	font-size: 0.75rem;
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #f58220;
}

a:visited {
	color: #f58220;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	/* display: none; */
	/* position:absolute; */

	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: 0;
}


.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: 0;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/*--------------------------------------------------------------
# Content
--------------------------------------------------------------*/

/*--------------------------------------------------------------
## Posts and pages
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/*--------------------------------------------------------------
## Comments
--------------------------------------------------------------*/
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}
/*--------------------------------------------------------------
## Firmlinx Specific
--------------------------------------------------------------*/

/*//////////////////// Header */
.container {
	max-width:960px;
	margin:auto;
}
.site-header {
	background-color:#00233a;
}
.site-header .container {
	display:flex;
	position:relative;
	color:#fff;
	max-width:960px;
	margin:auto;
	align-items: center;
}

.site-branding {
	flex: 0 0 22%;
	padding:2.5em 0;
}
.site-branding img {
	margin-top:20px;
}
#site-navigation {
	flex:0 0 78%;

}
#site-navigation .nav-menu{
	float:right;
	/* padding:2.5em 0; */
	width:80%;
	/* padding-top:2.6em; */

}
#site-navigation .nav-menu li {
	margin-right:2%;
	width:100%;
	text-align:right;
	line-height:111px;

}
#site-navigation .nav-menu li:last-child {
	margin-right:0;
}
#site-navigation .nav-menu > li > a {
	color:#fff;
	margin-top:20px;
	font-weight: normal;

}
#site-navigation .nav-menu > li .sub-menu a
{
	color:#fff;
}
#site-navigation .nav-menu > li .sub-menu a:hover {
	font-weight:bold;
	color:#00233a;
}
#site-navigation .nav-menu li a span {
	position:relative;
}
#site-navigation .nav-menu > li > a span:after {
    content: '';
    width: 0;
    display: block;

    background-color: #f58220;
    transition: 0.2s;
    position: absolute;
    bottom: -51px;
    right: 0;
    height: 6px;
}
#site-navigation .nav-menu > li:hover > a span:after, #site-navigation .nav-menu > li.current-menu-item > a span:after{
	width:100%;
}
 .elementor-widget-heading h1.elementor-heading-title b{ font-weight:600}
.site-topbar {
	position:absolute;
	right:0;
	top:8px;
	width: 100%;
}
.logged-in .site-topbar {
	top:10px;
}
.site-topbar .container {
	display:block;
	text-align: right;
}
.teamviewer, .phone {
	border-bottom-left-radius: 10px;
	border-bottom-right-radius:10px;
	background-color:#f58220;
	padding:12px 10px;
	margin-left:1.5%;

}
.teamviewer , .phone   {
	color:#fff;
	text-decoration:none;
	font-weight:bold;
}
.teamviewer img , .phone img {
	margin-right:5px;
}
a.teamviewer:hover, a.phone:hover, a.teamviewer:visited { color:#fff}
.teamviewer {
	background-color:#71aeb7;
}
.head-icon {
	margin-right:4px;
	position: relative;
	top:2px;
	max-width: 12px;
}
#site-navigation .nav-menu > li .sub-menu .fastquote a,#site-navigation .nav-menu > li.fastquote .sub-menu .fastquote a:visited {
	color: #00233a;
}

.bar1, .bar2, .bar3 {
	width: 35px;
	height: 3px;
	background-color: #fff;
	margin: 0;
	transition: 0.4s;
	display:inline-block;
	width:100%;
  }
  .bar2 {
	  width:25px;
	  margin-right:0 !important;
  }

  button[aria-expanded=true] .bar1 {
	-webkit-transform: rotate(-45deg) translate(-9px, 6px);
	transform: rotate(-45deg) translate(-4px, 4px);
  }

  button[aria-expanded=true] .bar2 {opacity: 0;}

  button[aria-expanded=true] .bar3 {
	-webkit-transform: rotate(45deg) translate(-8px, -8px);
	transform: rotate(45deg) translate(-12px, -12px);
  }

.servicesection .elementor-container .elementor-row {
	flex-wrap:wrap !important;
}
.serviceblock {
	flex: 1 1 33%;
}
  @media all and (max-width:800px) {

	.serviceblock {
		flex: 0 1 50%;
	}

	#site-navigation .nav-menu li {
		line-height:20px;
		padding-left:20px;
	}
	.site-header .site-branding {
		flex: 0 0 48%;
	}
	.site-header #site-navigation {
		flex: 0 0 48%;
	}
	.site-header .site-header-container {
		max-width:100%;
	}
	.menu-toggle {
		float:right;
		text-align: right;
		padding:5px;
		z-index:99999;

	}
	.site-header #primary-menu {
		position: fixed;

		width:111%;
		/* left: -5.5%; */
		left:-120%;
		right: -5.5%;
		z-index: 88;
		background: #72aeb8;
		padding:0 20px;
		transition:0.2s;
		text-align: left;
		padding-left:20px;
	}

	.site-topbar {
		position:fixed;
		left:-120%;
		transition:0.2s;
		height:185px;
		background-color:#72aeb8;
		width:80%;

	}
	.site-topbar:after {
		content:"";
		width:calc(100% - 40px);
		margin:auto;
		height:1px;
		background-color:#fff;
		display:block;
		position: absolute;
		bottom:0;
		left:0;
		right:0;
	}
	.toggled + .site-topbar {
		left:0;
		transition:0.2s;
		top:0;
		padding:35px 0;
		padding-top: 80px;
	}
	.teamviewer img, .phone img {
		max-width:20px;
		margin-right:12px;
	}
	.site-topbar a {
		margin-bottom:10px;
	}
	#site-navigation .nav-menu > li > a span:after {
		background-color:#fff;
		height:2px;
		bottom:-5px;


	}
	button.menu-toggle{
		/* background-color:#72aeb8; */
		border-color:transparent;
	}

	#primary-menu {
		top:185px;
	}
	.menu-toggle {
		display:block;
	}
	#primary-menu a {
		font-size:21px;
		text-align:left;
	}
	 .back {
		position:fixed;
		top:20px;
		right:20px;
		display:block;
		text-align:right;

	}
	#site-navigation li li.back {
		text-align:right;
	}

	.back:before{
		content:"back";

	}

	.toggled #primary-menu {
		left:0%;
		transition:0.2s;
		top:185px;
	}
	.site-topbar a {
		padding:0;
		background-color:transparent;
		text-align:left;
		display: block;
		font-size:21px;
		line-height:24px;
		padding-left:20px;

	}
	.focus {
		transition:0.2s;
	}
	#primary-menu .sub-menu {
		position: fixed;
		top: 0px;
		bottom:0;
		right:0;
		background-color:rgba(245,130,32, 1);
		/*left:0;*/

	}
	.site-branding {
		position:relative;
		left:20px;

	}
	.menu-toggle {
		padding-right:20px;
	}
  }
  button:not(.menu-toggle) {
	  background:#f58220;
	  border:1px solid #f58220;

  }


/*//////////////////// Content */
body {
	font-family:"Montserrat",sans-serif;
}
.entry-content {
	margin-top:0;
}
.site-main h1, .site-main h2 {
	font-size:39px;
	line-height: 45px;
	font-weight:bold;
}
.elementor-widget-heading h2.elementor-heading-title {
	font-weight:normal;
}
.site-main ul {
	margin-left:0;
	padding-left:15px;
}
.elementor-widget-heading h1.elementor-heading-title strong,
.elementor-widget-heading h1.elementor-heading-title b,
.elementor-widget-heading h2.elementor-heading-title strong,
.elementor-widget-heading h2.elementor-heading-title b  {
	color:#f58220;

}
.elementor-widget-button .elementor-button , div.wpforms-container-full .wpforms-form button.wpforms-submit,#wpforms-form-200 .wpforms-page-button.wpforms-page-next,#wpforms-form-200 .wpforms-page-button.wpforms-page-prev {
	border-radius:48px;
	border:2px solid #f58220;
	padding:20px 40px;

}
.servicecontent p{ max-width:90%;}
.elementor-widget-button .elementor-button:hover ,
div.wpforms-container-full .wpforms-form button.wpforms-submit:hover,
#wpforms-form-200 .wpforms-page-button.wpforms-page-next:hover,
#wpforms-form-200 .wpforms-page-button.wpforms-page-prev:hover{
	background-color:#71aeb7;
	border-color:#71aeb7;
	transition:0.2s;
	color:#f58220;

}
div.wpforms-container-full .wpforms-form button.wpforms-submit {
	height:59px;
	}
  #wpforms-form-200 .wpforms-page-button.wpforms-page-prev:only-child {
	margin-right:0;
}
#wpforms-form-200 #wpforms-200-field_89-container textarea
{
	width:48%;
}
#wpforms-200-field_60 h5 {
	font-size:16px;
	font-weight:normal;
}
.reliable-partner-logo {
	margin:auto;
}
.site-main div.wpforms-container-full .wpforms-form input[type=date],
.site-main div.wpforms-container-full .wpforms-form input[type=datetime],
.site-main div.wpforms-container-full .wpforms-form input[type=datetime-local],
.site-main div.wpforms-container-full .wpforms-form input[type=email],
.site-main div.wpforms-container-full .wpforms-form input[type=month],
.site-main div.wpforms-container-full .wpforms-form input[type=number],
.site-main div.wpforms-container-full .wpforms-form input[type=password],
.site-main div.wpforms-container-full .wpforms-form input[type=range],
.site-main div.wpforms-container-full .wpforms-form input[type=search],
.site-main div.wpforms-container-full .wpforms-form input[type=tel],
.site-main div.wpforms-container-full .wpforms-form input[type=text],
.site-main div.wpforms-container-full .wpforms-form input[type=time],
.site-main div.wpforms-container-full .wpforms-form input[type=url],
.site-main div.wpforms-container-full .wpforms-form input[type=week],
.site-main div.wpforms-container-full .wpforms-form select,
.site-main div.wpforms-container-full .wpforms-form textarea {
	border-radius:8px !important;
	border:2px solid #f58220;
	border-color:#fff !important;
	font-family:'Montserrat',sans-serif;
	height:60px;
	color:#00233a;
}
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-five-sixths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-four-sixths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-four-fifths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-one-fifth,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-one-fourth,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-one-half,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-one-sixth,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-one-third,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-three-fourths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-three-fifths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-three-sixths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-two-fourths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-two-fifths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-two-sixths,
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-two-thirds
{
	margin-left:1%;
}
.site-main div.wpforms-container-full #wpforms-form-200.wpforms-form .wpforms-page-3 .wpforms-one-half {
	margin-left:4%;
}
div.wpforms-container-full .wpforms-form .cover_letter textarea {
	height:299px !important;
	padding-top:30px;
	overflow-y:scroll;
}
div.wpforms-container-full .wpforms-form input[type=checkbox],
div.wpforms-container-full .wpforms-form input[type=checkbox]:checked,
div.wpforms-container-full .wpforms-form input[type=radio],
div.wpforms-container-full .wpforms-form input[type=radio]:checked  {
	-webkit-appearance: none !important;
	-moz-appearance: none !important;
	appearance: none !important;
	display:none !important;
}
div.wpforms-container-full .wpforms-form input[type=checkbox] + label {
	position: relative;
	padding-left:40px !important;
	line-height:30px;
}
#wpforms-191-field_5 {
	line-height:30px;
	margin-bottom:30px;
}
div.wpforms-container-full .wpforms-form input[type=checkbox] + label:before, div.wpforms-container-full .wpforms-form input[type=checkbox] + label:after {
	content:"";
	width:30px;
	height:30px;
	display: inline-block;
	border-radius:8px;
	background-color:#fff;
	position:absolute;
	left:0;

}
div.wpforms-container-full .wpforms-form input[type=checkbox]:checked + label:after
{
	background-color:#f58220;
	width:26px;
	height:26px;
	top:-2.5px;
	left:2px;
}
#wpforms-200 .wpforms-form input[type=radio] + .wpforms-field-label-inline {
	 padding:20px;
	 border-radius:8px;
	 background-color:#fff;

}
#wpforms-200 .wpforms-form input[type=radio]:checked + .wpforms-field-label-inline    {
	color: #fff;
	background-color:#00233a;
}

#wpforms-200 .wpforms-form .wpforms-field-radio ul li {
	width:auto;
	margin-right:7px !important;
}
#wpforms-200 #wpforms-200-field_80-container {
	display: block;
	width: 100%;
}
#wpforms-200 #wpforms-200-field_80-container label {
	width:100%;
	margin-right:0;
}
#wpforms-200 #wpforms-200-field_80-container ul li.depth-1 {
	width:24.5%;
	margin-right:0.5% !important;
}
div.wpforms-container-full .wpforms-form button[type=submit],#wpforms-form-200 .wpforms-page-button.wpforms-page-next, #wpforms-form-200 .wpforms-page-button.wpforms-page-prev {
	font-family: 'Montserrat', sans-serif !important;
	font-size:15px !important;
	padding:15px 40px !important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image:after {
	content:none !important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern .wpforms-image-choices-image img {
mix-blend-mode:multiply;
}
.wpforms-image-choices-label {
	display:none !important;
}
div.wpforms-container-full .wpforms-form ul.wpforms-image-choices-modern label:not(.wpforms-error) {
	padding: 0 !important;
}

::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
	color: #b9bdc3  ;
	font-family:'Montserrat',sans-serif;
	opacity: 1; /* Firefox */
  }

  :-ms-input-placeholder { /* Internet Explorer 10-11 */
	color: #b9bdc3  ;
	font-family:'Montserrat',sans-serif;
  }

  ::-ms-input-placeholder { /* Microsoft Edge */
	color: #b9bdc3  ;
	font-family:'Montserrat',sans-serif;
  }

.elementor-element.bigf img {
	position:absolute;
	top: -80px;
	z-index: 0;
	mix-blend-mode: multiply;
}
.elementor-element.bigf.smallf img
{
	left:20px;
	right:0;
	margin:auto;
	mix-blend-mode: multiply;
}
.serviceblock .elementor-widget-wrap:hover {
	background-color:#f8fafb;
}
div.wpra-list-template  {
	margin: 0;
	display:flex;
}
div.wpra-list-template .wpra-item {
    margin-top: 0px;
    margin-bottom: 10px;
    float: left;
    width: 48%;
    margin-right: 2%;
    color: #fff;
    list-style: none;
    border-left: 1px solid #fff;
	padding-left: 20px;
	padding-right:2%;
}
div.wpra-list-template .wpra-item h3 {
	margin-top: -7px;
	font-weight:normal;
}
div.wpra-list-template .wpra-item a {
	color:#fff;
	font-size:21px;
	display: block;
	margin-top: -7px;
}
div.wpra-list-template .wpra-item > * {
	margin-bottom:10px;
	display: block;
}
div.wpra-list-template .wpra-item .readmore {
	margin-bottom:-7px;

}
div.wpra-list-template .wpra-item .readmore:after {
	content:"";
	background:url('/wp-content/themes/firmlinx/images/newsarrow.png');
	background-size:cover;
	display: inline-block;
	width:9px;
	height:14px;
	position: relative;
	top:1px;
	margin-left:3px;
}
div.wpra-list-template .wpra-item  .readmore:hover:after {
	background:url('/wp-content/themes/firmlinx/images/newsarrow-hover.png');
	background-size:cover;
}
div.wpra-list-template .wpra-item  .readmore:hover {
	color:#00233a;
}

div.wpra-list-template .wpra-item .news-source {
	margin-bottom:20px;
}
@media all and (max-width:800px)
{
	/* #site-navigation
	{
		position:fixed;
		top:0;
		right: 0;
		left:0;
		bottom:0;
		background-color:#80919c;
	} */

	.site-topbar {
		/*position:absolute;*/
		right: unset;
		top:0;
		width:100%;
		z-index: 2;
	}
	#site-navigation {
		z-index:222;
	}
	button.menu-toggle {
		background-color:transparent;
	}
	div.wpra-list-template {
		display:block;
	}
	div.wpra-list-template .wpra-item {
		float:none;
		width:100%;
		margin-bottom:25px;
		border-left:0;
	}
	div.wpra-list-template .wpra-item:first-child {
		border-bottom:1px solid #fff;
	}

	.reliable_partners {
		display:flex;
		align-items: center;
		flex-wrap: wrap;
		max-width: 92%;
		margin:auto;
	}
	.reliable_partners .partner_item {
		flex:1 1 33%;
		padding:8px;
	}
	.site-main h1, .site-main h2 {
		font-size:34px;
	}
	.widget_footer_office_widget p {
		display: none;
	}
	.widget_footer_office_widget .gps_coords {
		display:none;
	}
	.widget_footer_office_widget .gps_coords + br {
		display:none;
	}

	#colophon .widget_footer_office_widget h2.widget-title {
		margin-bottom:0;
		font-size:21px;
	}
	#colophon .firmlinx-social.linkedin {
		margin-right:0;
	}
	.widget_footer_office_widget {
		font-size:16px;
	}
	.gmaps_link {
		color:#fff !important;
	}
	#colophon .container {
		text-align: center;
	}
}

.wpforms-submit, .lcp_excerpt + a {
	background:#f58220 !important;
	color:#fff !important;
	border:1px solid #f58220 !important;
	padding:17px 40px !important;
	margin:auto !important;
	display:inline-block !important;
	margin-bottom: 0;
	margin-top:0;
}
.wpforms-submit-container {
text-align: center;
}

.elementor-widget-button .elementor-button:hover {
	background-color:#71aeb7;
	border-color:#71aeb7;
	color:#fff;
}

.elementor-widget-button.inverse .elementor-button {
	background-color:transparent;
	color:#f58220;
}

.elementor-widget-button.inverse .elementor-button:hover, #wpforms-form-200 .wpforms-page-button.wpforms-page-next, #wpforms-form-200 .wpforms-page-button.wpforms-page-prev {
	background-color:#f58220;
	color:#fff;
	border-color:#f58220;
	min-width:150px;
	height:59px;
}
#wpforms-form-200 .wpforms-page-button.wpforms-page-prev {
	background-color:#71aeb7;

	border-color:#71aeb7;

}
#wpforms-form-200 .wpforms-page-button.wpforms-page-prev:hover {
	background-color:#fff;
	color:#00233a;
	border-color:#fff;
}
#wpforms-form-200 .wpforms-page-button.wpforms-page-next:hover {
	color:#fff;
}
.wpra-item-list {
	display:flex;
}
.fastquotebutton {
	position: relative;
	z-index: 2;
}
.fibres .slick-slide .elementor-button-wrapper a {
	display:block;
	max-width:80%;
	margin:auto;
	text-transform:uppercase;
	letter-spacing: 1px;
	font-weight: 600;
}

.servicesection .elementor-widget.elementor-widget-spacer:not(:last-child) {
	margin-bottom:0
}

.page {
	margin-bottom:0;
}
/* ISP page */
.page-id-286 p strong, .page-id-286 p b {
	color:#f58220;
}
/* News Page */
.entry-content h3 {
	font-size:26px;
}
.firmlinx_news
{
	list-style-type:none;

}
.lcp_excerpt + a  {
	margin-top:30px !important;
	border-radius:40px;
	display: inline-block;
	margin-bottom:0 ;
	margin-top:20px !important;
	font-size:15px;

}
.sidebar-news h2.widget-title {
	font-size:18px;
	text-transform:uppercase;
	font-weight:normal;


}
li.back {
	display:none;
}
/* Fast quote Page */
div.wpforms-container-full #wpforms-form-200.wpforms-form #wpforms-200-field_15 {
	font-size:39px;
	font-weight:600;
	line-height:38px;
}
div.wpforms-container-full #wpforms-form-200.wpforms-form #wpforms-200-field_15 + .wpforms-field-description
{
	font-size:26px;
}
#wpforms-form-200 .wpforms-page-indicator {
	display:flex;
	padding-bottom:70px;
	border:none;
}
#wpforms-form-200 .wpforms-page-indicator-page.wpforms-page-indicator-page-1 {
	text-align:left;
	padding-left:2%;
}
#wpforms-form-200 .wpforms-page-indicator-page.wpforms-page-indicator-page-3 {
	text-align:right;
	padding-right:calc(2% + 32.5px);
}
#wpforms-form-200 .wpforms-page-indicator-page:before {
	content: "";
    width: 100%;
    height: 2px;
    background-color: #f58220;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translateY(57%);
    vertical-align: middle;
    display: flex;
    z-index: -1;
}
#wpforms-form-200 .wpforms-page-indicator-page.wpforms-page-indicator-page-1:before {
	right:75%;
}
#wpforms-form-200 .wpforms-page-indicator-page.wpforms-page-indicator-page-2:before {
	width:135%;
}
#wpforms-form-200 select, #wpforms-504 select {
	appearance: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	background:url('/wp-content/themes/firmlinx/images/select-icon.png') #fff;
	background-size:27px 15px;
	background-position:95% 50%;
	background-repeat: no-repeat;
}
#wpforms-504 select {
	background-position:98% 50%;
}
#wpforms-form-200 .wpforms-page-indicator-page-3:after {
	content: "";
    width: 100%;
    height: 2px;
    background-color: #a5b9c6;
    width: 100%;
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translateY(57%);
    vertical-align: middle;
    display: flex;
    z-index: -1;
}
#wpforms-form-200 .wpforms-page-3 .wpforms-field-pagebreak ,#wpforms-form-200 .wpforms-submit-container {
	width:50%;
}
#wpforms-form-200 .wpforms-field-pagebreak .wpforms-clear.wpforms-pagebreak-left {
	/*	text-align: right;*/

}
#wpforms-form-200 #wpforms-200-field_3-container .wpforms-pagebreak-left {
	text-align:right !important;
	margin-right:10px;
}
#wpforms-form-200 .wpforms-submit-container {
width: 50%;
    margin-right: 0;
    float: right;
    text-align: left;
    margin-top: -70px;
		padding-top:0;
		margin-left:10px;
}
#wpforms-form-200 .wpforms-submit-container button {
	min-width:159px;
	margin-left:10px;
}
#wpforms-form-200 .wpforms-field-label {
	font-weight:400;
}
#wpforms-form-200 .wpforms-page-2 .wpforms-field-label {
	width:48%;
	float:left;
	margin-right:2%;

}
#wpforms-form-200 .wpforms-page-2 .wpforms-field:not(.ignore):not(.wpforms-field-hidden) {
	display:flex;
	align-items:center;
	min-height:75px;
}

#wpforms-form-200 .wpforms-page-2 input[type="text"], #wpforms-form-200 .wpforms-page-2 input[type="number"],  #wpforms-form-200 .wpforms-page-2 select, #wpforms-form-200 .wpforms-page-2 .half_textblock textarea  {
	width:48%;
}
#wpforms-form-200 .wpforms-page-2 .wpforms-one-fourth input[type="number"] {
	width:100%
}
#wpforms-form-200 .wpforms-page-indicator-page:not(.active):before {
	background-color:#a5b9c6;
}
#wpforms-form-200 #wpforms-200-field_10-container textarea, #wpforms-form-200 .big_block_container textarea {
	height:450px !important;
	padding-top:40px;
	padding-left: 20px;
	margin-top:38px;
}
#wpforms-form-200 #wpforms-200-field_60-container
{
	width:49%;
}
#wpforms-form-200 #wpforms-200-field_58-container, #wpforms-form-200 #wpforms-200-field_59-container {
	width:23.5%;
}
#wpforms-form-200 .wpforms-page-2 .big_block_container.wpforms-field:not(.ignore):not(.wpforms-field-hidden) {
	display: block ;

}

body {
	counter-reset: section;
  }

  #wpforms-form-200 .wpforms-page-indicator-page-number:after {
	counter-increment: section;
	content: "Step " counter(section);
	position:absolute;
	bottom:0;
	margin-bottom:-50px;
	text-align:center;
	left:-25%;
	right:0;
	line-height:20px;
	width:150%;
	color:#cdd3d8;
  }
  #wpforms-form-200 .wpforms-page-indicator-page-number:before {
	  content:"";
	  background-image:url('/wp-content/themes/firmlinx/images/stepcheck.png');
	  display: block;
	  width:26px;
	  height:18px;
	  background-size:contain;
	  position: absolute;
	  left:20px;
	  top:23px;
  }
 #wpforms-form-200 ul.wpforms-image-choices-modern label:not(.wpforms-error) {
	  background-color:transparent;
	  border-radius:21px;
  }
   #wpforms-form-200 ul.wpforms-image-choices-modern .wpforms-image-choices-item label:not(.wpforms-error) {
	border-width:2px;
}
  #wpforms-form-200 ul.wpforms-image-choices-modern .wpforms-image-choices-item.wpforms-selected label:not(.wpforms-error) {
	background-color:#fff;
}
  #wpforms-form-200 ul.wpforms-image-choices-modern .wpforms-image-choices-image
  {
	  margin-bottom: -5px;
  }
  #wpforms-form-200 .wpforms-page-indicator-page-number {
	  position:relative;
  }

#wpforms-form-200 .wpforms-page-indicator-page {
	position: relative;
	flex:0 0 33%;
	text-align: center;
}
#wpforms-form-200 .wpforms-field-label-inline {
	min-width:66px;
	display:inline-block;
	text-align:center;
}
#wpforms-form-200 .wpforms-page-indicator-page-number {
	width:65px;
	height:65px;
	line-height:65px;
	font-size:30px;
	position:relative;
	color:transparent;
}

#wpforms-form-200 .wpforms-clear.wpforms-pagebreak-left {
	text-align: center;
}
.sidebar-news .tagcloud a {
	padding:4px 20px;
	border-radius: 18px;
	border:1px solid #00233a;
	color:#00233a;
	margin-bottom:10px;
	display: inline-block;
	font-size:18px !important;
}
.firmlinx_news { padding-left:0;}
.firmlinx_news .article
{
	border-radius:10px;
	background:#fff;
	margin-bottom:20px;
	color:#80919c;
}
.firmlinx_news .article .lcp_excerpt {
	padding:30px 0;
	border-top: 1px solid #a5b9c6;
	border-bottom:1px solid #a5b9c6;
	margin:20px 0;
}
.firmlinx_news .article .content_card {
	padding:60px;
}
.firmlinx_news .article .content_card a {
	color:#00233a;

}
.firmlinx_news .article .featured_image_card img {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	width: 100%;
}
.firmlinx_news .article .featured_image_card + .content_card h3 {
	margin-top:0;
	line-height:1.2;

}

.firmlinx_news .article .content_card h3 {
	font-weight:600;
}
.sidebar-news #archives-2 ul {
	list-style-type: none;
	padding:0;
	margin:0;
	color:#71aeb7;
}
.sidebar-news #archives-2 ul li a {
	color:#71aeb7;
	font-size:16px;

}
.sidebar-news #archives-2 ul li  {
	border-bottom:1px solid #71aeb7;
	padding-bottom:10px;
}
.site-main .elementor-widget-divider .elementor-divider-separator {
	border-color:#f58220 !important;
}
.serviceblock .elementor-widget-wrap {
	background-color:#fff;
	border-radius:18px;
	-webkit-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.39);
	-moz-box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.39);
	box-shadow: 10px 10px 31px 0px rgba(0,0,0,0.39);
	padding:45px;
}
.serviceblock p {
	max-width:180px;
	margin:auto;
}
body .site-main .serviceblock h4 {
	font-weight:600;
}

/* Contact Page */
.site-main #contact h2.widget-title {
	font-size:14px;
	margin-top:0;
}
#wpforms-form-15 textarea {
	height:520px;
	padding-top:20px;
}
#wpforms-form-15 .wpforms-submit-container {
	text-align:left;
}
/*//////////////////// Footer */
#colophon{
	background-color:#00233a;
	color:#fff;
	padding:5em 0;
}
.office-icon {
	max-width:10px;
	margin-right:5px;

}
#colophon .office-icon {
	filter: invert(79%) sepia(44%) saturate(6436%) hue-rotate(345deg) brightness(97%) contrast(98%);
}
#contact .office-icon {
	max-width:12px;
	filter: invert(10%) sepia(70%) saturate(1593%) hue-rotate(177deg) brightness(95%) contrast(103%);
}
.gmaps_link {
	color:#f58220;
	text-decoration: none;

}
.gmaps_link:hover {
	color:#fff;
	text-decoration: none;

}
.widget_firmlinx_social_widget, #nav_menu-2 {
	margin-top: 60px;
}
#colophon .widget_footer_office_widget h2.widget-title {
	margin-top:0;
}
.firmlinx-social {
	color:#f58220;
	border:1px solid #f58220;
	font-size:21px;
	line-height:38px;
	display: inline-block;
	border-radius:8px;
	width:38px;
	height:38px;
	text-align: center;
	margin-right:20px;
	transition:0.2s;
}
.firmlinx-social:visited {
	color:#f58220;

}
.firmlinx-social:hover {
	color:#fff;
	background-color:#f58220;
	transition:0.2s;
}
.hideField {
	display:none !important;
}
a.gmaps_link:visited {
	color:#f58220;
}
#colophon h2.widget-title {
	color:#f58220;
	font-size: 15px;
    font-weight: normal;
}
.footer_heading {
	font-size:39px;
	color:#f58220;
	font-weight: normal;
}
.footer_containers {
	display: flex;
}
.footer_containers .footer_container {
	width:100%;
}
.footer_containers .footer_container .elementor-button {
	text-decoration:none;
	font-weight:bold;

}
.footer_containers .footer_container:last-child() {
	width:70%;
}
.footer_containers .footer_container-4 {
	width:70%;
}
.footer_containers .footer_container-3 {
	width:120%;
}
.site-info {
	background-color:#99a7b0;
	padding:1em 0;
	color:#fff;
}

.widget_nav_menu ul {
	margin-left:0px;
	padding-left:0;
	list-style-type: none;
}
.widget_nav_menu ul li a {
	color:#fff;
	text-decoration: none;;
}
.widget_nav_menu ul li a:hover {
	color:#f58220;
}
.main-navigation .sub-menu {
	max-width:400px;
	background-color: rgba(245,130,32, 0.8);
	display:block;
	padding:40px;
}
#site-navigation .nav-menu .sub-menu li{
	text-align:left;
	line-height:30px;
}
#site-navigation .nav-menu .sub-menu li a:after {
	content:none;
}
/*//////////////////// Fibre sliders */

.elementor .slick-next,
.elementor .slick-prev {
max-width:18px;
height:auto;
position:absolute;
top:50%;
transform:translateY(-25%);
}
body:not(.elementor-editor-active) .elementor-section.dnatel,body:not(.elementor-editor-active) .dnatel.slick-slider { visibility:hidden;position:absolute;}

.slick-prev { left:-33px; }
.slick-next { right:-25px; }
.slick-next:hover , .slick-prev:hover {
	cursor:pointer;
}
.price .et_pb_text_inner > * { max-width:70%; margin:auto;}
.slick-slide .et_pb_button_module_wrapper {
  padding-left:15px;
  padding-right:15px;
  background-color:#ffffff;
  padding-bottom:15px;

}
.inactivepackages .getdeal {
  display:none;
}
.slick-slide { width:auto;}
.location:hover { cursor:pointer; }
@media all and (max-width:1000px){
.slick-track .et_pb_column,.slick-track .et_pb_column:last-child {
margin-left:1.5% !important;
margin-right:1.5% !important;
}

.slick-prev { left:10px; }
.slick-next { right:10px; }
}
.elementor-widget-heading.price h2.elementor-heading-title,.elementor-widget-heading.price h3.elementor-heading-title    {
	color:#F58220;
	max-width:80%;
	margin:auto;
}
.elementor-widget-heading.price h2.elementor-heading-title {
	font-weight:800;
}
.elementor-widget-heading.price h3.elementor-heading-title  {

	font-style:italic;
	font-weight:600;
	font-size:18px;
}
.fibres .elementor-text-editor p {
	font-weight:600;
	font-size:17px;
}
.fibres .elementor-text-editor h3 {
	font-weight:800;
	color:#00223a;
	font-size:38px;
	line-height:38px;

}
.location.active .elementor-element {
	background-color:#fff;
}
.fibres .slick-slide {
	display:flex;
	margin:0 1.5%;
/*	min-width:277px;*/

}
.single .site-main {
	max-width:960px;
	width:80%;
	margin:auto;
}
.single .entry-footer, .single #secondary, .single .post-navigation {
	display:none;
}
.single .entry-meta {
	margin-bottom:20px;
}
/*//////////////////// Responsive */
@media all and (max-width:800px)
{
	li.back {
	display:block;
}
	.elementor-widget-container {
		margin:0 !important;

	}
	section.elementor-element {
		padding:0 !important;
	}
	.footer_containers {
		flex-wrap: wrap;
	}
	#colophon .container {
		width:90%;
	}
	.footer_containers .footer_container-4 {
		width:100%;
	}
	.serviceblock .elementor-widget-wrap {
		padding:25px;
	}
	.bigf {
		display:none;
	}
	.elementor-widget-button .elementor-button.elementor-button-link {
		display: block;
		width:90%;

		margin: auto;
	}
	.elementor-element.servicesection {
		padding:0 20px !important;
	}
	.office-icon {
		max-width:14px;
	}
	div.wpra-list-template {
		text-align:center;
	}
	.site-info {
		background-color:#001727;
		color:#fff;
		text-align:center;
		padding:2em 0;
	}
	.footer_container.footer_container-4 {
		margin-top:40px;
	}
	#colophon .elementor-widget-button .elementor-button.elementor-button-link {
		max-width:80%;
		margin: auto;
	}
	div.wpra-list-template .wpra-item {
		padding-bottom:20px;
	}
	#site-navigation .nav-menu > li > a {
		margin-top: 50px;
	}
	#site-navigation .nav-menu .sub-menu {
		padding-top: 150px;
	}
	#site-navigation .nav-menu .sub-menu li {
		margin-bottom: 20px;
		padding-left:0;
	}
	#site-navigation .nav-menu .sub-menu li.back {
		margin-bottom:70px;
		text-align: left;
		background:url('images/back-button.png') no-repeat;
		background-size:contain;
		background-position:right;
		color:transparent;
		position:absolute;
		top:100px;
		width:10%;
		right:30px;

	}
	#site-navigation .nav-menu .sub-menu li a {
		padding-left:0;
		width:100%;
	}
	.site {
		z-index: -1 !important;
	}
	.main-navigation ul li:not(.focus) .sub-menu {
		/* display:none; */
		left:-100%;
	}
	.main-navigation ul li.focus .sub-menu {
		/* display:none; */
		left:0;
	}
	#site-navigation .nav-menu .sub-menu {
		max-width: 100%;
	}
div.wpforms-container-full .wpforms-form .wpforms-field
{
	text-align:center;
}
#wpforms-200 .wpforms-pagebreak-left button.wpforms-page-button
{

	margin-bottom:20px;
}
#wpforms-200 .wpforms-page-1 button.wpforms-page-button {
	width:100%;
}
#wpforms-form-200 .wpforms-page-2 .wpforms-field:not(.ignore):not(.wpforms-field-hidden) {
	display:block;
}
#wpforms-form-200 .wpforms-page-2 .wpforms-field-label {
	width:100%;
	float:none;
	margin-bottom:20px;
}
#wpforms-form-200 .wpforms-page-2 input[type="text"], #wpforms-form-200 .wpforms-page-2 select {
	width:100%;
}
#wpforms-200 .wpforms-form input.wpforms-field-medium, #wpforms-200 .wpforms-form select.wpforms-field-medium, div.wpforms-container-full .wpforms-form .wpforms-field-row.wpforms-field-medium {
	max-width:100%;
}
.firmlinx_news .article .content_card {
	padding:30px;
	text-align: center;
}
.firmlinx_news .article .content_card h3 {
	text-align: center;
}
#wpforms-form-200 .wpforms-page-indicator-page-number:after {
	font-size:18px;
}
#wpforms-form-200 .wpforms-page-indicator-page.wpforms-page-indicator-page-3 {
	padding-right:2%;
}
#wpforms-form-200 .wpforms-page-indicator {
	margin-bottom:-10px;
}
#wpforms-form-200 .wpforms-page-3 .wpforms-field-pagebreak, #wpforms-form-200 .wpforms-submit-container {
	width:100%;
}
#wpforms-200 .wpforms-pagebreak-left button.wpforms-page-button {
	width:100%;
}
#wpforms-form-200 .wpforms-submit-container {
	margin-top:-20px;
}
#wpforms-form-200 .wpforms-submit-container button {
	width:100%;
}
#wpforms-form-200 #wpforms-200-field_3-container .wpforms-pagebreak-left {
	margin-right:0;
}
}
