/*
Theme Name: Webshipper
Text Domain: webshipper
Version: 1.0
Requires at least: 4.7
Requires PHP: 5.2.4
Description: Custom theme built for Webshipper by IO Media ApS
Author: IO Media ApS
Author URI: https://iomedia.dk/

All files, unless otherwise stated, are released under the GNU General Public
License version 2.0 (http://www.gnu.org/licenses/gpl-2.0.html)

*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	0. 	CSS Reset
	1. 	Document Setup
	2. 	Element Base

----------------------------------------------------------------------------- */


/* -------------------------------------------------------------------------- */

/*	0. CSS Reset
/* -------------------------------------------------------------------------- */

@import url('https://fonts.googleapis.com/css2?family=Spartan:wght@400;500;600;700;800&display=swap');

@import "assets/scss/collect.css"; 

html,
body {
	border: none;
	margin: 0;
	padding: 0;
    display: inline-block;
    width: 100%;
    font-size: 1.6rem;
    line-height: 2.2rem;
    font-family: 'Spartan', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
address,
big,
cite,
code,
em,
font,
img,
small,
strike,
sub,
sup,
li,
ol,
ul,
fieldset,
form,
label,
legend,
button,
table,
caption,
tr,
th,
td {
	border: none;
	font-size: inherit;
	line-height: inherit;
	margin: 0;
	padding: 0;
	text-align: inherit;
}

blockquote::before,
blockquote::after {
	content: "";
}


/* -------------------------------------------------------------------------- */

/*	1. Document Setup
/* -------------------------------------------------------------------------- */


html {
	font-size: 62.5%; /* 1rem = 10px */
	scroll-behavior: smooth;
}

@media (prefers-reduced-motion: reduce) {
	html {
		scroll-behavior: auto;
	}
}

body {
	background: #fff;
	box-sizing: border-box;
	color: #000;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 1.8rem;
	letter-spacing: -0.015em;
	text-align: left;
}

@supports ( font-variation-settings: normal ) {

	body {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

*,
*::before,
*::after {
	box-sizing: inherit;
	-webkit-font-smoothing: antialiased;
	word-break: break-word;
	word-wrap: break-word;
}

#site-content {
    overflow: visible;
}


/* Clearing ---------------------------------- */

.group::after,
.entry-content::after {
	clear: both;
	content: "";
	display: block;
}


/* Base Transitions -------------------------- */

a,
path {
	transition: all 0.15s linear;
}


/* Screen Reader Text ------------------------ */

.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	-webkit-clip-path: inset(50%);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
	word-break: normal;
}

.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;
	-webkit-clip-path: none;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	right: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}


/* Skip Link --------------------------------- */

.skip-link {
	left: -9999rem;
	top: 2.5rem;
	z-index: 999999999;
	text-decoration: underline;
}

.skip-link:focus {
	display: block;
	left: 6px;
	top: 7px;
	font-size: 14px;
	font-weight: 600;
	text-decoration: none;
	line-height: normal;
	padding: 15px 23px 14px;
	z-index: 100000;
	right: auto;
}


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

/*
 * Chrome renders extra-wide &nbsp; characters for the Hoefler Text font.
 * This results in a jumping cursor when typing in both the classic editor and
 * block editor. The following font-face override fixes the issue by manually
 * inserting a custom font that includes just a Hoefler Text space replacement
 * for that character instead.
 */
@font-face {
	font-family: NonBreakingSpaceOverride;
	src: url(data:application/font-woff2;charset=utf-8;base64,d09GMgABAAAAAAMoAA0AAAAACDQAAALTAAEAAAAAAAAAAAAAAAAAAAAAAAAAAAAAP0ZGVE0cGh4GYACCahEICjx3CywAATYCJANUBCAFhiEHgWwbXQfILgpsY+rQRRARwyAs6uL7pxzYhxEE+32b3aeHmifR6tklkS9hiZA0ewkqGRJE+H7/+6378ASViK/PGeavqJyOzsceKi1s3BCiQsiOdn1r/RBgIJYEgCUhbm/8/8/h4saPssnTNkkiWUBrTRtjmQSajw3Ui3pZ3LYDPD+XG2C3JA/yKAS8/rU5eNfuGqRf4eNNgV4YAlIIgxglEkWe6FYpq10+wi3g+/nUgvgPFczNrz/RsTgVm/zfbPuHZlsuQECxuyqBcQwKFBjFgKO8AqP4bAN9tFJtnM9xPcbNjeXS/x1wY/xU52f5W/X1+9cnH4YwKIaoRRAkUkj/YlAAeF/624foiIDBgBmgQBeGAyhBljUPZUm/l2dTvmpqcBDUOHdbPZWd8JsBAsGr4w8/EDn82/bUPx4eh0YNrQTBuHO2FjQEAGBwK0DeI37DpQVqdERS4gZBhpeUhWCfLFz7J99aEBgsJCHvUGAdAPp4IADDCAPCEFMGpMZ9AQpTfQtQGhLbGVBZFV8BaqNyP68oTZgHNj3M8kBPfXTTC9t90UuzYhy9ciH0grVlOcqyCytisvbsERsEYztiznR0WCrmTksJwbSNK6fd1Rvr25I9oLvctUoEbNOmXJbqgYgPXEHJ82IUsrCnpkxh23F1rfZ2zcRnJYoXtauB3VTFkFXQg3uoZYD5qE0kdjDtoDoF1h2bulGmev5HbYhbrjtohQSRI4aNOkffIcT+d3v6atpaYh3JvPoQsztCcqvaBkppDSPcQ3bw3KaCBo1f5CJWTZEgW3LjLofYg51MaVezrx8xZitYbQ9KYeoRaqQdVLwSEfrKXLK1otCWOKNdR/YwYAfon5Yk8O2MJfSD10dPGA5PIJJQMkah0ugMJiv6x4Dm7LEa8xnrRGGGLAg4sAlbsA07sAt76DOsXKO3hIjtIlpnnFrt1qW4kh6NhS83P/6HB/fl1SMAAA==) format("woff2"), url(data:application/font-woff;charset=utf-8;base64,d09GRgABAAAAAAUQAA0AAAAACDQAAQAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAE9AAAABwAAAAchf5yU0dERUYAAATYAAAAHAAAAB4AJwAbT1MvMgAAAaAAAABJAAAAYJAcgU5jbWFwAAACIAAAAF4AAAFqUUxBZ2dhc3AAAATQAAAACAAAAAgAAAAQZ2x5ZgAAApAAAAAyAAAAPL0n8y9oZWFkAAABMAAAADAAAAA2Fi93Z2hoZWEAAAFgAAAAHQAAACQOSgWaaG10eAAAAewAAAAzAAAAVC7TAQBsb2NhAAACgAAAABAAAAAsAOQBAm1heHAAAAGAAAAAHQAAACAAWQALbmFtZQAAAsQAAAF6AAADIYvD/Adwb3N0AAAEQAAAAI4AAADsapk2o3jaY2BkYGAA4ov5mwzj+W2+MnCzXwCKMNzgCBSB0LfbQDQ7AxuI4mBgAlEAFKQIRHjaY2BkYGD3+NvCwMDBAALsDAyMDKhAFAA3+wH3AAAAeNpjYGRgYBBl4GBgYgABEMnIABJzAPMZAAVmAGUAAAB42mNgZlJhnMDAysDCKsKygYGBYRqEZtrDYMT4D8gHSmEHjgUFOQwODAqqf9g9/rYwMLB7MNUAhRlBcsxBrMlASoGBEQAj8QtyAAAAeNrjYGBkAAGmWQwMjO8gmBnIZ2NA0ExAzNjAAFYJVn0ASBsD6VAIDZb7AtELAgANIgb9AHjaY2BgYGaAYBkGRgYQSAHyGMF8FgYPIM3HwMHAxMDGoMCwQIFLQV8hXvXP//9AcRCfAcb///h/ygPW+w/vb7olBjUHCTCyMcAFGZmABBO6AogThgZgIUsXAEDcEzcAAHjaY2BgECMCyoEgACZaAed42mNgYmRgYGBnYGNgYAZSDJqMgorCgoqCjECRXwwNrCAKSP5mAAFGBiRgyAAAi/YFBQAAeNqtkc1OwkAUhU/5M25cEhcsZick0AwlBJq6MWwgJkAgYV/KAA2lJeUn+hY+gktXvpKv4dLTMqKycGHsTZNv7px7z50ZAFd4hYHjdw1Ls4EiHjVncIFnzVnc4F1zDkWjrzmPW+NNcwGlzIRKI3fJlUyrEjZQxb3mDH2fNGfRx4vmHKqG0JzHg6E0F9DOlFBGBxUI1GEzLNT4S0aLuTtsGAEUuYcQHkyg3KmIum1bNUvKlrjbbAIleqHHnS4iSudpQcySMYtdFiXlAxzSbAwfMxK6kZoHKhbjjespMTioOPZnzI+4ucCeTVyKMVKLfeAS6vSWaTinuZwzyy/Dc7vaed+6KaV0kukdPUk6yOcctZPvvxxqksq2lEW8RvHjMEO2FCl/zy6p3NEm0R9OFSafJdldc4QVeyaaObMBO0/5cCaa6d9Ggyubxire+lEojscdjoWUR1xGOy8KD8mG2ZLO2l2paDc3A39qmU2z2W5YNv5+u79e6QfGJY/hAAB42m3NywrCMBQE0DupWp/1AYI7/6DEaLQu66Mrd35BKUWKJSlFv1+rue4cGM7shgR981qSon+ZNwUJ8iDgoYU2OvDRRQ99DDDECAHGmGCKmf80hZSx/Kik/LliFbtmN6xmt+yOjdg9GztV4tROnRwX/Bsaaw51nt4Lc7tWaZYHp/MlzKx51LZs5htNri+2AAAAAQAB//8AD3jaY2BkYGDgAWIxIGZiYARCESBmAfMYAAR6AEMAAAABAAAAANXtRbgAAAAA2AhRFAAAAADYCNuG) format("woff");
}

/* ----------------------------------------------
Inter variable font. Usage:

@supports (font-variation-settings: normal) {
	html { font-family: 'Inter var', sans-serif; }
}
---------------------------------------------- */

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: normal;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-upright-var.woff2) format("woff2");
}

@font-face {
	font-family: "Inter var";
	font-weight: 100 900; /* stylelint-disable-line font-weight-notation */
	font-style: italic;
	font-display: swap;
	src: url(./assets/fonts/inter/Inter-italic-var.woff2) format("woff2");
}

x


/* Accessibility Settings -------------------- */

@media ( prefers-reduced-motion: reduce ) {

	* {
		animation-duration: 0s !important;
		transition-duration: 0s !important;
	}
}


/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* ---------------------------------------------*---------------------------- */


main {
	display: block;
}

h1,
h2,
h3,
h4,
h5,
h6,
.faux-heading {
	font-feature-settings: "lnum";
	font-variant-numeric: lining-nums;
	font-weight: 700;
	letter-spacing: -0.0415625em;
	line-height: 1.25;
	margin: 3.5rem 0 2rem;
}

h1,
.heading-size-1 {
	font-size: 3.6rem;
	font-weight: 800;
	line-height: 1.138888889;
}

h2,
.heading-size-2 {
	font-size: 3.2rem;
}

h3,
.heading-size-3 {
	font-size: 2.8rem;
}

h4,
.heading-size-4 {
	font-size: 2.4rem;
}

h5,
.heading-size-5 {
	font-size: 2.1rem;
}

h6,
.heading-size-6 {
	font-size: 1.6rem;
	letter-spacing: 0.03125em;
	text-transform: uppercase;
}


p {
    line-height: 1.6;
    margin: 0 0 1em 0;
    font-size: 1.8rem;
}

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

em em,
em i,
i em,
i i,
cite em,
cite i {
	font-weight: bolder;
}

big {
	font-size: 1.2em;
}

small {
	font-size: 0.75em;
}

b,
strong {
	font-weight: 700;
}

