/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

/*

    Website: Safepass
    Author: Craig Butcher
    Description: Safepass
    Date: 24/07/2020

	01 - Reset
	02 - Colours
	03 - Typography
	04 - Body
	05 - Links
    06 - Text
	07 - Constructions
*/

/*
    01 - Reset
*/

/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block;
  height: auto;
}

.page-template-no-title main img {
  height: 100%;
}

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
         -o-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; }
}

/*
    02 - Colours
*/
:root {
    /* Primary */
    --color-blue: #004987;

    /* Secondary */
    --color-dark-blue: #1f4d68;

    --color-middle-blue: #cedbe8;
    --color-light-blue: #e2e7ea;
    --color-red: #ef5661;
    --color-light-grey: #f3f4f4;
    --color-dark-grey: #d1d2d4;

    /* Black */
    --color-black: #000;

	/* custom colours */
    --color-white: #fff;
	--color-link-black: #4C4C4C;
}

/*
    03 - Typography
*/
/* open-sans-regular - latin */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 400;
  src: local("Open Sans Regular"), local("OpenSans-Regular"), url("../typography/open-sans-v17-latin-regular.woff2") format("woff2"), url("../typography/open-sans-v17-latin-regular.woff") format("woff");
}

/*
    04 - Body
*/

body {
  background-color: #fff;
  color: #4c4c4c;
  font-family: 'Open Sans', Arial, Helvetica, sans-serif;
}

/* Screen reader only */
.sr-only {
    position: absolute;
    left: -10000px;
    top: auto;
    width: 1px;
    height: 1px;
    overflow: hidden;
}

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

/*
    05 - Links
*/
a {
    color: #1f4d68;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

a:link,
a:visited,
a:active,
a:hover {
    color: #1f4d68;
}

.hero-title a,
.hero-title a:hover,
.hero-title a:visited,
.hero-title a:link,
.hero-title a:active{
    color: #ef5661;
}

a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #e2e7ea;
            text-decoration-color: #e2e7ea;
    text-decoration-thickness: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
}

footer a[href^="tel"] {
  color: inherit;
  text-decoration: none;
}
/*
    06 - Text
*/

h1, h2, h3, h4, h5, h6 {
  color: #1f4d68;
  font-weight: lighter;
  margin-bottom: 1rem;
  margin-top: 1rem;
}

h1 {
  font-weight: bold;
}


.heading--normal,
.heading--normal h1 {
	font-weight: normal;
}

h1 {
  font-size: 3rem;
  line-height: 4rem;
  margin-bottom: 1rem;
  margin-top: 0;
  word-break: normal;
}

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

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

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

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

h6, .heading--6 {
  font-size: 1rem;
}

pre {
	white-space: pre-wrap;
}

code {
	word-break: break-all;
}

.hero-title {
    color: #000;
	font-weight: bold;
}

.home h1,
.home h2,
.home h3 {
    color: #000;
}

/*
    07 - Constructions
*/

/* @supports (display: grid) { */

    .grid {
        display: grid;
		display: -ms-grid;
        margin: 0 auto;
        max-width: 1280px;
        width: 95%;
    }

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

    .fixed {
        background-color: #fff;
        position: fixed;
        top: 0;
	z-index: 100;
    }

    .grid {
        grid-template-columns: repeat(12, 1fr);
		-ms-grid-columns: (1fr)[12];
    }

    .box {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    }

    .box-start {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
    }

    .box-end {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
    }

    .one {
        grid-column: span 1;
		-ms-grid-column-span: 1;
    }

    .two {
        grid-column: span 2;
		-ms-grid-column-span: 12;
				-ms-grid-column: 11;
		-ms-grid-row: 1;

    }

    .three {
        grid-column: span 3;
		-ms-grid-column-span: 3;
    }

    .four, .thirty {
        grid-column: span 4;
		-ms-grid-column-span: 4;
    }

    .five {
        grid-column: span 5;
		-ms-grid-column-span: 5;
    }

    .six, .even {
        grid-column: span 6;
		-ms-grid-column-span: 6;
    }

    .seven {
        grid-column: span 7;
		-ms-grid-column-span: 7;
    }

    .eight, .sixty {
        grid-column: span 8;
		-ms-grid-column-span: 8;
    }

    .nine {
        grid-column: span 9;
		-ms-grid-column-span: 9;
    }

    .ten {
        grid-column: span 10;
		-ms-grid-column-span: 10;
		-ms-grid-column: 1;
		-ms-grid-row: 1; 
    }

    .eleven {
        grid-column: span 11;
		-ms-grid-column-span: 11;
    }

    .twelve, .full {
        grid-column: 1 / -1;
		-ms-grid-column-span: 12; 
    }

    .ten-middle {
        grid-column: 2 / 12;
		-ms-grid-column: 2;
		-ms-grid-column-span: 10;
    }

