@charset "UTF-8";
 a svg, a {
     transition: all 0.1s ease-in-out;
}
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */
/* Document ========================================================================== */
/** * 1. Correct the line height in all browsers. * 2. Prevent adjustments of font size after orientation changes in iOS. */
 html {
     line-height: 1.15;
    /* 1 */
     -webkit-text-size-adjust: 100%;
    /* 2 */
}
/* Sections ========================================================================== */
/** * Remove the margin in all browsers. */
 body {
     margin: 0;
}
/** * Correct the font size and margin on `h1` elements within `section` and * `article` contexts in Chrome, Firefox, and Safari. */
 h1 {
     font-size: 2em;
     margin: 0.67em 0;
}
/* Grouping content ========================================================================== */
/** * 1. Add the correct box sizing in Firefox. * 2. Show the overflow in Edge and IE. */
 hr {
     box-sizing: content-box;
    /* 1 */
     height: 0;
    /* 1 */
     overflow: visible;
    /* 2 */
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 pre {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/* Text-level semantics ========================================================================== */
/** * Remove the gray background on active links in IE 10. */
 a {
     background-color: transparent;
}
/** * 1. Remove the bottom border in Chrome 57- * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari. */
 abbr[title] {
     border-bottom: none;
    /* 1 */
     text-decoration: underline;
    /* 2 */
     -webkit-text-decoration: underline dotted;
     text-decoration: underline dotted;
    /* 2 */
}
/** * Add the correct font weight in Chrome, Edge, and Safari. */
 b, strong {
     font-weight: bolder;
}
/** * 1. Correct the inheritance and scaling of font size in all browsers. * 2. Correct the odd `em` font sizing in all browsers. */
 code, kbd, samp {
     font-family: monospace, monospace;
    /* 1 */
     font-size: 1em;
    /* 2 */
}
/** * Add the correct font size in all browsers. */
 small {
     font-size: 80%;
}
/** * Prevent `sub` and `sup` elements from affecting the line height in * all browsers. */
 sub, sup {
     font-size: 75%;
     line-height: 0;
     position: relative;
     vertical-align: baseline;
}
 sub {
     bottom: -0.25em;
}
 sup {
     top: -0.5em;
}
/* Embedded content ========================================================================== */
/** * Remove the border on images inside links in IE 10. */
 img {
     border-style: none;
}
/* Forms ========================================================================== */
/** * 1. Change the font styles in all browsers. * 2. Remove the margin in Firefox and Safari. */
 button, input, optgroup, select, textarea {
     font-family: inherit;
    /* 1 */
     font-size: 100%;
    /* 1 */
     line-height: 1.15;
    /* 1 */
     margin: 0;
    /* 2 */
}
/** * Show the overflow in IE. * 1. Show the overflow in Edge. */
 button, input {
    /* 1 */
     overflow: visible;
}
/** * Remove the inheritance of text transform in Edge, Firefox, and IE. * 1. Remove the inheritance of text transform in Firefox. */
 button, select {
    /* 1 */
     text-transform: none;
}
/** * Correct the inability to style clickable types in iOS and Safari. */
 button, [type="button"], [type="reset"], [type="submit"] {
     -webkit-appearance: button;
}
/** * Remove the inner border and padding in Firefox. */
 button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
     border-style: none;
     padding: 0;
}
/** * Restore the focus styles unset by the previous rule. */
 button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
     outline: 1px dotted ButtonText;
}
/** * Correct the padding in Firefox. */
 fieldset {
     padding: 0.35em 0.75em 0.625em;
}
/** * 1. Correct the text wrapping in Edge and IE. * 2. Correct the color inheritance from `fieldset` elements in IE. * 3. Remove the padding so developers are not caught out when they zero out * `fieldset` elements in all browsers. */
 legend {
     box-sizing: border-box;
    /* 1 */
     color: inherit;
    /* 2 */
     display: table;
    /* 1 */
     max-width: 100%;
    /* 1 */
     padding: 0;
    /* 3 */
     white-space: normal;
    /* 1 */
}
/** * Add the correct vertical alignment in Chrome, Firefox, and Opera. */
 progress {
     vertical-align: baseline;
}
/** * Remove the default vertical scrollbar in IE 10+. */
 textarea {
     overflow: auto;
}
/** * 1. Add the correct box sizing in IE 10. * 2. Remove the padding in IE 10. */
 [type="checkbox"], [type="radio"] {
     box-sizing: border-box;
    /* 1 */
     padding: 0;
    /* 2 */
}
/** * Correct the cursor style of increment and decrement buttons in Chrome. */
 [type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
     height: auto;
}
/** * 1. Correct the odd appearance in Chrome and Safari. * 2. Correct the outline style in Safari. */
 [type="search"] {
     -webkit-appearance: textfield;
    /* 1 */
     outline-offset: -2px;
    /* 2 */
}
/** * Remove the inner padding in Chrome and Safari on macOS. */
 [type="search"]::-webkit-search-decoration {
     -webkit-appearance: none;
}
/** * 1. Correct the inability to style clickable types in iOS and Safari. * 2. Change font properties to `inherit` in Safari. */
 ::-webkit-file-upload-button {
     -webkit-appearance: button;
    /* 1 */
     font: inherit;
    /* 2 */
}
/* Interactive ========================================================================== */
/* * Add the correct display in Edge, IE 10+, and Firefox. */
 details {
     display: block;
}
/* * Add the correct display in all browsers. */
 summary {
     display: list-item;
}
/* Misc ========================================================================== */
/** * Add the correct display in IE 10+. */
 template {
     display: none;
}
/** * Add the correct display in IE 10. */
 [hidden] {
     display: none;
}
 figure {
     margin: 0;
}
body.admin-bar {
    margin-top: 30px;
}
/* Box Sizing --------------------------------------------- */
 html, input[type="search"] {
     box-sizing: border-box;
}
 *, *:before, *:after {
     box-sizing: inherit;
}
/* Wrap --------------------------------------------- */
 .wrap {
     max-width: 1158px;
     margin: 0 auto;
     padding-left: 24px;
     padding-right: 24px;
}
 .wrap:after {
     content: "";
     display: table;
     clear: both;
}
 .content .site-inner > .wrap {
     max-width: 778px;
}
 .site-container {
     background: #f4f4f4;
}
 .site-main {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     padding: 40px 24px;
     margin-left: -24px;
     margin-right: -24px;
}
/* Screen Reader Text --------------------------------------------- */
 .genesis-skip-link {
     display: none;
}
 .screen-reader-text, .screen-reader-text span, .screen-reader-shortcut {
     position: absolute !important;
     clip: rect(0, 0, 0, 0);
     height: 1px;
     width: 1px;
     border: 0;
     overflow: hidden;
}
 .screen-reader-text:focus, .screen-reader-shortcut:focus {
     clip: auto !important;
     height: auto;
     width: auto;
     display: block;
     font-size: 1em;
     font-weight: bold;
     padding: 15px 23px 14px;
     color: #333;
     background: #fff;
     z-index: 100000;
    /* Above WP toolbar. */
     text-decoration: none;
     box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

html .Campaign * {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif !important;
}

/* Sidebar Layouts --------------------------------------------- */
/* Typographical Elements --------------------------------------------- */
 body {
     color: #464646;
     font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
     font-size: 15px;
     line-height: 1.75;
}
 a {
     color: #FF6200;
     text-decoration: none;
}
 a:hover {
     text-decoration: underline;
}
 strong {
     font-weight: 700;
}
 ol, ul {
     margin: 0;
     padding: 0;
}

code, pre {
    font-family: Monaco, Menlo, Consolas, 'Courier New', monospace;
    font-size: 14px;
}

 code {
     padding: 2px 4px;
}
 pre {
     display: block;
     padding: 9.5px;
     margin: 0 0 10px;
     line-height: 18px;
     word-break: break-all;
     word-wrap: break-word;
     white-space: pre;
     white-space: pre-wrap;
}
 pre code {
     padding: 0;
     color: inherit;
     white-space: pre;
     white-space: pre-wrap;
     background-color: transparent;
     border: 0;
}
 cite {
     font-style: normal;
}
 .clearfix:after, .clear:after {
     content: "";
     display: table;
     clear: both;
}
/* Paragraph --------------------------------------------- */
 p {
     margin: 0 0 16px;
     padding: 0;
}
 p.large, p.has-large-font-size {
     font-size: 18px;
}
 p.has-normal-font-size {
     font-size: 15px;
}
 p.small, p.has-small-font-size {
     font-size: 15px;
}
/* Headings --------------------------------------------- */
 h1, h2, h3, h4, h5, h6 {
     color: #333333;
     line-height: 1.5;
     margin: 0 0 16px;
}
 h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
     color: #333333;
}
 h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover {
     color: #FF6200;
     text-decoration: none;
}
 h1 {
     font-size: 28px;
     line-height: 1.4;
     font-weight: 700;
}
 h1.archive-title {
     font-size: 24px;
}
 h2 {
     font-size: 21px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 h2.entry-title {
     font-size: 22px;
     font-weight: 700;
}
 .singular .entry h2.entry-title {
     font-size: 28px;
     line-height: 1.4;
     font-weight: 700;
}
 h2.large {
     font-size: 28px;
     line-height: 1.4;
     font-weight: 700;
}
 h3 {
     font-size: 21px;
     font-weight: 700;
}
 h3.small {
     font-size: 18px;
}
 h4 {
     color: #FF6200;
     font-size: 17px;
     font-weight: 700;
}
 h4 a {
     color: #FF6200;
}
 h4 a:hover {
     color: #FF6200;
     text-decoration: none;
}
 h5 {
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
}
 h6 {
     font-size: 16px;
     font-style: normal;
     font-weight: 700;
     line-height: 1.625;
}
/* Lists --------------------------------------------- */
 ul.is-style-check li, ol.is-style-check li {
     list-style-type: none;
     position: relative;
}

body.wordpress-plugins .entry-content ul {
    margin-left: 0;
}

body.wordpress-plugins .entry-content ul li {
    margin-left: 24px;
}

ol.is-style-check li::before,
ul.is-style-check li::before,
ol.is-style-check li::before {
     background: url(../icons/color/check-grey.svg) no-repeat center;
     background-size: 14px;
     content: '';
     width: 20px;
     height: 31px;
     position: absolute;
     top: 0;
     left: -24px;
}
 ul.is-style-arrow li, ol.is-style-arrow li {
     list-style-type: none;
     position: relative;
}
 ul.is-style-arrow li:not(:last-child), ol.is-style-arrow li:not(:last-child) {
     margin-bottom: 14px;
}
 ul.is-style-arrow li::before, ol.is-style-arrow li::before {
     background: url(../icons/color/normal-chevron-right-grey.svg) no-repeat center;
     background-size: 6px;
     content: '';
     width: 20px;
     height: 26px;
     position: absolute;
     top: 0;
     left: -24px;
}
 .sub-menu-wrap ul.is-style-arrow li, .sub-menu-wrap ol.is-style-arrow li {
     font-size: 12px;
     line-height: 1.6;
}
 .sub-menu-wrap ul.is-style-arrow li a, .sub-menu-wrap ol.is-style-arrow li a {
     font-size: 15px;
     color: #464646;
}
 .sub-menu-wrap ul.is-style-arrow li a:hover, .sub-menu-wrap ol.is-style-arrow li a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .sub-menu-wrap ul.is-style-arrow li a strong, .sub-menu-wrap ol.is-style-arrow li a strong {
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     display: block;
     margin-bottom: 4px;
}
/* Button --------------------------------------------- */
 .wp-block-button__link {
     background-color: #FF6200;
     border: none;
     border-radius: 3px;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     padding: 12px 16px;
     text-decoration: none;
}
 .wp-block-button__link svg {
     margin-left: 8px;
}
 .wp-block-button__link:not(.has-text-color) {
     color: white;
}
 .wp-block-button__link:not(.has-text-color):hover {
     color: white;
}
 .wp-block-button__link:hover, .wp-block-button__link:focus {
     background-color: #cc4e00;
     text-decoration: none;
}
 .wp-block-button__link.has-primary-background-color:hover, .wp-block-button__link.has-primary-background-color:focus {
     background-color: #cc4e00;
}
 .wp-block-button__link.has-white-background-color {
     color: #111111;
}
 .wp-block-button.large .wp-block-button__link, .wp-block-button__link.large {
     font-size: 18px;
     padding: 15px 20px;
}
 .wp-block-button.full, .wp-block-button.full .wp-block-button__link {
     display: block;
     width: 100%;
}
 .wp-block-button.large.full .wp-block-button__link {
     padding-left: 6px;
     padding-right: 6px;
}
 .wp-block-button.small .wp-block-button__link, .wp-block-button__link.small {
     font-size: 13px;
     padding: 8px 12px;
}
 .wp-block-button.border .wp-block-button__link, .wp-block-button__link.border {
     border: 2px solid #DD5500;
}
 .wp-block-buttons .wp-block-button {
     margin-bottom: 0;
}
 .wp-block-button.is-style-outline .wp-block-button__link {
     border: 2px solid transparent;
     padding: 9px 22px;
}
 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-text-color) {
     color: #FF6200;
}
 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background) {
     background: white;
     border-color: #FF6200;
}
 .wp-block-button.is-style-outline .wp-block-button__link:not(.has-background):hover {
     background: white;
}
 .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color {
     background: white;
     border-color: #FF6200;
}
 .wp-block-button.is-style-outline .wp-block-button__link.has-primary-background-color:hover {
     background: white;
}
 .wp-block-button.is-style-arrow .wp-block-button__link {
     background: transparent;
     border: none;
     padding-left: 0;
     padding-right: 0;
     line-height: 16px;
}
 .wp-block-button.is-style-arrow .wp-block-button__link.has-background {
     background: transparent;
     border: none;
}
 .wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
     color: #464646;
     text-decoration: underline;
     -webkit-text-decoration-color: #FF6200;
     text-decoration-color: #FF6200;
}
 .wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) svg {
     fill: #FF6200;
}
 .wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color):hover {
     color: #FF6200;
}
 .wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color svg {
     fill: #FF6200;
}
 .wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color:hover {
     color: #cc4e00;
}
 .wp-block-button.is-style-arrow .wp-block-button__link.has-primary-color:hover svg {
     fill: #cc4e00;
}
/* Blockquote --------------------------------------------- */
 blockquote, blockquote.wp-block-quote {
     border-left: 2px solid rgba(0, 0, 0, 0.1);
     text-align: left;
     margin-left: 20px;
     padding-left: 20px;
}
 blockquote cite, blockquote .wp-block-quote__citation, blockquote.wp-block-quote cite, blockquote.wp-block-quote .wp-block-quote__citation {
     color: #464646;
     display: block;
     font-size: 17px;
     font-weight: 700;
     line-height: 1.75;
     margin-top: 14px;
}
 blockquote cite.has-stars, blockquote .wp-block-quote__citation.has-stars, blockquote.wp-block-quote cite.has-stars, blockquote.wp-block-quote .wp-block-quote__citation.has-stars {
     line-height: 1.3;
}
 blockquote cite .avatar, blockquote .wp-block-quote__citation .avatar, blockquote.wp-block-quote cite .avatar, blockquote.wp-block-quote .wp-block-quote__citation .avatar {
     border-radius: 50%;
     max-width: 40px;
     margin-right: 20px;
     float: left;
     display: block;
}
 blockquote p:last-of-type, blockquote.wp-block-quote p:last-of-type {
     margin-bottom: 0;
}
 blockquote.is-style-fancy, blockquote.wp-block-quote.is-style-fancy {
     border-left: 0;
     margin-left: 0;
     margin-right: 0;
     padding-left: 0;
}
 blockquote.is-style-fancy > div, blockquote.wp-block-quote.is-style-fancy > div {
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     padding: 18px 24px;
     position: relative;
}
 blockquote.is-style-fancy > div::after, blockquote.wp-block-quote.is-style-fancy > div::after {
     background: #fff;
     border-right: 1px solid #E7E7E7;
     border-bottom: 1px solid #E7E7E7;
     content: '';
     display: block;
     width: 12px;
     height: 12px;
     position: absolute;
     bottom: -6px;
     left: 38px;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
}
 blockquote.is-style-fancy cite, blockquote.wp-block-quote.is-style-fancy cite {
     padding-left: 24px;
}
 blockquote.is-style-fancy cite .stars, blockquote.wp-block-quote.is-style-fancy cite .stars {
     display: block;
}
/* Separator --------------------------------------------- */
 .wp-block-separator, hr {
     background: transparent;
     border: none;
     width: 100%;
     height: 32px;
     margin: 16px 0;
     position: relative;
}
 .wp-block-separator.alignfull, hr.alignfull {
     width: calc( 100% + 96px);
}
 .wp-block-separator::before, hr::before {
     background: #E7E7E7;
     content: '';
     display: block;
     width: 100%;
     height: 1px;
     position: absolute;
     top: 50%;
     margin-top: -.5px;
}
/* Image --------------------------------------------- */
 img {
     display: block;
     max-width: 100%;
     height: auto;
}
img.loading-boy {
    display: inline;
}
 img.emoji {
     max-width: 16px;
     display: inline;
}
 img.alignleft {
     float: left;
     margin: 0 24px 24px 0;
}
 img.alignright {
     float: right;
     margin: 0 0 24px 24px;
}
 img.aligncenter {
     margin-left: auto;
     margin-right: auto;
}
 .wp-block-image, .wp-block-video, .wp-block-table {
     margin-bottom: 0;
}

.wp-block-image .alignleft img {
    float: left;
    margin-right: 12px;
}

 .wp-block-image.alignfull figcaption, .wp-block-video.alignfull figcaption, .wp-block-table.alignfull figcaption {
     padding-left: 16px;
     padding-right: 16px;
}
/* Tables --------------------------------------------- */
 .tablepress table,
 .wp-block-table table {
     border-collapse: collapse;
     border-spacing: 0;
}
.tablepress thead,
 .wp-block-table thead {
     border-bottom: 0;
}
.tablepress th,
 .wp-block-table th {
     border: none;
     padding: 12px 10px;
     text-align: left;
}

.tablepress td,
 .wp-block-table td {
     padding: 10px;
     border: none;
}

.tablepress tbody tr,
 .wp-block-table tbody tr {
     border-bottom: #E7E7E7;
}

.tablepress tbody tr:nth-child(2n),
 .wp-block-table tbody tr:nth-child(2n) {
     background: #FAFAFA;
}

.tablepress tbody tr:last-child {
    background: #fff;
}