ins {
	text-decoration: underline;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

abbr,
acronym {
	cursor: help;
}

address {
	line-height: 1.5;
	margin: 0 0 2rem 0;
}

hr {
	border-style: solid;
	border-width: 0.1rem 0 0 0;
	border-color: #dcd7ca;
	margin: 4rem 0;
}

button:focus,
input:focus {
	outline: 0;
}

.entry-content hr,
hr.styled-separator {
	background: linear-gradient(to left, currentColor calc(50% - 16px), transparent calc(50% - 16px), transparent calc(50% + 16px), currentColor calc(50% + 16px));
	background-color: transparent !important;
	border: none;
	height: 0.1rem;
	overflow: visible;
	position: relative;
}

.entry-content hr:not(.has-background),
hr.styled-separator {
	color: #6d6d6d;
}

.entry-content hr::before,
.entry-content hr::after,
hr.styled-separator::before,
hr.styled-separator::after {
	background: currentColor;
	content: "";
	display: block;
	height: 1.6rem;
	position: absolute;
	top: calc(50% - 0.8rem);
	transform: rotate(22.5deg);
	width: 0.1rem;
}

.entry-content hr::before,
hr.styled-separator::before {
	left: calc(50% - 0.5rem);
}

.entry-content hr::after,
hr.styled-separator::after {
	right: calc(50% - 0.5rem);
}

p span a {
	color: #0047ff !important;
	text-decoration: underline !important;
}

p a {
	color: #0047ff !important;
	text-decoration: underline !important;
}

a {
	color: #000;
	text-decoration: underline;
}

a:hover,
a:focus {
	text-decoration: none;
}

.popular_carriers_integrations_p p {
	font-size: 1.5rem;
}

.features p {
    line-height: 1.5;
    margin: 0 0 1em 0;
    font-size: 1.7rem;
	font-weight: 400;
}


/* Lists ------------------------------------- */

ul,
ol {
	margin: 0 0 3rem 3rem;
}

ul {
	list-style: disc;
}

ul ul {
	list-style: circle;
}

ul ul ul {
	list-style: square;
}

ol {
	list-style: decimal;
}

ol ol {
	list-style: lower-alpha;
}

ol ol ol {
	list-style: lower-roman;
}

li {
	line-height: 1.5;
	margin: 0.5rem 0 0 2rem;
}

li > ul,
li > ol {
	margin: 1rem 0 0 2rem;
}

.reset-list-style,
.reset-list-style ul,
.reset-list-style ol {
	list-style: none;
	margin: 0;
}

.reset-list-style li {
	margin: 0;
}

dt,
dd {
	line-height: 1.5;
}

dt {
	font-weight: 700;
}

dt + dd {
	margin-top: 0.5rem;
}

dd + dt {
	margin-top: 1.5rem;
}


/* Quotes ------------------------------------ */

blockquote {
	border-color: #000;
	border-style: solid;

	/*rtl:ignore*/
	border-width: 0 0 0 0.2rem;
	color: inherit;
	font-size: 1em;
	margin: 4rem 0;

	/*rtl:ignore*/
	padding: 0.5rem 0 0.5rem 2rem;
}

cite {
	color: #6d6d6d;
	font-size: 1.4rem;
	font-style: normal;
	font-weight: 600;
	line-height: 1.25;
}

blockquote cite {
	display: block;
	margin: 2rem 0 0 0;
}

blockquote p:last-child {
	margin: 0;
}


/* Code -------------------------------------- */

code,
kbd,
pre,
samp {
	font-family: monospace;
	font-size: 0.9em;
	padding: 0.4rem 0.6rem;
}

code,
kbd,
samp {
	background: rgba(0, 0, 0, 0.075);
	border-radius: 0.2rem;
}

pre {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.5;
	margin: 4rem 0;
	overflow: auto;
	padding: 3rem 2rem;
	text-align: left;
}

pre code {
	background: transparent;
	padding: 0;
}


/* Media ------------------------------------- */

figure {
	display: block;
	margin: 0;
}

iframe {
	display: block;
	max-width: 100%;
}

video {
	display: block;
}

svg,
img,
embed,
object {
	display: block;
	height: auto;
	max-width: 100%;
}

figcaption,
.wp-caption-text {
	color: #6d6d6d;
	display: block;
	font-size: 1.5rem;
	font-weight: 500;
	line-height: 1.2;
	margin-top: 1.5rem;
}

figcaption a,
.wp-caption-text a {
	color: inherit;
}

blockquote.instagram-media,
iframe.instagram-media {
	margin: auto !important;
}

/* GALLERIES */

.gallery {
	display: flex;
	flex-wrap: wrap;
	margin: 3em 0 3em -0.8em;
	width: calc(100% + 1.6em);
}

.gallery-item {
	margin: 0.8em 0;
	padding: 0 0.8em;
	width: 100%;
}

.gallery-caption {
	display: block;
	margin-top: 0.8em;
}


/* Inputs ------------------------------------ */

fieldset {
	border: 0.2rem solid #dcd7ca;
	padding: 2rem;
}

legend {
	font-size: 0.85em;
	font-weight: 700;
	padding: 0 1rem;
}

label {
	display: block;
	font-size: 1.6rem;
	font-weight: 400;
	margin: 0 0 0.5rem 0;
}

label.inline,
input[type="checkbox"] + label {
	display: inline;
	font-weight: 400;
	margin-left: 0.5rem;
}

input[type="checkbox"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	position: relative;
	top: 2px;
	display: inline-block;
	margin: 0;
	width: 1.5rem;
	min-width: 1.5rem;
	height: 1.5rem;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	border-color: #dcd7ca;
	box-shadow: none;
	cursor: pointer;
}

input[type="checkbox"]:checked::before {
	/* Use the "Yes" SVG Dashicon */
	content: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2020%2020%27%3E%3Cpath%20d%3D%27M14.83%204.89l1.34.94-5.81%208.38H9.02L5.78%209.67l1.34-1.25%202.57%202.4z%27%20fill%3D%27%23000000%27%2F%3E%3C%2Fsvg%3E");
	position: absolute;
	display: inline-block;
	margin: -0.1875rem 0 0 -0.25rem;
	height: 1.75rem;
	width: 1.75rem;
}

input,
textarea,
button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file__button {
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	line-height: 1;
}

@supports ( font-variation-settings: normal ) {

	input,
	textarea,
	button,
	.button,
	.faux-button,
	.faux-button.more-link,
	.wp-block-button__link,
	.wp-block-file__button {
		font-family: "Inter var", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Helvetica, sans-serif;
	}
}

input,
textarea {
	border-color: #dcd7ca;
	color: #000;
}

code,
input[type="url"],
input[type="email"],
input[type="tel"] {

	/*rtl:ignore*/
	direction: ltr;
}

input[type="text"],
input[type="password"],
input[type="email"],
input[type="url"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="number"],
input[type="search"],
input[type="tel"],
input[type="color"],
textarea {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #fff;
	border-radius: 0;
	border-style: solid;
	border-width: 0.1rem;
	box-shadow: none;
	display: block;
	font-size: 1.6rem;
	letter-spacing: -0.015em;
	margin: 0;
	max-width: 100%;
	padding: 1.5rem 1.8rem;
	width: 100%;
}

select {
	font-size: 1em;
}

textarea {
	height: 12rem;
	line-height: 1.5;
	width: 100%;
}

input::-webkit-input-placeholder {
	line-height: normal;
}

input:-ms-input-placeholder {
	line-height: normal;
}

input::-moz-placeholder {
	line-height: revert; /* Reset to the value from the user-agent stylesheet. */
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button,
input[type="search"]::-webkit-search-results-decoration {
	display: none;
}

button,
.button,
.faux-button,
.wp-block-button__link,
.wp-block-file .wp-block-file__button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: none;
	-moz-appearance: none;
	background: #000;
	border: none;
	border-radius: 0;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.5rem;
	font-weight: 600;
	letter-spacing: 0.0333em;
	line-height: 1.25;
	margin: 0;
	opacity: 1;
	padding: 1.1em 1.44em;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
	transition: opacity 0.15s linear;
}

button:focus,
button:hover,
.button:focus,
.button:hover,
.faux-button:focus,
.faux-button:hover,
.wp-block-button .wp-block-button__link:focus,
.wp-block-button .wp-block-button__link:hover,
.wp-block-file .wp-block-file__button:focus,
.wp-block-file .wp-block-file__button:hover,
input[type="button"]:focus,
input[type="button"]:hover,
input[type="reset"]:focus,
input[type="reset"]:hover,
input[type="submit"]:focus,
input[type="submit"]:hover {
	text-decoration: underline;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]: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 {
	border-color: currentColor;
}

input[type="search"]:focus {
	outline: thin dotted;
	outline-offset: -4px;
}

/* Tables ------------------------------------ */

table {
	border: 0.1rem solid #dcd7ca;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 1.6rem;
	margin: 4rem 0;
	max-width: 100%;
	overflow: hidden;
	width: 100%;
}

.alignleft > table {
	margin: 0;
}

.alignright > table {
	margin: 0;
}

th,
td {
	border: 0.1rem solid #dcd7ca;
	line-height: 1.4;
	margin: 0;
	overflow: visible;
	padding: 0.5em;
}

caption {
	background: #dcd7ca;
	font-weight: 600;
	padding: 0.5em;
	text-align: center;
}

thead {
	vertical-align: bottom;
	white-space: nowrap;
}

th {
	font-weight: 700;
}

/* COLS */
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-12 {
	display: inline-block;
	float: left;
}


.col-md-2 {
    width: 16.66%;
}
.col-md-3 {
    width: 25%;
}
.col-md-4 {
    width: 33.33%;
}
.col-md-6 {
    width: 50%;
}
.col-md-8 {
    width: 66.66%;;
}
.col-md-9 {
    width: 75%;
}
.col-md-10 {
    width: 83.33%;
}
.col-md-12 {
    width: 100%;
}

.hide-md {
	display: none!important;
}

.section-inner {
    max-width: 1400px;
    margin: 0 auto;
}

.elementor-heading-title {
    padding: 0;
    margin: 0;
    line-height: 1.2;
}

.elementor-widget-wrap>.elementor-element.elementor-widget-button {
    width: auto;
    display: inline-block;
    margin-right: 10px;
}

.elementor-button {
    border-radius: 40px;
    padding: 15px 25px;
}

.btn-cta {
    padding: 10px 20px;
    display: inline-block;
    border-radius: 40px;
    background: #E0A681;
    color: #fff;
    text-decoration: none;
    font-size: 1.4rem;
    font-weight: 600;
}

.btn-cta:hover {
    padding-right: 45px;
}

.btn-cta:before {
	content: '';
	width: 15px;
	height: 10px;
	background: url('/wp-content/uploads/2020/10/icon-arrow-right.svg');
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 16px;
	opacity: 0;
	transition: all 300ms ease;
}

.btn-cta:hover:before {
    opacity: 1;
    right: 20px;
}

.read-more:before {
	content: '';
	width: 15px;
	height: 10px;
	background: url('/wp-content/uploads/2020/10/icon-arrow-right.svg');
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 40px;
	top: 5px;
	opacity: 0;
	transition: all 300ms ease;
}

.read-more:hover:before {
    opacity: 1;
    right: -20px;
}

.btn-white {
    background: #fff;
    color: #10296b;
    border: 1px solid #eee;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
}

.btn-white:hover {
	background: #10296b;
	color: #fff;
}

.btn-white:hover:before {
	width: 15px;
	height: 10px;
	background: url('/wp-content/uploads/2020/10/icon-arrow-right-negative.svg');
	background-position: center;
	background-size: cover;
}

.btn-e-white .elementor-button {
    background: #fff;
    color: #E0A681;
}

.btn-e-white-2 .elementor-button {
    background: #fff;
    color: #E0A681;
    box-shadow: 5px 4px 13px rgba(0,0,0,0.1);
}

.btn-e-white-2 .elementor-button:hover {
    background: #E0A681;
    color: #fff;
    box-shadow: 5px 4px 15px rgba(0,0,0,0.15);
}

header .btn-e-white {
    margin-bottom: 0!important;
    background: #fff;
    /*color: #10296b;*/
    border: 1px solid #eee;
    margin-right: 10px;
    min-width: 100px;
    text-align: center;
    border-radius: 40px;
}

header .btn-e-white a:hover .elementor-button-text:before {
	width: 15px;
	height: 10px;
	background: url('/wp-content/uploads/2020/10/icon-arrow-right-negative.svg');
	background-position: center;
	background-size: cover;
}

/*
.btn-e-dark .elementor-button {
    color: #fff;
    position: relative;
}

.elementor-button span {
    width: auto;
    display: inline-block;
    position: relative;
    transition: none;
}

.elementor-button  span.elementor-button-text {
	transition: all 300ms ease;
}

.elementor-button .elementor-button-text:before {
	content: '';
	width: 15px;
	height: 10px;
	background: url('/wp-content/uploads/2020/10/icon-arrow-right.svg');
	background-position: center;
	background-size: cover;
	position: absolute;
	right: 0px;
	top: 2px;
	opacity: 0;
	transition: all 300ms ease;
}

.btn-e-dark .elementor-button .elementor-button-text:before {
	width: 15px;
	height: 10px;
	background: url('/wp-content/uploads/2020/10/icon-arrow-right-negative.svg');
	background-position: center;
	background-size: cover;
}

.elementor-button:hover .elementor-button-text:before {
    opacity: 1;
    right: -3px;
}

.elementor-button:hover  span.elementor-button-text {
	padding-right: 20px;
}
*/

.h-sub span.elementor-heading-title {
    color: #EAA358!important;
    padding-left: 30px;
    position: relative;
}

.h-sub span.elementor-heading-title:before {
    content: '';
    width: 20px;
    height: 2px;
    position: absolute;
    top: 10px;
    left: 0;
    background: #EAA358;
}

.elementor-widget-heading.accent .elementor-heading-title {
	position: relative;
}

.elementor-widget-heading.accent .elementor-heading-title:before {
	content: '';
	width: 20px;
	height: 2px;
	background: #E0A681;
	position: absolute;
	top: -15px;
	left: 0;
}

.elementor-widget-heading.accent-center .elementor-heading-title {
	position: relative;
}

.elementor-widget-heading.accent-center .elementor-heading-title:before {
    content: '';
    width: 20px;
    height: 2px;
    background: #E0A681;
    position: absolute;
    top: -15px;
    left: calc(50% - 10px);
}

.elementor-element.elementor-button-info .elementor-button {
    background-color: transparent;
    color: #EAA358;
    padding: 0;
}

ul.tick {
    margin-left: 0;
}

ul.tick li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 30px;
}

