/*--------------------------------------------------------------
# Normalize
--------------------------------------------------------------*/
html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust:     100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

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

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

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

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

button,
input,
optgroup,
select,
textarea {
	color: inherit;
	font: inherit;
	margin: 0;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

td,
th {
	padding: 0;
}

/*--------------------------------------------------------------
# Typography
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	color: #404040;
	font-family: sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

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

#content p {
	margin-bottom: 1.5em;
	margin-top: 0;
}

#content p {
    margin-bottom: 1.5em;
    margin-top: 0;
    letter-spacing: -.005em;
    line-height: 1.6em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

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

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

big {
	font-size: 125%;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
html {
	box-sizing: border-box;
}

*,
*:before,
*:after { /* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
	font-family: 'Open Sans', arial;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
}

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

blockquote,
q {
	quotes: "" "";
}

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

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

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

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

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

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

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

select {
	border: 1px solid #ccc;
}

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

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Links
--------------------------------------------------------------*/
a {
	color: #54ace4;
	transition: opacity .3s ease-in;
	text-decoration: none;
}

a:visited {
	/* color: purple; */
}

a:hover,
a:focus,
a:active {
}

a:focus {
}

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

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
	float: right;
	margin: 30px 0 5px;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation li {
	float: left;
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: white;
	/*font-family: 'Montserrat';*/
	margin: 0 10px;
	color: #141414;
	font-weight: normal;
	padding: 0 0 10px;
	font-weight: 600;
}

.main-navigation ul ul {
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.37);
	float: left;
	position: absolute;
	top: 1.5em;
	left: -999em;
	z-index: 99999;
	background: white;
	padding: 7px 0;
	margin-top: 10px;
	/* max-height: 0; */
	/* overflow: inherit; */
	transition: all .18s ease-in-out;
	transform: translateY(25px);
	opacity: 0;
}

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

.main-navigation ul ul li a {
	transition: all .2s ease-in-out
}

.main-navigation ul ul li a:hover {
	padding-left: 2px;
}

.no-cursor {
	cursor: default;
}

.main-navigation ul ul li {margin: 5px 2px;}

.main-navigation ul ul li a {font-size: 14px;color: #737373;font-weight: 400;
	/*font-family: 'Open Sans', sans-serif;*/
	padding-bottom: 0px;margin-bottom: 0px;}

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

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {color: #54ace4;}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	/* max-height: 110px; */
	/* margin-top: 10px; */
	opacity: 1;
	transform: translateY(0);
}

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

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {color: #54ace4;}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
	width: 100%;
	display: block;
	border: none;
	font-size: 21px;
	text-align: left;
	margin: 0;
	border-radius: 0;
	color: white;
}

@media screen and (min-width: 651px) {
	.menu-toggle {
		display: none;
	}
	.main-navigation ul {
		display: block;
	}
}

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

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	float: left;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
/* Text meant only for screen readers. */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	height: 1px;
	width: 1px;
	overflow: hidden;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}

.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;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar. */
}

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

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

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

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

/*--------------------------------------------------------------
# Clearings
--------------------------------------------------------------*/
.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}

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

/* Make sure select elements fit in widgets. */
.widget select {
	max-width: 100%;
}

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

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

.single .byline,
.group-blog .byline {
	display: inline;
}

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

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

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

.bypostauthor {
	display: block;
}

/*--------------------------------------------------------------
# Infinite scroll
--------------------------------------------------------------*/
/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

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

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

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

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

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

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

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.banner-text, .header-bg h1 {
    /*font-family: Libre Franklin;*/
    color: white;
    font-style: italic;
    font-weight: 600;
    text-align: center;
    margin: auto;
    color: #252525;
    position: relative;
    /* overflow: hidden; */
}

.home .banner-text {
	/* line-height: 0; */
	/*background: #e1e1e1;*/
}


.banner-bg {
    /* z-index: 10; */
    /* position: relative; */
}

/*.banner-bg-right {
	width: 50%;
	right: 0;
	height: 100%;
	position: absolute;
	background: #c9c9c9;
	z-index: 0;
}*/

.wrap {
    max-width: 960px;
    margin-left: auto;
    margin-right: auto;
}

#masthead {
    box-shadow: 0px 0px 19px rgba(159, 159, 159, 0.21);
    position: relative;
    z-index: 100;
    background: white;
}

h1 {
	/*font-family: 'Libre Franklin';*/
	font-style: italic;}

.top-banner {
    background: black;
    color: white;
    text-align: center;
    font-size: 23px;
    padding: 50px 0;
    background: #071e27;
}

#content .top-banner p {
	margin-bottom: 0
}

.home .entry-content {
    margin: 0;
}