.tablepress thead,
 .wp-block-table.is-style-regular thead {
     background: #D9EDF7;
}
.tablepress thead th,
 .wp-block-table.is-style-minimal thead th {
     border-bottom: 2px solid #E7E7E7;
}
/* Color Options --------------------------------------------- */
 .has-primary-color {
     color: #FF6200;
}
 .has-primary-bg-color {
     color: white;
}
 .has-primary-background-color {
     background-color: #FF6200;
     color: #fff;
}
 .has-primary-background-color h1, .has-primary-background-color h2, .has-primary-background-color h3, .has-primary-background-color h4, .has-primary-background-color h5, .has-primary-background-color h6, .has-primary-background-color p {
     color: #fff;
}
 .has-primary-bg-background-color {
     background-color: white;
}
 .has-primary-fill {
     fill: #FF6200;
}
 .has-grey-background-color {
     background-color: #FAFAFA;
}
 .has-white-background-color {
     background-color: #fff;
}
/* Group --------------------------------------------- */
 .wp-block-group.alignfull, .wp-block-group.alignwide {
     padding-left: 16px;
     padding-right: 16px;
}
 .wp-block-group.has-background {
     padding: 40px 16px;
}
 .entry-content .wp-block-group.has-background.has-white-background-color:last-child {
     padding-bottom: 16px;
}
 .wp-block-group .wp-block-group__inner-container {
     max-width: 550px;
     margin: 0 auto;
}
 .wp-block-group .wp-block-group__inner-container:after {
     content: "";
     display: table;
     clear: both;
}
 .wp-block-group .wp-block-group__inner-container > *:last-child {
     margin-bottom: 0;
}
 .full-width-content .wp-block-group .wp-block-group__inner-container {
     max-width: 1110px;
}
 .wp-block-group.aligncenter .wp-block-group__inner-container {
     max-width: 550px;
}
 .wp-block-group.alignwide .wp-block-group__inner-container {
     max-width: 1110px;
}
 .wp-block-group.alignfull .alignwide {
     margin-left: -280px;
     margin-right: -280px;
}
/* Search --------------------------------------------- */
 .search-form {
     position: relative;
}
 .search-form .search-field {
     padding-right: 44px;
}
 .search-form button {
     background: transparent;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     outline: none;
     cursor: pointer;
     position: absolute;
     top: 50%;
     right: 0;
     margin-top: -22px;
     width: 44px;
     height: 44px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .search-form button svg {
     fill: #CFCFCF;
}
 .search-form button span {
     display: none;
}
 .search-form button:hover svg {
     fill: #FF6200;
}
/* Text Alignment --------------------------------------------- */
/* Columns --------------------------------------------- */
 .wp-block-columns.has-divider {
     color: #757575;
     font-size: 15px;
}
 .wp-block-columns.has-divider h2, .wp-block-columns.has-divider h3 {
     margin-bottom: 16px;
}
 .wp-block-columns.has-divider p {
     margin-bottom: 24px;
}
/* Breadcrumb NavXT --------------------------------------------- */
 .breadcrumbs {
     color: #757575;
     font-size: 12px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 18px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     margin-bottom: 24px;
}
 .breadcrumbs p {
     margin: 0;
     max-width: 100%;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
     vertical-align: middle;
     max-width: 411px;
}
 .breadcrumbs a {
     color: #555555;
}
 .breadcrumbs a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .breadcrumbs p > span {
     vertical-align: middle;
}
 .breadcrumbs .sep {
     background: url(../icons/color/chevron-right-grey.svg) no-repeat center;
     background-size: 12px 12px;
     display: inline-block;
     vertical-align: middle;
     text-indent: -9999em;
     margin: 0 6px;
     width: 16px;
     height: 16px;
}
 .breadcrumbs--center {
     text-align: center;
}
 .breadcrumbs--center p {
     max-width: 100%;
}
/* Shared Counts --------------------------------------------- */
 .shared-counts-wrap.style-fancy .shared-counts-button {
     border-radius: 3px;
     color: #fff;
     display: inline-block;
     vertical-align: middle;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 0;
     display: inline-block;
     padding: 10px 12px;
     margin-bottom: 8px;
}
 .shared-counts-wrap.style-fancy .shared-counts-button + .shared-counts-button {
     margin-left: 8px;
}
 .shared-counts-wrap.style-fancy .shared-counts-button svg {
     fill: #fff;
     width: 14px;
     height: 14px;
}
 .shared-counts-wrap.style-fancy .shared-counts-button:hover {
     text-decoration: none;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.facebook {
     background: #3A589E;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.facebook:hover {
     background: #2c4379;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.twitter {
     background: #55ACEE;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.twitter:hover {
     background: #2795e9;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.linkedin {
     background: #0077B5;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.linkedin:hover {
     background: #005582;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.pinterest {
     background: #E50022;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.pinterest:hover {
     background: #b2001a;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.messenger {
     background: #0084FF;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.messenger:hover {
     background: #006acc;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.slack {
     background: #4A154B;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.slack:hover {
     background: #230a23;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.whatsapp {
     background: #25D366;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.whatsapp:hover {
     background: #1da851;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.email {
     background: #F4F4F4;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.email:hover {
     background: #E7E7E7;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.email svg {
     fill: #464646;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.included_total {
     color: #464646;
     font-size: 16px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     display: inline-flex;
     flex-direction: column-reverse;
     flex-wrap: wrap;
     text-align: center;
     padding: 4px 0 0;
     min-width: 58px;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.included_total > * {
     flex-basis: 100%;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.included_total .shared-counts-icon-label {
     color: #757575;
     font-size: 8px;
     line-height: 12px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
}
 .shared-counts-wrap.style-fancy .shared-counts-button.included_total .shared-counts-icon-label .shared-counts-label {
     display: inline;
}
 .shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-icon {
     display: inline-block;
     line-height: 20px;
}
 .shared-counts-wrap.style-fancy .shared-counts-button .shared-counts-icon svg {
     vertical-align: middle;
}
 .shared-counts-wrap.style-fancy .shared-counts-label {
     display: none;
     line-height: 20px;
}
 .shared-counts-wrap.wide {
     text-align: center;
}
 .shared-counts-wrap.wide .shared-counts-button.included_total {
     display: none;
}
 .deals-listing + .shared-counts-wrap {
     border-top: 1px solid #E7E7E7;
     padding-top: 32px;
     margin: 32px -24px 0;
     width: calc( 100% + 48px);
}
.entry-content .dealinstructions p img.alignnone.size-full {
    min-width: 100%;
    padding: 20px;
    margin: 0 auto;
}
/* WPForms --------------------------------------------- */
 .site-container div.wpforms-container-full .wpforms-form input[type=submit], .site-container div.wpforms-container-full .wpforms-form button[type=submit], .site-container div.wpforms-container-full .wpforms-form .wpforms-page-button {
     background: #FF6200;
     border: none;
     border-radius: 3px;
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     padding: 12px 16px;
}
 .site-container div.wpforms-container-full .wpforms-form input[type=submit]:hover, .site-container div.wpforms-container-full .wpforms-form button[type=submit]:hover, .site-container div.wpforms-container-full .wpforms-form .wpforms-page-button:hover {
     background: #cc4e00;
     border: none;
}
/* Product Feature --------------------------------------------- */
 .wpb-product-feature {
     border-top: 1px solid #E7E7E7;
     border-bottom: 1px solid #E7E7E7;
     padding: 24px 0;
}

/* Product Box --------------------------------------------- */

.product-rating .fa-star {
    color: #ffac36;
    font-size: 18px;
    display: inline-block;
    letter-spacing: -4px;
}

.fa-star:before{
    content:'\f002';
}

.testimonial p {
    font-size: 14px;
    font-style: italic;
    margin-bottom: 6px;
}

.testimonial cite {
    font-weight: 700;
    font-style: normal;
    display: block;
    font-size: 13px;
    padding: 0 0 12px 0;
}

:root {
  --star-size: 18px;
  --star-color: #fff;
  --star-background: #ffac36;
}

.fa-stars {
  --percent: calc(var(--rating) / 5 * 100%);
  display: inline-block;
  font-size: var(--star-size);
  font-family: Times;
  line-height: 1;
}

.fa-stars::before {
  content: "âââââ";
  letter-spacing: 3px;
  background: linear-gradient(90deg, var(--star-background) var(--percent), var(--star-color) var(--percent));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* Alert --------------------------------------------- */
 .wpb-alert {
     border-radius: 5px;
     padding: 18px 24px;
}
 .wpb-alert > *:last-child {
     margin-bottom: 0;
}
 .wpb-alert .wpb-product-feature {
     border: none;
     padding: 0;
}

.entry-header.wpb-product-feature-header {
    border-bottom: 0 !important;
}

 .wpb-alert.style-grey {
     background: #FAFAFA;
}
 .wpb-alert.style-orange {
     background: rgba(255, 98, 0, 0.1);
}
 .wpb-alert.style-yellow {
     background: rgba(255, 199, 0, 0.1);
}
 .wpb-alert.style-blue {
     background: rgba(217, 237, 247, 0.4);
}
 .wpb-alert.style-border {
     border: 1px solid #E7E7E7;
}
/* Info --------------------------------------------- */
 .wpb-info {
     border: 1px solid #E7E7E7;
     padding: 16px;
     margin: 0 !important;
}
 .wpb-info .wpb-icon {
     fill: #FF6200;
     display: block;
     margin-bottom: 16px;
}
/* Expanding Content --------------------------------------------- */
 .expanding-content {
     margin: 40px 0;
}
 .ec-item + .ec-item {
     border-top: 1px solid #E7E7E7;
     padding-top: 12px;
     margin-top: 12px;
}
 .ec-item__title {
     background: transparent;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     outline: none;
     cursor: pointer;
     color: #FF6200;
     font-size: 16px;
     line-height: 24px;
     font-weight: 700;
     position: relative;
     padding: 16px 0 16px 40px;
     width: 100%;
     text-align: left;
}
 .ec-item__title .toggle {
     background: #FF6200;
     border-radius: 50%;
     width: 24px;
     height: 24px;
     position: absolute;
     top: 16px;
     left: 2px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .ec-item__title .toggle svg {
     fill: #fff;
}
 .ec-item__title .toggle .close {
     display: none;
}
 .active .ec-item__title {
     color: #464646;
}
 .active .ec-item__title .toggle {
     background: #464646;
}
 .active .ec-item__title .toggle .open {
     display: none;
}
 .active .ec-item__title .toggle .close {
     display: inline;
}
 .ec-item__content {
     padding-top: 12px;
}
 .ec-item:not(.active) .ec-item__content {
     display: none;
}
/* Tools --------------------------------------------- */
 .wpb-tools {
     border-bottom: 1px solid #E7E7E7;
}
 .wpb-tool {
     border-top: 1px solid #E7E7E7;
     padding: 24px;
     position: relative;
     font-size: 15px;
     color: #757575;
}
 .wpb-tool .wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
     color: #FF6200;
     font-size: 18px;
     text-decoration: none;
}
 .wpb-tool .block-link {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     z-index: 10;
}
 .wpb-tool:hover {
     background: #FF6200;
     color: #fff;
}
 .wpb-tool:hover .wpb-tool__title, .wpb-tool:hover .wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) {
     color: #fff;
}
 .wpb-tool:hover .wp-block-button.is-style-arrow .wp-block-button__link:not(.has-text-color) svg {
     fill: #fff;
}
 .wpb-tool:hover .wpb-tool__header svg .fill-primary, .wpb-tool:hover .wpb-tool__header svg .fill-secondary {
     fill: #fff;
}
 .wpb-tool.more:not(:hover) {
     background: #FAFAFA;
}
 .wpb-tool.more.full {
     width: 100%;
     overflow: hidden;
     grid-column: 1 / -1;
}
.wpb-tool.more.full .wp-block-button,
.wpb-tool.more.full .wp-block-button a {
    display: none;
}

 .wpb-tool.more .wpb-tool__header svg {
     fill: #CFCFCF;
}
 .wpb-tool.more:hover .wpb-tool__header svg {
     fill: #fff;
}
 .wpb-tool.more:hover .wp-block-button__link {
     background: #fff;
     color: #FF6200;
}
 .wpb-tool__title {
     color: #464646;
     font-size: 20px;
     line-height: 1.5;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .wpb-tool__header svg .fill-primary {
     fill: #FF6200;
}
 .wpb-tool__header svg .fill-secondary {
     fill: #E7E7E7;
}
 .icon-tool .fill-primary {
     fill: #FF6200;
}
 .icon-tool .fill-secondary {
     fill: #E7E7E7;
}
/* Blog Setup --------------------------------------------- */
 .wp-block-group.wpb-blog-setup {
     background: #FAFAFA;
     border: 1px solid #E7E7E7;
     padding: 24px;
}
 .wp-block-group.wpb-blog-setup:after {
     content: "";
     display: table;
     clear: both;
}
 .wp-block-group.wpb-blog-setup.alignfull {
     border-left: 0;
     border-right: 0;
}
 .wpb-blog-setup__image {
     max-width: 51vw;
     margin: 0 auto 40px;
     line-height: 0;
}
 .wpb-blog-setup__image svg {
     max-width: 100%;
     height: auto;
}
 .wpb-blog-setup__content h2 {
     font-size: 24px;
     line-height: 1.4;
     font-weight: 700;
}
 .wpb-blog-setup__content .wp-block-button__link {
     font-size: 18px;
     padding: 15px 20px;
}
/* Services --------------------------------------------- */
 .wpb-services .wpb-si--span-2 {
     grid-column: span 2;
}
 .wpb-services .wpb-si--span3 {
     grid-column: span 3;
}
 .wpb-si {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     margin-bottom: 16px;
     padding: 24px 22px;
     text-align: center;
     font-size: 15px;
     line-height: 1.6;
     color: #757575;
}
 .wpb-si h3 {
     font-weight: 600;
     font-size: 24px;
     line-height: 1.5;
     margin-bottom: 8px;
}
 .wpb-si .wp-block-button.is-style-arrow .wp-block-button__link {
     color: #FF6200;
     font-size: 18px;
     text-decoration: none;
     display: inline-flex;
     align-items: center;
}
 .wpb-si .wp-block-button.is-style-arrow .wp-block-button__link:hover {
     color: #cc4e00;
}
 .wpb-si .wp-block-button.is-style-arrow .wp-block-button__link svg {
     width: 15px;
     height: 15px;
}
 .wpb-si__logo {
     height: 70px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 24px;
}
 .wpb-si__logo img {
     width: 100px;
     height: 70px;
     -o-object-fit: contain;
     object-fit: contain;
     margin: 0 auto;
}
 .wpb-si__logo svg {
     fill: #CFCFCF;
     opacity: .5;
}
 .wpb-si--suggest {
     background: #FAFAFA;
     border: none;
}
/* Feature Grid --------------------------------------------- */
 .wpb-fg {
     min-height: 64px;
     padding-left: 96px;
     position: relative;
     max-width: 366px;
}
 .wpb-fg svg {
     position: absolute;
     top: 0;
     left: 0;
}
 .wpb-fg p {
     font-size: 16px;
     line-height: 1.625;
     margin: 0;
}
 .wpb-fg p.wpb-fg__title {
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     margin-bottom: 8;
}
/* Syed Quote --------------------------------------------- */
 .wpb-founder__info {
     color: #464646;
     font-size: 15px;
     line-height: 24px;
}
 .wpb-founder__info .signature {
     margin-bottom: 3px;
}
 .wpb-founder__info p {
     margin: 0;
}
/* Image Quotes --------------------------------------------- */
 .wpb-image-quotes blockquote {
     border: 0;
     padding: 0 0 0 23px;
     margin: 0 0 30px;
     position: relative;
}
 .wpb-image-quotes blockquote:last-child {
     margin-bottom: 0;
}
 .wpb-image-quotes blockquote > p {
     font-size: 18px;
     font-weight: 600;
     line-height: 1.5;
}
 .wpb-image-quotes blockquote > p:first-of-type::before {
     content: 'â';
     position: absolute;
     top: 0;
     left: 0;
     font-size: 32px;
     line-height: 16px;
}
 .wpb-image-quotes blockquote > p:last-of-type::after {
     content: 'â';
}
 .wpb-image-quotes cite {
     font-weight: 400;
     font-size: 15px;
     line-height: 1.5;
     display: flex;
     align-items: center;
}
 .wpb-image-quotes cite img {
     border-radius: 50%;
}
/* Site Header ---------------------------------------------------------------------------------------------------- */
 .site-header {
     background: #2D2520;
     position: relative;
}
 .site-header .wrap {
     padding: 0 0 0 22px;
}
 .title-area {
     float: left;
     width: 141px;
     padding: 12px 0;
}
 .title-area h1.site-title, .title-area p.site-title {
     margin: 0;
}
 .title-area h1.site-title a, .title-area p.site-title a {
     color: #fff;
     text-decoration: none;
}
 .title-area .site-title a {
     background: url(../images/logo-white.svg) no-repeat center;
     background-size: contain;
     display: block;
     text-indent: -9999em;
     width: 100%;
     height: 40px;
}
 .header-socials {
     display: none;
     padding: 26px 14px 26px 0;
}
 .header-socials .social-links {
     max-width: 219px;
     margin-left: auto;
     margin-right: auto;
}
 .header-socials .social-label {
     color: #9D8C81;
     font-size: 16px;
     display: block;
     padding-bottom: 26px;
     text-align: center;
}
 .header-socials svg {
     fill: #fff;
}
 .header-toggles {
     float: right;
     padding: 12px 8px 12px 0;
}
 .search-toggle, .menu-toggle {
     background: transparent;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     outline: none;
     cursor: pointer;
     width: 40px;
     height: 40px;
     line-height: 0;
     text-align: center;
     margin-left: 5px;
}
 .search-toggle .close, .menu-toggle .close {
     display: none;
}
 .search-toggle svg, .menu-toggle svg {
     fill: #fff;
}
 .search-toggle.active .close, .menu-toggle.active .close {
     display: inline;
}
 .search-toggle.active .open, .menu-toggle.active .open {
     display: none;
}
/* Admin Bar --------------------------------------------- */
/* Orange Ribbon --------------------------------------------- */
 .orangeribbon {
     background: #FF6200;
     box-shadow: 0px 4px 0px rgba(0, 0, 0, 0.05);
     text-align: center;
}
 .orangeribbon .ribbonlink {
     color: #fff;
     display: block;
     line-height: 32px;
     padding: 20px 0;
     text-decoration: none;
}
 .orangeribbon .ribboncaps, .orangeribbon .ribbonsep {
     font-size: 22px;
     font-weight: 700;
     text-shadow: 2px 2px 0px rgba(0, 0, 0, 0.2);
}
 .orangeribbon .ribbonsep {
     padding: 0 23px;
     font-weight: 400;
}
 .orangeribbon .ribbonlower {
     font-weight: 400;
     font-size: 16px;
     text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
 .orangeribbon svg {
     fill: #fff;
     margin-left: 16px;
     width: 18px;
     height: 18px;
     vertical-align: middle;
}
 .guidesdropdown {
     background: #ec5b00;
     font-size: 14px;
     line-height: 1.5;
     float: left;
     width: 100%;
     margin: 0px 0 0px;
     padding: 38px 0;
     position: absolute;
     text-align: center;
     z-index: 999999;
}
 .guidesdropdown a {
     color: #fff;
     display: block;
     margin-bottom: 32px;
     text-decoration: none;
}
 .guidesdropdown a:last-child {
     margin-bottom: 0;
}
 .guidesdropdown a svg {
     fill: #fff;
     display: block;
     margin: 0 auto 6px;
}
/* Navigation ---------------------------------------------------------------------------------------------------- */
 .nav-menu > * {
     line-height: 0;
}
 .nav-menu ul {
     clear: both;
     line-height: 1;
     margin: 0;
     width: 100%;
}
 .nav-menu .menu-item {
     list-style: none;
     position: relative;
}
 .nav-menu .menu-item > a {
     border: none;
     color: #fff;
     display: block;
     font-size: 15px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1.6;
     position: relative;
     text-decoration: none;
}
 .nav-menu .submenu-expand {
     background: transparent;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     outline: none;
     cursor: pointer;
     position: absolute;
     line-height: 0;
     top: 50%;
     -webkit-transform: translateY(-50%);
     transform: translateY(-50%);
     right: auto;
}
 .nav-menu .submenu-expand svg {
     fill: #fff;
}
/* Search Modal ---------------------------------------------------------------------------------------------------- */
 .search-modal {
     background: #FAFAFA;
     position: fixed;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 999;
     display: flex;
     align-items: center;
}
 .search-modal:not(.active) {
     display: none;
}
 .search-modal .wrap {
     width: 100%;
}
 .search-modal .guideicons {
     max-width: 793px;
     margin: 0 auto;
}
 .search-modal .search-form {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 36px;
     padding: 20px 20px 20px 100px;
     margin: 60px 0;
}
 .search-modal .search-form .search-field {
     background: transparent;
     font-size: 16px;
     border: none;
     padding: 4px;
     outline: none;
     display: block;
     width: 100%;
}
 .search-modal .search-form button {
     right: auto;
     left: 56px;
}
 .search-modal .search-form input[type="search"]::-webkit-search-cancel-button {
     width: 20px;
     height: 20px;
}
 .search-modal__close {
     background: transparent;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     outline: none;
     cursor: pointer;
     width: 50px;
     height: 50px;
     background: #fff;
     border-radius: 50%;
     position: absolute;
     top: 22px;
     right: 22px;
}
 .search-modal__close svg {
     fill: #757575;
}
 .search-modal__close:hover svg {
     fill: #FF6200;
}
 .search-modal__title {
     font-size: 24px;
     line-height: 1.4;
     text-align: center;
}
 .search-modal__popular {
     text-align: center;
     color: #757575;
     margin-bottom: 22px;
}
/* Post Summary ---------------------------------------------------------------------------------------------------- */
 .post-summary {
     margin-bottom: 32px;
}
/* Hosting Summary ---------------------------------------------------------------------------------------------------- */
 svg.star {
     fill: #FFAC36;
}
 .hostsentry {
     overflow: hidden;
     width: 100%;
     border-bottom: 1px solid #E7E7E7;
     padding-bottom: 16px;
     margin-bottom: 32px;
}
 .archive .hostsentry:last-child {
     padding-bottom: 0;
     margin-bottom: 0;
     border-bottom: 0;
}
 .hoststhumb {
     font-size: 13px;
     text-align: center;
     width: 98px;
     float: left;
}
 .hoststhumb img {
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     margin-bottom: 16px;
}
 .hostsinfo {
     font-size: 15px;
     line-height: 1.6;
     float: right;
     width: calc( 100% - 144px);
}
 .hoststitle {
     font-size: 17px;
     font-weight: 700;
     margin-bottom: 10px;
     display: flex;
     align-items: center;
}
 .hoststitle a {
     color: #464646;
}
 .hoststitle a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .hoststitle a.savings {
     background: rgba(255, 98, 0, 0.1);
     border-radius: 3px;
     color: #FF6200;
     display: inline-block;
     font-size: 13px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     padding: 6px 10px;
     margin-left: 10px;
}
 .hoststitle a.savings:hover {
     background: #FF6200;
     color: #fff;
}
/* Deals Summary ---------------------------------------------------------------------------------------------------- */
 .dealsentry {
     margin-bottom: 24px;
}
 .dealsentry:last-child {
     margin-bottom: 0;
}
 .dealsentry .dealsthumb a {
     float: left;
     border-radius: 3px;
     display: block;
     max-width: 98px;
     margin-right: 16px;
}
 @supports (display: grid) {
     .dealsentry {
         display: grid;
         grid-template-columns: 98px 1fr;
         grid-column-gap: 16px;
    }
     .dealsentry .dealsthumb a {
         float: none;
         margin: 0;
    }
}
 .dealsentry .dealsinfo {
     font-size: 14px;
     line-height: 1.6;
     align-self: center;
}
 .dealsentry .dealsinfo > a {
     display: block;
     margin-top: 8px;
}
 .dealsentry .dealsinfo > a svg {
     fill: #FF6200;
     margin-left: 8px;
}
 .dealsentry .dealsinfo p {
     margin: 0;
}
 .dealsentry .dealsinfo p a {
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .dealsentry .dealstitle a {
     color: #464646;
     font-weight: 700;
     font-size: 17px;
     display: flex;
     align-items: center;
}
 .dealsentry .dealstitle a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .dealsentry .dealstitle a .entry-featured {
     margin-left: 20px;
}
 .sidebar .dealsentry {
     align-items: flex-start;
}
 .sidebar .dealsentry + .dealsentry {
     margin-top: 28px;
}
 .sidebar .dealsentry .dealstitle a {
     font-size: 14px;
     margin-bottom: 8px;
}
 .sidebar .dealsentry .dealsinfo {
     font-size: 13px;
     line-height: 1.4;
}
/* Plugins ---------------------------------------------------------------------------------------------------- */
 .dealsentry.plugin, .dealshome .dealsentry {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     display: block;
     padding: 24px;
     position: relative;
}
 .dealsentry.plugin .block-link, .dealshome .dealsentry .block-link {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     z-index: 10;
}
 .dealsentry.plugin:hover, .dealshome .dealsentry:hover {
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
}
 .dealsentry.plugin .dealsthumb, .dealshome .dealsentry .dealsthumb {
     float: left;
     margin: 0 16px 0 0;
     max-width: 64px;
}
 .dealsentry.plugin .dealstitle, .dealshome .dealsentry .dealstitle {
     min-height: 64px;
     display: flex;
     margin-bottom: 10px;
     align-items: center;
     line-height: 1.2;
}
 .dealsentry.plugin .dealsinfo, .dealshome .dealsentry .dealsinfo {
     font-size: 15px;
}
 .dealsentry.plugin .entry-featured, .dealshome .dealsentry .entry-featured {
     display: none;
}
/* Solution Summary ---------------------------------------------------------------------------------------------------- */
 .solutionentry {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     display: block;
     font-size: 15px;
     padding: 24px;
     position: relative;
     margin-bottom: 10px;
}
 .solutionentry .block-link {
     content: '';
     display: block;
     position: absolute;
     top: 0;
     left: 0;
     width: 100%;
     height: 100%;
     z-index: 1;
     z-index: 10;
}
 .solutionentry:hover {
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
}
 .solutionentry .solutionthumb {
     float: left;
     margin: 0 16px 0 0;
     max-width: 64px;
}
 .solutionentry .solutionthumb img {
     border: 1px solid #E7E7E7;
     border-radius: 3px;
}
 .solutionentry .comment-link {
     font-size: 13px;
     display: flex;
     align-items: center;
}
 .solutionentry .comment-link svg:last-of-type {
     margin-right: 8px;
}
 .solutionentry .solutiontitle {
     min-height: 64px;
     margin-bottom: 10px;
     line-height: 1.2;
}
 .solutionentry .solutiontitle > a {
     display: flex;
     align-items: center;
     font-size: 17px;
     font-weight: 700;
     margin-bottom: 10px;
     color: #464646;
}
 .solutionentry .solutiontitle > a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .solutionentry .solution-details {
     margin: 0;
     border-top: 1px solid #E7E7E7;
     padding-top: 20px;
}
 .solutionentry .entry-featured {
     margin-left: 10px;
}
/* Archive Header --------------------------------------------- */
/* Archive Post Listing --------------------------------------------- */
 .archive .entry, .archive-description, .site-main .featuredplugins {
     border-bottom: 1px solid #E7E7E7;
     padding-bottom: 16px;
     margin-bottom: 32px;
}
 .archive-description ul, .archive-description ol {
     padding-left: 24px;
}
 .archive-description ul li, .archive-description ol li {
     padding-bottom: 10px;
}
 .archive-description ul li:last-child, .archive-description ol li:last-child {
     padding-bottom: 0;
}
 .archive-description ul.is-style-arrow li, .archive-description ol.is-style-arrow li {
     padding-bottom: 0;
}
 .archive-description ul.wp-block-gallery, .archive-description ul.blocks-gallery-grid, .archive-description ol.wp-block-gallery, .archive-description ol.blocks-gallery-grid {
     padding-left: 0;
}
 .archive-description ul.wp-block-gallery li, .archive-description ul.blocks-gallery-grid li, .archive-description ol.wp-block-gallery li, .archive-description ol.blocks-gallery-grid li {
     padding-bottom: 0;
}
 .archive-description ul {
     margin-bottom: 16px;
}
 .archive-description h2 {
     font-weight: 700;
}
 .full-width-content .archive-description h1.archive-title {
     font-size: 28px;
}
 .archive-deals .archive-description {
     border-bottom: 0;
     margin-bottom: 0;
}
 .archive-deals .deal-section .archive-description {
     padding-bottom: 80px;
}
 .archive-deals .deal-section .archive-description p:last-child {
     margin-bottom: 0;
}
 .archive .entry {
     overflow: hidden;
     width: 100%;
}
 .archive .entry-meta {
     font-size: 14px;
     line-height: 1;
     margin-bottom: 24px;
}
 .archive-deals .shared-counts-wrap {
     margin-bottom: 36px;
}
 .entry-featured {
     background: rgba(255, 98, 0, 0.1);
     border-radius: 3px;
     color: #FF6200;
     font-size: 13px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1;
     display: inline-block;
     padding: 6px 10px;
}
 .entry-featured svg {
     fill: #FF6200;
     margin-right: 5px;
}
/* Entry Navigation --------------------------------------------- */
 .pagination {
     text-align: center;
}
 .pagination ul {
     margin: 0;
}
 .pagination ul li {
     list-style-type: none;
     display: inline-block;
}
 .pagination a, .pagination > span {
     border: 1px solid #CFCFCF;
     border-radius: 3px;
     color: #757575;
     display: block;
     font-size: 16px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     width: 40px;
     height: 40px;
     line-height: 38px;
     text-align: center;
     text-decoration: none;
}
 .pagination a svg, .pagination > span svg {
     fill: #757575;
}
 .pagination > a, .pagination > span {
     display: inline-block;
}
 .pagination li.pagination-omission, .pagination span.dots {
     display: inline-block;
     min-width: 40px;
     text-align: center;
}
 .pagination a:hover, .pagination li.active > a, .pagination span.current {
     background: #FF6200;
     border-color: #FF6200;
     color: #fff;
     text-decoration: none;
}
 .pagination a:hover svg, .pagination li.active > a svg, .pagination span.current svg {
     fill: #fff;
}
/* Deals Archive --------------------------------------------- */
 .deals-search {
     max-width: 466px;
     margin: 40px auto;
}
 .deals-search input {
     background: url(../icons/color/search-light-grey.svg) no-repeat 22px center;
     background-size: 18px;
     padding: 15px 12px 15px 60px;
}
 .archive-deals .hidden {
     display: none;
}
 .deal-section, .deal-search-section {
     border-bottom: 1px solid #E7E7E7;
     margin: 32px -24px;
     padding: 0 24px 32px;
}
 .deal-search-section {
     border-top: 1px solid #E7E7E7;
     padding-top: 72px;
     margin-top: 0;
}
/* Glossary Archive --------------------------------------------- */
 .archive-glossary .archive-description {
     border-bottom: 0;
     margin-bottom: 0;
}
 .index-search input {
     background: url(../icons/color/search-light-grey.svg) no-repeat 22px center;
     background-size: 18px;
     padding: 15px 12px 15px 60px;
}
 .index-wrapper .hidden {
     display: none;
}
 .index-item {
     border-top: 1px solid #E7E7E7;
     padding: 40px 0 70px;
     position: relative;
}
 .index-item ul {
     -webkit-columns: 2;
     -moz-columns: 2;
     columns: 2;
}
 .index-item ul li {
     list-style-type: none;
     -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
     break-inside: avoid;
}
 .index-item a {
     color: #464646;
}
 .index-item a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .index-item-letter {
     background: #FAFAFA;
     border-radius: 50%;
     text-align: center;
}
/* Search Results --------------------------------------------- */
 #search-content .pst-srch {
     padding: 10px 0 25px;
}
 #search-content .pst-srch h2, #search-content .pst-srch h2 a {
     line-height: 20px;
     margin-bottom: 0;
     color: #0000CC;
     font-size: 18px;
     font-weight: normal;
}
 #search-content .pst-srch h2 a:hover {
     text-decoration: underline;
}
 #search-content .pst-srch > a {
     overflow: hidden;
     white-space: nowrap;
     text-overflow: ellipsis;
     line-height: 16px;
     display: block;
     margin: 8px 0;
     color: #008000;
     text-decoration: none;
     font-size: 15px;
}
 #search-content .pst-srch .entry-meta {
     color: #555;
     font-size: 15px;
}
 #search-content .pst-srch .entry-meta img {
     height: 45px;
     width: auto;
     float: left;
     vertical-align: middle;
     border: 1px solid #e2e2e2;
     margin-right: 8px;
     display: none;
}
 #search-content .search-stats {
     color: grey;
     margin-top: 10px;
}
 .search-pagin {
     text-align: center;
     margin: 10px 0 0 0px;
     font-size: 16px;
     border-top: 1px solid #dfdfdf;
     padding: 20px 0 0;
}
 .search-pagin .page-numbers {
     border: 0;
     padding: 0;
     padding-right: 10px;
     background: none;
     cursor: pointer;
}
 .search-pagin .page-numbers:hover {
     background: none;
     color: #999;
     text-decoration: underline;
     border: 0px;
}
 .search-pagin .page-numbers.current, .srch .pagin .page-numbers:hover {
     background: none;
     font-weight: bold;
}
/* Solutions Archive --------------------------------------------- */
 .archive-solution .site-main {
     background: transparent;
     border: none;
     padding: 0;
     margin: 0;
}
 .archive-solution .archive-description {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     padding: 40px 24px;
     margin-left: -24px;
     margin-right: -24px;
}
 .archive-solution .archive-description .icon-verified {
     max-width: 328px;
     display: inline-block;
}
 .archive-solution .archive-description .small {
     color: #757575;
}
 .archive-solution .archive-description .small a {
     color: #757575;
     display: inline-block;
     border-bottom: 1px dashed #CFCFCF;
}
 .archive-solution .archive-description .small a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .site-container .archive-description .solution-tabs__nav {
     margin: 52px 0 0;
     padding-left: 0;
}
 .site-container .archive-description .solution-tabs__nav li {
     padding-bottom: 0;
}
 .solution-tab {
     text-align: left;
     padding: 24px 0 0;
}
 .solution-tab:not(.active) {
     display: none;
}
 .solution-tab a {
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     color: #464646;
     display: inline-block;
     padding: 9px 11px;
     font-weight: 600;
     font-size: 13px;
     line-height: 13px;
     margin: 0 8px 8px 0;
}
 .solution-tab a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .solution-tab a.more {
     border: none;
}
 ul.solution-more {
     text-align: left;
}
 .archive-description ul.solution-more {
     padding-left: 0;
     margin: 32px 0 0;
}
 .archive-description ul.solution-more li {
     padding: 0;
}
 ul.solution-more li {
     list-style-type: none;
     display: inline-block;
}
 ul.solution-more li a {
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     color: #464646;
     display: block;
     padding: 9px 11px;
}
 ul.solution-more li a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .solution-section {
     padding-bottom: 30px;
}
 .solution-section + .solution-section {
     border-top: 1px solid #CFCFCF;
     padding-top: 20px;
}
 .solution-header {
     text-align: center;
     padding-top: 20px;
}
 .solution-load-more {
     text-align: center;
}
 .solution-load-more a {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     color: #464646;
     display: inline-block;
     font-size: 14px;
     font-weight: 600;
     line-height: 14px;
     padding: 12px 16px;
}
 .solution-load-more a:hover {
     background: #FAFAFA;
     text-decoration: none;
}
 .solution-search {
     background: #fff;
     border: 1px solid #E7E7E7;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
     border-radius: 5px;
     display: flex;
     position: relative;
     margin-bottom: 32px;
}
 .solution-search .search-field {
     border: none;
     font-size: 16px;
     line-height: 28px;
     padding: 22px 32px;
}
 .solution-search label {
     background: #FAFAFA;
     color: #464646;
     font-weight: 600;
     font-size: 16px;
     line-height: 28px;
     flex-shrink: 0;
     padding: 20px 24px;
}
 .solution-search .search-submit {
     background: transparent;
     border: none;
     box-shadow: none;
     outline-color: #FF6200;
     width: 44px;
     height: 44px;
     line-height: 0;
     margin-right: 19px;
     align-self: center;
}
 .solution-search .search-submit svg {
     fill: #CFCFCF;
}
 .solution-search .search-submit:hover svg {
     fill: #FF6200;
}
 .sa-cta {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     padding: 40px 24px;
     margin-left: -24px;
     margin-right: -24px;
     text-align: center;
}
 .sa-cta h2 {
     font-size: 28px;
     font-weight: 700;
     line-height: 1.4;
}
 .sa-cta__buttons a {
     border-radius: 4px;
     color: #fff;
     font-size: 18px;
     line-height: 18px;
     font-weight: 600;
     display: inline-flex;
     align-items: center;
     padding: 15px 20px;
     margin-bottom: 8px;
}
 .sa-cta__buttons a:hover {
     text-decoration: none;
}
 .sa-cta__buttons a svg {
     fill: #fff;
     margin-right: 10px;
}
 .sa-button-email {
     background: #FF6200;
}
 .sa-button-email:hover {
     background: #cc4e00;
}
 .sa-button-fb {
     background: #0084FF;
}
 .sa-button-fb:hover {
     background: #006acc;
}
/* Singular ---------------------------------------------------------------------------------------------------- */
/* Forms --------------------------------------------- */
 input, select, textarea {
     background: #fff;
     border: 1px solid #CFCFCF;
     border-radius: 5px;
     color: #464646;
     font-size: 15px;
     line-height: 24px;
     padding: 10px 12px;
     width: 100%;
}
 input[type="checkbox"] {
     width: auto;
}
 textarea {
     width: 100%;
}
 ::-moz-placeholder {
     color: #757575;
     opacity: 1;
}
 ::-ms-input-placeholder {
     color: #757575;
}
 ::-webkit-input-placeholder {
     color: #757575;
}
 input:focus::-webkit-input-placeholder, input:focus::-moz-placeholder, input:focus:-ms-input-placeholder, textarea:focus::-webkit-input-placeholder, textarea:focus::-moz-placeholder, textarea:focus:-ms-input-placeholder {
     color: transparent;
}
 input[type="search"]::-webkit-search-cancel-button {
     -webkit-appearance: none;
     width: 14px;
     height: 14px;
     background: url(../icons/regular/times.svg) no-repeat center;
     background-size: contain;
}
 input[type="search"] {
     outline-color: #FF6200;
}
/* Entry Content --------------------------------------------- */
 .entry-content .has-text-align-center,
 .wp-block-buttons.is-content-justification-center {
     text-align: center;
 }

 .content .entry-content, .content-sidebar .entry-content, .page-template-page-nameboy .entry-content, .page-template-page-theme-detector .entry-content, .template-theme-detector .entry-content {
     margin-left: auto;
     margin-right: auto;
}
 .content .entry-content ul, .content .entry-content ol, .content-sidebar .entry-content ul, .content-sidebar .entry-content ol, .page-template-page-nameboy .entry-content ul, .page-template-page-nameboy .entry-content ol, .page-template-page-theme-detector .entry-content ul, .page-template-page-theme-detector .entry-content ol, .template-theme-detector .entry-content ul, .template-theme-detector .entry-content ol {
     padding-left: 24px;
}
 .content .entry-content ul li, .content .entry-content ol li, .content-sidebar .entry-content ul li, .content-sidebar .entry-content ol li, .page-template-page-nameboy .entry-content ul li, .page-template-page-nameboy .entry-content ol li, .page-template-page-theme-detector .entry-content ul li, .page-template-page-theme-detector .entry-content ol li, .template-theme-detector .entry-content ul li, .template-theme-detector .entry-content ol li {
     padding-bottom: 10px;
}
 .content .entry-content ul li:last-child, .content .entry-content ol li:last-child, .content-sidebar .entry-content ul li:last-child, .content-sidebar .entry-content ol li:last-child, .page-template-page-nameboy .entry-content ul li:last-child, .page-template-page-nameboy .entry-content ol li:last-child, .page-template-page-theme-detector .entry-content ul li:last-child, .page-template-page-theme-detector .entry-content ol li:last-child, .template-theme-detector .entry-content ul li:last-child, .template-theme-detector .entry-content ol li:last-child {
     padding-bottom: 0;
}
 .content .entry-content ul.is-style-arrow li, .content .entry-content ol.is-style-arrow li, .content-sidebar .entry-content ul.is-style-arrow li, .content-sidebar .entry-content ol.is-style-arrow li, .page-template-page-nameboy .entry-content ul.is-style-arrow li, .page-template-page-nameboy .entry-content ol.is-style-arrow li, .page-template-page-theme-detector .entry-content ul.is-style-arrow li, .page-template-page-theme-detector .entry-content ol.is-style-arrow li, .template-theme-detector .entry-content ul.is-style-arrow li, .template-theme-detector .entry-content ol.is-style-arrow li {
     padding-bottom: 0;
}
 .content .entry-content ul.wp-block-gallery, .content .entry-content ul.blocks-gallery-grid, .content .entry-content ol.wp-block-gallery, .content .entry-content ol.blocks-gallery-grid, .content-sidebar .entry-content ul.wp-block-gallery, .content-sidebar .entry-content ul.blocks-gallery-grid, .content-sidebar .entry-content ol.wp-block-gallery, .content-sidebar .entry-content ol.blocks-gallery-grid, .page-template-page-nameboy .entry-content ul.wp-block-gallery, .page-template-page-nameboy .entry-content ul.blocks-gallery-grid, .page-template-page-nameboy .entry-content ol.wp-block-gallery, .page-template-page-nameboy .entry-content ol.blocks-gallery-grid, .page-template-page-theme-detector .entry-content ul.wp-block-gallery, .page-template-page-theme-detector .entry-content ul.blocks-gallery-grid, .page-template-page-theme-detector .entry-content ol.wp-block-gallery, .page-template-page-theme-detector .entry-content ol.blocks-gallery-grid, .template-theme-detector .entry-content ul.wp-block-gallery, .template-theme-detector .entry-content ul.blocks-gallery-grid, .template-theme-detector .entry-content ol.wp-block-gallery, .template-theme-detector .entry-content ol.blocks-gallery-grid {
     padding-left: 0;
}
 .content .entry-content ul.wp-block-gallery li, .content .entry-content ul.blocks-gallery-grid li, .content .entry-content ol.wp-block-gallery li, .content .entry-content ol.blocks-gallery-grid li, .content-sidebar .entry-content ul.wp-block-gallery li, .content-sidebar .entry-content ul.blocks-gallery-grid li, .content-sidebar .entry-content ol.wp-block-gallery li, .content-sidebar .entry-content ol.blocks-gallery-grid li, .page-template-page-nameboy .entry-content ul.wp-block-gallery li, .page-template-page-nameboy .entry-content ul.blocks-gallery-grid li, .page-template-page-nameboy .entry-content ol.wp-block-gallery li, .page-template-page-nameboy .entry-content ol.blocks-gallery-grid li, .page-template-page-theme-detector .entry-content ul.wp-block-gallery li, .page-template-page-theme-detector .entry-content ul.blocks-gallery-grid li, .page-template-page-theme-detector .entry-content ol.wp-block-gallery li, .page-template-page-theme-detector .entry-content ol.blocks-gallery-grid li, .template-theme-detector .entry-content ul.wp-block-gallery li, .template-theme-detector .entry-content ul.blocks-gallery-grid li, .template-theme-detector .entry-content ol.wp-block-gallery li, .template-theme-detector .entry-content ol.blocks-gallery-grid li {
     padding-bottom: 0;
}
 .entry-content > *, .block-area > * {
     margin: 24px 0;
     max-width: 100%;
}
 .entry-content > *:first-child, .block-area > *:first-child {
     margin-top: 0;
}
 .entry-content > *:last-child, .block-area > *:last-child {
     margin-bottom: 0;
}
 .entry-content > *.large-margin, .block-area > *.large-margin {
     margin: 32px 0;
}
 .full-width-content .entry-content > *.alignfull, .full-width-content .block-area > *.alignfull {
     margin-left: -24px;
     margin-right: -24px;
     max-width: calc( 100% + 48px);
}
 .content-sidebar .entry-content > *.alignfull, .content .entry-content > *.alignfull, .content-sidebar .block-area > *.alignfull, .content .block-area > *.alignfull {
     margin-left: -24px;
     margin-right: -24px;
     max-width: calc( 100% + 48px);
}
 .entry-content > .alignfull:first-child {
     margin-top: -40px;
}
 .entry-content > .alignfull:last-child {
     margin-bottom: -40px;
}
 .entry-content > h1, .entry-content > h2, .entry-content > h3, .entry-content > h4, .entry-content > h5, .entry-content > h6 {
     margin: 16px 0 16px;
}
 .entry-content > h1 + *, .entry-content > h2 + *, .entry-content > h3 + *, .entry-content > h4 + *, .entry-content > h5 + *, .entry-content > h6 + * {
     margin-top: 0;
}
/* Entry Meta --------------------------------------------- */
 .reader-disclosure:hover > .reader-disclosure__tooltip {
     display: inline-block;
}
 .reader-disclosure__link {
     color: #464646;
     text-decoration: none;
     border-bottom: 1px dashed #CFCFCF;
}
 .reader-disclosure__link:hover {
     text-decoration: none;
     color: #464646;
}
 .reader-disclosure__tooltip {
     position: absolute;
     margin: 0 0 0 -270px;
     width: 405px;
     display: none;
     z-index: 9999;
}
 .sidebar .reader-disclosure__tooltip {
     width: 300px;
     margin: 0;
     left: 0;
}
 .reader-disclosure__tooltip > span {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     display: block;
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
     font-size: 14px;
     line-height: 18px;
     padding: 16px;
     margin-top: 40px;
}
 .reader-disclosure__tooltip > span::before {
     content: '';
     display: block;
     width: 14px;
     height: 14px;
     border-radius: 3px;
     border: 1px solid #E7E7E7;
     border-width: 1px 0 0 1px;
     background: #fff;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     position: absolute;
     top: 34px;
     left: 50%;
     margin-left: -7px;
}
 #reader-disclosure {
     font-size: 14px;
     opacity: .75;
}