ul.tick li:before {
    content: '';
    background: url(/wp-content/uploads/2020/09/icon-tick.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

ul.tick2 {
    margin-left: center;
}

ul.tick2 li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 30px;
}

ul.tick2 li:before {
    content: '';
    background: url(/wp-content/uploads/2020/09/icon-tick.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

a.elementor-post__read-more {
	position: relative;
}

.section-cases a:before,
a.elementor-post__read-more:before {
    content: '';
    width: 15px;
    height: 10px;
    background: url(/wp-content/uploads/2020/10/icon-arrow-right-negative.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    right: 20px;
    top: 6px;
    opacity: 0;
    transition: all 300ms ease;
}

.section-cases a:hover:before,
a.elementor-post__read-more:hover:before {
    opacity: 1;
    right: -20px;
}

/* HEADER */
header {
    display: inline-block;
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
}

header .header-titles-wrapper {

}

header .elementor-column-wrap.elementor-element-populated {
    padding: 0!important;
}

.header-logo {
	max-height: 43px;
	overflow: hidden;
    margin-top: 0;
    top: -2px;
}

.site-logo img {
    height: 20px;
    width: auto;
    max-width: none;
}

.site-description {
    display: none;
}

.header-cta-wrapper .btn {
    position: relative;
    top: -6px;
}

.header-cta-wrapper {
    text-align: right;
}

/* NAVIGTAION */

ul.primary-menu {
    float: none;
    margin: 0 auto;
    display: inline-block;
}

ul.primary-menu li {
    list-style-type: none;
    display: inline-block;
    margin: 0 10px;
}

ul.primary-menu li a {
    text-decoration: none;
    font-size: 1.6rem;
    color: #10296b;
    position: relative;
}

ul.primary-menu li a:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #E0A681;
	bottom: -2px;
	left: 0;
	position: absolute;
	opacity: 0;
}

ul.primary-menu li a:hover:before {
	opacity: 1;
}

.elementor-nav-menu .sub-arrow i:before {
    content: ''!important;
    width: 5px;
    height: 5px;
    position: absolute;
    top: 5px;
    right: 8px;
    border: 1px solid #0A276F;
    border-top: 0;
    border-right: 0;
    transform: rotate(-45deg);
}

.elementor-nav-menu--main ul {
    top: 0px;
}

.elementor-nav-menu--main .elementor-nav-menu ul {
    min-width: 240px!important;
    box-shadow: 0 2px 7px rgb(0 0 0 / 10%);
    border-radius: 5px;
    top: 30px!important;
    overflow: hidden;
    padding: 15px;
}

.elementor-nav-menu--main .elementor-nav-menu ul li {
    border-bottom: 0;
}

.elementor-nav-menu--main .elementor-nav-menu ul li:last-child {
	border-bottom: 0;
}

.elementor-nav-menu--main ul a.elementor-item:before {
    content: '';
    width: calc(100% - 20px);
    height: 1px;
    background: #000;
    position: absolute;
    bottom: -13px;
    left: 10px;
    transition: all 300ms ease;
}

.elementor-nav-menu--main .elementor-nav-menu ul img {
    width: 35px;
    margin-right: 15px;
    padding: 6px 0;
}

.elementor-nav-menu--main ul a.elementor-item:hover:before
.elementor-nav-menu--main ul li.current-menu-item a.elementor-item:before {
    bottom: -8px;
}

.pll-parent-menu-item a:before {
	display: none!important;
}

.elementor-nav-menu--main .elementor-nav-menu ul a.elementor-sub-item {
    padding: 5px 10px;
    font-size: 1.4rem;
    font-weight: 500;
    color: #0A276F;
    justify-content: left;
    margin: 0;
    border: 0;
    border-radius: 10px;
}

.elementor-nav-menu--main .elementor-nav-menu ul a.elementor-sub-item:hover,
.elementor-nav-menu--main .elementor-nav-menu ul .current-menu-item > a.elementor-sub-item {
	background: #f7f0e8!important;
	color: #E0A681;
}

.elementor-nav-menu--main .elementor-nav-menu .mega-menu > ul > li:first-child > a, .elementor-nav-menu--main .elementor-nav-menu .mega-menu > ul > li:last-child > a {
    background:white!important;
}

nav.primary-menu-wrapper {
    text-align: center;
}

.menu-modal.cover-modal.header-footer-group {
    display: none;
}

button.toggle.nav-toggle.mobile-nav-toggle {
    display: none;
}

.pll-parent-menu-item span {
    display: none;
}

.pll-parent-menu-item a {
    top: 0;
    left: 5px;
}

.pll-parent-menu-item img {
    height: 18px;
    width: 18px; 
}

.elementor-nav-menu .pll-parent-menu-item ul .elementor-sub-item img {
    padding: 2px 0;
    margin-right: 0px;
}

.pll-parent-menu-item .sub-menu span {
    display: inline-block;
    font-size: 1.1rem;
}

.pll-parent-menu-item .sub-menu a.elementor-sub-item {
    border: 0;
    padding: 5px 10px!important;
    box-sizing: border-box;
    top: 0;
    left: 0;
}

/* HERO */
.hero .illustration {
    width: 700px;
    /*margin-bottom: -81px;
    margin-top: 90px;*/
}

.hero h2.elementor-heading-title {
    color: #fff;
    font-size: 4.5rem;
    margin-top: 30px;
    margin-bottom: 30px;
    line-height: 50px;
}

.hero p {
    color: #8595a7;
    max-width: 100%;
}

.hero .elementor-widget-button {
    margin-top: 40px;
}

.hero-splash:before {
    content: '';
    width: 1200px;
    height: 595px;
    background: url(/wp-content/uploads/2020/09/splash-large.svg);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 0;
    left: calc(50% - 600px);
}

.hero-splash-alt:before {
    content: '';
    width: 1200px;
    height: 595px;
    background: url(/wp-content/uploads/2020/10/splash3.png);
    background-position: center;
    background-size: cover;
    position: absolute;
    top: 160px;
    left: calc(50% - 600px);
}

/* SECTION USP */
.section-usp .item {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    width: calc(33.33% - 150px);
    margin: 0 75px;
    padding: 60px 30px 30px;
    font-size: 1.6rem;
    line-height: 2rem;
}

.section-usp .item .elementor-image img {
    height: 80px;
}

.section-usp .elementor-row {
    width: calc(100% + 150px);
    margin-right: -75px;
    margin-left: -75px;
    margin-bottom: 150px;
}

.section-usp .item .elementor-column-wrap {
    padding: 0!important;
}

.section-usp .item h3 {
    font-size: 2.2rem;
    margin-top: 10px;
}

.section-usp .item .elementor-widget-heading {
    margin-bottom: 15px;
}

/* SECTION SERVICES */
.section-services .item {
    margin-top: 20px;
    padding: 0 10px;
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: transform;
}

.section-services .item:hover {
    transform: scale(1.1);
}

.section-services .item .elementor-element-populated {
    padding-top: 20px!important;
    padding-bottom: 20px!important;
}

.section-services .item > div {
    background: none;
    border-radius: 30px;
    box-shadow: none;
    margin: 0;
    font-size: 1.6rem;
    line-height: 2rem;
    padding-top: 70px!important;
    padding-bottom: 70px!important;
    transition: all 300ms ease;
}

.section-services .item:hover .elementor-element-populated {
    background: #fff;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
}

.section-services .item .elementor-widget-button {
    margin-right: 0;
    width: 100%;
    opacity: 0;
}

.section-services .item:hover .elementor-widget-button {
    opacity: 1;
}

.section-services .item img {
    height: 120px;
    width: auto;
    transform: translateZ(0);
    backface-visibility: hidden;
    transition-duration: 0.3s;
    transition-property: transform;
}

.section-services .item:hover img {
    transform: scale(1.2);
}

.section-services .item a {
    background: none;
    color: #E0A681;
    padding: 10px;
    display: inline-block;
    width: 100%;
    font-size: 1.4rem;
}

/* POSTS NO IMAGE */
.sections-posts-noimage .elementor-post__thumbnail {
    display: none;
}

.sections-posts-noimage .elementor-post__badge {
    margin: 0!important;
    border-radius: 5px;
    padding-top: 8px;
    top: 20px;
    right: auto!important;
    left: 30px;
    background: #F7EADA!important;
    color: #EAA358;
    font-weight: 600!important;
    font-size: 1rem;
}

.sections-posts-noimage .elementor-post__card {
    padding-top: 20px;
}

/* VIDEO */
.video-simple .elementor-custom-embed-play {
    display: none;
}

.video-simple img {
    width: 180px!important;
    margin: 0 auto;
}

/* BOX BADGE */
.box-badge {
    max-width: 600px;
    border-radius: 20px;
    box-shadow: 3px 5px 10px rgba(0,0,0,0.1);
    padding: 20px;
    position: relative;
    left: -140px;
    top: 210px;
    background: #fff;
}

.box-badge:before {
    content: '';
    background: url(/wp-content/uploads/2020/09/badge.svg);
    background-size: 90%;
    background-repeat: no-repeat;
    background-position: top center;
    height: 130px;
    width: 100%;
    position: absolute;
    top: -130px;
    right: 10px;
}

.box-badge .elementor-element-populated {
    padding-top: 10px!important;
    padding-bottom: 10px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
}

.box-badge .elementor-widget:not(:last-child) {
    margin-bottom: 0;
}

.box-badge .elementor-heading-title {
    margin-bottom: 20px;
}

/* SPLASH */
.splash:before {
    content: '';
    background: url(/wp-content/uploads/2020/10/splash-3.svg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    width: 140%;
    height: 600px;
    position: absolute;
    top: -90px;
    left: -20%;
    z-index: -1;
}

.splash-left:before {
    content: '';
    background: url(/wp-content/uploads/2020/09/splash-1.svg);
    background-position: right;
    background-repeat: no-repeat;
    width: 50%;
    height: 1300px;
    position: absolute;
    top: -390px;
    left: 0;
    z-index: -1;
}

.splash-left-2:before {
    content: '';
    background: url(/wp-content/uploads/2020/09/splash-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    height: 1300px;
    position: absolute;
    top: -390px;
    left: 0;
    z-index: -1;
}

.splash-left .item {
    position: absolute;
    width: 300px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 0 30px;
}

.splash-left .item-float-1 {
    top: -130px;
    left: 0;
}

.splash-left .item-float-2 {
    left: 0;
    top: 320px;
}

.splash-left .item-float-3 {
    left: 330px;
    top: 70px;
}

.splash-left .item .elementor-image {
    margin-top: -90px;
    margin-left: 10%;
    width: 80%;
}

.splash-right:before {
    content: '';
    background: url(/wp-content/uploads/2021/06/splash-5-01.svg) !important;
    background-position: right !important;
    background-repeat: no-repeat !important;
	background-size: 100%;
    width: 50% !important;
    height: 1300px !important;
    position: absolute !important;
    top: -390px !important;
    right: 0 !important;
    z-index: -1 !important;
}

.splash-right-2:before {
    content: '';
    background: url(/wp-content/uploads/2020/10/splash3.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
    width: 40%;
    height: 1300px;
    position: absolute;
    top: -390px;
    right: 0;
    z-index: -1;
}

.splash-right .item {
    position: absolute;
    width: 300px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    padding: 0 30px;
}

.splash-right .item-float-1 {
    top: -130px;
    right: 0;
}

.splash-right .item-float-2 {
    right: 0;
    top: 320px;
}

.splash-right .item-float-3 {
    right: 330px;
    top: 70px;
}

.splash-right .item .elementor-image {
    margin-top: -90px;
    margin-right: 10%;
    width: 80%;
}

__/* Right */ __

.section-case-cta {
    z-index: 9;
}

.section-case-cta > div.elementor-container {
    box-shadow: 0 10px 20px rgba(0,0,0,0.2);
    border-radius: 10px;
    position: relative;
    top: -60px;
    background: #fff;
}

/* ILLUSTRATIONS / ANIMATIONS */


.hero-illustration-1 {
    bottom: -152px;
    z-index: 9;
    margin-top: -125px;
}

.hero-illustration-1 .item1 img {
    width: 700px;
}

.hero-illustration-1 .item2 {
    position: absolute;
    width: 130px;
    z-index: 9;
    top: -50px;
    left: 150px;
    opacity: 0;
    transition: all 300ms ease;
}

.hero-illustration-1 .item2.active {
    top: -40px;
}

.img-shadow {
    filter: drop-shadow(5px 5px 15px rgba(0,0,0,0.17)) !important;
}

.hero-illustration-1 .item3 {
    position: absolute;
    width: 230px;
    z-index: 9;
    bottom: -40px;
    right: -100px;
    transition: all 1000ms ease;
    opacity: 0;
}

.hero-illustration-1 .item3.active {
    right: 260px;
}

.hero-illustration-1 .active {
	opacity: 1;
}

.illustration-floating-bubbles {

}


@keyframes pulseone {
	0% {
		transform: scale(0.90);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.90);
	}
}
@keyframes pulsetwo {
	0% {
		transform: scale(1);
	}

	70% {
		transform: scale(1.1);
	}

	100% {
		transform: scale(1);
	}
}
@keyframes pulsethree {
	0% {
		transform: scale(0.90);
	}

	50% {
		transform: scale(1);
	}

	100% {
		transform: scale(0.90);
	}
}

.bubble {
    position: absolute;
    width: 150px!important;
    z-index: 9;
	transform: scale(1);
}

.pulsing1 {
    width: 170px!important;
	animation: pulseone 10s infinite;
}

.pulsing2 {
    width: 120px!important;
	animation: pulsetwo 7s infinite;
}

.pulsing3 {
    width: 150px!important;
	animation: pulsethree 7s infinite;
}

.bubble.item1 {
    right: 100px;
    top: 30px;
}

.bubble.item2 {
    right: 0px;
    top: 200px;
}

.bubble.item3 {
    right: 0px;
    top: 320px;
}

.bubble.item4 {
    right: 190px;
    bottom: 0;
}

.bubble.item5 {
    left: 170px;
    bottom: -30px;
}

.bubble.item6 {
    left: 20px;
    top: 330px;
}

.bubble.item7 {
    top: 150px;
    left: 50px;
}

.bubble.item8 {
    top: 0px;
    left: 220px;
}

/* SECTION CASES */
.section-cases .box-overlay {
    position: absolute;
    bottom: 70px;
    padding: 30px;
    height: 180px;
}

.section-cases span {
    background: #E0A681;
    padding: 4px 10px;
    font-size: 1.1rem;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px;
    margin-bottom: 10px;
    display: inline-block;
}

.section-cases p {
    font-size: 2rem;
    font-weight: 600;
    color: #fff;
    line-height: 2.5rem;
}

.section-cases a {
    color: #E0A681;
    font-weight: 600;
    font-size: 1.6rem;
    position: absolute;
    bottom: 0;
}

.section-cases .elementor-widget-image {
	-webkit-transform: perspective(1px) translateZ(0);
	transform: perspective(1px) translateZ(0);
	box-shadow: 0 0 1px rgba(0, 0, 0, 0);
	-webkit-transition-duration: 0.5s;
	transition-duration: 0.5s;
}

.section-cases .elementor-inner-column:hover .elementor-widget-image {
	-webkit-transform: scale(0.95);
	transform: scale(0.95);
}

.elementor-widget-html {
	position: relative;
	bottom: 0;
	transition: all 300ms ease;
}

.section-cases .elementor-inner-column:hover .elementor-widget-html {
	bottom: 80px;
}

/* TESTIMONIAL */
.elementor-testimonial-wrapper {
    margin-top: 20px;
}

.elementor-widget-testimonial .elementor-testimonial-content {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
    padding-left: 90px;
}

.elementor-testimonial-image-position-aside {
    position: absolute;
    top: 20px;
    left: 0;
}

.elementor-testimonial-image-position-aside:before {
    content: '';
    background: url(/wp-content/uploads/2020/09/quote.svg);
    background-size: 30px;
    background-repeat: no-repeat;
    width: 40px;
    height: 30px;
    position: absolute;
    top: -13px;
    left: 44px;
}

.elementor-widget-testimonial .meta {
    margin-top: 20px;
}

.elementor-widget-testimonial .meta strong {
    font-size: 1.6rem;
    color: #E0A681;
}

.elementor-widget-testimonial .meta em {
    font-style: normal;
    font-weight: 400;
    font-size: 1.4rem;
    width: 100%;
    display: inline-block;
    line-height: 1;
    float: left;
}

.section-cta-singleline .elementor-element-populated {
    padding-top: 25px!important;
    padding-bottom: 25px!important;
}

.section-signature strong {
    color: #E0A681;
    display: inline-block;
    width: 100%;
    font-weight: 500;
    font-size: 1.6rem;
}

.section-signature span {
    font-size: 1.4rem;
    line-height: 1.4;
    float: left;
    width: 100%;
}

.section-contact-offset {
    margin-top: -150px;
}

.section-contact-offset .box {
    padding: 0 10px;
    margin: 0 10px;
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    background: #fff;
    border-radius: 5px;
}

.section-contact-offset .elementor-widget-button {
    left: calc(50% - 80px)!important;
    bottom: -30px!important;
    width: 160px!important;
}

.section-team .item .elementor-widget-image {
    margin-bottom: 30px;
}

.section-team .item .elementor-widget-heading {
    margin-bottom: 2px;
}

.section-team .item .elementor-widget-icon-box {
    margin-bottom: 7px;
    padding-left: 60px;
}



/* SECTION INTRODUCTION */ 
.section-introduction {
    padding: 0;
}

.section-introduction .illustration {
    width: 600px;
    position: relative;
    bottom: -100px;
}

.section-introduction .illustration-bubble {
    position: absolute;
    z-index: 999;
    width: 150px;
    left: 70px;
    top: 40px;
    opacity: 0;
    transition: all 300ms ease;
    transition-delay: 200ms;
}

.section-introduction.active .illustration-bubble {
    opacity: 1;
    top: 60px;
}

.section-introduction .illustration-badge {
    position: absolute;
    width: 150px;
    left: 290px;
    top: 120px;
    z-index: 999;
    opacity: 0;
    transition: all 300ms ease;
    transition-delay: 500ms;
}

.section-introduction.active .illustration-badge {
    opacity: 1;
    top: 140px;
}

.section-introduction h2.elementor-heading-title {
    margin-top: 0px;
    font-size: 4rem;
    line-height: 4.5rem;
}

/* SECTION LOGOLIST */
.section-logolist .item {
    background: #fff;
    border-radius: 30px;
    box-shadow: 0 2px 7px rgba(0,0,0,0.1);
    margin: 0 5px;
    padding: 0px 30px 15px;
    font-size: 1.6rem;
    line-height: 2rem;
}

.section-logolist .item .elementor-widget-heading {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -20px;
}



/* SECTION POSTS */
.section-posts .elementor-post__card {
    box-shadow: none;
    border-radius: 30px;
}

.section-posts h3.elementor-post__title {
    margin-bottom: 15px!important;
}

.section-posts h3.elementor-post__title a {
    color: #0C2445;
}

.section-posts .elementor-post__excerpt {
    margin-bottom: 10px!important;
}

.section-posts a.elementor-post__read-more {
    text-transform: none!important;
    font-size: 1.4rem;
}

/* SECTION FEATURELIST */
.section-featurelist .item img {
    width: 80%;
    position: relative;
    top: -30px;
}

.section-featurelist .item .elementor-text-editor {
    color: #10296B;
}

.section-featurelist .item .elementor-heading-title {
    color: #10296B;
}

/* ARTICLE */
.section-knowledge .elementor-posts {
    display: grid;
    grid-template-columns: repeat(auto-fit, 48%);
}

.section-knowledge .elementor-posts .elementor-post__card .elementor-post__read-more {
    text-transform: none;
}

.section-knowledge article .elementor-post__text {
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-knowledge article a.elementor-post__thumbnail__link {
    margin-bottom: 0!important;
    transition: all 300ms ease;
}

.section-knowledge article a.elementor-post__thumbnail__link:hover {
    opacity: 0.9;
}

.section-knowledge .elementor-post__thumbnail.elementor-fit-height img {
    height: 40%!important;
    top: calc(30% + 1px);
}

.section-knowledge .tag-fullimg .elementor-post__thumbnail.elementor-fit-height img {
    height: 100%!important;
    top: calc(50% + 1px);
}

.elementor-posts__hover-gradient .elementor-post__card .elementor-post__thumbnail__link:after {
	display: none!important;
}

.elementor-posts__hover-gradient .tag-fullimg .elementor-post__card .elementor-post__thumbnail__link:after {
	display: inline-block!important;
}


.section-knowledge .elementor-widget-posts .elementor-post__card .elementor-post__badge {
    top: 0;
    left: 0;
    right: auto!important;
    border-radius: 5px;
}

.section-knowledge .elementor-posts .elementor-post__excerpt p {
    color: #0A276F;
}

.section-knowledge .elementor-post__title a {
    color: #0A276F;
    font-weight: 500;
    font-size: 2.4rem;
}

.section-knowledge .tag-fullimg .elementor-post__title a,
.section-knowledge .elementor-posts .tag-fullimg .elementor-post__excerpt p {
	color: #fff;
}

.section-knowledge .elementor-post__card .elementor-post__thumbnail img {
    width: calc(70% + 1px);
}

.section-knowledge article.elementor-post:nth-child(3n + 3) {
    width: 100%;
    grid-column: span 2;
}

.section-knowledge article.elementor-post:nth-child(3n + 3) .elementor-post__card {
	display: inline-block;
}

.section-knowledge article.elementor-post:nth-child(3n + 3) a.elementor-post__thumbnail__link {
    width: 50%;
    float: left;
}

.section-knowledge article.elementor-post:nth-child(3n + 3) .elementor-post__thumbnail {
    padding-bottom: calc( 1 * 100% )!important;
}

.section-knowledge article.elementor-post:nth-child(3n + 3) .elementor-post__text {
    width: 50%;
    float: right;
    position: static;
}

.section-knowledge article.elementor-post:nth-child(3n + 3) .elementor-post__thumbnail.elementor-fit-height img {
    height: 50%!important;
    top: calc(50% + 1px);
}

.section-knowledge article.elementor-post:nth-child(3n + 3).tag-fullimg .elementor-post__title a,
.section-knowledge article.elementor-post:nth-child(3n + 3).tag-fullimg .elementor-post__excerpt p {
	color: #0A276F;
}

.section-knowledge article.elementor-post:nth-child(3n + 3) .elementor-post__title a {
    font-size: 3.4rem;
}

.section-knowledge article.elementor-post:nth-child(3n + 3).tag-fullimg .elementor-post__card .elementor-post__thumbnail img {
    width: calc(100% + 1px);
}

/* KNOWLEDGE SIDEBAR */

.elementor-widget-wrap>.elementor-element.btn-back {
    margin-bottom: 20px;
    display: inline-block;
}

.btn-back .elementor-button {
    background: none;
    color: #0A276F;
    padding-left: 25px;
}

.btn-back .elementor-button .elementor-button-text:before {
    opacity: 1;
    transform: rotate(180deg);
    left: -25px;
    top: 0;
}

form.hfe-search-button-wrapper {
    background: #fff;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    border-radius: 5px;
}

input.hfe-search-form__input {
    background: none!important;
}

i.fas.fa-times.clearable__clear {
    display: none;
}

.elementor-widget-wp-widget-categories h5 {
    color: #E0A681;
    font-weight: 500;
    font-size: 2rem;
}

.elementor-widget-wp-widget-categories ul {
    margin: 0;
}

.elementor-widget-wp-widget-categories ul li {
    margin: 0;
    margin-bottom: 30px;
    list-style-type: none;
    display: inline-block;
}

.elementor-widget-wp-widget-categories ul li.cat-item-20 {
	display: none;
}

.elementor-widget-wp-widget-categories ul li a {
    background: #fff;
    color: #0A276F;
    padding: 10px 15px;
    margin-right: 10px;
    border-radius: 5px;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
    font-size: 1.4rem;
}

.elementor-widget-wp-widget-wpp h2 {
    color: #E0A681;
    font-weight: 500;
    font-size: 2rem;
}

.elementor-widget-wp-widget-wpp .wpp-list {
    margin-left: 0;
}

.elementor-widget-wp-widget-wpp .wpp-list li:first-child {
    border-top: 1px solid #F7EADA;
}

.elementor-widget-wp-widget-wpp .wpp-list li {
    margin: 0;
    padding-top: 45px;
    padding-bottom: 20px;
    border-bottom: 1px solid #F7EADA;
    position: relative;
}

.elementor-widget-wp-widget-wpp .wpp-list .wpp-category {
    text-indent: -9999px;
    float: left;
    position: absolute;
    top: 20px;
    left: 0;
    background: #E0A681;
    padding: 2px 7px 0px;
    border-radius: 5px;
    text-transform: uppercase;
}

.elementor-widget-wp-widget-wpp .wpp-list .wpp-category a {
    text-indent: 0;
    float: left;
    color: #fff;
    font-size: 1.1rem;
}

.elementor-widget-wp-widget-wpp .wpp-list a.read-more {
    color: #E0A681;
    font-size: 1.3rem;
    font-weight: 500;
    width: auto;
    display: inline-block;
    position: relative;
}

span.badge-cat {
    position: absolute;
    top: 22px;
    left: 0;
    background: #E0A681;
    padding: 4px 6px;
    border-radius: 3px;
    text-transform: uppercase;
}

span.badge-cat a {
    font-size: 1.1rem;
    font-weight: 500;
    line-height: 1;
    float: left;
    color: #fff;
}

span.wpp-meta.post-stats {
    display: none;
}

a.wpp-post-title {
    color: #0A276F;
    font-weight: 500;
    font-size: 1.8rem;
    width: 100%;
    display: inline-block;
}


/* PRICES */
.section-prices .elementor-row {
	align-items: flex-start;
}

.section-prices .item {
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    position: relative;
}

.section-prices .item .item-img {
    position: absolute;
    top: 0;
    left: 0;
}

.section-prices .item .item-img img {
    position: absolute;
    bottom: 10px;
    left: 15%;
    width: 70%;
}

.section-prices .item .item-img.s img {
    width: 40%;
    left: 30%;
}

.section-prices .item .item-img.m img {
    width: 50%;
    left: 25%;
}

.section-prices .item .item-img.l img {
    width: 70%;
    left: 15%;
}

.section-prices .item .item-img.xl img {
    width: 80%;
    left: 10%;
}

.section-prices .item .elementor-price-table__header {
    background: none;
}

.section-prices .item .elementor-price-table__header h2 {
    color: #E3AC7E;
    margin-top: 10px;
}

.section-prices .elementor-widget-price-table .elementor-widget-container {
	background: none;
}

.section-prices span.elementor-price-table__currency.elementor-currency--before {
    position: absolute;
    margin-top: 70px;
    margin-right: 0;
    font-size: 1.4rem;
    font-weight: 400;
    color: #b4bdd3;
}

.section-prices span.elementor-price-table__period.elementor-typo-excluded {
    margin-top: 70px;
}

.section-prices span.elementor-price-table__integer-part {
    color: #0A276F;
    font-weight: 400;
}

.section-prices .elementor-price-table__price {
    padding-top: 0;
}

.section-prices span.elementor-price-table__integer-part small {
    font-size: 3.4rem;
    line-height: 1;
    position: relative;
    top: -10px;
}

.section-prices .elementor-price-table .elementor-price-table__features-list svg {
    display: inline-block;
    position: relative;
    top: 5px;
}

.elementor-price-table .elementor-price-table__features-list li span span {
    background: #b7c0c8;
    padding: 5px 10px;
    border-radius: 3px;
    float: right;
    position: relative;
    top: 5px;
    color: #fff;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
}

.elementor-price-table .elementor-price-table__features-list li span span.h {
    background: #E0A681;
}

.cp2-desc-table .ptp-cp2-data-holder {
    position: relative;
}

.features-row span span {
    background: #b7c0c8;
    padding: 5px 10px;
    border-radius: 3px;
    float: none;
    position: absolute;
    top: 11px;
    margin-left: -120px;
    color: #fff!important;
    font-weight: 600;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Spartan';
}

.features-row span span.h {
    background: #E0A681;
}

.elementor-price-table .elementor-price-table__features-list li .elementor-price-table__feature-inner {
    padding-bottom: 6px;
    text-align: left;
}

.elementor-price-table .elementor-price-table__features-list li span {
    font-size: 1.3rem;
}

.elementor-price-table__features-list li:before {
    border-top: 1px solid #eee!important;
    margin: 5px 0!important;
}

.elementor-price-table__additional_info {
    font-size: 1.4rem!important;
}

.elementor-price-table__additional_info a.btn {
    background: #0A276F;
    width: 100%;
    display: inline-block;
    border-radius: 40px;
    padding: 15px;
    color: #fff;
    margin-top: 20px;
    font-size: 1.4rem!important;
    font-weight: 600;
    line-height: 1;
}

.section-prices-sub {
    background: #fff;
    border-radius: 10px;
    margin: 0 10px;
    box-shadow: 0 10px 15px rgba(0,0,0,0.1);
    position: absolute;
    width: calc(75% - 20px)!important;
    bottom: 0;
}

.section-features .section-inner {
    box-shadow: 0 7px 25px rgba(0,0,0,0.15);
    padding: 0 50px;
}

.section-features .ptp-cp2-data-holder {
    color: #0A276F!important;
    font-size: 1.4rem!important;
}

.features-row span {
    color: #0A276F!important;
    border-bottom: none!important;
    font-weight: 400;
    font-size: 1.4rem;
}

.section-features .elementor-widget-heading {
    margin-bottom: 0;
}

.section-features h4.elementor-heading-title {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}

.features-row .elementor-element-populated {
    padding: 0!important;
}

.section-features .cp2-desc-table {
    border: 0!important;
}

.section-features .ptp-cp2-tabled-data {
    border: 0;
}

.section-features .ptp-cp2-data-holder {
    border-top: 0!important;
}

.section-features .cp2-desc-table .ptp-cp2-data-holder {
    border-bottom: 1px solid #eee;
    text-align: right;
}

.section-features .ptp-cp2-price-table .ptp-cp2-tabled-data {
    border: 0;
}

.section-features .ptp-cp2-data-holder {
    border-bottom: 1px solid #eee;
}

.section-features .ptp-cp2-columns-5 .row-fluid-cp2 .ptp-cp2-desc-span2 {
    width: 20%;
}

.section-features .ptp-cp2-columns-5 .row-fluid-cp2 .ptp-cp2-span2 {
    width: 20%;
}

.section-features .ptp-cp2-price-table-holder {
    margin-top: 0;
    margin-bottom: 15px;
    text-align: center;
}

.cp2-desc-table .ptp-cp2-data-holder .has-tip:before {
    content: '';
    width: 12px;
    height: 12px;
    background: url(/wp-content/uploads/2020/10/icon-tiptool.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: none;
    display: inline-block;
    position: relative;
    top: 1px;
    left: -10px;
}

.section-features i.fa.fa-times:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2020/10/icon-minus.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.section-features i.fa.fa-check:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/uploads/2020/10/icon-tick-2.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    float: left;
}

.tooltip {
    padding: 10px 20px!important;
    font-size: 1.2rem!important;
    margin-left: -14px;
    border-radius: 2px;
}

.ptp-comparison2-pricingtable .head {
    display: none;
}



/* CARDS */
.section-filter .elementor-post__card,
.elementor-card-shadow-yes .elementor-post__card {
    transform: translateZ(0);
    backface-visibility: hidden;
    transition: all 500ms ease;
    transition-duration: 0.3s;
    transition-property: transform;
    box-shadow: 0 0 30px 0 rgba(0,0,0,0.1);
}

.section-filter .elementor-post__card:hover,
.elementor-card-shadow-yes .elementor-post__card:hover {
    transform: scale(1.05);
}

/* POST */
.section-post .section-inner {
    box-shadow: 0 7px 25px rgba(0,0,0,0.15);
    padding: 0 50px;
    border-radius: 10px;
    margin-bottom: 150px;
    background: #fff;
}

.section-post a.elementor-post-info__terms-list-item {
    background: #E0A681;
    color: #fff!important;
    text-transform: uppercase;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 1.2rem;
    font-weight: 500;
}

.section-post .elementor-author-box {
    margin-bottom: 20px;
    margin-top: 10px;
}

.section-post .elementor-author-box img {
    width: 60px;
}

.section-post .elementor-author-box h4 {
    margin-top: 8px;
    margin-bottom: 0;
    font-size: 1.6rem;
    font-weight: 400;
}

.section-post .elementor-author-box .elementor-author-box__bio {
    font-size: 1.3rem;
    line-height: 1.4;
}

.section-post-social {
    display: inline-flex;
    width: 50px!important;
    position: absolute;
    right: -120px;
    top: -50px;
}

.elementor-share-btn {
    border-color: #E0A681;
}

span.elementor-share-btn__icon {
    color: #E0A681;
}

nav.pagination-single.section-inner {
    display: none!important;
}

.post-meta-wrapper.post-meta-single.post-meta-single-bottom {
    display: none;
}

/* FILTER */
figure.featured-media {
    display: none;
}

.button-group.filters-button-group {
    text-align: center;
    margin-bottom: 50px;
}

.button-group.filters-button-group button {
    background: none;
    color: #0A276F;
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    margin: 0 20px;
    font-weight: 400;
	text-decoration: none!important;
}

.button-group.filters-button-group button:hover {
	text-decoration: none;
}

.button-group.filters-button-group button.is-checked {
    color: #E0A681;
    position: relative;
}

.button-group.filters-button-group button.is-checked:before {
    content: '';
    bottom: 10px;
    left: 0;
    height: 1px;
    width: 100%;
    background: #E0A681;
    position: absolute;
}

.section-filter {
	opacity: 0;
	transition: all 300ms ease;
}

.section-filter.active {
	opacity: 1;
}

.section-filter .elementor-posts {
    margin-left: -10px;
    margin-right: -10px;
    height: auto;
}

.section-filter .elementor-posts article {
    width: calc(25% - 20px);
    margin: 0 10px;
    margin-bottom: 20px;
    float: left;
}

.section-filter .elementor-posts article.hidden {
    display: none!important;
}

.section-filter .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img,
.section-filter .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto;
    width: 50%;
}

.section-filter .elementor-post__thumbnail {
    padding-bottom: calc( 0.4 * 100% );
}

.section-filter .elementor-element-populated {
    padding-top: 0!important;
}

.section-filter .elementor-posts .elementor-post__card {
    width: 100%;
    border-radius: 30px;
    padding: 0!important;
    display: inherit!important;
    display: inline-block!important;
    text-align: center;
    padding-top: 25px!important;
}

.section-filter article p {
    color: #74869A!important;
    font-size: 1.4rem!important;
}

.section-filter .elementor-posts-container .elementor-post__thumbnail__link {
	margin-bottom: 0!important;
}

.section-filter .elementor-posts .elementor-post__card .elementor-post__excerpt {
    text-align: center;
    height: 63px;
}

.section-filter .elementor-post__text {
    margin-top: 0!important;
}

.section-filter .elementor-posts .elementor-post__badge {
    position: static;
    display: inline-block;
    width: auto;
    text-align: center;
    background: #F7EADA;
    color: #EAA358;
    font-weight: 600;
    border-radius: 5px;
    padding-top: 10px;
}

.button-group.filters-button-group input.quicksearch {
    width: 200px;
    margin: 0 auto;
    border: 1px solid #eee;
    border-radius: 40px;
    padding: 10px 20px;
    margin-top: 40px;
    margin-bottom: 0;
    font-size: 1.2rem;
    text-align: center;
}

button#load-more {
    position: relative;
    width: 200px;
    text-align: center;
    left: calc(50% - 100px);
    top: 40px;
    background: #E0A681;
    border-radius: 40px;
    text-transform: none;
    letter-spacing: 0;
}

.section-carriers.section-filter .elementor-post__card .elementor-post__text {
	padding-right: 15px;
	padding-left: 15px;
}

.section-filter h3.elementor-post__title a,
.section-carriers.section-filter h3.elementor-post__title a {
    color: #042447;
    font-size: 1.6rem;
    font-weight: 500;
}

.section-carriers.section-filter .elementor-posts article {
    width: calc(16.66% - 20px);
    min-height: 184px;
}

.section-carriers.section-filter .button-group.filters-button-group {
	margin-bottom: 0;
}

.section-carriers.section-filter .button-group.filters-button-group input.quicksearch {
    margin: 0;
    position: absolute;
    top: -50px;
    right: 0;
}

.section-carriers.section-filter .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img, 
.section-carriers.section-filter .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail.elementor-fit-height img {
    height: auto;
    width: 45%;
}

.template-signup .section-introduction {
    display: none;
}

/* BAMBOO */
.BambooHR-ATS-board h2 {
    display: none;
}

.BambooHR-ATS-board .BambooHR-ATS-Department-Header {
    color: #E0A681;
    padding-top: 40px;
    font-weight: 600;
    font-size: 1.4rem;
}

.BambooHR-ATS-board ul {
    border-top: 1px solid #eee;
}

.BambooHR-ATS-board ul ul {
    border-bottom: 1px solid #eee!important;
    border-top: 0;
    padding-bottom: 50px!important;
    padding-left: 0!important;
}

.BambooHR-ATS-board a {
    color: #0A276F;
    font-weight: 600;
    font-size: 1.8rem!important;
}

/* HUBSPOT FORM */

.hs-form-field {
    margin-bottom: 25px;
    position: relative;
	justify-content: center;
}

.hbspt-form {
    margin-top: 6px;
    margin-bottom: 30px;
}

.hbspt-form label span {
    color: #0A276F;
    font-weight: 500;
    font-size: 1.4rem;
}

.hbspt-form input.hs-input {
    background: none;
    border: 0;
    border-radius: 0!important;
    padding: 7px 0;
    border-bottom: 1px solid #F7EADA;
}

.hbspt-form select.hs-input {
    position: relative;
    top: 7px;
}

.form-slim .hbspt-form label {
    display: none;
}

.form-slim .hbspt-form input {
    border: 1px solid #F7EADA;
    border-radius: 5px!important;
    padding: 10px 13px;
}

.form-slim .hbspt-form select.hs-input {
    border: 1px solid #F7EADA;
    border-radius: 5px!important;
    padding: 11px 13px;
    top: 0;
    width: 100%;
	-webkit-appearance: none;
	appearance: none;
}

.form-slim .hs-fieldtype-select::after {
    content: "▼";
    font-size: 7px;
    top: 9px;
    right: 22px;
    position: absolute;
}

.form-slim .hbspt-form .hs-fieldtype-radio label, 
.form-slim .hbspt-form .hs-fieldtype-checkbox label,
.form-slim .hbspt-form .hs-form-booleancheckbox-display {
    display: inline-block;
}

.form-slim .hs-fieldtype-intl-phone.hs-input {
    width: 100%!important;
}

.form-slim .hbspt-form fieldset.form-columns-1 input,
.form-slim .hbspt-form fieldset.form-columns-1 select {
    width: 100%;
}

.form-slim .hbspt-form input.hs-button.primary.large {
    border: 0;
    padding: 15px 50px;
    width: 100%;
    font-size: 16px;
}

.form-slim .legal-consent-container .hs-form-booleancheckbox-display p {
    padding-left: 0;
    white-space: normal;
    display: inline;
    float: none;
}

.form-slim .legal-consent-container .hs-form-booleancheckbox-display input {
    float: left;
    display: inline-block;
    padding: 0;
    width: auto!important;
}

/*.form-slim .hbspt-form label span.hs-form-required {
    display: none;
}*/

ul.no-list.hs-error-msgs.inputs-list {
    position: absolute;
    bottom: -25px;
    margin: 0;
}

ul.no-list.hs-error-msgs.inputs-list li {
    list-style-type: none;
    margin-left: 0;
    margin-top: 0;
}

ul.no-list.hs-error-msgs.inputs-list label.hs-error-msg {
    font-size: 1.2rem;
    color: #bd5d5d;
}

ul.inputs-list {
    margin-left: 0;
}

ul.inputs-list li {
    margin-left: 0;
    list-style-type: none;
}

ul.inputs-list.multi-container {
    margin-left: 0;
}

ul.inputs-list.multi-container li {
    list-style-type: none;
    margin-left: 0;
}

ul.inputs-list.multi-container li span {
    font-weight: 400;
    font-size: 1.4rem;
    color: #0A276F;
}

.legal-consent-container .hs-form-booleancheckbox-display>span {
    margin-left: 30px;
}

.legal-consent-container p, 
.legal-consent-container span {
    font-size: 1.2rem;
    font-weight: 400;
    float: none;
}

.legal-consent-container a {
    color: #0A276F;
    text-decoration: underline;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    border: 1px solid #F7EADA;
    border-radius: 3px!important;
    position: relative;
    top: 4px;
}

.legal-consent-container .hs-form-booleancheckbox-display input:checked {
    border: 1px solid #0A276F;
    background: #0A276F;
}

.legal-consent-container .hs-form-booleancheckbox-display input[type="checkbox"]:checked::before {
    content: '';
    background: url(/wp-content/uploads/2020/10/icon-tick-white.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 9px;
    height: 9px;
    position: absolute;
    top: 5px;
    left: 4px;
}

.hbspt-form .hs-fieldtype-radio label span {
    color: #EAA47A;
}

.hbspt-form .hs-fieldtype-radio ul li label {
    padding-left: 25px;
}

.hbspt-form label {
    position: relative;
}

.hbspt-form input.hs-button {
    background: #0A276F;
    border-radius: 40px;
    text-transform: none;
    padding: 15px 50px;
	display: block;
    margin: 0 auto;
}

.hbspt-form input[type="radio"] {
    border: 1px solid #0A276F!important;
    width: 15px;
    height: 15px;
    border-radius: 100%!important;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 3px;
	opacity: 0;
	cursor: pointer;
}

.hbspt-form .checkmark {
    position: absolute;
    top: 5px;
    left: 0;
    height: 16px;
    width: 16px;
    background-color: transparent;
    border-radius: 100%;
    border: 1px solid #F7EADA;
}

.hbspt-form input:checked ~ .checkmark {
    background-color: #0A276F;
    border-color: #0A276F;
}

.hbspt-form .checkmark:after {
 	content: "";
 	position: absolute;
 	display: none;
}

.hbspt-form input:checked ~ .checkmark:after {
 	display: block;
}

.hbspt-form .checkmark:after {
    top: 4px;
    left: 4px;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: white;
}

.form-box-offset {
    background: #fff;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1);
    border-radius: 30px;
    position: relative;
    top: 130px;
}

/* BLOG */
form#commentform {
    padding: 20px;
}

.comments-inner .comment {
    padding: 20px 0;
}

.comment-meta img.avatar {
    width: 40px;
    height: 40px;
    display: inline-block;
    border-radius: 100%;
}

.comment-author span.fn {
    display: inline-block;
    position: relative;
    top: -15px;
    left: 15px;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 0;
    color: #0A276F;
}

.comments-inner .comment .comment-metadata {
    font-size: 12px;
    font-weight: 400;
    margin-bottom: 20px;
}

.comments-inner .comment .comment-metadata a {
    color: #E0A681;
    font-weight: 500;
}

.comment-reply-title {
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px;
    margin-top: 40px;
    display: inline-block;
}

.form-submit .submit {
    background: #E0A681;
    border-radius: 30px;
    padding: 15px 25px;
    font-size: 14px;
    font-weight: 600;
    font-family: "Poppins";
    text-transform: none;
    letter-spacing: 0;
}


/* FOOTER */

.footer-info-wrapper img {
    height: 20px!important;
    width: auto;
    margin-bottom: 35px;
}

footer p {
    font-size: 1.4rem;
    line-height: 26px;
}

footer {
    padding-top: 0;
}

footer h5 {
    color: #0c2445;
    font-size: 2rem;
    margin-top: 0;
}

footer .menu {
    margin: 0;
    list-style: none;
}

footer .menu li {
    margin: 0;
    font-size: 1.6rem;
}

footer .menu li a {
	width: 100%;
    text-decoration: none!important;
    padding: 10px 0!important;
    padding-left: 30px!important;
    display: inline-block!important;
    color: #616e7e!important;
    position: relative!important;
    font-weight: 400!important;
}

footer .menu li a:hover {
    color: #0C2445!important;
    padding-left: 35px!important;
}

footer .menu li a:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(/wp-content/themes/webshipper/assets/images/footer-arrow.svg)!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    position: absolute!important;
    left: 0;
    top: 7px;
    opacity: 1!important;
    display: inline-block;
}

.footer-credits {
    width: 100%;
    display: inline-block;
    margin-top: 100px;
}

.footer-credits p.footer-copyright {
    font-size: 1.2rem;
    color: #999;
}

.footer-credits p.footer-copyright a {
    color: #999;
    text-decoration: none;
}


/* CUSTOMS FORM */

.shipping-tool {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    float: none;
    text-align: center;
}

.shipping-tool .col-md-2,
.shipping-tool .col-md-3,
.shipping-tool .col-md-4,
.shipping-tool .col-md-6,
.shipping-tool .col-md-8,
.shipping-tool .col-md-10,
.shipping-tool .col-md-12 {
    display: inline-block;
    float: left;
    padding: 0 10px;
    box-sizing: border-box;
    color: #0A276F;
}

.shipping-tool .h2 {
    color: #0A276F;
    font-size: 24px;
    margin-bottom: 5px;
    margin-top: 25px;
}

.shipping-tool .h3 {
    font-weight: 400;
    font-size: 16px;
    margin: 30px 0;
    margin-top: 15px;
}

.shipping-tool .h5 {
    font-size: 26px;
    margin: 0;
    margin-bottom: 5px;
}

.shipping-tool .h6 {
    font-size: 18px;
    margin: 0;
}

.tool-inner {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    float: none;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
    border-radius: 10px;
}


.shipping-tool .tool-process {
    text-align: center;
    position: relative;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

.shipping-tool .tool-process:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    background: #ecf0f1;
}

.shipping-tool .tool-process .icon {
    width: 50px;
    height: 50px;
    background: #ecf0f1;
    border-radius: 100%;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

.shipping-tool .tool-process .icon i {
    font-size: 20px;
    position: relative;
    top: 15px;
    opacity: 1;
}

.shipping-tool .nav-step {
    cursor: pointer;
    text-decoration: none
}

.shipping-tool .nav-step h3,
.shipping-tool .nav-step i {
    color: #0A276F;
    text-decoration: none
}

.shipping-tool .nav-step:hover .icon,
.shipping-tool .nav-step.current .icon {
    background: #E0A681;
    color: #fff;
}

.shipping-tool .nav-step:hover .icon i,
.shipping-tool .nav-step.current .icon i {
    color: #fff!important;
}

.shipping-tool .nav-step.current h3 {
    color: #E0A681;
    font-weight: 600;
}

.shipping-tool .btn-add-item {
    cursor: pointer;
    border: 1px solid #ecf0f1;
    background: #fff;
    padding: 12px 25px;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #0A276F;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: -10px;
}

.shipping-tool .btn-add-item:hover {
    background: #0A276F;
    color: #fff;
}

.shipping-tool .btn-find {
    cursor: pointer;
    border: 1px solid #0A276F;
    padding: 7px 2px;
    padding-top: 10px;
    float: left;
    border-radius: 5px;
    font-size: 14px;
    font-weight: 500;
    position: relative;
    top: 36px;
    width: calc(100% - 22px);
    text-align: center;
    color: #0A276F;
    text-decoration: none;
}

.shipping-tool .btn-find:hover {
    background: #0A276F;
    color: #fff;
}

.shipping-tool .btn-find i {
    margin-right: 3px;
}

.shipping-tool .btn-delete {
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 40px;
    height: 40px;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #ecf0f1;
    text-align: center;
}

.shipping-tool .btn-delete i {
    position: relative;
    top: -3px;
    font-size: 15px;
    color: #0A276F;
}

.shipping-tool .btn-cta {
    cursor: pointer;
    border: 1px solid #E0A681;
    background: #E0A681;
    padding: 15px 55px;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 30px;
    margin-top: 20px;
    text-decoration: none;
}

.shipping-tool .btn-cta:before {
	display: none!important;
}

.shipping-tool .btn-download {
    padding: 15px 30px!important;
    margin-top: 15px;
}

.shipping-tool .btn-download i {
    margin-right: 10px;
}



ul#tool-list {
    padding: 20px;
    margin: 0;
    text-align: left;
}

ul#tool-list .row,
.tool-form .row {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

ul#tool-list li {
    width: 100%;
    display: inline-block;
    margin: 0;
    margin-bottom: 20px;
    padding: 10px 0;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
    border-radius: 5px;
    position: relative;
}

#shipping-tool label {
    width: 100%;
    font-size: 15px;
    font-weight: 500;
    padding: 5px 0;
    display: inline-block;
    color: #0A276F;
    text-align: left;
}

#shipping-tool input,
#shipping-tool textarea {
    width: 100%;
    border: 0;
    background: #ecf0f1;
    padding: 10px;
    box-sizing: border-box;
    border: 0;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

#shipping-tool textarea {
    height: 150px;
}

#shipping-tool select {
    padding: 9px 10px;
    border: 1px solid #0A276F;
    border-radius: 4px;
    color: #0A276F;
    width: 100%;
}