/* } */


.site-head {
    border-bottom: 1px solid #cedbe8;
    padding: 1rem 1rem 1rem;
}

a.button__buy-now,
.button__buy-now a,
.wp-block-button__link {
    background-color: #1f4d68;
    border-radius: .25em !important;
    color: #fff;
    text-align: center;
    text-decoration: none;
    margin: 0.61rem 0 0;
    padding: 0.5rem !important;
    width: 8rem;
}
.wp-block-button__link {
	border-radius: 2rem !important
}

textarea, input {
    padding: 0.5rem;
}

.hustle-field input,
.hustle-field .hustle-input + .hustle-input-label {
    color: #000 !important;
}

.button__buy-now a {
    display: inline-block;
}


/* subscribers box */

.subscribers {
    border: 1px solid #f3f4f4;
    padding: 1rem;
    margin-top: 1rem;
}

.subscribers input, .button--dark-blue {
    display: inline-block;
    padding: 0.5rem ;
}

.subscribers p {
    margin-bottom: 0.5rem;
}

.subscribers input {
    border: 1px solid #1f4d68;
    border-radius: 0.25rem;
    margin: 0 0.5rem 0.5rem 0;
}

.subscribers form {
    margin: 1rem 0 0 0;
}

/* review ratings */

.ratings--reviews {
    margin: 0.5rem !important;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;

}
.ratings--reviews .wp-block-image{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}

.ratings--reviews img {
    display: inline-block;
    max-width: 160px;
}

.ratings--reviews ul,
.customers ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    list-style: none;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 auto;
    padding: 0;
}



/* Customers comments */
.customers {
	margin-top: 2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
	min-height: 5rem;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-line-pack: center;
        align-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
}

.customers .wp-block-column {
    /*! display: flex; */
    /*! justify-content: space-between; */
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    /*! flex-flow: row wrap; */

}

@media (min-width: 440px) {
    .customers .wp-block-column {
        -ms-flex-preferred-size: calc(30% - 1em) !important;
            flex-basis: calc(30% - 1em) !important;
    }
}

.customers .wp-block-column:nth-child(2n),
.customers .wp-block-column:not(:first-child){
    margin-left: 0;
}

.customers .wp-block-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*! vertical-align: middle; */
}

.customers img {
    display: inline-block;
    max-width: 110px;
    -webkit-filter: grayscale(1);
            filter: grayscale(1);
}

.customers--comments .advgb-column-inner {
    background-color: #f3f4f4;
    border-radius: 0.25rem;
    padding: 1rem;
}

.customers--comments img {
    margin: 2rem auto 0;
    max-width: 75%;
}

.button--dark-blue {
    background-color: #1f4d68;
    border: 1px solid #1f4d68;
    border-radius: 0.25rem;
    color: #fff;
    text-align: center;
    text-decoration: none;
}

.featured-image {
	margin-bottom: 1rem;
}

.wp-show-posts-entry-meta {
	margin-top: 1rem;
}


/* Images alignments */