#reader-disclosure.start-a-wordpress-blog {
    margin-top: 24px;
    margin-bottom: 24px;
}

 .singular .entry-header {
     border-bottom: 1px solid #E7E7E7;
     margin-bottom: 40px;
}
 .singular .entry-header .shared-counts-wrap {
     margin: 40px 0;
}
 .singular .entry-content {
     position: relative;
}
 .singular .entry-footer {
     border-top: 1px solid #E7E7E7;
     margin-top: 40px;
     padding: 40px 0;
}
 .wpb-promo {
     position: absolute;
     width: 185px;
     top: 30%;
     left: -210px;
     z-index: 99;
}
 .wpb-promo > svg {
     fill: #FF6200;
     margin: 15px 0 0 7px;
}
 .wpb-promo__inner {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     -webkit-filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.1));
     filter: drop-shadow(0px 8px 15px rgba(0, 0, 0, 0.1));
     padding: 10px;
     font-size: 13px;
     line-height: 1.4;
}
 .wpb-promo__inner::after {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-width: 0 1px 1px 0;
     border-radius: 3px;
     content: '';
     display: block;
     width: 14px;
     height: 14px;
     -webkit-transform: rotate(45deg);
     transform: rotate(45deg);
     position: absolute;
     left: 12px;
     bottom: -7px;
}
 .wpb-promo__inner p {
     margin-bottom: 6px;
}
 .wpb-promo__inner p:last-child {
     margin-bottom: 0;
}
 .wpb-promo__inner strong {
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .wpb-promo__inner ul {
     padding-left: 15px;
     margin-bottom: 10px;
}
 .wpb-promo__inner ul li {
     color: #757575;
     padding: 0 0 4px;
}
 .author-box {
     background: #FAFAFA;
     padding: 24px;
     margin-bottom: 40px;

}
 .author-box .avatar {
     border-radius: 3px;
     float: left;
     width: 40px;
     margin-right: 18px;
}
 .author-box-content p:last-child {
     margin-bottom: 0;
}
 .singlerelated {
     border-bottom: 1px solid #E7E7E7;
     margin-bottom: 16px;
     padding-bottom: 16px;
}
 .singlerelated .headingbig {
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     margin-bottom: 24px;
}
 .singlerelated .headingbig .headingorange {
     color: #FF6200;
}
 .singlerelated li {
     list-style-type: none;
     font-size: 15px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 1.6;
     position: relative;
     overflow: hidden;
     width: 100%;
     margin-bottom: 16px;
}
 .singlerelated a {
     color: #464646;
}
 .singlerelated a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .singlerelated .image {
     display: block;
     float: left;
     width: 78px;
     margin-right: 20px;
}
 @supports (display: grid) {
     .singlerelated li {
         display: grid;
         grid-template-columns: 76px 1fr;
         grid-column-gap: 20px;
         align-items: center;
    }
     .singlerelated li .image {
         float: none;
         width: 100%;
         margin: 0;
    }
}
 .after-entry {
     padding-bottom: 40px;
}
 .after-entry #reader-disclosure {
     margin-bottom: 40px;
}
 .single-glossary .after-entry {
     padding-bottom: 0;
}
/* Comments --------------------------------------------- */
 .entry-comments h3 {
     display: flex;
     align-items: center;
     margin-bottom: 32px;
}
 .entry-comments h3 svg {
     margin-right: 16px;
}
 .entry-comments h3 .reply-button {
     display: inline-block;
     background: #F4F4F4;
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 18px;
     padding: 10px 16px;
     margin-left: auto;
}
 .entry-comments h3 .reply-button:hover {
     text-decoration: none;
}
 .entry-comments .comment-list {
     margin: 0 0 32px;
}
 .entry-comments .comment-list li {
     list-style-type: none;
}
 .entry-comments .comment-list li article {
     position: relative;
}