.shipping-tool .tool-checkboxes {
    margin-top: 30px;
    margin-bottom: 25px!important;
    display: inline-block;
    width: 100%;
}

.shipping-tool .tool-checkboxes .container {
    width: auto!important;
    position: relative;
    padding-left: 30px!important;
    padding-right: 20px!important;
}

.shipping-tool .tool-checkboxes .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}

/* Create a custom checkbox */
.shipping-tool .tool-checkboxes .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #ecf0f1;
}

/* On mouse-over, add a grey background color */
.shipping-tool .tool-checkboxes .container:hover input ~ .checkmark {
  background-color: #ecf0f1;
}

/* When the checkbox is checked, add a blue background */
.shipping-tool .tool-checkboxes .container input:checked ~ .checkmark {
  background-color: #0A276F;
}

/* Create the checkmark/indicator (hidden when not checked) */
.shipping-tool .tool-checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
.shipping-tool .tool-checkboxes .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
.shipping-tool .tool-checkboxes .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 6px;
    height: 11px;
    border: 1px solid rgba(0, 0, 0, 0.06);
    
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

.shipping-tool .tool-checkboxes .container input.error ~ .checkmark {
    background-color: #f3d4d4;
}

#shipping-tool input.error {
    background-color: #f3d4d4;
}