.wp-block-advgb-column .wp-block-image {
  /*! display: flex; */
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.wp-block-advgb-column .wp-block-image figure {
  width: 80%;
  margin: auto;

}

.wp-block-advgb-column .wp-block-image figure img {
  display: block;
  width: 100%;
  height: auto;
  width: auto;
}

.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
	padding: 1rem;
}
/* Footer */

footer {
    background-color: #1f4d68;
    color: #fff;
    text-align: center;
    margin-top: 1rem;
    padding: 1rem;
    width: 100%;
}


footer p {
    text-align: center;
}

footer ul.bottom-links__social-media a {
    text-decoration: none;
    margin: 0 0.3rem;
}

footer ul.bottom-links__social-media {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 1.6rem;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    list-style: none;
}

footer ul.bottom-links__social-media a span{
    display: none;
}


/* Footer! Stay down! */

html, body {
  height: 91.5%;
}

body {
  min-height: 100%;

  display: grid;

  grid-template-rows: 1fr auto;
}

footer {
  -ms-grid-row: 2;
      grid-row-start: 2;
  -ms-grid-row-span: 1;
  grid-row-end: 3;
}


/* Brand and navigation */

.site-head__brand {
    display: block;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    width: 210px;
}

.site-head__navigation .nav__list {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
}

.site-head__navigation .nav__list li {
    padding: 0.61rem 0 0 1.5rem;
}

.site-head__navigation .nav__list a {
    text-decoration: none;
}

.site-head__navigation .nav__list a:hover {
    text-decoration: underline;
    -webkit-text-decoration-color: #1f4d68;
            text-decoration-color: #1f4d68;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
}

.site-head__navigation .nav__list li.current-menu-item a {
    text-decoration: underline;
    -webkit-text-decoration-color: #1f4d68;
            text-decoration-color: #1f4d68;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
    -webkit-transition: 0.2s ease-in-out;
    -o-transition: 0.2s ease-in-out;
    transition: 0.2s ease-in-out;
}

/* Media Queries */

@media (max-width: 40rem) {
    .subscribers input,
    .subscribers button {
        width: 100%;
    }

	/* TEMPORARY TILL MORE IMAGES ARE AVAILABLE */
	.customers .wp-block-column:nth-child(2) {
		margin-top: 1rem;
		margin-bottom: 1rem;
	}

}

@media (max-width: 37.500rem) {
	.wp-block-advgb-button {
		text-align: center;
	}
}

@media (max-width: 50rem) {

    body {
        margin-top: 5rem;
    }

    .hamburger {
        border-top: 0.2rem solid #000;
        border-bottom: 0.2rem solid #000;
        cursor: pointer;
        display: inline-block;
        height: 0.8rem;
        position: relative;
        width: 1.25rem;
    }

    .hamburger::before {
        border-top: 0.2rem solid #000;
        content: "";
        left: 0;
        position: absolute;
        top: 0.12rem;
        width: 100%;
    }

    .site-head__navigation {
        display: none;
    }

    .site-head__navigation--reveal {
        background-color: #fff;
        display: block;
        height: 100%;
        left: 0;
        position: fixed;
        top: 4.2rem;
        z-index: 10;
        width: 100%;
    }

    .site-head__navigation--reveal .nav {
        display: block;
        margin: 1rem 0 0;
    }

    .site-head__navigation--reveal .nav__list li {
        display: inline-block;
        padding: 0 0.5rem 0.5rem;
        text-align: center;
        width: 100%;
    }

    .site-head__navigation--reveal .nav__list * a:focus {
        background-color: #fff;
        color: #000;
    }

    .button__buy-now {
        display: none;
    }

    main.grid {
        display: block;
        padding: 0 0.9rem
    }

    .hero-title {
        font-size: 1.8rem;
        line-height: 2.4rem;
    }
	.hero--introduction {
		font-size: 1.2rem;
		line-height: 1.8rem;
	}

	.images-block .advgb-column.advgb-is-full-mobile  {
		-webkit-box-flex: 1 !important;
		    -ms-flex: 1 !important;
		        flex: 1 !important;
	}

	.images-block .wp-block-advgb-column .wp-block-image {
		height: auto;
		min-height: 7rem;
		margin-bottom: 0;
	}

	.images-block .wp-block-advgb-column .wp-block-image figure {
		width: 65%;
	}

	.images-block .wp-block-advgb-column .wp-block-image figure img {
		margin: 0 auto;
	}

	table {
		font-size: 0.7rem
	}

	table.advgb-table-frontend.price-table tfoot tr td a {
		display: block;
		width: 100%;
	}

}