.entry-comments .comment-list .comment {
    padding-top: 32px;
}

 .entry-comments .comment-list > li {
     overflow: hidden;
     margin-bottom: 20px;
}
 .entry-comments .comment-list .comment-header {
     min-height: 60px;
     padding-left: 76px;
     padding-top: 8px;
     position: relative;
     margin-bottom: 12px;
}
 .entry-comments .comment-list .comment-header .avatar {
     position: absolute;
     top: 0;
     left: 0;
     border-radius: 50%;
}
 .entry-comments .comment-list .comment-author {
     font-size: 18px;
     font-weight: 700;
     line-height: 1;
     margin: 0 0 8px;
}
 .entry-comments .comment-list .comment-author a {
     color: #464646;
}
 .entry-comments .comment-list .comment-author .says {
     display: none;
}
 .entry-comments .comment-list .comment-meta {
     font-size: 14px;
     margin: 0;
     line-height: 18px;
     display: inline-block;
}
 .entry-comments .comment-list .comment-meta a {
     color: #464646;
}
 .entry-comments .comment-list .comment-edit-link {
     font-size: 14px;
     color: #464646;
     text-decoration: none;
}
 .entry-comments .comment-list .comment-edit-link::before {
     content: 'â¢ ';
}
 .entry-comments .comment-list .comment-edit-link:hover {
     color: #FF6200;
}
 .entry-comments .comment-list .comment-content {
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     font-size: 15px;
     padding: 24px;
     padding-bottom: 67px;
}
 .entry-comments .comment-list .comment-content p:last-child {
     margin: 0;
}
 .entry-comments .comment-list .comment-reply {
     font-size: 13px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     position: absolute;
     bottom: 24px;
     left: 24px;
}
 .entry-comments .comment-list .comment-reply a {
     color: #757575;
}
 .entry-comments .comment-list .comment-reply a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .entry-comments .comment-list .comment-reply a:hover svg {
     fill: #FF6200;
}
 .entry-comments .comment-list .comment-reply svg {
     fill: #757575;
     vertical-align: bottom;
     margin-left: 6px;
}
 .entry-comments .comment-list ul.children {
     margin: 0;
     padding: 16px 0 16px 20px;
}
 .nav-links:after {
     content: "";
     display: table;
     clear: both;
}
 .nav-links .nav-previous {
     float: left;
}
 .nav-links .nav-next {
     float: right;
}
 .comment-respond {
     border-top: 1px solid #E7E7E7;
     outline: none;
     margin: 30px 0 0;
     padding: 20px 0 0;
}
 .comment-respond .comment-form-cookies-consent input {
     width: auto;
}
 .comment-respond .comment-form-cookies-consent input + label {
     display: inline;
}
 .comment-respond .comment-form-author label, .comment-respond .comment-form-email label, .comment-respond .comment-form-comment label {
     display: none;
}
 .comment-respond .comment-form-subscriptions label {
     margin: 0;
     font-size: 14px;
     line-height: 1.6;
}
 .comment-respond .comment-form-subscriptions select {
     width: auto;
     float: left;
     margin-right: 16px;
}
 .comment-respond label {
     display: block;
     margin-right: 12px;
}
 .comment-respond .form-submit input {
     width: 214px;
     font-size: 18px;
     padding: 16px;
}
 .comments-pagination {
     display: none;
}
.form-submit {
    margin-top: 20px;
}

 .comment-pagination button {
     background: transparent;
     border: none;
     border-radius: 0;
     box-shadow: none;
     padding: 0;
     outline: none;
     cursor: pointer;
     background: #F4F4F4;
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     padding: 12px 16px;
     font-size: 14px;
     font-weight: 600;
     color: #464646;
}
 .comment-pagination button:hover {
     color: #FF6200;
}
/* Single Review --------------------------------------------- */
 .hosting-intro {
     margin-bottom: 16px;
     padding-bottom: 40px;
}
 .hosting-intro .hosting-logo {
     width: 64px;
     margin-right: 16px;
     float: left;
}
 @supports (display: grid) {
     .hosting-intro {
         display: grid;
         grid-template-columns: 64px 1fr;
         grid-column-gap: 16px;
         align-items: center;
    }
     .hosting-intro .hosting-logo {
         margin: 0;
    }
}
 .hosting-intro img {
     border: 1px solid #E7E7E7;
     border-radius: 3px;
}
 .hosting-intro h1 {
     font-size: 20px;
     margin-bottom: 4px;
}
 .hosting-intro p {
     font-size: 13px;
     color: #CFCFCF;
     margin: 0;
}
 .hosting-intro p + p {
     margin-top: 12px;
}
 .hosting-intro .comment-link {
     margin-right: 5px;
}
 .hosting-intro .review-link {
     margin-left: 5px;
}
 .hosting-intro .comment-link svg {
     vertical-align: baseline;
}
 .hosting-intro .comment-link svg:last-of-type {
     margin-right: 6px;
}
 .hosting-intro .description {
     grid-column: 1 / -1;
     margin-top: 24px;
     font-size: 15px;
     line-height: 1.6;
     overflow: hidden;
     width: 100%;
}
 .hosting-intro .description .review-link {
     font-weight: 700;
     display: block;
     margin-bottom: 16px;
     margin-left: 0;
}
 .entry-meta {
     color: #555555;
     font-size: 14px;
     line-height: 1.75;
}
 .entry-meta > span + span::before {
     content: '|';
     color: #E7E7E7;
     margin: 0 12px 0 8px;
}
 .single-hosting .entry-footer, .single-solution .entry-footer, .single-deals .entry-footer {
     margin-top: 0;
}
 .single-hosting #reader-disclosure, .single-solution #reader-disclosure, .single-deals #reader-disclosure {
     border-top: 1px solid #E7E7E7;
     padding-top: 16px;
     margin-top: 40px;
}
 .hosting-summary {
     border-top: 1px solid #E7E7E7;
     border-bottom: 1px solid #E7E7E7;
     margin-bottom: 32px;
     font-size: 15px;
     line-height: 1.5;
}
 .hosting-summary > div {
     padding: 32px 0;
}
 .hosting-summary > div + div {
     border-top: 1px solid #E7E7E7;
}
 .hosting-summary ul {
     margin: 0 0 24px 24px;
}
 .hosting-summary .brand-summary__title {
     color: #333333;
     font-size: 17px;
     line-height: 1.6;
}
 .hosting-summary .brand-summary {
     font-size: 15px;
}
 .hosting-summary .brand-summary li {
     background: url(../icons/color/check-green.svg) no-repeat left center;
     background-size: 14px;
     list-style-type: none;
     padding-left: 30px;
     margin-bottom: 7px;
     line-height: 1.75;
}
 .hosting-summary .pros-cons > *:last-child {
     margin-bottom: 0;
}
 .hosting-summary .discount__verified {
     line-height: 0;
     margin-top: 32px;
}
 .hosting-summary .discount__verified svg {
     height: 32.32px;
}
 .solution-full-header .hosting-summary .discount__verified svg {
     height: 40px;
}
 .hosting-summary .discount__verified + .discount__verified {
     margin-top: -6px;
}
.discount__verified .icon-am {
    width: 100%;
}
 .hosting-summary .discount {
     text-align: center;
}
 .hosting-summary .discount__title {
     font-size: 21px;
     line-height: 1.5;
}
 .hosting-summary .discount__desc {
     font-size: 12px;
     color: #757575;
     margin-top: 8px;
}
 .pros-label, .cons-label {
     font-size: 15px;
     font-weight: 700;
     margin-bottom: 10px;
}
 .pros-label svg, .cons-label svg {
     margin-right: 6px;
}
 .pros-label {
     color: #46B100;
}
 .pros-label svg {
     fill: #46B100;
}
 .cons-label {
     color: #DF2A4A;
}
 .cons-label svg {
     fill: #DF2A4A;
}
 .hosting-footer {
     border-top: 1px solid #E7E7E7;
     padding: 32px 0;
     overflow: hidden;
     width: 100%;
}
 .hosting-footer .hosting-footer__left {
     width: 64px;
     margin-right: 16px;
     float: left;
}
 .hosting-footer .hosting-footer__right {
     float: right;
     width: calc( 100% - 80px);
}
 .hosting-footer .comment-link {
     text-align: center;
     font-size: 13px;
     display: block;
     margin-top: 16px;
}
 .hosting-footer .comment-link svg {
     display: inline-block;
}
 .hosting-footer img {
     border: 1px solid #E7E7E7;
     border-radius: 3px;
}
 .hosting-footer .hosting-footer__title {
     font-size: 20px;
     font-weight: 700;
     line-height: 1.4;
     margin-bottom: 4px;
}
 .hosting-footer .hosting-footer__title a {
     color: #464646;
}
 .hosting-footer .hosting-footer__title a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .hosting-footer .description {
     font-size: 15px;
     line-height: 1.6;
     overflow: hidden;
     width: 100%;
}
 .hosting-footer + .discount {
     overflow: hidden;
     width: 100%;
     border-top: 1px solid #E7E7E7;
     padding: 32px 0;
     text-align: center;
}
 .hosting-footer + .discount p:last-child {
     margin-bottom: 0;
}
 .hosting-footer + .discount .discount__title {
     font-size: 18px;
     line-height: 1.5;
}
 .hosting-footer + .discount .discount__desc {
     color: #757575;
     font-size: 12px;
     white-space: nowrap;
     margin-top: 8px;
}
/* Single Solution --------------------------------------------- */
 .solution-full-header {
     background: #fff;
     padding: 40px 24px 0;
     margin-left: -24px;
     margin-right: -24px;
     grid-column: 1 / -1;
}
 .solution-full-header .hosting-summary {
     margin-bottom: 0;
     border-bottom: 0;
}
 .solution-full-header .hosting-summary .discount__title {
     max-width: 302px;
     margin-left: auto;
     margin-right: auto;
}
 .solution-tag {
     background: #F4F4F4;
     border-radius: 3px;
     color: #464646;
     display: inline-block;
     font-size: 13px;
     font-weight: 600;
     line-height: 13px;
     padding: 6px 10px;
     margin-right: 5px;
}
 .solution-users {
     color: #757575;
     font-size: 15px;
     font-weight: 400;
     line-height: 25px;
}
 .solution-users:not(:first-child) {
     margin-left: 5px;
}
/* Single Deal --------------------------------------------- */
 .single-deals .breadcrumbs {
     margin-bottom: 16px;
}
 .deal-intro {
     overflow: hidden;
     width: 100%;
}
 .deal-logo {
     display: block;
     width: 64px;
     float: left;
     margin: 0 16px 16px 0;
}
 .deal-logo img {
     border: 1px solid #E7E7E7;
     border-radius: 3px;
}
 .deal-intro__rating {
     font-size: 13px;
     color: #757575;
}
 .deal-intro__rating span {
     display: block;
}
 .deal-intro__description {
     font-size: 15px;
     line-height: 1.6;
     overflow: hidden;
     width: 100%;
}
 .deal-intro__title {
     font-size: 20px;
     font-weight: 700;
     line-height: 1.4;
     margin-bottom: 4px;
}
 .couponcode {
     border-top: 1px solid #E7E7E7;
     border-bottom: 1px solid #E7E7E7;
     padding: 24px 0;
     margin: 16px 0;
     text-align: center;
}
 .couponheading {
     font-weight: 700;
     font-size: 21px;
}
 .couponcopysmall {
     color: #757575;
}
 .couponcopy {
     border: 2px dashed #FF6200;
     border-radius: 4px;
     color: #FF6200;
     display: inline-block;
     font-size: 18px;
     font-weight: 700;
     line-height: 1;
     padding: 15px 20px;
     text-transform: uppercase;
}
 .couponcopy:hover {
     background: rgba(255, 98, 0, 0.1);
     text-decoration: none;
}
 a.read_more {
     white-space: nowrap;
     display: block;
     margin-top: 16px;
     line-height: 28px;
}
 .related-deals .dealsentry {
     border-bottom: 1px solid #E7E7E7;
     padding-bottom: 24px;
}
 .related-deals__title {
     color: #757575;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     margin-bottom: 40px;
}
 .related-deals__title span {
     color: #C20000;
}
 .single-deals .after-entry {
     border-top: 1px solid #E7E7E7;
     padding: 40px 0 0;
}
 .single-deals .after-entry #reader-disclosure {
     border-top: none;
     padding-top: 0;
}
/* Single Glossary --------------------------------------------- */
 .single-glossary .singlerelated {
     padding-bottom: 12px;
     margin-bottom: 32px;
}
/* Home --------------------------------------------- */

 img.wp-post-image {
    border: 1px solid #e7e7e7;
 }

 .homefirstpost {
     overflow: hidden;
     width: 100%;
     border-bottom: 1px solid #E7E7E7;
     margin-bottom: 32px;
     padding-bottom: 32px;
}
 .homefirstpost .new {
     color: #757575;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     letter-spacing: 0.08em;
     text-transform: uppercase;
     margin-bottom: 16px;
}
 .homefirstpost h1 {
     font-size: 22px;
     margin-bottom: 24px;
}
 .homefirstpost img {
     float: left;
     border-radius: 5px;
     max-width: 28%;
     margin: 0 20px 6px 0;
}
 .home .site-main {
     overflow: hidden;
     width: 100%;
}
 .home .recentpost {
     overflow: hidden;
     width: 100%;
     margin-bottom: 16px;
     line-height: 1.6;
     font-size: 16px;
}
 .home .recentpost:last-child {
     margin-bottom: 0;
}
 .home .recentpost img {
     float: left;
     border-radius: 3px;
     margin-right: 20px;
}
 .home .recentpost a {
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #464646;
}
 .home .recentpost a:hover {
     color: #FF6200;
     text-decoration: none;
}
 @supports (display: grid) {
     .home .recentpost {
         display: grid;
         grid-template-columns: 6fr 19fr;
         grid-column-gap: 20px;
         align-items: center;
    }
     .home .recentpost img {
         margin-right: 0;
    }
}
/* Home --------------------------------------------- */
 .content-block .headingbig {
     color: #757575;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     text-transform: uppercase;
     letter-spacing: 0.08em;
     display: flex;
     align-items: center;
     margin-bottom: 24px;
}
 .content-block .headingbig a {
     color: #757575;
     text-transform: none;
     letter-spacing: normal;
     padding-left: 5px;
}
 @supports ((-webkit-text-decoration-color: #E7E7E7) or (text-decoration-color: #E7E7E7)) {
     .content-block .headingbig a {
         text-decoration: underline;
         -webkit-text-decoration-color: #E7E7E7;
         text-decoration-color: #E7E7E7;
    }
}
 .content-block .headingbig a:hover {
     color: #FF6200;
}
 @supports (display: grid) {
     .pluginshome .listing, .dealshome .listing {
         grid-row-gap: 32px;
    }
     .pluginshome .listing .dealsentry, .dealshome .listing .dealsentry {
         margin-bottom: 0;
    }
}
 .searchhome {
     padding-bottom: 40px !important;
}
 .searchhome .guideicons a {
     flex-basis: 33%;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .searchhome .search-form {
     box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.03);
     position: relative;
     z-index: 2;
}
 .guideshome .widget {
     background: #fff;
     border-radius: 5px;
     padding: 40px 24px;
}
 .guideshome .widget .glider li {
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     padding-left: 30px;
     position: relative;
     font-size: 15px;
}
 .guideshome .widget .glider li::before {
     background: url(../icons/color/normal-chevron-right-grey.svg) no-repeat center;
     background-size: 6px;
     content: '';
     width: 20px;
     height: 26px;
     position: absolute;
     top: 3px;
     left: 0;
}
 .guideshome .widget .glider li a {
     display: block;
}
 .guideshome .widget .glider li a:hover {
     color: #FF6200;
     text-decoration: none;
}
/* Services --------------------------------------------- */
 p.services-intro {
     max-width: 820px;
     margin-left: auto;
     margin-right: auto;
}
 body.template-service .site-inner {
     padding-top: 0;
}
 body.template-service .site-main {
     border-top: 0;
     border-top-left-radius: 0;
     border-top-right-radius: 0;
     padding-top: 32px;
}
 body.template-service .entry-content {
     max-width: 840px;
     margin-left: auto;
     margin-right: auto;
}
 body.template-service .entry-content p.note {
     background: rgba(255, 199, 0, 0.1);
     padding: 18px 24px;
}
 body.template-service .entry-content .wp-block-group.aligncenter .wp-block-group__inner-container {
     max-width: 635px;
}
 body.template-service .entry-content .wp-block-button.large {
     display: block;
     max-width: 532px;
     margin: 0 auto;
}
 body.template-service .entry-content .wp-block-button.large .wp-block-button__link {
     font-size: 18px;
     font-weight: 700;
     line-height: 18px;
     padding: 28px;
     width: 100%;
}
 body.template-service .entry-content .wp-block-column .wp-block-button.large .wp-block-button__link {
     padding: 15px 20px;
     width: auto;
     font-size: 18px;
     line-height: 18px;
}
 body.template-service .blogsetup {
     position: relative;
}
 body.template-service .blogsetup .step {
     background: #FF6200;
     border-radius: 50%;
     color: #fff;
     font-size: 20px;
     font-weight: 700;
     width: 37px;
     height: 37px;
     display: flex;
     align-items: center;
     justify-content: center;
     margin-right: 16px;
     float: left;
}

.entry-content ul {
    margin-left: 20px;
}

 .service-featured-in {
     background: #F4F4F4;
     padding: 16px 0;
}
 .service-featured-in p {
     color: #757575;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     letter-spacing: 0.08em;
     margin: 0 0 8px;
     opacity: .5;
     text-transform: uppercase;
     flex-basis: 11%;
     text-align: center;
}
 .service-featured-in .footer-logo {
     -webkit-filter: invert(100%) contrast(5);
     filter: invert(100%) contrast(5);
}
 .service-header {
     background: #FF6200;
     padding: 24px 0;
     text-align: center;
}
 .service-header h1 {
     color: #fff;
     font-size: 36px;
     text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
 .service-header p {
     color: #fff;
     font-size: 15px;
     line-height: 1.75;
     text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);
}
 .service-header--image svg {
     display: block;
     margin: 0 auto;
     max-width: 100%;
}
 .service-header--image img {
     margin: 0 auto;
}
/* WPB Syntax Highlighter --------------------------------------------- */
 body .syntaxhighlighter table td.code .container textarea {
     white-space: pre-wrap !important;
     line-height: 1.125em !important;
}
 body .syntaxhighlighter .line {
     white-space: pre-wrap !important;
}
 .entry-content pre[class*=brush] {
     font-size: 12px;
     width: 100%;
     overflow: auto;
}
 .comment-content pre[class*=brush] {
     font-size: 12px;
     width: 100%;
     overflow: auto;
}
/* YouTube Subscribe Bar --------------------------------------------- */
 .yt-sbscrb-bar {
     background: #1b1b1b;
     margin: -32px 0 20px;
     color: white;
     padding: 8px 0 0 10px;
}
 .yt-sbscrb-bar div:nth-child(1) {
     float: left;
     margin-right: 10px;
     font: 14px arial, sans-serif;
     padding-top: 4px;
}
 .yt-sbscrb-bar div:nth-child(2) {
     float: left;
}
 .yt-sbscrb-bar iframe {
     height: 25px;
     width: 125px;
     border: 0px;
}
.wp-block-embed .yt-sbscrb-bar {
    margin-top: -8px !important;
}
 .sidebar .widget {
     background: #fff;
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     padding: 24px;
}
 .sidebar .widget.featuredplugins, .sidebar .widget.sidebardeals {
     padding-left: 16px;
     padding-right: 16px;
}
 .sidebar .widget, .sidebar > a {
     display: block;
     margin-bottom: 16px;
}
 .sidebar > a {
     max-width: 300px;
     margin-left: auto;
     margin-right: auto;
}
 .sidebar .startablog {
     border: 1px solid #E7E7E7;
     border-radius: 5px;
     overflow: hidden;
}
 .sidebar > *:last-child {
     margin-bottom: 0;
}

.embed-youtube .youtube-player {
    width: 100%;
    height: 380px;
}
/* Subscribe Widget --------------------------------------------- */
 .wpbsubscribe .widgetheading {
     font-size: 20px;
     line-height: 1.2;
     margin-bottom: 16px;
     text-align: center;
}
 .wpbsubscribe .widgetheading p {
     color: #757575;
     font-size: 14px;
     line-height: 1.6;
     margin: 0;
}
 .social-links {
     display: flex;
     flex-wrap: wrap;
     justify-content: space-around;
}
 .social-links a {
     display: flex;
     flex-basis: 25%;
     justify-content: center;
     align-items: center;
     width: 40px;
     height: 40px;
}
 .social-links.color a.facebook svg {
     fill: #3B5998;
}
 .social-links.color a.twitter svg {
     fill: #55ACEE;
}
 .social-links.color a.youtube svg {
     fill: #FF0000;
}
 .social-links.color a.pinterest svg {
     fill: #E50022;
}
 .social-links.color a.linkedin svg {
     fill: #0077B5;
}
 .social-links.color a.email svg {
     fill: #757575;
}
/* Featured Plugin --------------------------------------------- */
 .featuredplugins .widgetheading {
     font-size: 18px;
     font-weight: 700;
     margin-bottom: 20px;
     text-align: center;
}
 .featuredplugins .widgetheading .headingred {
     color: #C20000;
}
 .site-main .featuredplugins {
     position: relative;
     padding-left: 212px;
     min-height: 174px;
}
 .site-main .featuredplugins .widgetheading {
     text-transform: uppercase;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     letter-spacing: 0.08em;
     text-align: left;
}
 .site-main .featuredplugins .dealsentry {
     display: block;
}
 .site-main .featuredplugins .dealsentry .dealsthumb a {
     position: absolute;
     top: 0;
     left: 24px;
     width: 134px;
     max-width: 134px;
}

a.wp-block-button__link.wpb-bf {
    display: inline-block !important;
}

/* Backwards Compatibility ---------------------------------*/
.orangecta {
    background: #ff6200;
    border: 1px solid #ff6200;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    color: #fff !important;
    font-size: 18px;
    width: 80%;
    display: inline-block;
    padding: 10px 15px;
    text-align: center
}


.orangecta {
    max-width: 80% !important;
    font-size: 16px !important;
    padding:   8px 12px !important;
}


/*

 .site-main .featuredplugins .dealsentry .dealsthumb a img {
     width: 100%;
}
 .site-main .featuredplugins .dealsentry .dealstitle a {
     font-size: 22px;
}
 .site-main .featuredplugins .dealsentry .dealsinfo {
     font-size: 16px;
}
 .site-main .featuredplugins .dealsentry .dealsinfo > a {
     display: inline;
     margin: 0;
}
/* Toolkit --------------------------------------------- */
 .sidebartoolkit.widget {
     background: #4A216F url(../images/toolkit.jpg) no-repeat center;
     background-size: cover;
     border-radius: 3px;
     color: #fff;
     font-size: 15px;
     line-height: 1.4;
     padding: 24px;
     text-align: center;
}
 .sidebartoolkit.widget p {
     max-width: 470px;
     margin-left: auto;
     margin-right: auto;
}
 .sidebartoolkit__icons {
     display: flex;
     align-items: center;
     justify-content: center;
     margin-bottom: 20px;
}
 .sidebartoolkit__icons svg {
     fill: #fff;
     margin: 0 15px;
}
 p.sidebartoolkit__title {
     font-size: 21px;
     line-height: 1.4;
}
 p.sidebartoolkit__title strong {
     font-weight: 700;
     font-size: 25px;
     display: block;
}
/* Pillar Articles --------------------------------------------- */
 .sidebarhelpwith .widgetheading {
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     text-align: center;
     padding-bottom: 15px;
}
 .sidebarhelpwith .search-form {
     margin-top: 15px;
}
 .guideicons {
     display: flex;
     flex-wrap: wrap;
}
 .guideicons a {
     color: #464646;
     display: block;
     flex-basis: 50%;
     font-size: 15px;
     line-height: 1.4;
     padding: 20px 0;
     text-align: center;
}
 .guideicons a:hover {
     color: #FF6200;
     text-decoration: none;
}
 .guideicons a svg {
     display: block;
     margin: 0 auto 12px;
}
 .search-modal .guideicons a {
     flex-basis: 33%;
}
 .guideicons .starting svg {
     fill: #46A5FF;
}
 .guideicons .seo svg {
     fill: #46B000;
}
 .guideicons .speed svg {
     fill: #FF6200;
}
 .guideicons .errors svg {
     fill: #F2AE00;
}
 .guideicons .security svg {
     fill: #CF0000;
}
 .guideicons .store svg {
     fill: #7B36A6;
}
 .guidesearch {
     padding-top: 16px;
}
/* WordPress Guides --------------------------------------------- */
 .sidebarwordpressguides .widgetheading {
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     text-align: center;
     margin-bottom: 28px;
}
 .sidebarwordpressguides .widgetheading .headingorange {
     color: #FF6200;
}
 .sidebarwordpressguides .glider li {
     list-style-type: none;
     font-size: 14px;
}
 .sidebarwordpressguides .glider li a {
     color: #464646;
}
 .sidebarwordpressguides .glider-slide li + li {
     margin-top: 20px;
}
/* Deals --------------------------------------------- */
 .sidebardeals .widgetheading {
     font-size: 18px;
     font-weight: 700;
     text-align: center;
     margin-bottom: 20px;
}
 .sidebardeals .widgetheading a {
     font-size: 12px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     color: #757575;
}
/* Hosting & Top Picks Widgets --------------------------------------------- */
 .hostingsidebar .badge, .toppickssidebar .badge {
     position: absolute;
     z-index: 1;
     bottom: -90px;
     right: -85px;
}
 .hostingsidebar::after, .toppickssidebar::after {
     content: '';
     display: block;
     position: absolute;
     bottom: 0;
     right: 0;
     width: 20px;
     height: 20px;
     background: #fff;
     border-radius: 3px;
     z-index: 10;
}
 .hostingsidebar {
     font-size: 15px;
}
 .hostingsidebar .hostingsidebar__head {
     overflow: hidden;
     width: 100%;
     padding-bottom: 16px;
     border-bottom: 1px solid #E7E7E7;
     margin-bottom: 16px;
}
 .hostingsidebar .hosting-logo {
     border: 1px solid #E7E7E7;
     border-radius: 3px;
     float: left;
     margin-right: 16px;
     max-width: 82px;
}
 .hostingsidebar .host-name {
     color: #464646;
     display: block;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     margin-bottom: 10px;
}
 .hostingsidebar .host-name:hover {
     color: #FF6200;
     text-decoration: none;
}
 .hostingsidebar .comment-link {
     line-height: 1;
}
 .hostingsidebar .comment-link span {
     display: block;
}
 .hostingsidebar ul {
     margin: 0 0 16px 18px;
}
 .hostingsidebar .discount {
     margin-top: 16px;
     border-top: 1px solid #E7E7E7;
     padding-top: 16px;
     text-align: center;
}
 .hostingsidebar .discount__desc {
     color: #757575;
     font-size: 12px;
     line-height: 1;
     margin: 16px 0 12px;
}
 .hostingsidebar .discount__disclosure {
     margin: 0;
}
 .hostingsidebar .discount__verified {
     margin: 16px 0 0;
     line-height: 0;
}
 .hostingsidebar .discount__verified svg {
     height: 40px;
}
 .hostingsidebar .discount__verified + .discount__verified {
     margin-top: 8px;
}
 .hostingsidebar .wp-block-button__link {
     padding-left: 0;
     padding-right: 0;
     display: block;
     text-align: center;
}
 .toppickssidebar .hostrating, .toppickssidebar p {
     margin-bottom: 8px;
     font-size: 12px;
     line-height: 1;
}
 .toppickssidebar .hostrating:last-child, .toppickssidebar p:last-child {
     margin-bottom: 0;
}
 .toppickssidebar.widget {
     padding-left: 16px;
     padding-right: 16px;
}
 .toppickssidebar .widgetheading {
     font-size: 18px;
     line-height: 1.5;
     font-weight: 700;
     text-align: center;
}
 .toppickssidebar .host {
     padding: 24px 0;
     border-bottom: 1px solid #E7E7E7;
}
 .toppickssidebar .hoststhumb {
     max-width: 82px;
     margin-right: 16px;
}
 .toppickssidebar .hoststhumb img {
     border-radius: 3px;
     margin: 0;
     float: left;
     max-width: 82px;
}
 .toppickssidebar .hoststitle {
     color: #464646;
     display: block;
     font-size: 18px;
     font-weight: 700;
     line-height: 1.5;
     margin-bottom: 8px;
}
 .toppickssidebar .hoststitle:hover {
     color: #FF6200;
     text-decoration: none;
}
 .toppickssidebar .hostscoupon {
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
}
 .toppickssidebar .hostscoupon svg {
     fill: #FF6200;
     margin-left: 6px;
}
 .toppickssidebar .quiz {
     border-bottom: 1px solid #E7E7E7;
     font-size: 13px;
     padding: 24px 0;
     text-align: center;
}
 .toppickssidebar .disclosure {
     text-align: center;
     padding-top: 20px;
     font-size: 13px;
}
/* Footer CTA --------------------------------------------- */
 .footer-ctas {
     background: #FAFAFA;
     padding: 40px 0;
}
 .footer-cta {
     text-align: center;
     padding: 0 8px;
}
 .footer-cta svg.footer-cta__icon {
     margin-bottom: 22px;
}
 .footer-cta p {
     max-width: 280px;
     margin: 0 auto 16px;
}
 .footer-cta p:last-child {
     margin-bottom: 0;
}
 .footer-cta + .footer-cta {
     border-top: 1px solid #E7E7E7;
     padding-top: 24px;
     margin-top: 24px;
}
 .footer-cta__title {
     font-size: 17px;
     line-height: 1.2;
     font-weight: 700;
}
 @supports (display: grid) {
}
/* Footer Press --------------------------------------------- */
 .footer-press {
     background: #2D2520;
     padding: 46px 0 36px;
     text-align: center;
}
 .footer-press p {
     color: #9D8C81;
     font-size: 14px;
     font-style: normal;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     letter-spacing: 0.08em;
     margin: 0 0 8px;
     opacity: .5;
     text-transform: uppercase;
     flex-basis: 11%;
}
 .footer-logos-wrap {
     display: flex;
     flex-wrap: wrap;
     align-items: center;
     flex-basis: 89%;
}
 .footer-logos-wrap > div {
     flex-basis: 25%;
     padding: 4px 8px;
     opacity: .3;
     display: flex;
     justify-content: center;
}
 .footer-logos-wrap .footer-logo {
     background: url(../images/footer-logos.png) no-repeat 0 0;
     background-size: 91px auto;
     max-width: 100%;
}
 .footer-logos-wrap .footer-logo.inc {
     width: 42px;
     height: 14px;
}
 .footer-logos-wrap .footer-logo.entrepreneur {
     width: 91px;
     height: 34px;
     background-position: 0 -15px;
}
 .footer-logos-wrap .footer-logo.forbes {
     width: 62px;
     height: 16px;
     background-position: 0 -50px;
}
 .footer-logos-wrap .footer-logo.guardian {
     width: 88px;
     height: 44px;
     background-position: 0 -68px;
}
 .footer-logos-wrap .footer-logo.mozilla {
     width: 76px;
     height: 22px;
     background-position: 0 -114px;
}
 .footer-logos-wrap .footer-logo.business-insider {
     width: 81px;
     height: 38px;
     background-position: 0 -138px;
}
 .footer-logos-wrap .footer-logo.msn {
     width: 61px;
     height: 26px;
     background-position: 0 -178px;
}
 .footer-logos-wrap .footer-logo.wired {
     width: 78px;
     height: 14px;
     background-position: 0 -215px;
}
/* Site Footer --------------------------------------------- */
 .site-footer {
     background: #2D2520;
     color: #9D8C81;
     padding: 0 0 40px;
     font-size: 15px;
     line-height: 24px;
     text-align: center;
}
 .site-footer a {
     color: #9D8C81;
     text-decoration: none;
}
 .site-footer a.highlight {
     color: #FF6200;
     text-decoration: underline;
}
 .site-footer .wrap::before {
     background: #9D8C81;
     opacity: .2;
     content: '';
     display: block;
     width: 100%;
     height: 1px;
     margin-bottom: 40px;
     grid-column: 1 / -1;
}
 @supports (display: grid) {
     .site-footer .wrap {
         display: grid;
         grid-template-columns: repeat(2, 1fr);
         grid-column-gap: 32px;
    }
     .site-footer .wrap .aboutwpbeginner {
         grid-column: 1 / -1;
    }
}
 .aboutwpbeginner {
     padding-bottom: 32px;
     margin-bottom: 32px;
     border-bottom: 1px solid rgba(157, 140, 129, 0.2);
}
 .footer-heading {
     color: #fff;
     font-size: 14px;
     font-weight: 600;
     -webkit-font-smoothing: antialiased;
     -moz-osx-font-smoothing: grayscale;
     line-height: 21px;
     letter-spacing: 0.08em;
     margin-bottom: 25px;
     text-transform: uppercase;
}
 .aboutwpbeginner .footer-heading {
     font-size: 16px;
     font-weight: 700;
     letter-spacing: normal;
     text-transform: none;
     margin-bottom: 28px;
}
 .footer-widget ul li {
     list-style-type: none;
     margin-bottom: 14px;
}
 .footer-socials svg {
     fill: #fff;
     width: 16px;
     height: 16px;
}
 .footer-socials .social-label {
     display: block;
     font-size: 16px;
     margin-bottom: 24px;
}
 .footer-socials .social-links {
     margin-left: -12px;
}
/* Footer Copyright --------------------------------------------- */
 .footer-copyright {
     color: #757575;
     font-size: 15px;
     line-height: 1.6;
     padding: 40px 0;
     text-align: center;
}
 .footer-copyright a {
     color: #757575;
     text-decoration: none;
}
 .footer-copyright p {
     margin-bottom: 12px;
}
 .footer-copyright p:last-child {
     margin-bottom: 0;
}

.trademarks-footer{
    padding: 20px 0 0 0;
    font-size: 14px;
}

 .glider-contain {
     width: 100%;
     margin: 0 auto;
     position: relative;
}
 .glider {
     margin: 0 auto;
     position: relative;
     overflow-y: hidden;
     -webkit-overflow-scrolling: touch;
     -ms-overflow-style: none;
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     overflow: hidden;
}
 .glider > ul:not(:first-child) {
     display: none;
}
 .glider-track {
     -webkit-transform: translateZ(0);
     transform: translateZ(0);
     width: 100%;
     margin: 0;
     padding: 0;
     display: flex;
     z-index: 1;
}
 .glider.draggable {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     cursor: -webkit-grab;
     cursor: grab;
}
 .glider.draggable .glider-slide img {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     pointer-events: none;
}
 .glider.drag {
     cursor: -webkit-grabbing;
     cursor: grabbing;
}
 .glider-slide {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     justify-content: center;
     align-content: center;
     width: 100%;
}
 .glider-slide img {
     max-width: 100%;
}
 .glider::-webkit-scrollbar {
     opacity: 0;
     height: 0;
}
 .glider-prev, .glider-next {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     position: absolute;
     outline: none;
     background: none;
     padding: 0;
     z-index: 2;
     font-size: 40px;
     text-decoration: none;
     left: -23px;
     border: 0;
     top: 30%;
     cursor: pointer;
     color: #666;
     opacity: 1;
     line-height: 1;
     transition: opacity 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67), color 0.5s cubic-bezier(0.17, 0.67, 0.83, 0.67);
}
 .glider-prev:hover, .glider-next:hover, .glider-prev:focus, .glider-next:focus {
     color: #a89cc8;
}
 .glider-next {
     right: -23px;
     left: auto;
}
 .glider-next.disabled, .glider-prev.disabled {
     opacity: .25;
     color: #666;
     cursor: default;
}
 .glider-slide {
     min-width: 150px;
}
 .glider-hide {
     opacity: 0;
}
 .glider-dots {
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     display: flex;
     flex-wrap: wrap;
     justify-content: center;
     margin: 0 -24px -12px;
     padding: 0;
}
 .glider-dot {
     padding: 0;
     -webkit-user-select: none;
     -moz-user-select: none;
     -ms-user-select: none;
     user-select: none;
     outline: none;
     display: block;
     cursor: pointer;
     background: transparent;
     border: none;
     width: 20px;
     height: 20px;
     display: flex;
     align-items: center;
     justify-content: center;
}
 .glider-dot::before {
     content: '';
     background: transparent;
     border: 1px solid #E7E7E7;
     border-radius: 50%;
     display: block;
     width: 9px;
     height: 9px;
}
 .glider-dot:hover::before, .glider-dot:focus::before, .glider-dot.active::before {
     background: #757575;
     border-color: #757575;
}
/* TablePress for Hosting Providers --------------------------------------------- */