.shipping-tool .tool-radioboxes {
    text-align: left;
}

.shipping-tool .tool-radioboxes .checkmark {
    border-radius: 100%;
}

.shipping-tool ul#tool-list li:first-child .btn-delete {
    display: none;
}

.shipping-tool .tool-checkboxes.terms {
    margin: 0;
    text-align: left;
}

.shipping-tool .left-align {
    text-align: left;
}

.shipping-tool div#tool-calulator {
    width: 400px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: inline-block;
}

.shipping-tool #tool-calulator input {
    color: #0A276F;
}

.shipping-tool .input-outer {
    position: relative;
}

.shipping-tool .input-outer i {
    position: absolute;
    height: 100%;
    width: 30px;
    background: #ecf0f1;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 20px;
    left: 0;
    top: 0;
}

.shipping-tool .input-outer.right i {
    right: 0;
    left: auto;
}

.shipping-tool .input-outer.left input {
    padding-left: 30px!important;
}

.shipping-tool .divider {
    width: 100%;
    display: inline-block;
}

.shipping-tool .consent {
    margin-top: 80px;
}

.shipping-tool .consent p {
    color: #8b989b;
    font-size: 13px;
}

.shipping-tool .hide {
    display: none;
}

.elementor-nav-menu--main .elementor-nav-menu .mega-menu a.highlighted ~ ul {
    display: flex;
}