@font-face {
  font-family: 'icons';
  src: url('fonts/icons.eot?20315085');
  src: url('fonts/icons.eot?20315085#iefix') format('embedded-opentype'),
       url('fonts/icons.woff2?20315085') format('woff2'),
       url('fonts/icons.woff?20315085') format('woff'),
       url('fonts/icons.ttf?20315085') format('truetype'),
       url('fonts/icons.svg?20315085#icons') format('svg');
  font-weight: normal;
  font-style: normal;
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "icons";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  font-variant: normal;
  text-transform: none;
  line-height: 1em;
  margin-left: .2em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-menu-1:before { content: '\e800'; } /* 'î €' */
.icon-phone:before { content: '\e801'; } /* 'î ' */
.icon-phone-1:before { content: '\e802'; } /* 'î ‚' */
.icon-mail:before { content: '\e803'; } /* 'î ƒ' */
.icon-mail-1:before { content: '\e804'; } /* 'î „' */
.icon-email:before { content: '\e805'; } /* 'î …' */
.icon-ok:before { content: '\e806'; } /* 'î †' */
.icon-cancel:before { content: '\e807'; } /* 'î ‡' */
.icon-left-open:before { content: '\e808'; } /* 'î ˆ' */
.icon-right-open:before { content: '\e809'; } /* 'î ‰' */
.icon-left-open-1:before { content: '\e80c'; } /* 'î Œ' */
.icon-right-open-2:before { content: '\e80d'; } /* 'î ' */
.icon-left-open-2:before { content: '\e80e'; } /* 'î Ž' */
.icon-right-open-3:before { content: '\e80f'; } /* 'î ' */
.icon-down-open-3:before { content: '\e810'; } /* 'î ' */
.icon-location:before { content: '\f031'; } /* 'ï€±' */
.icon-facebook:before { content: '\f09a'; } /* 'ï‚š' */
.icon-menu:before { content: '\f0c9'; } /* 'ïƒ‰' */
.icon-mail-alt:before { content: '\f0e0'; } /* 'ïƒ ' */
.icon-angle-down:before { content: '\f107'; } /* 'ï„‡' */
.icon-youtube-squared:before { content: '\f166'; } /* 'ï…¦' */
.icon-youtube:before { content: '\f167'; } /* 'ï…§' */
.icon-youtube-play:before { content: '\f16a'; } /* 'ï…ª' */
.icon-instagram:before { content: '\f16d'; } /* 'ï…­' */
.icon-facebook-squared:before { content: '\f308'; } /* 'ïŒˆ' */
.icon-instagram-1:before { content: '\f32d'; } /* 'ïŒ­' */


table.table-comparison .icon-ok {
    color: #23e744;
    text-align: center;
    font-size: 20px;
    display: block;
}

table.table-comparison .icon-cancel {
    color: #f95252;
    text-align: center;
    font-size: 15px;
    display: block;
}

table.table-comparison th {
    color: #5d5d5d;
    font-size: 21px;
    padding-bottom: 9px;
}

table.table-comparison td {
    font-size: 15px;
    border-bottom: 1px solid #ebebeb;
}

.site-branding {
    float: left;
    margin: 19px 0 15px;
}

table.table-comparison {
    width: 80%;
    margin: 25px auto;
    max-width: 550px;
}

a:hover {
    opacity: .8;
    transition: all .3s;
}

h2 {
	/*font-family: 'Libre Franklin';*/
	line-height: 1;
}

.home-content-text p {
    font-size: 14px;
}

.home-content-section.speed-section .home-content-text {
    float: left;
    width: 54%;
}

.home-content-text h2 {
	font-size: 44px;
	margin-bottom: 30px;
	margin-top: 14px;
	font-style: italic;
}

.home-content-section.speed-section .home-content-text p {
    font-size: 19px;
    line-height: 1.45em;
    font-weight: 300;
    word-spacing: -1px;
}

.speed-section .home-content-text h2,
.speed-section .home-content-text p {
    text-shadow: #0b7e88 1px 1px 1px;
}


.home-content-section.speed-section img {
    float: right;
    width: 36%;
    max-width: 335px;
    margin: -14px 24px;
}


.speed-section {
    background: #16afbd url(images/speed-bg.png) no-repeat -530px -140px;
    color: white;
    padding: 45px 0;
}


.group:after {
  content: "";
  display: table;
  clear: both;
}

li.package-price {
    font-size: 22px;
    font-weight: 800;
    padding: 11px 0;
}

li.package-features {
    min-height: 6.2em;
    padding: 0 12px;
}

li.package-sign-up a {
    background: #16a8b6;
    color: white;
    text-decoration: none;
    padding: 7px 42px;
    border-radius: 5px;
    font-style: italic;
    font-size: 24px;
    text-shadow: #139faf 1px 1px 1px;
    display: inline-block;
    margin: 20px;
}

ul.pricing-table {
    padding: 0;
    margin: 0;
    list-style-type: none;
    /* width: 30%; */
    /* float: left; */
    border: 1px solid #d4d4d4;
    border-radius: 4px;
    /* margin-right: 1.5%; */
    /* font-family: 'Libre Franklin'; */
    /* margin-left: 1.5%; */
    background: #f3f3f3;
    text-align: center;
    flex: 1 1 calc(25% - 20px);
    display: flex;
    flex-direction: column; /* Set up for vertical alignment */
}

li.package-price {
    font-size: 33px;
    padding: 11px 0;
    font-weight: 700;
}

li.package-sign-up a {
    background: #16a8b6;
    color: white;
    text-decoration: none;
    padding: 7px 42px;
    border-radius: 5px;
    font-style: italic;
    font-size: 24px;
    text-shadow: #139faf 1px 1px 1px;
    display: inline-block;
    margin: 20px;
}

li.package-price span {
    color: grey;
}

span.month {
    font-size: 17px;
    font-weight: 500;
}

span.sep {
    font-weight: 500;
}

li.package-name {
    background: #686868;
    color: white;
    padding: 10px 7px;
    font-size: 29px;
    font-style: italic;
    border-radius: 4px 4px 0 0;
}

li.package-price {
    font-size: 22px;
    padding: 11px 0;
}

li.package-sign-up a {
    background: #16a8b6;
    color: white;
    text-decoration: none;
    padding: 7px 42px;
    border-radius: 5px;
    font-style: italic;
    font-size: 24px;
    text-shadow: #139faf 1px 1px 1px;
    display: inline-block;
    margin: 20px;
}

footer#colophon {
    background: #0d0d0d;
    color: whitesmoke;
    width: 100%;
}