@media (min-width: 50.05em) {

    body {
       margin-top: 6rem;
    }

    .button__buy-now {
        width: 8rem;
    }

    .hero-title {
        font-size: 3.4rem;
        line-height: 4rem;
    }

    .subscribers input {
        width: 40%;
    }

	.main-content {
		padding-right: 6rem;
	}

	.home .wp-block-advgb-column .wp-block-image {
		height: 4rem;

	}

	.wp-block-advgb-column .wp-block-image {
		display: flex;
		height: 11rem;
	}

    footer p {
        display: inline-block;
    }

}

@media screen and (max-width: 768px){

	.u-hide.u-mobile-list {
		display: none;
	}

	.customers .wp-block-advgb-column .wp-block-image {
		width: 100%;
		height: 4rem;
	}

	.customers img {
		width: auto;
		height: 4rem;
	}

	.customers figure {
		width: 100%;
		display: block;
	}

  .customers .advgb-columns.mbl-layout-stacked .advgb-column {
	  width: 50% !important;
	  display: block;
	  height: 4rem;
  }
}


@media only screen and (min-width: 50.063em) and (max-width: 64.188em) {

	body {
		margin-top: 7rem;
	}

}


/* Blog */
main article p {
    margin-bottom: 1rem;
}

main article blockquote {
    border-left: 3px solid #d1d2d4;
    padding-left: 1rem;
}

main article blockquote p {
    font-size: 2rem;
}

main article ul li,
main article ol li {
	margin-bottom: 0.5rem;
}

main article figure {
    padding: 0.5rem;
}

main article figcaption {
    margin-top: 1rem;
    margin-bottom: 1rem;
    margin-left: 0.5rem;
}

.wp-block-getwid-testimonial__header {
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}


.featured-image img {
	width: 100%;
}

.entry h1,
.entry h2,
.entry h3,
.entry h4,
.entry h5 {
    color: #1f4d68;
}

.single-post .entry h1 {
	font-weight: normal;
}

/* meta, author, url, separator, published, modified, tags */

.meta {
	font-size: 0.8rem;
}

.meta a:link,
.meta a:visited,
.meta a:hover,
.meta a:active{
    color: #000;
}

.entry .read-more {
    background-color: #1f4d68;
    border-radius: 2em !important;
    color: #fff;
    display: inline-block;
	text-align: center;
    text-decoration: none;
    padding: 0.5rem !important;
	width: 10rem;
}

.pagination ul {
	display: inline-block;
	list-style: none;
	padding: 0;
    width: 100%;
}

.pagination ul li:first-child {
	float: left;
}

.pagination ul li:last-child {
	float: right;
}

.modified,
.pagination ul li:empty {
	display: none;
}

/* Archives, tags, category, author */
body.author article,
body.category article,
body.tag article {
    background-color: #f3f4f4;
	padding: 2rem;
}

.capitalise {
	text-transform: capitalize;
}

/* Price Tables */

table.advgb-table-frontend.price-table {
	border-collapse: collapse;
}

table.advgb-table-frontend.price-table tbody tr td,
table.advgb-table-frontend.price-table tfoot tr td {
	text-align: center;
}

table.advgb-table-frontend.price-table thead tr th:empty {
	background-color: white;
	border-top: 1px solid white;
	border-bottom: 1px solid #c5b5b5;
}

table.advgb-table-frontend.price-table thead tr th {
	background-color: #f3f4f4;
	border-right: 1px solid #c5b5b5;
	border-bottom: 1px solid #c5b5b5;
	padding: .5em;
}