.elementor-nav-menu--main .elementor-nav-menu .mega-menu > ul {
    
    width: auto;
}


.elementor-nav-menu--main .elementor-nav-menu .mega-menu > ul > li:first-child {
    border-right: 1px solid rgba(0,0,0,0.1);
    margin-right: 20px;
}

.elementor-nav-menu--main .elementor-nav-menu .mega-menu ul .menu-item-has-children a.has-submenu {
    pointer-events: none;
    padding-top: 20px;
}

.elementor-nav-menu--main .elementor-nav-menu .mega-menu ul .menu-item-has-children a.has-submenu .sub-arrow {
    display: none;
}

.elementor-nav-menu--main .elementor-nav-menu .mega-menu ul .sub-menu {
    display: block !important;
    position: relative;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    margin-left: 0 !important;
    transform: none;
    top: 0 !important;
    box-shadow: none;
    background: transparent;
    padding-left: 0;
    padding-top: 0;
}


@media (max-width: 450px) {

	.elementor-image img {
	    max-width: 100%!important;
	}

	.elementor-size-xxl {
	    font-size: 4.6rem!important;
	}

	header {
	    position: absolute;
	    z-index: 9;
	}

	.header-logo {
	    z-index: 999;
	}

	.header-menu {
	    position: absolute;
    	top: -4px;
	}

	nav.elementor-nav-menu--dropdown {
	    box-shadow: 0 3px 7px rgba(0,0,0,0.15);
	    border-radius: 10px;
	}

	.elementor-nav-menu li img {
	    width: 24px;
	    margin-right: 20px;
	}

	.elementor-nav-menu li {
	    border-bottom: 0;
	}

	.elementor-nav-menu li:last-child,
	.elementor-nav-menu li.current-menu-item {
		border-bottom: 0;
	}

	nav.elementor-nav-menu--dropdown a.elementor-item {
	    color: #0A276F;
	    font-size: 1.8rem!important;
	    padding: 15px 20px;
	    justify-content: normal;
	}

	.elementor-menu-toggle {
	    background-color: #E0A681;
	    border-radius: 100%;
	}

	.elementor-menu-toggle i {
	    color: #fff;
	    font-size: 2rem;
	    padding: 4px;
    	padding-top: 3px;
	}

	.elementor-nav-menu .sub-arrow i:before {
	    width: 10px;
	    height: 10px;
	    position: absolute;
	    top: 15px;
	    right: 23px;
	    transform: rotate(-45deg);
	}

	.elementor-nav-menu .highlighted .sub-arrow i:before {
    	border: 1px solid #fff;
	    border-top: 0;
	    border-right: 0;
	}

	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	    background-color: #E0A681;
	    color: #fff;
	}

	.elementor-nav-menu--dropdown a.elementor-sub-item {
	    color: #0A276F;
	    font-weight: 500!important;
	    padding: 10px 20px;
	}

	.pll-parent-menu-item a {
	    top: 0;
	    left: 0;
	    padding: 20px 20px!important;
	}

	.pll-parent-menu-item .sub-menu a.elementor-sub-item {
	    padding: 15px 20px!important;
	}

	.pll-parent-menu-item .sub-menu span {
	    font-size: 1.4rem;
	}

	.header-navigation-wrapper {
	    display: none;
	}

	.header-cta-wrapper {
	    display: none;
	}

	.header-logo-wrapper {
	    width: 100%;
	}

	.header-inner {
	    padding: 0 20px;
    	box-sizing: border-box;
	}

	.section-inner {
	    padding: 0 20px;
	}

	.hero .illustration {
	    width: 100%;
	    position: relative!important;
	    bottom: 0!important;
	}

	.hero .elementor-widget-button {
	    margin-top: 5px;
	}

	.hero .elementor-button {
	    padding-left: 15px;
	    padding-right: 15px;
	}

	.hbspt-form input.hs-button {
	    padding: 15px 10px;
	    box-sizing: border-box;
	    width: 100%;
	}

	.elementor-section-boxed {
	    padding-right: 10px!important;
	    padding-left: 10px!important;
	}

	/*.elementor-section .elementor-inner-section {
	    padding-left: 0!important;
	    padding-right: 0!important;
	}*/

	.section-usp .elementor-row {
	    width: 100%;
	    margin: 0;
	}

	.section-usp .item {
	    width: 100%;
	    margin: 0;
	    margin-bottom: 20px;
	    box-sizing: border-box;
	}

	.section-services .item {
	    width: 50%;
	}

	.section-services .item .elementor-element-populated {
	    padding: 10px 0!important;
	}

	.section-cases .box-overlay {
	    height: auto;
	}

	.section-cases a {
	    font-size: 1.8rem;
	}

	.elementor-element-populated {
	    padding-left: 20px!important;
	    padding-right: 20px!important;
	}

	.elementor-element-populated .elementor-element-populated {
	    padding-left: 0px!important;
	    padding-right: 0px!important;
	}

	.column-img .elementor-element-populated {
	    padding-bottom: 0!important;
	}

	.button-group.filters-button-group button {
	    margin: 0 10px;
	}

	.section-filter .elementor-posts article {
	    width: calc(50% - 15px);
	    height: 215px;
	    margin: 0 10px 0 5px;
	    margin-bottom: 20px;
	}

	.section-carriers.section-filter .elementor-posts article {
	    width: calc(50% - 15px);
	    margin: 0 5px 0 10px;
	    margin-bottom: 20px;
	}

	.section-filter .elementor-posts article:nth-child(2n + 1) {
	    margin-right: 5px;
	    margin-left: 10px;
	}

	.section-carriers.section-filter .elementor-posts article:nth-child(2n + 1) {
	    margin-right: 5px;
	    margin-left: 10px;
	}

	.section-filter .elementor-posts .elementor-post__badge {
	    font-size: 1rem;
	    margin: 20px 0 10px 0!important;
	}

	.home .elementor-posts .elementor-post__card .elementor-post__text {
	    padding: 0 30px;
	}

	.elementor-posts .elementor-post__card .elementor-post__text {
	    padding: 0 5px;
	}

	button#load-more {
	    position: absolute;
	    bottom: -80px;
	    top: auto;
	}

	input.quicksearch {
	    display: none;
	}

	.section-prices .item {
    	margin: 0;
	    margin-bottom: 150px;
	}

	.elementor-widget-price-table .elementor-price-table__features-list {
	    text-align: left;
	}

	.elementor-widget-price-table .elementor-price-table__features-list span {
	    font-size: 1.4rem;
	    line-height: 1.6;
	}

	.section-prices .elementor-price-table .elementor-price-table__features-list .elementor-price-table__feature-inner {
	    position: relative;
	}

	.section-prices .elementor-price-table__price {
	    padding-bottom: 15px;
	}

	.section-prices span.elementor-price-table__period.elementor-typo-excluded {
	    margin-top: 80px;
	}

	.section-prices span.elementor-price-table__integer-part {
	    font-size: 5.5rem;
	}

	.section-prices .item:last-child {
	    margin-bottom: 50px;
	}

	.section-prices-sub {
	    position: static;
	    width: 100%!important;
	    text-align: center;
	}

	.section-prices-sub .elementor-widget-wrap {
		align-items: center;
		justify-content: center;
	}

	.elementor-section-boxed {
	    padding-right: 10px!important;
	    padding-left: 10px!important;
	}

	.elementor-section-boxed .elementor-section-boxed {
	    padding-left: 0!important;
	    padding-right: 0!important;
	}

	.section-contact-offset .box {
	    margin-top: 50px;
	    margin-bottom: 50px;
	}

	.box-badge {
	    left: 0;
	    top: 90px;
	    margin-bottom: 20px!important;
	}

	.elementor-section-boxed .elementor-section-boxed.box-badge {
	    padding-left: 20px!important;
	    padding-right: 20px!important;
	}

	.section-team .item {
	    width: 50%;
	    padding: 0 5px;
	}

	.section-team .elementor-image {
	    width: 80%;
	    margin: 0 10%;
	}

	.section-team .item .elementor-widget-icon-box {
	    padding: 0;
		margin: 0;
	}

	.section-team .item .elementor-icon-box-icon {
	    margin-bottom: 0!important;
	    margin-top: 5px;
	    display: inline-block;
	    top: 9px;
	    position: relative;
	    width: 100%;
	    display: none;
	}

	.section-team .item .elementor-icon i, .section-team .item .elementor-icon svg {
	    font-size: 2.2rem;
	}

	.section-team .item .elementor-icon-box-content {
	    display: inline-block;
	    margin-left: 0;
	    margin-top: 15px;
	}

	.section-team .item .elementor-widget-container {
	    margin-bottom: 0!important;
	}

	.section-team .item .elementor-icon-box-content .elementor-icon-box-title a,
	.section-team .item .elementor-icon-box-content .elementor-icon-box-title span {
	    font-size: 1.4rem!important;
	}

	.section-knowledge .elementor-posts {
	    display: grid;
	    grid-template-columns: repeat(auto-fit, 90%);
	}

	.section-knowledge article.elementor-post {
	    width: 100%!important;
	    grid-column: span 2;
	}

	.section-knowledge .elementor-posts .elementor-post__card {
	    min-height: auto;
	    height: auto;
	}

	.section-knowledge article .elementor-post__text {
	    position: relative;
	    bottom: 0;
	    left: 0;
	}

	.section-knowledge article.elementor-post:nth-child(3n + 3) a.elementor-post__thumbnail__link {
	    width: 100%;
	    float: left;
	}

	.section-knowledge article.elementor-post:nth-child(3n + 3) .elementor-post__text {
	    width: 100%;
	    float: right;
	    position: static;
	}

	.section-knowledge .elementor-widget-wp-widget-categories ul li {
	    margin-bottom: 25px;
	}

	.section-knowledge .tag-fullimg .elementor-post__title a, 
	.section-knowledge .elementor-posts .tag-fullimg .elementor-post__excerpt p {
	    color: #0A276F;
	}

	.section-knowledge .elementor-post__card .elementor-post__thumbnail img {
	    width: calc(100% + 1px);
	}

	.section-knowledge .elementor-posts .elementor-post__card .elementor-post__text {
	    padding: 0 20px;
	}

	.single-post .section-case-cta {
	    padding-top: 150px;
	}

	.single-post .section-case-cta .elementor-section-boxed {
	    padding: 5px 20px!important;
	}

	.single-post .section-case-cta .elementor-section-boxed:last-child {
	    margin-bottom: 40px;
	}

	.single-post .section-case-cta .elementor-section-boxed .elementor-widget-container {
	    margin-bottom: 0;
	}

	.single-post .section-case-cta .elementor-section-boxed .elementor-image {
	    display: inline-block;
	}


	.hero-splash, .hero-splash-alt {
	    overflow: hidden;
	}

	section .section-post-social {
	    width: 100%!important;
	    left: -20px;
	    top: auto;
	    bottom: -135px;
	    position: absolute;
	}

	section .section-post-social .elementor-widget-container {
	    width: 100%;
	}

	section .section-post-social .elementor-grid {
	    display: inline-block;
	}

	section .section-post-social .elementor-grid-item {
	    display: inline-block;
	}

	.section-post .section-inner {
	    padding: 0 20px;
	}

	.section-post .section-inner > .elementor-element-populated {
	    padding: 20px 0!important;
	}

	.section-post .section-inner h1 {
	    font-size: 3.4rem!important;
	}

	.section-post .section-inner h2 {
	    font-size: 2.6rem!important;
	}

	.elementor-widget-theme-post-content .elementor-element-populated {
		padding: 0!important;
	}

	.elementor-widget-theme-post-content .elementor-section-boxed {
	    padding-left: 0!important;
	    padding-right: 0!important;
	}

	.single-post .hero-splash-alt .elementor-image {
	    display: none;
	}

	.splash-left .item {
	    position: static;
	    width: 100%;
	    margin-bottom: 70px;
	    padding: 0 30px!important;
	}
	
	.splash-right .item {
	    position: static;
	    width: 100%;
	    margin-bottom: 70px;
	    padding: 0 30px!important;
	}

	.hero.hero-splash {
	    padding-bottom: 0!important;
	}

	.hero.hero-splash .illustration {
	    width: 100%;
	    left: 0!important;
	}

	.splash:before {
	    content: '';
	    background: url(/wp-content/uploads/2020/10/splash-3.svg);
	    background-position: right;
	    background-repeat: no-repeat;
	    background-size: contain;
	    width: 100%;
	    height: 400px;
	    position: absolute;
	    top: -100px;
	    left: 0;
	    z-index: -1;
	}

	.hbspt-form .actions {
	    margin-top: 30px;
	}

	.elementor-widget-testimonial .meta em {
	    line-height: 1.4;
	}

	.column-video .elementor-element-populated {
	    padding: 0!important;
	}

	.section-static-logos {
	    margin-top: -50px!important;
	}

	.section-static-logos .elementor-col-20 {
	    width: 50%;
	}

	.section-static-logos .elementor-element-populated {
	    padding: 25px 0!important;
	}

	.pulsing1 {
	    width: 100px!important;
	}

	.pulsing2 {
	    width: 80px!important;
	}

	.pulsing3 {
	    width: 120px!important;
	}

	.bubble.item1 {
	    right: 0px;
	    top: 120px;
	}

	.bubble.item2 {
	    right: -10px;
	    top: 240px;
	}

	.bubble.item3 {
	    right: 90px;
	    top: 260px;
	}

	.bubble.item4 {
	    right: 200px;
	    bottom: -20px;
	}

	.bubble.item5 {
	    left: -10px;
	    bottom: 80px;
	}

	.bubble.item6 {
	    left: 20px;
	    top: 10px;
	}

	.bubble.item7 {
	    top: -30px;
	    left: 120px;
	}

	.section-introduction {
	    margin-bottom: 100px;
	}

	.section-introduction .illustration-badge {
	    width: 110px;
	    left: auto;
	    right: 30px;
	}

	.section-introduction.active .illustration-badge {
	    top: 100px;
	}

	.section-introduction .illustration-bubble {
	    width: 100px;
	}

	.BambooHR-ATS-board ul ul {
	    margin-bottom: 0;
	    padding-bottom: 40px!important;
	}

	.BambooHR-ATS-board li {
	    padding: 10px 0;
	}

	.BambooHR-ATS-board a {
	    width: 100%;
	    display: inline-block;
	}

	.BambooHR-ATS-board .BambooHR-ATS-Location {
	    float: left!important;
	    padding-top: 0!important;
	    padding-bottom: 0;
	}

	.BambooHR-ATS-board .BambooHR-ATS-Department-Header {
	    padding-top: 0px;
	}

	footer {
	    padding-top: 70px;
	}

	footer .elementor-widget-heading {
	    margin-bottom: 0!important;
	}

	footer .menu .elementor-widget-container {
	    margin-top: 10px!important;
	}

	footer .elementor-element-populated {
	    padding-top: 20px!important;
	    padding-bottom: 20px!important;
	}

	.footer-info {
	    margin-top: 50px;
	}

	.footer-info .elementor-image img {
	    width: auto;
	    height: 20px!important;
	}

}