.security-section.home-content-section .wrap {
    padding: 45px 0;
    overflow: hidden;
    position: relative;
}

.security-section.home-content-section {
    text-align: center;
}

.security-section.home-content-section {
    overflow: hidden;
}

#masthead .site-branding {
    margin: 0;
    line-height: 1;
    width: 225px;
}

span.sep {
    font-weight: normal;
}

span.month {
    font-weight: 200;
    font-size: 18px;
}

/*.banner-heading {
    max-width: 57%;
    text-align: left;
    line-height: 1.4;
    text-shadow: 1px 1px 1px #bdbdbd;
    position: absolute;
    top: 12px;
    padding: 45px 0 0;
    font-size: 42px;
    left: 30px;

}*/

.pricing-section.home-content-section.group h2 {
    text-align: center;
    color: #2b2b2b;
}

.support-section.home-content-section {
    background: #e2f3f5 url(images/wordpress-support.png) no-repeat left -45px;
    background: #e2f3f5 url(images/wordpress-support.png) no-repeat 55px 12px;
    padding: 25px 10px 65px;
    background-size: 990px;
}

.support-section.home-content-section .home-content-text {
    color: #2b2b2b;
    width: 63%;
    float: right;
    text-align: right;
}

.support-section.home-content-section .home-content-text .text-wrap {
	width: 71%;
	float: right;
}

.top-banner h1 {
        font-size: 33px;
    /*font-family: 'Open Sans';*/
    font-style: normal;
    font-weight: 700;
    line-height: 1.5em;
    margin: 0;
}

footer#colophon a {
    color: whitesmoke;
    text-decoration: none;
}

footer#colophon .site-info {
    text-align: center;
    padding: 23px 0;
    font-size: 14px;
    vertical-align: middle;
    display: inline-block;
    width: 100%;
}

.bg {
    background: url(images/secure-hosting.png) no-repeat;
    position: absolute;
    width: 100%;
    z-index: -10;
    height: 100%;
    margin-top: -60px;
    opacity: .35;
    height: calc(100% + 60px);
}

.features-section.home-content-section.group h2 {
    text-align: center;
    font-size: 33px;
}

table.table-comparison tr:last-child td {
    border-bottom: none;
}

.features-section.home-content-section.group {
    padding: 25px 0;
    background: whitesmoke;
    box-shadow: inset 1px 1px 7px #d2d2d2;
}

/* stick */
html, body {
    height: 100%;
}

#page {
    min-height: 100%;
    margin: 0 auto -65px;
 /* the bottom margin is the negative value of the footer's height */
}
footer#colophon, .push {
	/* height: 65px; */ /* '.push' must be the same height as 'footer' */
}
.package-subtitle {
    font-size: 15px;
    font-weight: 200;
    /*font-family: 'Open Sans';*/
    min-height: 3em;
}

/*.wrap.banner-bg img.desktop-header-bg {
    z-index: -10;
    position: relative;
    margin: 0;
    padding: 0;
    line-height: 0;
    display: inline-block;
    transform: scale(1.28);
    right: 30px;
        width: 830px;
    padding: 1px 0 5px;
}*/

/*.mobile-header-bg {
	display: none
}*/


button.menu-toggle {
    background: #383838;
    padding: 11px 20px;
}

div#content {
    margin-bottom: 90px;
}

footer#colophon .wrap {
    display: table;
    height: 100%;
    vertical-align: middle;
}

span.req {
    color: red;
    padding-left: 2px;
}

.wpcf7 {
    font-size: 14px;
}

.wpcf7 select,.wpcf7 input, .wpcf7 textarea {
    padding: 3px 5px;
    font-size: 14px;
    line-height: 1.5em;
    border-radius: 0;
}

input.wpcf7-form-control.wpcf7-submit {
    border: none;
    color: white;
    padding: 4px 25px;
    font-size: 17px;
    background: #54ace4;
    transition: all .15s ease-in;
}

.wpcf7 textarea {
    max-width: 540px;
    resize: vertical;
}

input.wpcf7-form-control.wpcf7-submit:hover {
    opacity: .8;
}

.plan-custom {
    clear: both;
    text-align: center;
    margin: 0 auto 0 auto;
    width: 100%;
    padding-top: 20px;
    max-width: 660px;
}

.table-comparison th.other-hosts {
    font-size: 13px;
    color: grey;
    width: 29%;
}

#primary {
    margin-bottom: 60px;
}

.support-section.home-content-section.group p {
    font-size: 15px;
}

.security-section.home-content-section.group .home-content-text p {
    font-size: 16px;
}

.security-section.home-content-section.group .home-content-text {
    max-width: 82%;
    margin: auto;
}

div.wpcf7-response-output {
    margin: 0;
    padding: 0;
    border: none;
}

div.wpcf7-mail-sent-ok {
    color: #54ace4;
    font-weight: bold;
}

.faq-spacing {
    margin-top: 2em;
    margin-bottom: 4px;
    font-size: 18px;
    font-weight: 600
}