table.advgb-table-frontend.price-table thead tr th:last-child {
	border-right: none;
}

table.advgb-table-frontend.price-table tbody tr td:nth-child(1) {
	border-right: 1px solid #c5b5b5;
	color: block;
}

table.advgb-table-frontend.price-table tbody tr:nth-child(odd) td:nth-child(3) {
	background-color: #cedbe8;
	color: block;
}

table.advgb-table-frontend.price-table tbody tr:nth-child(even) td:nth-child(3) {
	background-color: #fff;
	color: block;
}
table.advgb-table-frontend.price-table tbody tr:nth-child(even) td:nth-child(2),
table.advgb-table-frontend.price-table tbody tr:nth-child(even) td:nth-child(3),
table.advgb-table-frontend.price-table tbody tr:nth-child(even) td:nth-child(4),
table.advgb-table-frontend.price-table tbody tr:nth-child(odd) td:nth-child(2),
table.advgb-table-frontend.price-table tbody tr:nth-child(odd) td:nth-child(3),
table.advgb-table-frontend.price-table tbody tr:nth-child(odd) td:nth-child(4) {
	border-right: 1px solid #c5b5b5;
	border-bottom: 1px solid #c5b5b5;
}
table.advgb-table-frontend.price-table tbody tr:last-child td:nth-child(2),
table.advgb-table-frontend.price-table tbody tr:last-child td:nth-child(3),
table.advgb-table-frontend.price-table tbody tr:last-child td:nth-child(4) {
	border-bottom: none;
}

table.advgb-table-frontend.price-table tfoot tr td {
	padding: 1rem;
}

table.advgb-table-frontend.price-table tfoot tr td a {
	background-color: #1f4d68;
    border: 1px solid #1f4d68;
	border-radius: 1rem;
    color: #fff;
	font-weight: 100;
	padding: 0.25rem 1rem;
	text-decoration: none;
}

table.advgb-table-frontend.price-table tfoot tr td a:hover {
    background-color: #cedbe8;
	border: 1px solid #1f4d68;
    color: #000;
}

/* Contact Form 7 styling */

input.wpcf7-submit {
	background-color:#1f4d68;
	color: #fff;
	border: none;
	border-radius: 1.55em;
	box-shadow: none;
	cursor: pointer;
	display: inline-block;
	font-size: 1.125em;
	text-align: center;
	text-decoration: none;
	overflow-wrap: break-word;
	margin: 0.61rem 0 0;
	padding: 0.5rem;
	width: 8rem;	
}

.wpcf7-form p label input,
.wpcf7-form p label textarea {
    display: inline-block;
    width: 100%;
}

/* Blog Tables */

.single-post .wp-block-table {
    padding: 0;
}

.single-post table {
	border-collapse: collapse;
    border: 1px solid #c5b5b5;
}

.single-post table tbody tr td {
    border: 1px solid #c5b5b5;
    padding: 0.5rem;
    text-align: center;
}

.single-post table tbody tr:nth-child(odd) td:nth-child(n+2) {
    background-color: #f3f4f4;
    border-right: 1px solid #c5b5b5;
    border-bottom: 1px solid #c5b5b5;
    padding: .5em;
}

.single-post table tbody tr:nth-child(1) td:nth-child(n+3) {
    background: #cedbe8;
}

.single-post table tbody tr:nth-child(n+2):nth-child(odd) td:nth-child(n+3) {
    background-color: #cedbe8;
    border-right: 1px solid #c5b5b5;
    border-bottom: 1px solid #c5b5b5;
    padding: .5em;
}



/* Padding / Spacing */

.u-height--auto {
	height: auto !important;
}


.u-margin--top-0-2 {
    margin-top: 0.2rem;
}

.u-margin--top-0-5 {
    margin-top: 0.5rem;
}

.u-margin--top {
    margin-top: 1rem;
}

.u-margin--top-2 {
    margin-top: 2rem;
}

.u-margin--top-3 {
    margin-top: 3rem;
}