.wp-image-6771 {
	float: right;
	margin-top: -20px;
	margin-left: 20px;
}

/* FREE TRIAL */
/* Change color */

.page-id-8185 header,
.page-id-8185 footer,
.page-id-7040 header,
.page-id-7040 footer,
.page-id-19356 header, 
.page-id-19356 footer,
.page-id-8324 header, 
.page-id-8324 footer
 {
    display: none;

}
#freetrial .shipping-tool {
    width: 800px;
    margin: 0 auto;
    display: inline-block;
    float: none;
}

#freetrial .tool-inner {
    width: 100%;
    margin: 0 auto;
    display: inline-block;
    float: none;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
    border-radius: 10px;
}


#freetrial .shipping-tool .tool-process {
    text-align: center;
    position: relative;
    margin-top: 30px;
    display: inline-block;
    width: 100%;
}

#freetrial .shipping-tool .tool-process:before {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    top: 25px;
    left: 0;
    z-index: 1;
    background: #ecf0f1;
}

#freetrial .shipping-tool .tool-process .icon {
    width: 50px;
    height: 50px;
    background: #ecf0f1;
    border-radius: 100%;
    float: none;
    margin: 0 auto;
    position: relative;
    z-index: 2;
}

#freetrial .shipping-tool .tool-process .icon i {
    font-size: 20px;
    position: relative;
    top: 15px;
    opacity: 1;
}

#freetrial .nav-step {
    cursor: pointer;
    text-decoration: none
}

#freetrial .nav-step h3,
#freetrial .nav-step i {
    color: #0A276F;
    text-decoration: none
}

#freetrial .nav-step:hover .icon,
#freetrial .nav-step.current .icon {
    background: #E0A681;
    color: #fff;
}

#freetrial .nav-step:hover .icon i,
#freetrial .nav-step.current .icon i {
    color: #fff!important;
}

#freetrial .nav-step.current h3 {
    color: #E0A681;
    font-weight: 600;
}

#freetrial .btn-add-item {
    cursor: pointer;
    border: 1px solid #ecf0f1;
    background: #fff;
    padding: 12px 25px;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #0A276F;
    font-weight: 600;
    font-size: 18px;
    position: relative;
    top: -10px;
}

#freetrial .btn-add-item:hover {
    background: #0A276F;
    color: #fff;
}

#freetrial .btn-find {
    cursor: pointer;
    border: 1px solid #0A276F;
    padding: 10px;
    float: left;
    border-radius: 5px;
    font-weight: 500;
    position: relative;
    top: 28px;
    width: calc(100% - 22px);
    text-align: center;
    color: #0A276F;
    text-decoration: none;
}

#freetrial .btn-find:hover {
    background: #0A276F;
    color: #fff;
}

#freetrial .btn-find i {
    margin-right: 8px;
}

#freetrial .btn-delete {
    cursor: pointer;
    position: absolute;
    top: -12px;
    right: -12px;
    width: 20px;
    height: 20px;
    background: #fff;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #ecf0f1;
    text-align: center;
}

#freetrial .btn-delete i {
    position: relative;
    top: 2px;
    font-size: 15px;
    color: #0A276F;
}

#freetrial button.btn-cta {
    cursor: pointer;
    border: 1px solid #E0A681;
    background: #E0A681;
    padding: 15px 55px;
    border-radius: 40px;
    margin-bottom: 30px;
    color: #fff;
    font-weight: 600;
    font-size: 20px;
    position: relative;
    top: 30px;
    margin-top: 20px;
}

#freetrial .btn-download {
    padding: 15px 30px!important;
}

#freetrial .btn-download i {
    margin-right: 10px;
}



#freetrial ul#tool-list {
    padding: 20px;
    margin: 0;
    text-align: left;
}

#freetrial ul#tool-list .row,
#freetrial .tool-form .row {
    margin-bottom: 20px;
    display: inline-block;
    width: 100%;
}

#freetrial ul#tool-list li {
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
    padding: 10px 0;
    box-shadow: 0 0 20px 5px rgba(0,0,0,0.05);
    border-radius: 5px;
    position: relative;
}

#freetrial #shipping-tool label {
    width: 100%;
    font-size: 14px;
    font-weight: 600;
    padding: 0;
    display: inline-block;
    color: #000;
    text-align: left;
}

#freetrial .not-valid-tip {
    color: red;
    font-size: 12px;
    font-weight: 400;
    float: right;
}

#freetrial #shipping-tool input,
#freetrial #shipping-tool textarea {
    width: 100%;
    border: 1px solid rgba(0, 0, 0, 0.06);
    background: #F8F8F8;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 3px;
    font-size: 16px;
    font-family: 'Roboto', sans-serif;
}

#freetrial #shipping-tool textarea {
    height: 150px;
}

#freetrial #shipping-tool select {
    padding: 16px;
    border: 1px solid rgba(0, 0, 0, 0.06)!important;
    color: #000;
    background: #F8F8F8;
    border-radius: 3px;
    width: 100%;
}


#freetrial .tool-checkboxes {
    margin-top: 30px;
    margin-bottom: 25px!important;
    display: inline-block;
    width: 100%;
}

#freetrial .tool-checkboxes .container {
    width: auto!important;
    position: relative;
    padding-left: 30px!important;
    padding-right: 20px!important;
    color: rgba(0,0,0,0.5)!important;
    font-weight: 400!important;
}

#freetrial .tool-checkboxes .container input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
    left: 0;
}

/* Create a custom checkbox */
#freetrial .tool-checkboxes .checkmark {
    position: absolute;
    top: 4px;
    left: 0;
    height: 20px;
    width: 20px;
    background-color: #F8F8F8;
    border: 1px solid rgba(0, 0, 0, 0.06);
    border-radius: 2px;
}

/* On mouse-over, add a grey background color */
#freetrial .tool-checkboxes .container:hover input ~ .checkmark {
  background-color: #F8F8F8;
}

/* When the checkbox is checked, add a blue background */
#freetrial .tool-checkboxes .container input:checked ~ .checkmark {
  background-color: #0A276F;
}

/* Create the checkmark/indicator (hidden when not checked) */
#freetrial .tool-checkboxes .checkmark:after {
  content: "";
  position: absolute;
  display: none;
}

/* Show the checkmark when checked */
#freetrial .tool-checkboxes .container input:checked ~ .checkmark:after {
  display: block;
}

/* Style the checkmark/indicator */
#freetrial .tool-checkboxes .container .checkmark:after {
    left: 7px;
    top: 3px;
    width: 4px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(
45deg
);
    -ms-transform: rotate(45deg);
    transform: rotate(
45deg
);
}

#freetrial .tool-checkboxes .container input.error ~ .checkmark {
    background-color: #f3d4d4;
}

#freetrial #shipping-tool input.error {
    background-color: #f3d4d4;
}

#freetrial .tool-radioboxes {
    text-align: left;
}

#freetrial .tool-radioboxes .checkmark {
    border-radius: 100%;
}

#freetrial ul#tool-list li:first-child .btn-delete {
    display: none;
}

#freetrial .tool-checkboxes.terms {
    margin: 0 -10px;
    text-align: left;
   
}

#freetrial .tool-checkboxes.terms a {
    z-index: 9;
    position: relative;
    color: #0A276F;
    text-decoration: underline;
}

#freetrial .left-align {
    text-align: left;
}

#freetrial div#tool-calulator {
    width: 400px;
    margin: 0 auto;
    padding-bottom: 30px;
    display: inline-block;
}

#freetrial #tool-calulator input {
    color: #0A276F;
}

#freetrial .input-outer {
    position: relative;
}

#freetrial .input-outer i {
    position: absolute;
    height: 100%;
    width: 30px;
    background: #ecf0f1;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    line-height: 20px;
    left: 0;
    top: 0;
}

#freetrial .input-outer.right i {
    right: 0;
    left: auto;
}

#freetrial .input-outer.left input {
    padding-left: 30px!important;
}

#freetrial .divider {
    width: 100%;
    display: inline-block;
}

#freetrial .consent {
    margin-top: 80px;
    text-align: left;
}

#freetrial .consent p {
    color: #8b989b;
    font-size: 13px!important;
}

#freetrial .hide {
    display: none;
}



/* NEW */
#freetrial ul.tick {
    margin-left: 0;
}

#freetrial ul.tick li {
    list-style-type: none;
    position: relative;
    margin-left: 0;
    margin-top: 10px;
    padding-left: 30px;
}

#freetrial ul.tick li:before {
    content: '';
    background: url(https://webshipper.com/wp-content/uploads/2020/09/icon-tick.svg);
    background-size: 100%;
    background-position: center;
    background-repeat: no-repeat;
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 0;
}

#freetrial h2 {
    margin-bottom: 10px;
}

#freetrial .row {
    margin-bottom: 0px;
    width: 100%;
    margin-left: -10px;
    margin-right: -10px;
}

#freetrial .section-signup-left, 
#freetrial .section-signup-right {
    padding-left: 50px;
    padding-right: 50px;
}

#freetrial .section-signup-left {
    padding-top: 40px;
    position: relative;
    height: 100vh;
}

#freetrial .section-signup-right {
    background: #fafafa;
    padding-top: 150px;
    position: absolute;
    top: 0;
    right: 0;
    transition: all 600ms ease;
    text-align: center;
    min-height: 100vh;
}

#freetrial .section-signup-right .section-signup-inner {
    margin-left: auto;
    margin-right: auto;
    float: none!important;
}

.fullscreen .section-signup-right {
    width: 100%;
}

#freetrial .section-signup-inner {
    max-width: 600px;
    width: 100%;
}

#freetrial .section-signup-left .section-signup-inner {
    float: right;
}

#freetrial .section-signup-right .section-signup-inner {
    float: left;
}

#freetrial .shipping-tool {
    width: 100%;
    text-align: left;
}

#freetrial .tool-inner.signup-form {
    background: none;
    box-shadow: none;
}

#freetrial .logo img {
    height: 50px;
    margin-bottom: 50px;
    z-index: 1;
    position: relative;
}

#freetrial .section-usp {
    font-size: 18px;
    font-weight: 400;
    margin-top: 0;
    padding-right: 50px;
    position: absolute;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

#freetrial .section-usp h2 {
    font-size: 21px;
    line-height: 28px;
}

#freetrial .section-usp ul.tick {
    margin-top: 25px;
    padding-left: 0;
}

#freetrial .section-usp ul.tick li {
    margin-top: 20px;
}

#freetrial .section-usp img {
    max-width: 100%;
    margin: 0 auto;
    float: none;
}

#freetrial .tool-inner.signup-form h1 {
    margin-bottom: 40px;
    font-weight: 600;
    font-size: 46px;
    color: #0A276F;
    text-align: left;
    max-width: 75%;
    margin-top: 0;
}

#freetrial .tool-inner.signup-form p {
    font-size: 16px;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 5px;
}

#freetrial .tool-inner.signup-form .center {
    text-align: center;
    margin-bottom: 40px;
}

#freetrial .section-usp ul {
    margin: 0;
}

#freetrial .section-usp ul li {
    list-style-type: none;
    margin: 0;
    padding: 10px 0;
    font-size: 18px;
}

#freetrial .section-usp ul li i {
    color: #0A276F;
    margin-right: 15px;
    font-size: 30px;
    position: relative;
    top: 5px;
}

#freetrial .btn-cta {
    margin-top: 0;
}

#freetrial .signup-priority .options {
    margin-top: 40px;
    text-align: left;
}

#freetrial .signup-priority .options .row {
    margin-bottom: 50px;
}

#freetrial a.btn-cta {
    cursor: pointer;
    border: 1px solid #0101B9;
    background: #0101B9;
    padding: 18px 40px;
    line-height: 1;
    border-radius: 40px;
    margin-bottom: 0;
    color: #fff;
    font-weight: 700;
    font-size: 16px;
    position: relative;
    top: 0;
    margin-top: 0;
}

#freetrial .btn-text {
    display: inline;
    opacity: .6;
    margin-left: 15px;
}