.contactus-btn {
    position: fixed;
    opacity: .95;
    z-index: 9997;
    text-decoration: none;
    color: white;
    border-radius: 0px 0px 4px 4px;
    background: #404040;
    padding: 14px 15px 12px 12px;
    line-height: 14px;
    float: none;
    text-shadow: none;
    left: -46px;
    top: 50%;
    -moz-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    color: rgb(255, 255, 255);
    margin-top: 51.5px;
    left: -6px;
    background-color: rgb(64, 64, 64);
    transition: left .4s ease-in-out;
}


.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap input[type=email],
.wpcf7-form .wpcf7-form-control-wrap input[type=password],
.wpcf7-form .wpcf7-form-control-wrap textarea,
.wpcf7-form .wpcf7-form-control-wrap input[type=text],
.wpcf7-form .wpcf7-form-control-wrap textarea {
    background: #fcfcfc;
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.1);
    border: 1px solid #cecece;
    padding: 7px;
    display: block;
    font-size: 15px;
    line-height: 18px;
    color: #555;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -o-border-radius: 3px;
    -webkit-border-radius: 3px;
    margin: 0 0 13px 0;
    width: 100%;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 380px;
    font-size: 14px;
    font-weight: normal;
}


article#post-68 .wpcf7-form .wpcf7-form-control-wrap input[type=text],
article#post-68 .wpcf7-form .wpcf7-form-control-wrap input[type=email],
article#post-68 .wpcf7-form .wpcf7-form-control-wrap input[type=password],
article#post-68 .wpcf7-form .wpcf7-form-control-wrap textarea,
article#post-68 .wpcf7-form .wpcf7-form-control-wrap input[type=text],
article#post-68 .wpcf7-form .wpcf7-form-control-wrap textarea {
	width: 450px;
}

#fancyboxID-1 {
    padding: 21px 20px;
}

a.contactus-btn:hover {
    outline: none;
    left: 0;
    opacity: 1
}

span.wpcf7-list-item-label {
    font-weight: normal;
}

#fancyboxID-1 span.wpcf7-not-valid-tip {
    margin-top: -12px;
    padding-left: 9px;
}

div#fancyboxID-1 {
	width: 383px;
}

.wpcf7-form h2 {
    padding-top: 0;
    font-size: 28px;
    padding-bottom: 0;
    margin-bottom: 5px;
    margin-top: 6px;
}

#fancybox-outer {
    border-radius: 4px;
}
.sub-menu:before {
	content: "";
	position: absolute;
	top: -6px;
	left: 0;
	margin: 0 0 0 -6px;
	width: 12px;
	height: 12px;
	transform: rotate(45deg);
	border-radius: 4px 0 0 0;
	background: #fff;
	box-shadow: -1px -1px 1px rgb(235, 235, 235);
	will-change: transform;
	transition-property: transform;
	transition-duration: .25s;
	left: 20%;
	margin-left: -12px;
}
p#breadcrumbs {
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 14px;
}

.free-trial-block h3 {
	/*font-family: 'Libre Franklin';*/
	font-size: 29px;text-transform: capitalize;margin: 0;
}

.free-trial-block {
    margin: 15px;
    clear: both;
    float: left;
    background: #16a8b6;
    padding: 10px 25px;
    color: white;
    text-align: center;
    max-width: 62%;
    margin: auto;
    float: none;
    margin-top: 35px;
    margin-bottom: 25px;
}

.free-trial:hover {
	opacity: 1;
	padding-right: 37px;
	margin-left: 4px;
}

.free-trial {
    background: #ffffff;
    color: #16a8b6;
    text-decoration: none;
    padding: 2px 33px 2px 14px;
    border-radius: 5px;
    font-style: italic;
    font-size: 24px;
    display: inline-block;
    clear: both;
    margin-bottom: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
    transition: .2s ease-in-out;
}

a.free-trial span {
    font-size: 18px;
    margin-top: 5px;
    display: block;
    float: right;
    margin-left: 2px;
    position: absolute;
    right: 5px;
    top: 2px;
}

a.free-trial:hover span {

}
.cta-menu-btn a {
	background: #26acdf;
    color: white;
    text-decoration: none;
    padding: 2px 11px 2px 10px;
    border-radius: 5px;
    font-style: italic;
    font-size: 17px;
    text-shadow: #139faf 1px 1px 1px;
    display: inline-block;
    color: white !important;
    margin-top: -8px;
}

.top-banner .wrap {
	max-width: 920px;
}

.banner-heading {
	/* left: 0px */
}

span.form-subtext {
    display: block;
    font-size: 13px;
    color: #4c4c4c;
    font-weight: normal;
    margin-bottom: 10px;
}

span.wpcf7-form-control.wpcf7-checkbox span.wpcf7-list-item:first-child {
	margin-left: 0
}

.ie8-warning {
	background: orange;
	color: white;
	font-weight: bold;
	text-align: center;
	width: 100%;
	padding: 15px;
	font-size: 18px;
}

article#post-68 form label {
    font-weight: 600;
}

.header-bg {
	background: url(images/blue-grad.jpg);
    height: 100px;
    width: 100%;
    background-position: center 0px;
    background-size: cover;
}