.tablepress {

}

 .hosting-providers.wp-block-group.alignwide{
     margin: 0;
     padding-left: 0;
     padding-right: 0;
}
.hosting-providers.wp-block-group.alignwide {
    margin-left: 0 !important;
    margin-right: 0 !important;
}
 #tablepress-4 {
     width: 100% !important;
}
 #tablepress-4 .row-hover {
     text-align: center !important;
}
 .entry-comments .comment-list .comment-header {
     padding-left: 0;
}

.comment-admin-badge {
    top: 0;
    position: absolute;
    float: right;
    width:100%;
}

.comment-admin-badge .comment-badge {
    float: right;
    text-align:right;
    background: #FF6200;
    color: white;
    padding: 10px;
    font-size: 12px;
    text-transform: uppercase;
}

/* Theme Detector -------------------------------------------- */
.template-theme-detector .site-main {
	background: #fff
}

.template-theme-detector .entry-content {
	max-width: 100%;
	margin-left: auto;
	margin-right: auto
}

.template-theme-detector .entry-header,
.template-theme-detector .entry-footer {
	text-align: center;
	margin-left: -24px;
	margin-right: -24px;
	padding-left: 24px;
	padding-right: 24px
}

/* Business Name Generator ---------------------------------- */

.tool-intro__form .input-n-options {
    text-align: right;
}