.u-margin--top-4 {
    margin-top: 4rem;
}

.u-margin--top-5 {
    margin-top: 5rem;
}

.u-margin--top-6 {
    margin-top: 6rem;
}


.u-margin--bottom-0-2 {
    margin-bottom: 0.2rem;
}

.u-margin--bottom-0-5 {
    margin-bottom: 0.5rem;
}
.u-margin--bottom {
    margin-bottom: 1rem;
}

.u-margin--bottom-2 {
    margin-bottom: 2rem;
}

.u-margin--bottom-3 {
    margin-bottom: 3rem;
}

.u-margin--bottom-4 {
    margin-bottom: 4rem;
}

.u-margin--bottom-5 {
    margin-bottom: 5rem;
}

.u-margin--bottom-6 {
    margin-bottom: 6rem;
}

.u-margin--both {
    margin-bottom: 1rem;
    margin-top: 1rem;
}

.u-padding--top-1 {
  padding-top: 1rem;
}
.u-padding--top-2 {
  padding-top: 2rem;
}
.u-padding--top-3 {
  padding-top: 3rem;
}
.u-padding--top-4 {
  padding-top: 4rem;
}
.u-padding--top-5 {
  padding-top: 5rem;
}
.u-padding--top-6 {
  padding-top: 6rem;
}

.u-padding--right-1 {
  padding-right: 1rem;
}
.u-padding--right-2 {
  padding-right: 2rem;
}
.u-padding--right-3 {
  padding-right: 3rem;
}
.u-padding--right-4 {
  padding-right: 4rem;
}
.u-padding--right-5 {
  padding-right: 5rem;
}
.u-padding--right-6 {
  padding-right: 6rem;
}

.u-padding--bottom-1 {
  padding-bottom: 1rem;
}
.u-padding--bottom-2 {
  padding-bottom: 2rem;
}
.u-padding--bottom-3 {
  padding-bottom: 3rem;
}
.u-padding--bottom-4 {
  padding-bottom: 4rem;
}
.u-padding--bottom-5 {
  padding-bottom: 5rem;
}
.u-padding--bottom-6 {
  padding-bottom: 6rem;
}

.u-padding--left-1 {
  padding-left: 1rem;
}
.u-padding--left-2 {
  padding-left: 2rem;
}
.u-padding--left-3 {
  padding-left: 3rem;
}
.u-padding--left-4 {
  padding-left: 4rem;
}
.u-padding--left-5 {
  padding-left: 5rem;
}
.u-padding--left-6 {
  padding-left: 6rem;
}

.u-padding--none {
	padding: 0;
}
.u-padding--bottom-none {
	padding-bottom: 0;
}
.u-padding--top-none {
	padding-bottom: 0;
}
.u-margin--none {
	margin: 0;
}
.u-margin--bottom-none {
	margin-bottom: 0;
}
.u-margin--top-none {
	margin-top: 0;
}

.u-hide {
	display: none;
}

/*
 *
 * IE 11 Only.
 * 
 */

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {

	.lazyload {
		display: none !important;
	
	}
	
	.customers--comments .wp-block-getwid-image-box__image-wrapper {
		width: 100%;
	}

	.hustle-ui.hustle-inline {
		opacity: 1 !important;
	}
	
	.hustle-ui .hustle-optin .hustle-layout .hustle-layout-body {
		background-color: white !important;
		border: 1px solid #f3f4f4;
	}
	.hustle-ui[data-id="1"] .hustle-optin .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-input {
		border: 1px solid #1f4d68;
	}
	.hustle-ui .hustle-optin .hustle-layout .hustle-subtitle,
	.hustle-ui .hustle-optin .hustle-layout .hustle-layout-body .hustle-layout-form .hustle-button-submit,
	.hustle-ui.module_id_1 .hustle-layout-form .hustle-checkbox.hustle-gdpr span {
		font-family: "Open Sans", Arial, Helvetica, sans-serif;
	}
	.wp-block-image img {
		width: 100% !important;
	}
	
}

/*
    EOF.
*/