.page-template-default .entry-header h1,
.blog .entry-header h1,
.archive .entry-header h1,
.entry-header h1.page-title {
	color: white;
	padding: 30px 0;
	text-align: left;
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

.header-bg .wrap {
	height: 100%;
}

.title-wrap {
	display: table;
	height: 100%;
}

.testimonial-logos img {
    /*filter: grayscale(100%);*/
    vertical-align: middle;
    max-height: 61px;
    max-width: 100%;
    /*margin-right: 30px;*/
}

.testimonial-section blockquote {
    text-align: center;
    font-style: italic;
    font-weight: 600;
    margin: 0;
    padding: 0 2%;
    width: 33%;
    float: left;
}

.testimonial-logos {
    text-align: center;
    margin-bottom: 50px;
}

.logo-wrap {
    height: 100%;
    display: inline-block;
    width: 100%;
    width: auto;
    margin-right: 39px;
}

.brands-section.home-content-section.group {
    background: #fbfbfb;
    padding: 30px 0 40px;
    box-shadow: 0px 1px 3px #dadada;
    /*margin-bottom: 70px;*/
}
.brands-section.home-content-section.group h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 45px;
}

.uptime-section  {
	text-align: center;
	font-size: 36px;
	margin-bottom: 45px;
	padding: 0 20px 50px;
	background: #16a8b6;
	color: white;
}

.testimonial-section.home-content-section.group {
    background: #fbfbfb;
    padding: 30px 0 40px;
    box-shadow: 0px 1px 3px #dadada;
    /*margin-bottom: 70px;*/
}
.pricing-section.home-content-section.group {
	margin-top: 70px;
}

.testimonial-section.home-content-section.group h2 {
    text-align: center;
    font-size: 36px;
    margin-bottom: 45px;
}
.testimonial-author {
    margin-top: 15px;
    font-weight: normal;
}

.logo-wrap a:hover img {
	filter: none;
}

.pricing-footer-text {
    font-size: 12px;
    text-align: center;
    margin: 15px 15px;
    color: grey;
}

.plan-text {
    text-align: center;
    max-width: 712px;
    margin: auto;
    padding: 0 15px 20px;
}

p {
	widows: 3;
}

.banner-subheading {
    font-size: 25px;
    color: #269ad1;
    text-shadow: none;
}

.banner-heading h1 {
    font-size: 42px;
    margin-top: 0;
    font-style: normal;
    margin-bottom: 42px;
    letter-spacing: -1px
}

.banner-subheading ul {
    margin: 0;
    padding-left: 0;
    list-style-type: none;
}

.banner-subheading li {
    padding-bottom: 5px;
    font-size: 23px;
    margin-bottom: 9px;
}

.logo-wrap:nth-last-child(1) {
    margin-top: 40px;
}

span.banner-features {
    font-weight: 900;
        text-transform: uppercase;
}


span.updated-daily {
    display: block;
    font-size: 13px;
}

.testimonial-section.home-content-section > .wrap {
    max-width: 1240px;
}

.brands-section.home-content-section > .wrap {
    max-width: 1240px;
}

.blog #primary,
.single #primary,
.search #primary,
.archive #primary {
	width: 67%;
	float: left
}

.blog #secondary,
.single #secondary,
.search #secondary,
.archive #secondary {
	width: 28%;
	/*margin-left: 5%;*/
	 float: right;
}

aside#secondary {
    margin-top: 50px;

}

.blog article {
    margin-bottom: 40px;
    padding: 20px 20px 0px;
    box-shadow: 1px 0px 5px gainsboro;
}

.blog .entry-content {
    font-size: 15px;
}

.blog #primary,
.single #primary,
.search #primary,
.archive #primary {
    padding-top: 50px;
}

.single-banner {
    background-attachment: initial;
    background-size: cover;
    background-position: center center;
    opacity: 0;
    transition: 1s ease-in;
    transition-delay: 1s;
    position: relative;
    margin-top: -30px;
}

.loaded .single-banner {
    opacity: 1;
}

.single-banner h1 {
    color: white;
    text-align: center;
    padding: 150px 20px;
    margin-top: 0;
    font-size: 45px;
}


.single-banner:before, .single-banner:after {
    box-sizing: border-box;
    content: " ";
    position: absolute;
    top:0;
    display: block;
    width: 50%;
    height: 100%;
    border-bottom: 30px solid white;
    border-bottom-color: white;
}

.single-banner:before {
    left: 0;
    border-right: 20px solid transparent;
    border-left: 0;
}

.single-banner:after {
    right: 0;
    border-left: 20px solid transparent;
    border-right: 0;
}

.single .entry-content {
	color: #6f6f6f
}

aside#secondary ul {
    margin: 0;
    padding: 0 0 0 22px;
}

h2.entry-title a {
    color: unset;
}

.entry-meta a {
    color: unset;
}

h2.entry-title {
    margin-bottom: 11px;
}
.blog .entry-meta {
    font-size: 15px;
}

.uptime-section .col1,
.uptime-section .col2,
.uptime-section .col3 {
    width: 33.33%;
    float: left;
}

.uptime-section.home-content-section h2 {
    margin: 0;
    padding: 50px 0 0;
}

.uptime-small-title {
    font-size: 17px;
    font-style: italic;
    color: #6f6f6f;
    color: white;
}

.stats-med {
    font-size: 15px;
    margin-top: -5px;
}

.uptime-section.home-content-section > .wrap {
    /*max-width: 38%;*/
}


.uptime-section.home-content-section p {
    font-size: 16px;
    padding: 12px 0 0;
}

.stat-large {
    font-weight: bold;
}


h1.entry-title {
    margin-bottom: 1px;
}