#freetrial .relative {
    position: relative;
}

#freetrial .signup-priority label {
    text-align: center!important;
}

#freetrial .signup-priority i {
    width: 80px;
    height: 80px;
    background: none;
    display: inline-block;
    border-radius: 100%;
    margin-bottom: 10px;
    transition: all 300ms ease;
}

#freetrial .signup-priority i img {
    width: 100%;
    height: auto;
}

#freetrial .signup-priority input[type="radio"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 9;
}

#freetrial .signup-priority input[type="radio"]:checked + i {
    transform: scale(1.3);
}

#freetrial .signup-priority input[type="checkbox"] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 9;
}

#freetrial .signup-priority input[type="checkbox"]:checked + i {
    background: #333;
}

#freetrial .signup-priority .options-w-logo .row {
    margin-bottom: 20px;
}

#freetrial .signup-priority .options-w-logo i {
    background: none;
    width: 100%;
    height: 120px;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
    transition: all 300ms ease;
    transform: scale(1);
    vertical-align: middle;
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #fff;
    flex-flow: wrap;
}

#freetrial .signup-priority .options-w-logo i .img {
    margin-top: 10px;
    margin-bottom: 10px;
    height: 70px;
    display: flex;
    justify-content: center;
    align-items: center;
}

#freetrial .signup-priority .options-w-logo i img {
    width: 40%;
    height: auto;
}

#freetrial .signup-priority .options-w-logo h3 {
    font-size: 13px;
    font-weight: 400;
    font-style: normal;
    height: 32px;
    margin-bottom: 0;
    margin-top: 0;
    display: inline-block;
    line-height: 17px;
}

#freetrial .signup-priority .options .item {
    margin-bottom: 10px;
}

#freetrial .signup-priority .options-w-logo input[type="radio"]:checked + i {
    background: none;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 15%);
    transform: scale(1.05);
}

#freetrial .signup-priority .options-w-logo input[type="checkbox"]:checked + i {
    background: none;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 15%);
    transform: scale(1.05);
    border: 1px solid #0A276F;
}

#freetrial .single-headline {
    margin-bottom: 30px;
}

#freetrial .signup-priority input.input-search {
    max-width: none;
    margin-bottom: 20px;
    background: #fff!important;
    border: 1px solid #0A276F!important;
    border-radius: 40px!important;
    float: none;
    display: inline-block;
    padding-left: 25px!important;
}

#freetrial #listCarriers .row.sorting,
#freetrial #listIntegrations .row.sorting {
    margin: 0;
    margin-bottom: 0px;
    padding: 0 10px;
}

#freetrial #listCarriers,
#freetrial #listIntegrations {
    text-align: center;
}

#freetrial #shipping-tool .sorting select.sort-countries {
    max-width: none;
    width: 100% !important;
    margin: 0;
    margin-bottom: 20px;
    border: 0 !important;
    background: #fff;
    border-radius: 10px;
    box-shadow: 0 0 20px 5px rgb(0 0 0 / 5%);
    padding: 20px;
}


  
#freetrial .break {
  flex-basis: 100%;
  height: 0;
}

#freetrial span.btn-more {
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    padding-top: 15px;
    display: inline-block;
}




#freetrial .section-signup-sidebar {
    min-width: 500px;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    background: #0A276F;
    display: flex;
    align-items: center;
    justify-content: center;
}

#freetrial .section-signup-sidebar-inner {
    padding-bottom: 40px;
  }

#freetrial .section-signup-content {
    position: fixed;
    background: #fff;
    left: 500px;
    right: 0;
    bottom: 0;
    top: 0;
    padding: 100px;
    overflow-y: scroll;
}

#freetrial .section-signup-content-inner {
    max-width: 550px;
}

#freetrial.embedded {
    display: flex;
    justify-content: center;
    position: relative;
}

#freetrial.embedded .section-signup-sidebar {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    display: none;
}

#freetrial.embedded .section-signup-sidebar::before {
    content: "";
    position: absolute;
    left: -99999px;
    background: #0A276F;
    top: 0;
    right: 0;
    bottom: 0;
  }

#freetrial.embedded .section-signup-content {
    position: relative;
    background: transparent;
    left: unset;
    right: unset;
    bottom: unset;
    top: unset;
    overflow-y: unset;
}

.section-signup-sidebar-inner .steps {
    margin: 0;
    padding: 0;
    position: relative;
}

.section-signup-sidebar-inner .steps:before {
    content: "";
    background: #fff;
    opacity: .25;
    width: 2px;
    height: 100%;
    position: absolute;
    top: 0;
    left: 30px;
}

.section-signup-sidebar-inner .steps li {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    align-items: center;
    color: rgba(255,255,255,.5);
    padding-bottom: 36px;
    position: relative;
   
}

.section-signup-sidebar-inner .steps li:last-child {
    padding-bottom: 0;
}

.section-signup-sidebar-inner .steps li.active {
    color: #fff;
}

.section-signup-sidebar-inner .steps li span {
    width: 60px;
    height: 60px;
    display: block;
    border-radius: 50%;
    background: #fff;
    color: #0A276F;
    font-size: 18px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    position: relative;
    flex-shrink: 0;
    flex-grow: 0;
    user-select: none;
}

.section-signup-sidebar-inner .steps li.completed span {
    background: #41B871;
}

.section-signup-sidebar-inner .steps li.completed span:after {
    content: "";
    background-image: url("data:image/svg+xml,%3Csvg width='16' height='13' viewBox='0 0 16 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.7357 0.406037L5.32786 9.50857L2.26425 6.19185C2.01227 5.92837 1.67477 5.78257 1.32446 5.78587C0.974147 5.78917 0.639044 5.94129 0.391326 6.20947C0.143608 6.47766 0.00309463 6.84044 5.05069e-05 7.2197C-0.00299362 7.59896 0.131675 7.96433 0.375051 8.23714L4.38326 12.5765C4.63381 12.8477 4.97358 13 5.32786 13C5.68214 13 6.02191 12.8477 6.27246 12.5765L15.6249 2.45132C15.8683 2.17852 16.003 1.81314 15.9999 1.43388C15.9969 1.05463 15.8564 0.691841 15.6087 0.423656C15.361 0.155472 15.0259 0.00335031 14.6755 5.46798e-05C14.3252 -0.00324095 13.9877 0.142553 13.7357 0.406037Z' fill='white'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-repeat: no-repeat;
    background-position: center;
}

.page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default,
.page-id-19356 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default 
{
    position: absolute;
    left: 0;
    bottom: 0;
    padding-bottom: 40px;
    z-index: 1;
    width: 500px;
    margin: 0;
}

.page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default a,
.page-id-19356 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default a 
{ 
    color: #fff !important;
    font-size: 12px;
    opacity: .5;
}

.page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default .elementor-row,
.page-id-19356 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default .elementor-row
 {
    justify-content: center;
}

.page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default .elementor-column.elementor-col-33,
.page-id-19356 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default .elementor-column.elementor-col-33
{
    width: auto;
}

.page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default .elementor-column-wrap {
    padding: 0;
}

@media (max-width: 1200px) {
    #freetrial .section-signup-sidebar {
        width: 30%;
        min-width: auto;
    }

    #freetrial .section-signup-content {
        left: 30%;
    }

    .page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default {
        width: 30%;
    }

    .page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default {
        width: 30%;
    }

}

@media (max-width: 991px) {

    #freetrial.embedded {
        flex-direction: column;
    }
    #freetrial .section-signup-sidebar {
        width: 100%;
        bottom: unset;
        right: 0;
        height: 130px;
    }

    #freetrial .section-signup-content {
        top: 130px;
        left: 0;
        
    }

    .section-signup-sidebar-inner .steps {
        display: flex;
    }

    .section-signup-sidebar-inner .steps li {
        padding-bottom: 0;
        flex-direction: column;
        padding: 0 10px;
        text-align: center;
        font-size: 12px;
        flex: 0 0 20%;
    }

    .section-signup-sidebar-inner .steps li span {
        height: 40px;
        width: 40px;
        margin: 0 15px;
        font-size: 14px;
        margin-bottom: 10px;
        background: #485d93;
    }

    .section-signup-sidebar-inner .steps li.active span { 
        background: #fff;
    }

    .section-signup-sidebar-inner .steps::before {
        width: auto;
        height: 2px;
        top: 20px;
        left: 60px;
        right: 60px;
      }

    html #wpadminbar {
        display: none;
    }

    #freetrial .logo img {
        position: absolute;
        left: 30px;
        height: 40px;
        top: 56px;
        display: none;
      }

      #freetrial .section-signup-sidebar-inner {
          padding-bottom: 0;
      }


      .page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default {
          width: 100%;
          padding: 0;
          bottom: 0;
          display: none;
          
      }


      .page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default a {
          color: #0101b9!important;
      }

      .page-id-8185 .elementor-section.elementor-top-section.elementor-element.elementor-element-ac813a8.elementor-section-boxed.ang-section-padding-initial.elementor-section-height-default .elementor-column-wrap {
          padding-left: 0!important;
          padding-right: 0!important;
      }

  
}

@media (max-width: 650px) {
    #freetrial .section-signup-content {
        padding: 30px 10px;
  
    }

    #freetrial.embedded .section-signup-content {
        padding: 0;
    }

    #freetrial.embedded .section-signup-content .col-md-6,
    #freetrial.embedded .section-signup-content .col-md-12 {
        width: 100%;
        margin-bottom: 5px;
        padding: 0;
    }

    #freetrial.embedded .tool-inner.signup-form h1 {
        margin-left: 0;
    }

    #freetrial.embedded .tool-checkboxes.terms {
        margin: 0!important;
    }

    #freetrial.embedded .btn-text {
        display: block;
        padding-top: 10px;
        text-align: center;
    }

    #freetrial.embedded  a.btn-cta {
        margin-left: auto;
        margin-right: auto;
        display: block;
        text-align: center;
        max-width: 300px;
    }

    #freetrial.embedded .tool-checkboxes .container {
        padding-right: 0!important;
    }

    #freetrial.embedded .section-signup-content .row {
        margin-bottom: 0;
    }

    #freetrial .row {
        margin: 0;
    }

    #freetrial .tool-inner.signup-form h1 {
        max-width: 100%;
        font-size: 42px;
        margin-left: 10px;
    }

    .section-signup-sidebar-inner .steps li span {
        height: 36px;
        width: 36px;
        margin: 0;
        margin-bottom: 5px;
    }

    .section-signup-sidebar-inner .steps li {
        padding: 0 5px;
        font-size: 8px;
    }

    .section-signup-sidebar-inner .steps::before {
        left: 40px;
        right: 40px;
        height: 1px;
        top: 19px;
    }

    #freetrial a.btn-cta {
        margin-left: 10px;
    }

    #freetrial .btn-text {
        margin-left: 5px;
        font-size: 12px !important;
    }
}

@media (max-width: 450px) {

	.elementor-nav-menu--dropdown.elementor-nav-menu__container {
	    position: absolute;
	    width: calc(100% + 20px);
	    top: 45px;
	    left: -10px;
	    border-radius: 0;
	    padding: 0;
	    padding-bottom: 50px;
	    padding-top: 10px;
	    box-shadow: none;
	    display: none;
	}

	.elementor-nav-menu--toggle .elementor-menu-toggle.elementor-active+.elementor-nav-menu__container {
	    display: inline-block;
	}

	.elementor-nav-menu--dropdown .elementor-item.elementor-item-active, .elementor-nav-menu--dropdown .elementor-item.highlighted, .elementor-nav-menu--dropdown .elementor-item:focus, .elementor-nav-menu--dropdown .elementor-item:hover, .elementor-sub-item.elementor-item-active, .elementor-sub-item.highlighted, .elementor-sub-item:focus, .elementor-sub-item:hover {
	    background-color: transparent;
	    color: #0A276F;
	}

	.elementor-menu-toggle {
	    background-color: #0A276F;
	    height: 2px;
	    width: 24px;
	    padding: 0;
	    border-radius: 0;
	    position: relative;
	    top: 13px;
	    transition: all 300ms ease;
	}

	.elementor-menu-toggle::before {
		content: '';
	    background-color: #0A276F;
	    height: 2px;
	    width: 24px;
	    position: absolute;
	    top: -7px;
	    left: 0;
	    transition: all 300ms ease;
	}

	.elementor-menu-toggle::after {
		content: '';
	    background-color: #0A276F;
	    height: 2px;
	    width: 24px;
	    position: absolute;
	    top: 7px;
	    left: 0;
	    transition: all 300ms ease;
	}

	.elementor-menu-toggle.elementor-active {
	    background-color: transparent;
	}

	.elementor-menu-toggle.elementor-active::after {
	    transform: rotate( 
	-45deg
	 );
	    top: 0px;
	}

	.elementor-menu-toggle.elementor-active::before {
	    transform: rotate(
	45deg
	);
	    top: 0px;
	}

	.elementor-menu-toggle i, 
	.elementor-menu-toggle span {
	    display: none;
	}

	nav.elementor-nav-menu--dropdown .headline a.elementor-item {
	    font-size: 28px!important;
	    font-weight: 600!important;
    	margin-top: 30px;
	}

	#freetrial .section-signup-left {
	    width: 100%;
	    height: auto;
	    padding-top: 10px;
	}

	#freetrial .section-usp {
	    display: none;
	}

	#freetrial .section-signup-right {
	    width: 100%;
	    position: relative;
	    padding: 0 20px;
	    padding-top: 10px;
	}

	#freetrial .row {
	    margin-right: 0;
	    margin-left: 0;
	}

	#freetrial .tool-inner.signup-form .center h1 {
	    font-size: 28px;
	}

	#freetrial #shipping-tool label {
	    font-size: 13px;
	    line-height: 17px;
	}

	#freetrial .signup-priority .options .row {
	    margin-bottom: 20px;
	}

	#freetrial .signup-priority .options {
	    margin-top: 0px;
	}

	#freetrial h2 {
	    margin-bottom: 0;
	    font-size: 28px;
	}

	#freetrial .signup-priority .options .item {
	    width: 50%;
	}

	/* Cookie */
	#CybotCookiebotDialogFooter #CybotCookiebotDialogBodyButtonsWrapper {
    flex-direction: row;
    align-items: stretch;
    justify-content: center;
    flex: 1;
	}
	
	#CybotCookiebotDialogFooter .CybotCookiebotDialogBodyButton {
    border-radius: 40px;
	}


	.elementor-nav-menu--dropdown a.elementor-sub-item img {
	    width: 40px;
	    float: right;
	    align-items: flex-start;
	    justify-content: left;
	}
}


.logged-in .elementor-section-wrap > .elementor-element .elementor-widget-container {
    padding-left: 10px;
    padding-right: 10px;
}

.logged-in {
    overflow-x:hidden;
}

/* To center the form within its module and applying a max-width */
form.hs-form,
.center-form .hs_cos_wrapper .form-title {
max-width: 600px;
display: block;
margin: 0 auto;
}

/* To center the form title within a form module */
.center-form .hs_cos_wrapper .form-title {
text-align: center;
}

/* To center the form submit button */
.center-form .hs_submit {
    text-align: center;
}