.tool-intro__form .input-n-options img {
    max-width: 14px;
    margin-left: 10px;
    vertical-align: middle;
}

.input-n-options img.visible {
    visibility: visible;
    display: inline-block;
}

.input-n-options img {
    visibility: hidden;
    display: none;
}

/* Theme Detector     -------------------*/
.template-theme-detector .site-main{background:#fff}.template-theme-detector .entry-content{max-width:550px;margin-left:auto;margin-right:auto}.template-theme-detector .entry-header,.template-theme-detector .entry-footer{text-align:center;margin-left:-24px;margin-right:-24px;padding-left:24px;padding-right:24px}@media (min-width: 768px){.template-theme-detector .entry-header,.template-theme-detector .entry-footer{margin-left:-48px;margin-right:-48px;padding-left:48px;padding-right:48px}}@media (max-width: 767px){.tool-intro{margin-left:-24px;margin-right:-24px}}@media (min-width: 768px){.tool-intro{border:1px solid #E7E7E7;border-radius:3px;overflow:hidden;margin-bottom:32px}}.tool-intro__header{background:#fff;padding:24px}.tool-intro__header h1{line-height:1.2}@media (max-width: 767px){.tool-intro__header .icon-tool{width:66px;height:66px;float:left;margin-right:12px}}@media (min-width: 768px){.tool-intro__header{padding:72px 24px 56px}.tool-intro__header>div{max-width:880px;padding-left:200px;position:relative;margin:0 auto}.tool-intro__header>div .icon-tool{position:absolute;width:146px;height:146px;top:0;left:0}.tool-intro__header .breadcrumbs{text-align:left}}.tool-intro__form{background:#FAFAFA;padding:24px}.tool-intro__form .input-n-search input[type="text"]{font-size:18px;padding:17px 12px}.tool-intro__form .input-n-search-btn{background:#FF6200;border-radius:3px;cursor:pointer;color:#fff;display:block;font-size:24px;font-weight:600;line-height:24px;padding:18px 6px;margin-top:5px;text-align:center}.tool-intro__form .input-n-search-btn:hover{background-color:#cc4e00;text-decoration:none}.tool-intro__form .input-n-options{text-align:center;padding-top:8px;color:#757575;font-size:15px}.tool-intro__form .input-n-options a{color:#757575;text-decoration:underline}.tool-intro__form .input-n-options a:hover{color:#FF6200}@media (min-width: 768px){.tool-intro__form{padding-top:48px}.tool-intro__form .input-n-search,.tool-intro__form .input-n-options{max-width:800px;margin:0 auto;position:relative}.tool-intro__form .input-n-options{padding-top:24px}.tool-intro__form .input-n-search input[type="text"]{font-size:22px;padding:26px 260px 26px 33px;width:100%}.tool-intro__form .input-n-search-btn{position:absolute;width:258px;top:1px;right:5px;line-height:30px}}.template-theme-detector .g-recaptcha{display:none;width:300px;margin:40px auto 0}.products .results .content{float:none;margin-bottom:35px;border:0;background:none}.fleft{float:left}.content .themebox-item p{margin-top:0;line-height:1.6em}.content .themebox-item,.content .whois-item{padding:48px;background:white;border:1px solid #dfdfdf;border-top:0}.content .themebox-item a,.content .whois-item a{font-weight:700}.yeswpbox .result-content,.content.theme h3{display:flex;flex-wrap:nowrap;align-items:center}.yeswpbox img{margin-right:23px;width:32px}.resultscontainer{border-radius:5px;overflow:hidden;margin-bottom:32px}.content .yeswpbox,.content .notwpbox{padding:25px 30px;background:#2D2520;font-size:21px;font-weight:bold;color:white}.content.theme{margin-bottom:32px}.content.theme h3 img{margin-right:23px;width:32px}.content.theme.yes h3{padding:18px 28px;font-size:18px;margin:0;border:1px solid #dfdfdf;color:#306453;font-weight:bold}.content.theme.no h3{padding:18px 28px;font-size:18px;margin:0;border:1px solid #dfdfdf;color:#EA6A1B;font-weight:bold}.bb-con{margin-top:30px;padding-top:33px;border-top:1px solid #d4d4d4}.item-info{width:67%}.imma-con img,.themebox-item .item-image img{border:1px solid #bfbfbf;border-radius:5px}.content .item-info h2{line-height:24px;font-weight:normal !important;margin:0 0 10px 0}.item-info p span{font-weight:bold}.item-info p{margin:2px 0 8px 0}.item-image{margin-right:25px;width:28%}.loaderc,.loaderc:after{border-radius:50%;width:3em;height:3em}.loaderc{margin:55px auto 60px;font-size:10px;position:relative;text-indent:-9999em;border-top:0.3em solid rgba(195,195,195,0.2);border-right:0.3em solid rgba(195,195,195,0.2);border-bottom:0.3em solid rgba(195,195,195,0.2);border-left:0.3em solid #c3c3c3;transform:translateZ(0);-webkit-animation:load8 1.1s infinite linear;animation:load8 1.1s infinite linear}@-webkit-keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}@keyframes load8{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.btn-or{margin-top:10px;display:inline-block;background:#ea6a1b;color:white !important;font-weight:bold;padding:8px 16px;border-radius:3px}.error_box{font-size:15px;opacity:0;z-index:-1;line-height:20px;color:#D25000;position:absolute;background:#ffffff;padding:15px 20px;border-radius:3px;width:400px;bottom:-48px;left:50%;margin-left:-200px;box-sizing:border-box}.error_box.show{opacity:1;z-index:1}.error_box:after,.error_box:before{bottom:100%;left:50%;border:solid transparent;content:" ";height:0;width:0;position:absolute;pointer-events:none}.error_box:after{border-color:rgba(255,255,255,0);border-bottom-color:#ffffff;border-width:11px;margin-left:-11px}.error_box:before{border-color:rgba(245,194,194,0);border-width:14px;margin-left:-14px}@media only screen and (max-width: 957px){.results{margin:30px 30px 0 30px}}@media only screen and (max-width: 767px){.item-image{width:32%}.item-info{width:60%}}@media only screen and (max-width: 699px){.input-n-search-btn{display:block}.input-n-search [type="text"]{padding:16px 0 20px;text-align:center;width:100%}.input-n-search{box-sizing:border-box}}@media only screen and (max-width: 599px){.input-n-search{margin:32px 10px 10px;width:auto}.input-n-options{text-align:center}}@media only screen and (max-width: 535px){.template-theme-detector .product-subtitle{width:89%}}@media only screen and (max-width: 465px){.input-n-search{padding-top:15px;box-sizing:border-box}.input-n-search [type="text"]{width:100%;text-align:center}.input-n-search-btn{display:block;margin:16px 0 0 0}.pluginsribbon .wrap{padding:0 20px;box-sizing:border-box}.item-image{margin-right:0;max-width:100%;width:100%;margin-bottom:15px}.item-image img{width:100%}.item-info{width:100%}.content .whois-item{padding-bottom:8px}.error_box{width:90%;margin:0;transform:translateX(-50%)}.input-n-search img{right:8px;top:14px}}

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

@media (min-width: 768px) {
	.template-theme-detector .entry-header,
	.template-theme-detector .entry-footer {
		margin-left: -48px;
		margin-right: -48px;
		padding-left: 48px;
		padding-right: 48px
	}
}

@media (max-width: 767px) {
	.tool-intro {
		margin-left: -24px;
		margin-right: -24px
	}
}

@media (min-width: 768px) {
	.tool-intro {
		border: 1px solid #E7E7E7;
		border-radius: 3px;
		overflow: hidden;
		margin-bottom: 32px
	}
}

.tool-intro__header {
	background: #fff;
	padding: 24px
}

.tool-intro__header h1 {
	line-height: 1.2
}

@media (max-width: 767px) {
	.tool-intro__header .icon-tool {
		width: 66px;
		height: 66px;
		float: left;
		margin-right: 12px
	}
}

@media (min-width: 768px) {
	.tool-intro__header {
		padding: 72px 24px 56px
	}
	.tool-intro__header>div {
		max-width: 880px;
		padding-left: 200px;
		position: relative;
		margin: 0 auto
	}
	.tool-intro__header>div .icon-tool {
		position: absolute;
		width: 146px;
		height: 146px;
		top: 0;
		left: 0
	}
	.tool-intro__header .breadcrumbs {
		text-align: left
	}
}

.tool-intro__form {
	background: #FAFAFA;
	padding: 24px
}

.tool-intro__form .input-n-search input[type="text"] {
	font-size: 18px;
	padding: 17px 12px
}

.tool-intro__form .input-n-search-btn {
	background: #FF6200;
	border-radius: 3px;
	cursor: pointer;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 600;
	line-height: 24px;
	padding: 18px 6px;
	margin-top: 5px;
	text-align: center
}

.tool-intro__form .input-n-search-btn:hover {
	background-color: #cc4e00;
	text-decoration: none
}

.tool-intro__form .input-n-options {
	text-align: center;
	padding-top: 8px;
	color: #757575;
	font-size: 15px
}

.tool-intro__form .input-n-options a {
	color: #757575;
	text-decoration: underline
}

.tool-intro__form .input-n-options a:hover {
	color: #FF6200
}

@media (min-width: 768px) {
	.tool-intro__form {
		padding-top: 48px
	}
	.tool-intro__form .input-n-search,
	.tool-intro__form .input-n-options {
		max-width: 800px;
		margin: 0 auto;
		position: relative
	}
	.tool-intro__form .input-n-options {
		padding-top: 24px
	}
	.tool-intro__form .input-n-search input[type="text"] {
		font-size: 22px;
		padding: 26px 260px 26px 33px;
		width: 100%
	}
	.tool-intro__form .input-n-search-btn {
		position: absolute;
		width: 258px;
		top: 1px;
		right: 5px;
		line-height: 30px
	}
}

.g-recaptcha {
	width: 300px;
	margin: 40px auto 0
}

.products .results .content {
	float: none;
	margin-bottom: 35px;
	border: 0;
	background: none
}

.fleft {
	float: left
}

.content .themebox-item p {
	margin-top: 0;
	line-height: 1.6em
}

.content .themebox-item,
.content .whois-item {
	padding: 48px;
	background: white;
	border: 1px solid #dfdfdf;
	border-top: 0
}

.content .themebox-item a,
.content .whois-item a {
	font-weight: 700
}

.yeswpbox .result-content,
.content.theme h3 {
	display: flex;
	flex-wrap: nowrap;
	align-items: center
}

.yeswpbox img {
	margin-right: 23px;
	width: 32px
}

.resultscontainer {
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 32px
}

.content .yeswpbox,
.content .notwpbox {
	padding: 25px 30px;
	background: #2D2520;
	font-size: 21px;
	font-weight: bold;
	color: white
}

.content.theme {
	margin-bottom: 32px
}

.content.theme h3 img {
	margin-right: 23px;
	width: 32px
}

.content.theme.yes h3 {
	padding: 18px 28px;
	font-size: 18px;
	margin: 0;
	border: 1px solid #dfdfdf;
	color: #306453;
	font-weight: bold
}

.content.theme.no h3 {
	padding: 18px 28px;
	font-size: 18px;
	margin: 0;
	border: 1px solid #dfdfdf;
	color: #EA6A1B;
	font-weight: bold
}

.bb-con {
	margin-top: 30px;
	padding-top: 33px;
	border-top: 1px solid #d4d4d4
}

.item-info {
	width: 67%
}

.imma-con img,
.themebox-item .item-image img {
	border: 1px solid #bfbfbf;
	border-radius: 5px
}

.content .item-info h2 {
	line-height: 24px;
	font-weight: normal !important;
	margin: 0 0 10px 0
}

.item-info p span {
	font-weight: bold
}

.item-info p {
	margin: 2px 0 8px 0
}

.item-image {
	margin-right: 25px;
	width: 28%
}

.loaderc,
.loaderc:after {
	border-radius: 50%;
	width: 3em;
	height: 3em
}

.loaderc {
	margin: 55px auto 60px;
	font-size: 10px;
	position: relative;
	text-indent: -9999em;
	border-top: 0.3em solid rgba(195, 195, 195, 0.2);
	border-right: 0.3em solid rgba(195, 195, 195, 0.2);
	border-bottom: 0.3em solid rgba(195, 195, 195, 0.2);
	border-left: 0.3em solid #c3c3c3;
	transform: translateZ(0);
	-webkit-animation: load8 1.1s infinite linear;
	animation: load8 1.1s infinite linear
}

@-webkit-keyframes load8 {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

@keyframes load8 {
	0% {
		transform: rotate(0)
	}
	100% {
		transform: rotate(360deg)
	}
}

.btn-or {
	margin-top: 10px;
	display: inline-block;
	background: #ea6a1b;
	color: white !important;
	font-weight: bold;
	padding: 8px 16px;
	border-radius: 3px
}

.error_box {
	font-size: 15px;
	opacity: 0;
	z-index: -1;
	line-height: 20px;
	color: #D25000;
	position: absolute;
	background: #ffffff;
	padding: 15px 20px;
	border-radius: 3px;
	width: 400px;
	bottom: -48px;
	left: 50%;
	margin-left: -200px;
	box-sizing: border-box
}

.error_box.show {
	opacity: 1;
	z-index: 1
}

.error_box:after,
.error_box:before {
	bottom: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none
}

.error_box:after {
	border-color: rgba(255, 255, 255, 0);
	border-bottom-color: #ffffff;
	border-width: 11px;
	margin-left: -11px
}

.error_box:before {
	border-color: rgba(245, 194, 194, 0);
	border-width: 14px;
	margin-left: -14px
}

@media only screen and (max-width: 957px) {
	.results {
		margin: 30px 30px 0 30px
	}
}

@media only screen and (max-width: 767px) {
	.item-image {
		width: 32%
	}
	.item-info {
		width: 60%
	}
}

@media only screen and (max-width: 699px) {
	.input-n-search-btn {
		display: block
	}
	.input-n-search [type="text"] {
		padding: 16px 0 20px;
		text-align: center;
		width: 100%
	}
	.input-n-search {
		box-sizing: border-box
	}
}

@media only screen and (max-width: 599px) {
	.input-n-search {
		margin: 32px 10px 10px;
		width: auto
	}
	.input-n-options {
		text-align: center
	}
}

@media only screen and (max-width: 535px) {
	.template-theme-detector .product-subtitle {
		width: 89%
	}
}

@media only screen and (max-width: 465px) {
	.input-n-search {
		padding-top: 15px;
		box-sizing: border-box
	}
	.input-n-search [type="text"] {
		width: 100%;
		text-align: center
	}
	.input-n-search-btn {
		display: block;
		margin: 16px 0 0 0
	}
	.pluginsribbon .wrap {
		padding: 0 20px;
		box-sizing: border-box
	}
	.item-image {
		margin-right: 0;
		max-width: 100%;
		width: 100%;
		margin-bottom: 15px
	}
	.item-image img {
		width: 100%
	}
	.item-info {
		width: 100%
	}
	.content .whois-item {
		padding-bottom: 8px
	}
	.error_box {
		width: 90%;
		margin: 0;
		transform: translateX(-50%)
	}
	.input-n-search img {
		right: 8px;
		top: 14px
	}
}

/* Media Queries --------------------------------------------- */
 @media (max-width: 1024px) {
    .footer-press {
        margin-top: 40px;
    }
     .headingbig {
         margin-top: 24px;
         margin-bottom: 24px;
     }
     .orangeribbon {
         margin-bottom: 30px;
     }
     .site-main {
         margin: 0 auto;
         margin-bottom: 16px;
    }
     .hostingsidebar .badge, .toppickssidebar .badge {
         right: -24px;
         height: 165px;
         width: 80px;
         -o-object-fit: cover;
         object-fit: cover;
         -o-object-position: -30px 0px;
         object-position: -30px 0px;
         display: none;
    }
     .wpb-promo {
         display: none;
    }
     .wp-block-image.alignwide figcaption, .wp-block-video.alignwide figcaption, .wp-block-table.alignwide figcaption {
         padding-left: 16px;
         padding-right: 16px;
    }
     .footer-logos-wrap .footer-logo {
         zoom: 0.8;
         -moz-transform: scale(0.8);
         -moz-transform-origin: 0 0;
    }
     body.nav-menu-active {
         height: 100vh;
         overflow: hidden;
    }
     body.nav-menu-active .site-header .wrap {
         height: 100vh;
         overflow-y: scroll;
    }
     .nav-menu-active .header-socials {
         display: block;
    }
     .nav-menu {
         display: none;
    }
     .nav-menu-active .nav-menu {
         display: block;
         overflow: hidden;
         clear: both;
         padding: 24px 14px 0 0;
    }
     .nav-menu .menu > .menu-item > a {
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
         padding: 16px 0;
         font-size: 18px;
         line-height: 30px;
    }
     .nav-menu .menu > .menu-item.menu-item-has-children > a {
         padding-right: 30px;
    }
     .nav-menu .submenu-expand {
         background: rgba(0, 0, 0, 0.2);
         border-radius: 50%;
         top: 16px;
         right: 0;
         -webkit-transform: rotate(-90deg);
         transform: rotate(-90deg);
         width: 30px;
         height: 30px;
    }
     .nav-menu .submenu-expand svg {
         width: 12px;
         height: 12px;
    }
     .nav-menu .submenu-expand.expanded {
         -webkit-transform: rotate(0deg);
         transform: rotate(0deg);
    }
     .nav-menu .submenu-expand.expanded + .sub-menu, .nav-menu .submenu-expand.expanded + .sub-menu-wrap {
         display: block;
    }
     .nav-menu .sub-menu, .nav-menu .sub-menu-wrap {
         border-bottom: 1px solid rgba(255, 255, 255, 0.1);
         display: none;
         padding: 26px 0;
    }
     .nav-menu .sub-menu, .nav-menu .sub-menu-main ul {
         -webkit-columns: 2;
         -moz-columns: 2;
         columns: 2;
    }
     .nav-menu .sub-menu li, .nav-menu .sub-menu-main ul li {
         -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
         break-inside: avoid;
         padding: 6px 0;
    }
     .nav-menu .submenu-title {
         color: #9D8C81;
         font-size: 12px;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         line-height: 18px;
         text-transform: uppercase;
         letter-spacing: 0.08em;
         margin: 0;
    }
     .nav-menu .sub-menu-extra {
         padding-top: 26px;
    }
     .nav-menu .sub-menu-extra ul.is-style-arrow li {
         color: #fff;
         padding: 6px 0;
         margin: 0;
    }
     .nav-menu .sub-menu-extra ul.is-style-arrow li::before {
         display: none;
    }
     .nav-menu .sub-menu-extra ul.is-style-arrow li a {
         color: #fff;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
    }
     .nav-menu .sub-menu-extra ul.is-style-arrow li a strong {
         margin-bottom: 0;
    }
     .mobile-left-align.has-text-align-center, .mobile-left-align.has-text-align-right {
         text-align: left;
    }
     .mobile-hide {
         display: none;
    }
     .wp-block-columns.has-divider {
         display: block;
    }
     .wp-block-columns.has-divider .wp-block-column {
         margin: 36px 0 0;
    }
     .wpb-tool.more {
         text-align: center;
    }
     .wpb-tool.more .wpb-tool__header {
         display: block;
    }
     .wpb-tool.more .wpb-tool__header svg {
         display: none;
    }
     .wpb-tool__header {
         display: flex;
         align-items: center;
         margin-bottom: 12px;
    }
     .wpb-tool__header svg {
         width: 40px;
         margin-right: 16px;
    }
     .wpb-tool__header p {
         margin: 0;
    }
     .wpb-blog-setup__content {
         text-align: center;
    }
     .wpb-fg {
         min-height: 48px;
         padding-left: 72px;
         margin-bottom: 32px;
    }
     .wpb-fg:last-child {
         margin-bottom: 32px;
    }
     .wpb-fg svg {
         width: 48px;
         height: 48px;
    }
     .wpb-founder__info {
         text-align: left;
         padding-left: 111px;
         min-height: 84px;
         position: relative;
         margin-top: 24px;
         padding-top: 5px;
    }
     .wpb-founder__info .avatar {
         position: absolute;
         top: 0;
         left: 0;
         width: 84px;
         height: 84px;
    }
     .wpb-image-quotes cite img {
         width: 38px;
         height: 38px;
         float: left;
         margin-right: 11px;
    }
     .search-modal .search-form {
         margin: 48px 0;
    }
     .search-modal__popular {
         margin-bottom: 12px;
    }
     .hostsentry {
         position: relative;
         padding-top: 108px;
         overflow: visible;
    }
     .hostsentry .hoststhumb {
         float: none;
         width: 100%;
    }
     .hostsentry .hoststhumb > a {
         position: absolute;
         display: block;
         top: 0;
         left: 0;
         width: 98px;
    }
     .hostsentry .hoststhumb .hostrating {
         position: absolute;
         top: 33px;
         left: 115px;
    }
     .hostsentry .hoststhumb .reviewscount {
         position: absolute;
         top: 52px;
         left: 115px;
    }
     .hostsentry .hostsinfo {
         float: none;
         width: 100%;
    }
     .hostsentry .hoststitle {
         position: absolute;
         top: 3px;
         left: 115px;
         margin-right: -16px;
    }
     .archive-deals .deal-section .archive-description {
         text-align: center;
         padding-bottom: 40px;
    }
     .archive .entry .entry-image {
         max-width: 100px;
         margin: 6px 12px 6px 0;
    }
     .deals-search {
         margin-bottom: 0;
    }
     .deal-nav {
         background: #F4F4F4;
         border-radius: 5px;
         position: relative;
    }
     .deal-nav a {
         color: #464646;
         display: block;
         padding: 12px 21px;
         font-size: 18px;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
    }
     .deal-nav a svg {
         fill: #464646;
         margin-right: 8px;
    }
     .deal-nav a:hover {
         text-decoration: none;
    }
     .deal-nav:not(.active) a:not(.active) {
         display: none;
    }
     .deal-nav .deal-nav__toggle {
         background: transparent;
         border: none;
         border-radius: 0;
         box-shadow: none;
         padding: 0;
         outline: none;
         cursor: pointer;
         content: '';
         display: block;
         position: absolute;
         top: 0;
         left: 0;
         width: 100%;
         height: 100%;
         z-index: 1;
         text-align: right;
         padding-right: 20px;
    }
     .deal-nav.active .deal-nav__toggle {
         width: 44px;
         height: 55px;
         left: auto;
         right: 0;
         -webkit-transform: rotate(180deg);
         transform: rotate(180deg);
    }
     .deal-nav + .deal-section::before {
         content: '';
         display: block;
         width: 100%;
         height: 1px;
         background: #E7E7E7;
         margin-bottom: 32px;
    }
     .index-search {
         margin-bottom: 40px;
    }
     .index-item-letter {
         position: absolute;
         top: -23px;
         left: 0;
         z-index: 2;
         font-size: 26px;
         line-height: 46px;
         width: 46px;
         height: 46px;
    }
     .index-item-letter::after {
         background: #fff;
         content: '';
         display: block;
         width: 18px;
         height: 18px;
         z-index: 3;
         position: absolute;
         top: 14px;
         left: 46px;
    }
     .solution-tabs__nav {
         background: #F4F4F4 url(../icons/solid/caret-down.svg) no-repeat right 20px top 23px;
         background-size: 10px;
         border-radius: 5px;
    }
     .solution-tabs__nav.expanded li, .solution-tabs__nav li.active {
         display: block;
    }
     .solution-tabs__nav li {
         display: none;
         font-size: 18px;
         font-weight: 600;
         list-style-type: none;
    }
     .solution-tabs__nav li svg {
         margin-right: 8px;
         fill: #464646;
    }
     .solution-tabs__nav li a {
         color: #464646;
         font-weight: 600;
         font-size: 18px;
         line-height: 32px;
         padding: 12px 20px;
         display: block;
         text-decoration: none;
    }
     .solution-tabs__nav.active li {
         display: block;
    }
     .solution-tabs__nav.active button span {
         -webkit-transform: translateY(-50%) rotate(180deg);
         transform: translateY(-50%) rotate(180deg);
    }
     .solution-search {
         flex-direction: row-reverse;
    }
     .solution-search .search-field {
         padding: 22px 16px;
    }
     .solution-search label {
         display: none;
    }
     .solution-search .search-submit {
         margin-right: 0;
         margin-left: 8px;
    }
     .sa-cta__buttons a {
         display: flex;
         justify-content: center;
    }
     .hosting-intro .mobile-hide {
         display: none;
    }
     .deal-intro__rating span {
         display: none;
    }
     .couponcode > * + * {
         margin-top: 16px;
    }
     .home .recentpost {
         grid-template-columns: 96px 1fr;
    }
     .pluginshome .listing .dealsentry, .dealshome .listing .dealsentry {
         margin-bottom: 4px;
    }
     .searchhome .search-heading, .searchhome .pillar-heading {
         display: none;
    }
     .searchhome .guideicons {
         margin-top: 16px;
    }
     .searchhome .search-field {
         padding: 23px 12px 23px 60px;
    }
     .searchhome .search-form button {
         right: auto;
         left: 10px;
    }
     .searchhome .badge {
         display: none;
    }
     .guideshome .widget {
         border-radius: 0;
         margin-left: -24px;
         margin-right: -24px;
         max-width: calc( 100% + 48px);
    }
     .site-main .featuredplugins {
         min-height: 0;
         padding-left: 0;
    }
     .site-main .featuredplugins .widgetheading {
         font-size: 11px;
         padding: 20px 0 8px 112px;
         margin: 0;
    }
     .site-main .featuredplugins .dealsentry .dealsthumb a {
         left: 0;
         width: 92px;
    }
     .site-main .featuredplugins .dealsentry .dealstitle {
         padding-left: 112px;
         padding-bottom: 20px;
    }
     .footer-cta {
         display: grid;
         grid-template-columns: 92px 2fr;
         align-items: center;
         grid-template-areas: "image gap1" "image title" "image button" "image gap2" "desc desc";
         grid-column-gap: 16px;
         text-align: left;
    }
     .footer-cta p {
         max-width: 100%;
         margin: 0 0 8px;
    }
     .footer-cta p.footer-cta__title {
         margin: 0;
    }
     .footer-cta p.footer-cta__desc {
         margin-top: 10px;
    }
     .footer-cta__title {
         grid-area: title;
    }
     svg.footer-cta__icon {
         margin-bottom: 0;
         grid-area: image;
    }
     .wp-block-button {
         grid-area: button;
    }
     .footer-cta__desc {
         grid-area: desc;
    }
     .glider::-webkit-scrollbar {
         opacity: 1;
         -webkit-appearance: none;
         width: 7px;
         height: 3px;
    }
     .glider::-webkit-scrollbar-thumb {
         opacity: 1;
         border-radius: 99px;
         background-color: rgba(156, 156, 156, 0.25);
         box-shadow: 0 0 1px rgba(255, 255, 255, 0.25);
    }
     .shared-counts-wrap.style-fancy .shared-counts-button.included_total {
         display: none;
    }
     .footer-press .wrap {
         padding: 0 16px;
    }
}
 @media (max-width: 768px) {
     .ribbonsep {
         display: none;
    }
     .ribbonlower {
         display: block;
    }
     .site-main {
         margin: 0 auto;
         margin-bottom: 16px;
    }
}
 @media (max-width: 425px) {
     .footer-logos-wrap .footer-logo {
         zoom: 0.6;
         -moz-transform: scale(0.6);
         -moz-transform-origin: 0 0;
    }
     .shared-counts-wrap.style-fancy .shared-counts-button + .shared-counts-button {
         margin-left: 5px;
    }
     .shared-counts-wrap.style-fancy .shared-counts-button + .shared-counts-button:nth-child(2) {
         margin-left: -8px;
    }
     .shared-counts-wrap.style-fancy .shared-counts-button + .shared-counts-button:last-child {
         margin-right: -8px;
    }
     .orangeribbon .ribboncaps {
         font-size: 18px;
    }
}
 @media (max-width: 375px) {
     .shared-counts-wrap.style-fancy .shared-counts-button.email {
         display: none;
    }
}
 @media (min-width: 1024px) {
     @supports (display: flex) {
         .site-header .wrap {
             display: flex;
             justify-content: space-between;
        }
         .site-header .wrap .header-toggles {
             order: 3;
        }
         .site-header .wrap::after {
             display: none;
        }
    }
     .menu-toggle {
         display: none;
    }
     .guidesdropdown .wrap {
         display: flex;
         flex-wrap: nowrap;
         justify-content: space-between;
         align-items: center;
    }
     .guidesdropdown a:not(.wp-block-button__link) {
         position: relative;
         padding-left: 56px;
         width: 200px;
         margin-bottom: 0;
         text-align: left;
    }
     .guidesdropdown a:not(.wp-block-button__link) svg {
         position: absolute;
         top: 0;
         left: 0;
    }
     .nav-menu .menu {
         display: inline-block;
         width: auto;
    }
     .nav-menu .menu > .menu-item {
         position: static;
    }
     .nav-menu .menu > .menu-item.socials {
         display: none;
    }
     .nav-menu .menu > .menu-item > a {
         padding: 20px 16px;
    }
     .nav-menu .menu > .menu-item .submenu-expand {
         display: none;
    }
     .nav-menu .menu > .menu-item.menu-item-has-children > a {
         padding-right: 32px;
         background: url(../icons/color/chevron-down-white.svg) no-repeat right 14px center;
         background-size: 10px;
    }
     .nav-menu .menu > .menu-item.menu-item-has-children:hover > a::after {
         content: '';
         display: block;
         position: absolute;
         bottom: -13px;
         left: 50%;
         margin-left: -12px;
         width: 16px;
         height: 16px;
         background: #fff;
         -webkit-transform: rotate(45deg);
         transform: rotate(45deg);
         z-index: 100;
    }
     .nav-menu .menu > .menu-item.grey.menu-item-has-children:hover > a::after {
         background: #FAFAFA;
    }
     .nav-menu .menu-item {
         float: left;
    }
     .nav-menu .menu-item:hover > .sub-menu {
         left: auto;
         opacity: 1;
         margin-left: -30px;
    }
     .nav-menu .menu-item:hover > .sub-menu-wrap {
         left: 50%;
         opacity: 1;
         margin-left: -350px;
    }
     .nav-menu .menu-item:focus-within > .sub-menu {
         left: auto;
         opacity: 1;
         margin-left: -30px;
    }
     .nav-menu .menu-item:focus-within > .sub-menu-wrap {
         left: 50%;
         opacity: 1;
         margin-left: -350px;
    }
     .nav-menu .sub-menu-wrap, .nav-menu .sub-menu {
         background: #fff;
         border: 1px solid #E7E7E7;
         border-radius: 5px;
         box-shadow: 0px 20px 40px rgba(0, 0, 0, 0.1);
         left: -9999px;
         opacity: 0;
         position: absolute;
         z-index: 9999999;
    }
     .nav-menu .sub-menu-wrap .menu-item, .nav-menu .sub-menu .menu-item {
         float: none;
    }
     .nav-menu .sub-menu-wrap .menu-item:not(:last-child), .nav-menu .sub-menu .menu-item:not(:last-child) {
         margin-bottom: 12px;
    }
     .nav-menu .sub-menu-wrap .menu-item a, .nav-menu .sub-menu .menu-item a {
         color: #464646;
    }
     .nav-menu .sub-menu-wrap .menu-item:hover > a, .nav-menu .sub-menu .menu-item:hover > a {
         color: #FF6200;
    }
     .nav-menu .sub-menu-wrap {
         width: 700px;
         display: flex;
         flex-wrap: nowrap;
    }
     .nav-menu .sub-menu-main {
         padding: 30px;
         width: 42%;
    }
     .nav-menu .sub-menu-extra {
         padding: 30px;
         background: #FAFAFA;
         width: 58%;
    }
     .nav-menu .sub-menu-extra ul, .nav-menu .sub-menu-extra ol {
         padding-left: 24px;
    }
     .nav-menu .submenu-title {
         color: #757575;
         font-size: 12px;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         line-height: 18px;
         letter-spacing: .08em;
         text-transform: uppercase;
    }
     .nav-menu .sub-menu {
         padding: 30px;
         width: 300px;
    }
     .nav-menu .two-col > .sub-menu {
         width: 482px;
         -webkit-columns: 2;
         -moz-columns: 2;
         columns: 2;
    }
     .nav-menu .two-col > .sub-menu li {
         -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
         break-inside: avoid;
    }
     .nav-menu .two-col > .sub-menu-wrap {
         width: 843px;
    }
     .nav-menu .two-col > .sub-menu-wrap .sub-menu-main {
         width: 51.6014234875%;
    }
     .nav-menu .two-col > .sub-menu-wrap .sub-menu-main ul {
         -webkit-columns: 2;
         -moz-columns: 2;
         columns: 2;
    }
     .nav-menu .two-col > .sub-menu-wrap .sub-menu-main ul li {
         -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
         break-inside: avoid;
    }
     .nav-menu .two-col > .sub-menu-wrap .sub-menu-extra {
         width: 48.3985765125%;
    }
     .service-featured-in {
         padding: 22px 44px;
         display: flex;
         flex-wrap: nowrap;
         align-items: center;
    }
     .service-featured-in p {
         margin: 0;
         text-align: left;
    }
     .footer-press .wrap {
         display: flex;
         flex-wrap: nowrap;
         align-items: center;
    }
     .footer-press p {
         margin: 0;
         text-align: left;
    }
     .site-inner {
         padding: 40px 0;
    }
     .site-main {
         margin-left: 0;
         margin-right: 0;
    }
     .content-sidebar .site-main {
         float: left;
         width: 70.0900900901%;
    }
     .content-sidebar .sidebar-primary {
         float: right;
         width: 27.027027027%;
         margin-top: 0;
    }
     @supports (display: grid) {
         .content-sidebar .content-area {
             display: grid;
             grid-template-columns: minmax(0, 1fr) 300px;
             grid-column-gap: 32px;
        }
         .content-sidebar .site-main {
             float: none;
             width: 100%;
        }
         .content-sidebar .sidebar-primary {
             float: none;
             width: 100%;
        }
    }
     h1 {
         font-size: 40px;
    }
     .singular .entry h2.entry-title {
         font-size: 40px;
    }
     h2.large {
         font-size: 40px;
    }
     h2.large {
         letter-spacing: -1.5px;
    }
     .breadcrumbs--center {
         margin-bottom: 48px;
    }
     .deals-listing + .shared-counts-wrap {
         padding-top: 84px;
         margin: 84px -48px 0;
         max-width: calc( 100% + 96px);
    }
     .full-width-content .archive-description h1.archive-title {
         font-size: 40px;
    }
     .deal-nav {
         margin: 0 -48px;
         padding: 15px 64px;
    }
     .deal-section, .deal-search-section {
         margin: 84px -48px;
         padding: 0 48px 84px;
    }
     .archive-solution .archive-description {
         margin-left: 0;
         margin-right: 0;
    }
     .solutions-listing > div {
         float: left;
         margin-left: 2.7027027027%;
         width: 31.5315315315%;
    }
     .solutions-listing > div:nth-of-type(3n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .solutions-listing {
             display: grid;
             grid-column-gap: 30px;
             grid-template-columns: repeat(3, minmax(0, 1fr));
        }
         .solutions-listing > div {
             margin-left: 0;
             width: 100%;
        }
         .solutions-listing header, .solutions-listing nav, .solutions-listing aside, .solutions-listing footer {
             grid-column: 1 / -1;
        }
    }
     .sa-cta {
         margin-left: 0;
         margin-right: 0;
    }
     .sa-cta h2 {
         font-size: 40px;
    }
     .solution-full-header {
         margin-left: 0;
         margin-right: 0;
    }
     .solution-full-header .hosting-intro {
         grid-template-columns: 146px 1fr;
    }
     .solution-full-header .hosting-intro .hosting-logo {
         width: 146px;
    }
     .solution-full-header .hosting-intro .hosting-logo img {
         width: 100%;
    }
     .solution-full-header .hosting-intro h1 {
         font-size: 32px;
    }
     .solution-full-header .hosting-intro .description {
         font-size: 22px;
    }
     .pluginshome .listing > div, .dealshome .listing > div {
         float: left;
         margin-left: 2.8828828829%;
         width: 31.4114114114%;
    }
     .pluginshome .listing > div:nth-of-type(3n+1), .dealshome .listing > div:nth-of-type(3n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .pluginshome .listing, .dealshome .listing {
             display: grid;
             grid-column-gap: 32px;
             grid-template-columns: repeat(3, minmax(0, 1fr));
        }
         .pluginshome .listing > div, .dealshome .listing > div {
             margin-left: 0;
             width: 100%;
        }
         .pluginshome .listing header, .pluginshome .listing nav, .pluginshome .listing aside, .pluginshome .listing footer, .dealshome .listing header, .dealshome .listing nav, .dealshome .listing aside, .dealshome .listing footer {
             grid-column: 1 / -1;
        }
    }
     .hostingsidebar, .toppickssidebar {
         box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.08);
         position: sticky;
         top: 32px;
         z-index: 99;
    }
     .admin-bar .hostingsidebar, .admin-bar .toppickssidebar {
         top: 64px;
    }
}
 @media (min-width: 768px) {
     .site-main {
         padding-left: 48px;
         padding-right: 48px;
    }
     body {
         font-size: 16px;
    }
     p.large, p.has-large-font-size {
         font-size: 22px;
    }
     p.has-normal-font-size {
         font-size: 16px;
    }
     h1 {
         font-size: 36px;
    }
     h1.archive-title {
         font-size: 28px;
    }
     h2 {
         font-size: 24px;
    }
     h2.entry-title {
         font-size: 24px;
    }
     .singular .entry h2.entry-title {
         font-size: 36px;
    }
     h2.large {
         font-size: 36px;
    }
     h3 {
         font-size: 24px;
    }
     h3.small {
         font-size: 21px;
    }
     h4 {
         font-size: 21px;
    }
     h6 {
         font-size: 17px;
    }
     .wp-block-button.large .wp-block-button__link, .wp-block-button__link.large {
         padding: 18px 48px;
         margin: 10px;
         display: inline-block;
    }
     .wp-block-columns.has-divider .wp-block-column {
         padding: 24px;
    }
     .wp-block-columns.has-divider .wp-block-column:first-child {
         padding-left: 0;
    }
     .wp-block-columns.has-divider .wp-block-column:last-child {
         padding-right: 0;
    }
     .wp-block-columns.has-divider .wp-block-column:not(:first-child) {
         margin-left: 0;
         border-left: 1px solid #E7E7E7;
    }
     .shared-counts-wrap.style-fancy .shared-counts-button.facebook .shared-counts-label, .shared-counts-wrap.style-fancy .shared-counts-button.twitter .shared-counts-label, .shared-counts-wrap.style-fancy .shared-counts-button.linkedin .shared-counts-label, .shared-counts-wrap.style-fancy .shared-counts-button.pinterest .shared-counts-label {
         display: inline;
         margin-left: 6px;
    }
     .shared-counts-wrap.wide::before {
         content: 'Share on:';
         font-size: 16px;
         margin-right: 22px;
    }
     .wpb-product-feature {
         display: flex;
         flex-wrap: nowrap;
         align-items: center;
    }
     .wpb-product-feature .wp-block-button__link {
         white-space: nowrap;
         margin-left: 24px;
    }
     .wpb-product-feature .wpb-product-feature__content *:last-child {
         margin-bottom: 0;
    }
     .wpb-info {
         padding: 32px 32px 32px 90px;
         position: relative;
    }
     .wpb-info .wpb-icon {
         position: absolute;
         top: 32px;
         left: 32px;
    }
     .ec-item__title {
         font-size: 17px;
    }
     .wpb-tools > div {
         float: left;
         margin-left: 0%;
         width: 50%;
    }
     .wpb-tools > div:nth-of-type(2n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .wpb-tools {
             display: grid;
             grid-column-gap: 0px;
             grid-template-columns: repeat(2, minmax(0, 1fr));
        }
         .wpb-tools > div {
             margin-left: 0;
             width: 100%;
        }
         .wpb-tools header, .wpb-tools nav, .wpb-tools aside, .wpb-tools footer {
             grid-column: 1 / -1;
        }
    }
     .wpb-tool {
         text-align: center;
         padding-top: 48px;
         padding-bottom: 48px;
    }
     @supports (display: grid) {
         .wpb-tool:nth-child(2n) {
             border-left: 1px solid #E7E7E7;
        }
    }
     .wpb-tool p {
         max-width: 350px;
         margin-left: auto;
         margin-right: auto;
    }
     .wpb-tool.more.full .wpb-tool__header {
         position: relative;
         padding-left: 88px;
         max-width: 420px;
         margin: 0 auto;
         text-align: left;
    }
     .wpb-tool.more.full .wpb-tool__header svg {
         position: absolute;
         left: 0;
         top: 0;
    }
     .wpb-tool.more.full .wpb-tool__header p {
         margin: 0;
    }
     .wpb-tool.more.full .wpb-tool__header + p {
         max-width: 420px;
         padding-left: 88px;
         margin: 0 auto;
         text-align: left;
    }
     .wpb-tool.more.full .wp-block-button {
         position: absolute;
         right: calc( 50% - 320px);
         top: 50%;
         -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
    }
     .wpb-tool__title {
         font-size: 24px;
    }
     .wpb-tool__header svg {
         margin-bottom: 24px;
    }
     .wp-block-group.wpb-blog-setup {
         padding-top: 59px;
         padding-bottom: 59px;
    }
     .wp-block-group.wpb-blog-setup .wpb-blog-setup__image {
         float: left;
         width: 30%;
         max-width: 258px;
         margin: 0 9% 0 0;
    }
     .wp-block-group.wpb-blog-setup .wpb-blog-setup__content {
         float: left;
         width: 60%;
    }
     .full-width-content .wp-block-group.wpb-blog-setup .wp-block-group__inner-container {
         max-width: 848px;
    }
     @supports (display: grid) {
         .wp-block-group.wpb-blog-setup .wp-block-group__inner-container {
             display: grid;
             grid-template-columns: 3fr 1fr 6fr;
             align-items: center;
        }
         .wp-block-group.wpb-blog-setup .wp-block-group__inner-container .wpb-blog-setup__image, .wp-block-group.wpb-blog-setup .wp-block-group__inner-container .wpb-blog-setup__content {
             width: 100%;
             float: none;
             margin: 0;
        }
    }
     .wpb-services > div {
         float: left;
         margin-left: 2.1621621622%;
         width: 31.8918918919%;
    }
     .wpb-services > div:nth-of-type(3n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .wpb-services {
             display: grid;
             grid-column-gap: 24px;
             grid-template-columns: repeat(3, minmax(0, 1fr));
        }
         .wpb-services > div {
             margin-left: 0;
             width: 100%;
        }
         .wpb-services header, .wpb-services nav, .wpb-services aside, .wpb-services footer {
             grid-column: 1 / -1;
        }
    }
     .wpb-si {
         padding: 48px 22px;
    }
     .wpb-feature-grid > div {
         float: left;
         margin-left: 5.7657657658%;
         width: 47.1171171171%;
    }
     .wpb-feature-grid > div:nth-of-type(2n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .wpb-feature-grid {
             display: grid;
             grid-column-gap: 64px;
             grid-template-columns: repeat(2, minmax(0, 1fr));
        }
         .wpb-feature-grid > div {
             margin-left: 0;
             width: 100%;
        }
         .wpb-feature-grid header, .wpb-feature-grid nav, .wpb-feature-grid aside, .wpb-feature-grid footer {
             grid-column: 1 / -1;
        }
    }
     .wpb-fg {
         margin-bottom: 64px;
    }
     .wpb-fg:last-child, .wpb-fg:nth-last-child(2) {
         margin-bottom: 0;
    }
     .wpb-founder__info {
         text-align: center;
    }
     .wpb-founder__info img {
         display: block;
         margin: 0 auto;
    }
     .wpb-founder__info .avatar {
         margin-bottom: 36px;
    }
     .wpb-founder__info {
         float: left;
         width: 19.5238095238%;
         grid-area: info;
    }
     .wpb-founder__quote {
         float: right;
         width: 71.4285714286%;
         grid-area: quote;
    }
     .wpb-founder {
         overflow: hidden;
         width: 100%;
    }
     @supports (display: grid) {
         .wpb-founder {
             display: grid;
             grid-template-columns: 164px 1fr;
             grid-template-areas: 'info quote';
             grid-column-gap: 76px;
        }
         .wpb-founder .wpb-founder__info, .wpb-founder .wpb-founder__quote {
             float: none;
             width: 100%;
        }
    }
     .wpb-image-quotes blockquote {
         padding-left: 143px;
         min-height: 120px;
    }
     .wpb-image-quotes blockquote:not(:last-child) {
         margin-bottom: 80px;
    }
     .wpb-image-quotes blockquote > p:first-of-type::before {
         left: 120px;
         top: 8px;
    }
     .wpb-image-quotes cite img {
         position: absolute;
         top: 0;
         left: 0;
         width: 120px;
         height: 120px;
    }
     .search-modal .search-form {
         padding: 26px 26px 26px 290px;
    }
     .search-modal .search-form .search-field {
         font-size: 28px;
         line-height: 48px;
    }
     .search-modal .search-form button {
         left: 242px;
    }
     .search-modal .search-form button svg {
         width: 28px;
         height: 28px;
    }
     .hostsentry {
         padding-bottom: 24px;
         margin-bottom: 40px;
    }
     .hoststitle {
         font-size: 22px;
    }
     .deals-listing > div {
         float: left;
         margin-left: 2.8828828829%;
         width: 48.5585585586%;
    }
     .deals-listing > div:nth-of-type(2n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .deals-listing {
             display: grid;
             grid-column-gap: 32px;
             grid-template-columns: repeat(2, minmax(0, 1fr));
             margin-top: 40px;
        }
         .deals-listing > div {
             margin-left: 0;
             width: 100%;
        }
         .deals-listing header, .deals-listing nav, .deals-listing aside, .deals-listing footer {
             grid-column: 1 / -1;
        }
    }
     .deals-listing {
         grid-row-gap: 64px;
    }
     .deals-listing > div {
         float: left;
         margin-left: 2.8828828829%;
         width: 48.5585585586%;
    }
     .deals-listing > div:nth-of-type(2n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .deals-listing {
             display: grid;
             grid-column-gap: 32px;
             grid-template-columns: repeat(2, minmax(0, 1fr));
        }
         .deals-listing > div {
             margin-left: 0;
             width: 100%;
        }
         .deals-listing header, .deals-listing nav, .deals-listing aside, .deals-listing footer {
             grid-column: 1 / -1;
        }
    }
     .deals-listing .dealsentry {
         margin: 0;
    }
     .dealsentry .dealsinfo {
         font-size: 15px;
    }
     .dealsentry .dealstitle a {
         font-size: 20px;
    }
     .solutionentry {
         margin-bottom: 30px;
    }
     .solutionentry .solutiontitle > a {
         font-size: 22px;
    }
     .full-width-content.archive .archive-description, .full-width-content.archive .breadcrumbs {
         text-align: center;
    }
     .full-width-content.archive .breadcrumbs p {
         max-width: 100%;
    }
     .archive .entry, .archive-description, .site-main .featuredplugins {
         padding-bottom: 24px;
         margin-bottom: 40px;
    }
     .full-width-content .archive-description h1.archive-title {
         font-size: 36px;
    }
     .deal-nav {
         background: #fff;
         border-top: 1px solid #E7E7E7;
         border-bottom: 1px solid #E7E7E7;
         display: flex;
         align-items: center;
         justify-content: space-between;
         margin: 0 -24px;
         padding: 15px 24px;
         position: sticky;
         top: 0;
         z-index: 99;
    }
     .deal-nav .deal-nav__toggle {
         display: none;
    }
     .deal-nav a {
         color: #757575;
         display: block;
         font-size: 18px;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         line-height: 32px;
    }
     .deal-nav a svg {
         fill: #757575;
         margin-right: 8px;
    }
     .deal-nav a:hover, .deal-nav a.active {
         color: #FF6200;
         text-decoration: none;
    }
     .deal-nav a:hover svg, .deal-nav a.active svg {
         fill: #FF6200;
    }
     .deal-section, .deal-search-section {
         scroll-margin-top: 80px;
    }
     .admin-bar .deal-section, .admin-bar .deal-search-section {
         scroll-margin-top: 112px;
    }
     .index-item-letter {
         position: absolute;
         top: 40px;
         left: 16px;
         font-size: 40px;
         line-height: 78px;
         width: 78px;
         height: 78px;
    }
     .archive-solution .archive-description {
         padding-left: 48px;
         padding-right: 48px;
    }
     .archive-solution .archive-description .icon-verified {
         margin: 40px 0 16px;
    }
     .solution-tabs__nav {
         border-bottom: 1px solid #E7E7E7;
         text-align: left;
         margin-top: 50px;
    }
     .solution-tabs__nav li {
         color: #757575;
         display: inline-block;
         list-style-type: none;
    }
     .solution-tabs__nav li + li {
         margin-left: 16px;
    }
     .solution-tabs__nav li a, .solution-tabs__nav li button {
         display: block;
         font-weight: 600;
         font-size: 18px;
         line-height: 32px;
         padding: 4px 12px 16px;
    }
     .solution-tabs__nav li a {
         color: #757575;
    }
     .solution-tabs__nav li a:hover {
         color: #FF6200;
         text-decoration: none;
    }
     .solution-tabs__nav li a:hover svg {
         fill: #FF6200;
    }
     .solution-tabs__nav li svg {
         fill: #757575;
         margin: 0 16px 0 0;
    }
     .solution-tabs__nav li.active a {
         color: #FF6200;
         border-bottom: 2px solid #FF6200;
         margin-bottom: -2px;
    }
     .solution-tabs__nav li.active a svg {
         fill: #FF6200;
    }
     .solution-tabs__nav li.active a span {
         display: none;
    }
     .solution-section {
         padding-bottom: 42px;
    }
     .solution-section + .solution-section {
         padding-top: 40px;
    }
     .solution-header {
         padding-top: 32px;
         padding-bottom: 48px;
    }
     .solution-header:last-child {
         padding-bottom: 6px;
    }
     .solution-search {
         margin-top: 48px;
    }
     .sa-cta {
         padding-left: 48px;
         padding-right: 48px;
         margin-bottom: 63px;
    }
     @supports (display: grid) {
         .sa-cta {
             text-align: left;
             display: grid;
             grid-template-columns: 2fr 3fr;
             grid-template-areas: 'image content';
             grid-column-gap: 48px;
             align-items: center;
        }
         .sa-cta .sa-cta__content {
             grid-area: content;
        }
         .sa-cta .sa-cta__image {
             grid-area: image;
             display: grid;
             justify-content: center;
        }
    }
     .sa-cta h2 {
         font-size: 36px;
    }
     .sa-cta__buttons a + a {
         margin-left: 24px;
    }
     .entry-content > *.large-margin, .block-area > *.large-margin {
         margin: 84px 0;
    }
     .content-sidebar .entry-content > *.alignwide, .content .entry-content > *.alignwide, .page-template-page-nameboy .entry-content > *.alignwide, .content-sidebar .block-area > *.alignwide, .content .block-area > *.alignwide, .page-template-page-nameboy .block-area > *.alignwide {
         max-width: 664px;
         margin-left: -57px;
         margin-right: -57px;
    }
     .full-width-content .entry-content > *.alignfull, .full-width-content .block-area > *.alignfull {
         margin-left: -48px;
         margin-right: -48px;
         max-width: calc( 100% + 96px);
    }
     .content-sidebar .entry-content > *.alignfull, .content .entry-content > *.alignfull, .content-sidebar .block-area > *.alignfull, .content .block-area > *.alignfull {
         margin-left: -90px;
         margin-right: -90px;
         max-width: calc( 100% + 180px);
    }
     .author-box {
         padding: 32px;
         padding-left: 156px;
         position: relative;
         min-height: 160px;
    }
     .author-box .avatar {
         width: 96px;
         position: absolute;
         top: 32px;
         left: 32px;
    }
     .singlerelated .headingbig {
         font-size: 24px;
    }
     .singlerelated .headingbig {
         margin-bottom: 40px;
    }
     .singlerelated ul > li {
         float: left;
         margin-left: 1.981981982%;
         width: 49.009009009%;
    }
     .singlerelated ul > li:nth-of-type(2n+1) {
         clear: both;
         margin-left: 0;
    }
     @supports (display: grid) {
         .singlerelated ul {
             display: grid;
             grid-column-gap: 22px;
             grid-template-columns: repeat(2, minmax(0, 1fr));
        }
         .singlerelated ul > li {
             margin-left: 0;
             width: 100%;
        }
         .singlerelated ul header, .singlerelated ul nav, .singlerelated ul aside, .singlerelated ul footer {
             grid-column: 1 / -1;
        }
    }
     .singlerelated .image {
         width: 90px;
    }
     .singlerelated li {
         grid-template-columns: 90px 1fr;
    }
     .entry-comments .comment-list > li {
         margin-bottom: 32px;
    }
     .entry-comments .comment-list ul.children {
         padding-left: 40px;
    }
     .comment-respond {
         margin: 60px 0 0;
         padding: 40px 0 0;
    }
     .comment-respond .comment-form-author, .comment-respond .comment-form-email {
         width: 50%;
    }
    .comment-rating {
        display: none;
    }
     .hosting-intro .hosting-logo {
         width: 98px;
         margin-right: 48px;
    }
     .hosting-intro {
         grid-template-columns: 98px 1fr;
         grid-column-gap: 48px;
    }
     .hosting-intro h1 {
         font-size: 24px;
         margin-bottom: 12px;
    }
     .hosting-intro .description .review-link {
         display: none;
    }
     .hosting-summary .brand-summary__title {
         font-size: 21px;
    }
     .hosting-summary .brand-summary {
         font-size: 16px;
    }
     .hosting-summary {
         display: flex;
         margin: 0 -48px 40px;
    }
     .hosting-summary > div {
         padding: 40px;
         flex-grow: 1;
         flex-basis: 0;
    }
     .hosting-summary > div + div {
         border-top: 0;
         border-left: 1px solid #E7E7E7;
    }
     .hosting-footer .hosting-footer__left {
         width: 98px;
         margin-right: 48px;
    }
     .hosting-footer .hosting-footer__right {
         width: calc( 100% - 146px);
    }
     .hosting-footer .hosting-footer__title {
         font-size: 24px;
         margin-bottom: 12px;
    }
     .hosting-footer + .discount .discount__title {
         font-size: 21px;
    }
     .hosting-footer + .discount {
         display: flex;
         gap: 32px;
    }
     .hosting-footer + .discount .discount__title {
         text-align: left;
         margin: 0;
    }
     .hosting-footer + .discount .wp-block-button__link {
         padding-left: 20px;
         padding-right: 20px;
         white-space: nowrap;
    }
     .solution-full-header {
         border: 1px solid #E7E7E7;
         border-radius: 5px;
         padding-left: 48px;
         padding-right: 48px;
         margin-bottom: 32px;
    }
     .single-deals .breadcrumbs {
         margin-bottom: 40px;
    }
     @supports (display: grid) {
         .deal-intro {
             display: grid;
             grid-template-columns: 98px 1fr;
             grid-template-areas: "logo title" "logo content" "rating content" "rating content";
             grid-column-gap: 48px;
        }
         .deal-intro .deal-logo {
             margin: 0;
             float: none;
             grid-area: logo;
        }
         .deal-intro .deal-intro__rating {
             grid-area: rating;
             text-align: center;
        }
         .deal-intro .deal-intro__title {
             grid-area: title;
        }
         .deal-intro .deal-intro__description {
             grid-area: content;
        }
    }
     .deal-logo {
         width: 98px;
    }
     .deal-intro__title {
         font-size: 24px;
         margin-bottom: 12px;
    }
     .couponcode {
         padding: 40px 0;
         margin: 40px 0 80px;
         display: flex;
         align-items: center;
    }
     .couponcode .couponcopy {
         margin: 0 30px 0 44px;
    }
     .homefirstpost {
         margin-bottom: 48px;
         padding-bottom: 48px;
    }
     .homefirstpost h1 {
         font-size: 24px;
    }
     .homefirstpost img {
         margin-right: 32px;
    }
     .home .recentpost {
         float: left;
         width: calc( 50% - 16px);
         margin-bottom: 40px;
    }
     .home .recentpost:nth-child(2n) {
         clear: both;
    }
     .home .recentpost:nth-child(2n+1) {
         margin-left: 32px;
    }
     .home .recentpost:nth-last-child(2) {
         margin-bottom: 0;
    }
     .home .site-inner, .home .content-block {
         padding-bottom: 72px;
    }
     .content-block .headingbig {
         margin-bottom: 40px;
    }
     .content-block .headingbig::after {
         content: '';
         display: block;
         height: 1px;
         background: #CFCFCF;
         flex: 1;
         width: 100%;
         margin-left: 8px;
    }
     .searchhome .search-wrap {
         position: relative;
    }
     .searchhome .badge {
         display: none;
    }
     .searchhome .search-field {
         background: #fff url(../icons/color/search-grey.svg) no-repeat 207px center;
         background-size: 18px;
         padding: 23px 70px 23px 240px;
    }
     .searchhome .search-heading {
         font-size: 16px;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         position: absolute;
         left: 24px;
         top: 50%;
         -webkit-transform: translateY(-50%);
         transform: translateY(-50%);
         z-index: 99;
    }
     .searchhome .search-form button {
         background: #FF6200;
         border-radius: 3px;
         color: #fff;
         font-size: 18px;
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         width: auto;
         padding: 0 20px;
         right: 12px;
    }
     .searchhome .search-form button svg {
         display: none;
    }
     .searchhome .search-form button span {
         display: inline;
    }
     .searchhome .search-form button:hover {
         background: #cc4e00;
    }
     .searchhome .pillar-wrap {
         display: flex;
         padding-top: 20px;
    }
     .searchhome .pillar-heading {
         padding: 0 42px 0 26px;
         margin-bottom: 16px;
         white-space: nowrap;
         max-width: 930px;
    }
     .searchhome .guideicons a {
         padding: 10px 0;
         text-align: left;
         line-height: 20px;
    }
     .searchhome .guideicons a svg {
         display: inline;
         margin: 0 12px 0 0;
         vertical-align: text-bottom;
         width: 17px;
         height: 17px;
    }
     .searchhome .guideicons a br {
         display: none;
    }
     .guideshome .widget .glider li {
         font-size: 16px;
    }
     .guideshome .widget {
         padding: 40px;
    }
     .guideshome .widget .widgetheading {
         font-size: 24px;
    }
     .guideshome .widget ul {
         -webkit-columns: 3;
         -moz-columns: 3;
         columns: 3;
         gap: 16px;
    }
     .guideshome .widget ul li {
         -webkit-column-break-inside: avoid;
         -moz-column-break-inside: avoid;
         break-inside: avoid;
    }
     body.template-service .site-inner {
         margin-top: -214px;
    }
     body.template-service .site-main {
         padding-top: 84px;
         padding-bottom: 84px;
    }
     body.template-service .site-main + .site-main {
         margin-top: 32px;
    }
     body.template-service .entry-content > .wpb-founder, body.template-service .entry-content > .wpb-image-quotes, body.template-service .entry-content > .blogsetup, body.template-service .entry-content > .wp-block-columns.has-divider {
         margin: 84px 0;
    }
     body.template-service .entry-content > .blogsetup:last-child, body.template-service .entry-content > .wp-block-columns.has-divider:last-child, body.template-service .entry-content .wpforms-container {
         margin-bottom: 0;
    }
     body.template-service .entry-content p.note {
         margin: 48px 0;
    }
     body.template-service .entry-content .wp-block-button.large .wp-block-button__link {
         font-size: 24px;
         line-height: 24px;
         padding: 28px;
    }
     body.template-service .entry-content > .wp-block-separator {
         margin-top: 68px;
         margin-bottom: 68px;
    }
     body.template-service .blogsetup {
         padding-left: 91px;
    }
     body.template-service .blogsetup .step {
         position: absolute;
         left: 0;
         width: 59px;
         height: 59px;
         font-size: 24px;
         margin-top: -11px;
    }
     body.template-service .blogsetup h3 {
         margin-bottom: 40px;
    }
     .service-header {
         padding: 77px 0 291px;
    }
     .service-header h1 {
         letter-spacing: -1.5px;
    }
     .service-header h1 {
         font-size: 48px;
    }
     .service-header p {
         font-size: 22px;
    }
     .service-header--image {
         text-align: left;
    }
     .service-header--image .wrap {
         display: flex;
         align-items: center;
         flex-wrap: nowrap;
    }
     .service-header--image svg, .service-header--image img {
         margin: 0 0 0 auto;
    }
     .service-header--image .service-header__content {
         width: 52.7%;
    }
     .service-header--image .service-header__image {
         width: 41.2%;
    }
     .site-main .featuredplugins .dealsentry .dealstitle a {
         font-size: 24px;
    }
     .after-entry .sidebartoolkit.widget {
         padding: 40px;
    }
     .after-entry p.sidebartoolkit__title {
         font-size: 35px;
         max-width: 100%;
    }
     .after-entry p.sidebartoolkit__title strong {
         display: inline;
         font-size: 35px;
    }
     .search-modal .guideicons a {
         font-weight: 600;
         -webkit-font-smoothing: antialiased;
         -moz-osx-font-smoothing: grayscale;
         text-align: left;
    }
     .search-modal .guideicons a svg {
         display: inline-block;
         vertical-align: text-top;
         margin: 0 12px 0 0;
         width: 17px;
         height: 17px;
    }
     .search-modal .guideicons a br {
         display: none;
    }
     .footer-ctas {
         padding: 72px 0;
    }
     .footer-cta__title {
         font-size: 21px;
    }
     .footer-ctas .wrap {
         display: grid;
         grid-template-columns: repeat(3, 1fr);
    }
     .footer-ctas .wrap .footer-cta + .footer-cta {
         border-top: 0;
         padding-top: 0;
         margin-top: 0;
         border-left: 1px solid #E7E7E7;
    }
     .footer-logos-wrap > div {
         flex-basis: 12.5%;
    }
     .site-footer {
         padding-bottom: 80px;
    }
     .site-footer .wrap::before {
         margin-bottom: 80px;
    }
     .site-footer .wrap {
         text-align: left;
         grid-template-columns: 3fr 1fr 2fr;
    }
     .site-footer .wrap .aboutwpbeginner {
         max-width: 354px;
         grid-column: span 1;
         border: none;
         margin: 0;
         padding: 0;
    }
     .site-footer .wrap .our-sites ul {
         -webkit-columns: 2;
         -moz-columns: 2;
         columns: 2;
    }
     .footer-socials .social-label {
         display: inline-block;
         margin: 0;
         vertical-align: middle;
    }
     .footer-socials .social-links {
         display: inline-block;
         vertical-align: middle;
    }
     .footer-socials .social-links a {
         display: inline-flex;
         flex-basis: 0;
    }
     .index-item {
         padding-top: 40px;
         padding-left: 164px;
         min-height: 180px;
    }
     .index-item:first-child {
         border-top: 0;
    }
}