.single .entry-content {
    color: #6f6f6f;
    margin-top: 3em;
}

div#comments {
    margin-top: 4em;
}

.single footer.entry-footer {
    border-top: 1px solid #dedede;
    padding-top: 13px;
    font-size: 15px;
}

ol.comment-list {
    margin: 0;
    padding: 0;
    padding-left: 9px;
    padding-top: 1em;
}

.comment-body {
    background: #f1f1f1;
    padding: 14px;
    border-radius: 2px;
    border: 1px solid #e8e8e8;
}

.comment-metadata {
    font-style: italic;
    font-size: 14px;
}

.thread-alt {
    margin-left: 12px;
    margin-top: 12px;
}

.reply {
    font-size: 14px;
}

div.sharedaddy h3.sd-title:before {
	border: none !important;
	margin-top: 4em;
}

a.moretag {
    display: block;
    margin-top: 13px;
}

.entry-meta {
    font-size: 17px;
    color: #5a5a5a
}

input[type="submit"] {
    border: none;
    color: white;
    padding: 4px 25px;
    font-size: 17px;
    background: #54ace4;
    transition: all .15s ease-in;
}

input#submit {
    padding: 10px 15px;
}

input[type="submit"]:hover {
    opacity: .8;
}

input.search-submit {
    display: none;
}

textarea#comment {
    resize: vertical;
    height: 120px;
}

.stats-small {
    font-size: 15px;
    margin-top: 23px;
    display: block;
    clear: both;
    float: left;
    text-align: center;
    width: 100%;
    margin-bottom: -8px;
}

.stats-med:after {
    /*content: "*";*/
    position: absolute;
}


.post-category {
    color: #00afe1;
    bottom: 0;
    font-size: 11px;
    background: #00afe1;
    color: white !important;
    font-weight: normal;
    padding: 5px 8px;
    border-radius: 5px;
    width: auto;
}

.post-category.cat-11 {
    background: #56ce4e;
}

.cat-wrap {
    display: block;
    margin-bottom: 12px;
}

.not-available {
	color: #f95252
}

.ok {
	color: #23e744
}

.blog-sub.wrap {
    padding: 15px 0px;
    font-weight: bold;
    color: #666;
}

table.table-comparison td span {
    text-align: center;
    display: block;
    font-weight: bold;
}

.tooltip
{
    text-align: center;
    color: #fff;
    background: #111;
    position: absolute;
    z-index: 100;
    padding: 15px;
}

.tooltip:after /* triangle decoration */
{
    width: 0;
    height: 0;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid #111;
    content: '';
    position: absolute;
    left: 50%;
    bottom: -10px;
    margin-left: -10px;
}

.tooltip.top:after
{
    border-top-color: transparent;
    border-bottom: 10px solid #111;
    top: -20px;
    bottom: auto;
}

.tooltip.left:after
{
    left: 10px;
    margin: 0;
}

.tooltip.right:after
{
    right: 10px;
    left: auto;
    margin: 0;
}

.banner-heading h2 {
    color: #0096e1;
    font-size: 33px;
    font-style: normal;
    letter-spacing: -1px;
    margin-top: 89px;
        margin-bottom: 0;
}

.banner-sup {
    margin-bottom: 35px;
    color: #0094df;
    font-size: 14px;
}


.home .free-trial-block {
    color: #404040;
    background: none;
    max-width: 70%;
}

.home .free-trial {
    background: #16a8b6;
    color: white;
}

.home .free-trial-block h3 {
    font-size: 22px;
    margin-bottom: 33px;
    text-transform: none;
}

.blog-sub.wrap {
    padding: 15px 20px;
    font-weight: bold;
    color: #666;
    font-size: 18px;
    margin-top: 12px;
    margin-bottom: -15px;
}

.single .entry-content ul li {
    margin-bottom: 5px;
}
.single .entry-content ul {
    margin: 0;
}

.single h1.entry-title,
h2.entry-title {
    line-height: 1.2;
    margin-bottom: 10px;
}



/* Media queries */
@media screen and (max-width: 1380px) {
    .support-section.home-content-section .home-content-text {
        width: 57%
    }
    .home-content-text h2 {
    	font-size: 40px
    }
}

@media screen and (max-width: 1300px) {
    .support-section.home-content-section {
	    background-position: -140px 28px;
	}
	 .support-section.home-content-section .home-content-text {
	    width: 70%;
	}
}

@media screen and (max-width: 1000px) {
    .support-section.home-content-section {
        background-position: -290px 75px;
    }
    .support-section.home-content-section .home-content-text {
	    width: 67%;
	}
    .banner-heading {
		/* left: 30px */
	}
    .banner-heading {
        /* left: 0; */
        /* max-width: 71%; */
        /* line-height: 1.2; */
        /* font-size: 42px; */
        /* padding-top: 40px; */
    }
    .wrap {
        width: 90%;
    }
    .wrap.banner-bg img.desktop-header-bg {
        /* right: 20px; */
        /* transform: scale(1.10); */
    }
    .banner-heading h1 {
    	font-size: 37px;
    }
    .banner-heading li {
	    padding-bottom: 9px;
	}
}

@media screen and (max-width: 880px) {
	 .banner-heading li {
	    padding-bottom: 5px;
	    font-size: 23px
	}

	.banner-subheading br {
		display: none
	}
}


@media screen and (max-width: 850px) {
    .banner-heading {
        /* font-size: 35px; */
        /* max-width: 60%; */
    }
    .support-section.home-content-section {
		background-position: -330px 65px;
    }
    .support-section.home-content-section .home-content-text {
    	width: 70%;
    }

    .banner-heading h1 {
	    /* font-size: 35px; */
	}
	.banner-heading {
		/* padding-top: 35px; */
	}
	 .wrap.banner-bg img.desktop-header-bg {
        /* right: -20px; */
    }
    .banner-heading h2 {
    	margin-top: 40px;
    	font-size: 25px;
    	margin-bottom: 5px
    }
}

@media screen and (min-width:620px) and (max-width: 870px) {
	li.package-name {
		padding: 10px 5px;
		font-size: 24px;
	}
	li.package-sign-up a {
		font-size: 20px;
	    padding: 7px 20px;
	}
}

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

	.banner-subheading br {
		display: inline
	}

	.testimonial-section blockquote {
   		width: 100%;
   		margin-bottom: 2em
	}


	.logo-wrap img {
		max-height: 47px;
	}

	table.table-comparison {
		width: 100%
	}
	table.table-comparison td {
	    padding-bottom: 5px;
	    padding-top: 5px;
	}
    .wrap.banner-bg img.desktop-header-bg {
        /* right: 0; */
        /* transform: scale(1); */
    }
    .banner-heading {
        /* font-size: 32px; */
        /* max-width: 60%; */
        /* padding-top: 35px; */
    }
    #fancyboxID-1 {
	    width: 383px;
	    width: 100% !important;
	    box-sizing: border-box !important;
	    padding: 21px 11px;
	}
	.wpcf7-form h2 {
		font-size: 25px;
	}
    .contactus-btn {
    	bottom: 10px;
	    top: unset;
	    transform: none;
	    right: 10px;
	    left: unset;
	    border-radius: 5px 5px;
	    opacity: 1;
	    padding: 10px;
    }
    a.contactus-btn:hover {
    	left: unset;
    }
    .header-bg {
		height: auto;
		background: #26acdf;
	}
	.header-bg h1 {
		font-size: 28px;
	}
	    .wrap.banner-bg img.desktop-header-bg {
        /* display: none */
        /* display: block; */
    }
    .banner-bg-right {
        display: none
    }
    .banner-heading {
        /* width: 98%; */
        /* max-width: unset; */
        /* margin: auto; */
        /* text-align: center; */
        /* font-size: 31px; */
        /* padding: 38px 0 0px; */
        /* position: relative; */
        /* left: 0; */
    }
     .banner-heading h1 {
	    /* font-size: 29px; */
	}
	.banner-subheading ul li {
	    padding-bottom: 13px;
	    text-align: left;
	    font-size: 22px;
	}
	/*.mobile-header-bg {
        display: block;
    }*/
    .home .free-trial-block {
	    max-width: 90%;
	}
}

@media screen and (max-width: 680px) {
	.testimonial-section blockquote {
		padding: 0;
	}
   /*.banner-heading {
        font-size: 30px;
        max-width: 60%;
    }*/
}

@media screen and (max-width: 630px) {
    /*.banner-heading {
        font-size: 28px;
        max-width: 60%;
        padding-top: 50px;
    }*/
}

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

	.support-section.home-content-section .home-content-text .text-wrap {
		width: 100%;
		float: none
	}

	.blog #primary, .single #primary, .search #primary, .archive #primary,
	.blog #secondary, .single #secondary, .search #secondary, .archive #secondary {
    	width: 100%;
    	float: none;
	}

	.wpcf7-form .wpcf7-form-control-wrap input[type=text],
	.wpcf7-form .wpcf7-form-control-wrap input[type=email],
	.wpcf7-form .wpcf7-form-control-wrap input[type=password],
	.wpcf7-form .wpcf7-form-control-wrap textarea,
	.wpcf7-form .wpcf7-form-control-wrap input[type=text],
	.wpcf7-form .wpcf7-form-control-wrap textarea,
	.wpcf7-form .wpcf7-form-control-wrap span input {
		width: 100%;
		box-sizing: border-box;
	}
	.main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {
        color: white
    }
	.main-navigation li:hover>a,
	.main-navigation li.focus>a {
    	color: white !important;
	}
	.package-subtitle {
		min-height: unset
	}
	.wpcf7 label input,
	.wpcf7 textarea,
	.wpcf7 select {
		width: 99%
	}
    .plan-custom {
    padding-top: 0;
    }
    #masthead .wrap {
        width: 100%;
    }
    .home-content-text h2 {
        font-size: 36px;
    }
    ul.pricing-table {
        width: 100%;
        margin-bottom: 3em;
    }
    li.package-name {
        min-height: 0;
    }
    .home-content-text h2 {
        text-align: center;
    }
    .support-section.home-content-section {
        background: #e2f3f5 url(images/wordpress-support.png) no-repeat -30px bottom;
        padding: 25px 10px 256px;
        background-size: 100%;
    }
    .bg {
        width: 100%;
        left: 0;
        height: 100%;
            margin-top: -40px;
    }
    .security-section.home-content-section > .wrap {
    	width: 100%
    }
    .speed-section {
        background: #16afbd url(images/speed-bg.png) no-repeat -520px 190px;
    }
    .speed-section .home-content-text h2,
    .speed-section .home-content-text p {
        text-align: center;
    }
    .home-content-section.speed-section .home-content-text,
    .support-section.home-content-section .home-content-text {
        width: 100%;
        float: none;
        text-align: center;
    }
    .home-content-section.speed-section img {
        float: none;
        width: 80%;
        margin: auto;
        display: block;
    }
    h1 {
        font-size: 28px;
        line-height: 1.2em;
    }
    .top-banner {
        font-size: 17px;
    }
    .home .entry-content {
        font-size: 15px;
    }
    .top-banner {
        padding: 15px 0;
    }
    .main-navigation .current_page_item > a,
    .main-navigation .current-menu-item > a,
    .main-navigation .current_page_ancestor > a,
    .main-navigation .current-menu-ancestor > a {
        opacity: .8
    }
    .main-navigation a {
        margin: 0;
        font-size: 17px;
        padding: 6px 26px;
        background: grey;
        color: white !important;
        margin-bottom: 2px;
        border-radius: 0;
        text-shadow: none;
        font-style: normal;
        display: block;
    }
    .main-navigation li {
        width: 100%;
        padding: 0;
        font-size: 15px;
    }
    .main-navigation {
        margin: 0;
        float: none;
    }
    #masthead .site-branding {
        width: 100%
    }
    .site-title img {
        max-width: 76%;
    }
    .site-branding {
        float: none;
        width: 100%;
        text-align: center;
        padding-top: 20px;
    }
    .security-section.home-content-section.group .home-content-text {
    	max-width: 90%
    }
    .free-trial-block {
		max-width: 95%;
        margin-top: 0;
	}
	.uptime-section.home-content-section > .wrap {
		max-width: 100%;
	}

}

@media screen and (max-width: 580px) {
		.logo-wrap {
			clear: both;
		    display: block;
		    margin-bottom: 2.5em;
		    margin-right: 0
		}
		.logo-wrap img {
			max-height: 80px;
		}


	}

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

    .support-section.home-content-section {
        padding: 25px 10px 200px;
    }

    .plan-text {
	    padding: 0 0px 20px;
	}
	.pricing-footer-text {
		margin-bottom: 40px;
	}

}


/* Tipso Bubble Styles */
.tipso_bubble,
.tipso_bubble>.tipso_arrow {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.tipso_bubble {
    position: absolute;
    text-align: center;
    border-radius: 6px;
    z-index: 9999;
    background: #686868 !important;
    font-size: 13px;
}

.tipso_style {
    cursor: help
}

.tipso_title {
    border-radius: 6px 6px 0 0
}

.tipso_content {
    word-wrap: break-word;
    padding: 0.5em
}

.tipso_bubble.tiny {
    font-size: 0.6rem
}

.tipso_bubble.small {
    font-size: 0.8rem
}

.tipso_bubble.default {
    font-size: 1rem
}

.tipso_bubble.large {
    font-size: 13px;
    width: 100%
}

.tipso_bubble>.tipso_arrow {
    position: absolute;
    width: 0;
    height: 0;
    border: 8px solid;
    pointer-events: none
}

.tipso_bubble.top>.tipso_arrow {
    border-top-color: #686868 !important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-bottom-color: transparent;
    top: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.bottom>.tipso_arrow {
    border-bottom-color: #686868 !important;
    border-right-color: transparent;
    border-left-color: transparent;
    border-top-color: transparent;
    bottom: 100%;
    left: 50%;
    margin-left: -8px
}

.tipso_bubble.left>.tipso_arrow {
    border-left-color: #686868 !important;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-right-color: transparent;
    top: 50%;
    left: 100%;
    margin-top: -8px
}

.tipso_bubble.right>.tipso_arrow {
    border-right-color: #686868 !important;
    border-top-color: transparent;
    border-bottom-color: transparent;
    border-left-color: transparent;
    top: 50%;
    right: 100%;
    margin-top: -8px
}

.tipso_bubble .top_right_corner,
.tipso_bubble.top_right_corner {
    border-bottom-left-radius: 0
}

.tipso_bubble .bottom_right_corner,
.tipso_bubble.bottom_right_corner {
    border-top-left-radius: 0
}

.tipso_bubble .top_left_corner,
.tipso_bubble.top_left_corner {
    border-bottom-right-radius: 0
}

.tipso_bubble .bottom_left_corner,
.tipso_bubble.bottom_left_corner {
    border-top-right-radius: 0
}

.sub-feature-list li {
    padding: 2px 0 4px 0;
    font-size: 15px;
    position: relative;
}

.sub-feature-list {
    margin: 0;
    list-style-type: none;
    padding: 2px 0 4px 0;
    display: block;
}

.sub-feature-list li.tipso_style:after {
    content: "?";
    font-weight: bold;
    position: absolute;
    top: 2px;
    font-size: 13px;
    padding-left: 4px;
}

#post-282 li {
    margin-bottom: 1em;
}

#post-282 ul {
    margin: 0;
}

span.plus-gst {
    font-weight: 600;
    font-size: 13px;
    position: relative;
    top: -6px;
    padding-left: 2px;
}

@media screen and (max-width: 810px) {
	.uptime-section .col1,
	.uptime-section .col2,
	.uptime-section .col3 {
	    width: 100%;
	    float: none;
	    margin-bottom: 30px;
	}
}


.pricing-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}


/* On screens that are 600px wide or less, stack in one column */
@media (max-width: 767px) {
	ul.pricing-table {
	    flex: 1 1 100%; /* Full width for single-column layout */
	  }
}

li.package-sign-up {
    margin-top: auto;
}

.pricing-section .wrap {
    max-width: 1134px;
}