/*
Theme Name: CompleteWebResources
Theme URI: https://www.completewebresources.com/
Author: CompleteWebResources
Author URI: https://www.completewebresources.com/
Description: Theme for the CompleteWebResources web site.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: cwrseo
Tags: right-sidebar, accessibility-ready, custom-menu, editor-style, featured-images, footer-widgets, post-formats, sticky-post, threaded-comments, translation-ready

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

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
1.0 Normalize
2.0 Accessibility
3.0 Alignments
4.0 Clearings
5.0 Typography
7.0 Formatting
8.0 Lists
9.0 Tables
10.0 Links
13.0 Layout
   13.2 Front Page
   13.3 Regular Content
   13.4 Posts
   13.5 Pages
14.0 General styles
15.0 Comments
19.0 Media Queries
20.0 Print
--------------------------------------------------------------*/

/*--------------------------------------------------------------
1.0 Normalize
Styles based on Normalize v5.0.0 @link https://github.com/necolas/normalize.css
--------------------------------------------------------------*/
@import url('css/fonts.css');


html {
	font-family: sans-serif;
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
}

body {
	margin: 0;
	/*! background: #f6f8fe; */
}

article,
aside,
footer,
header,
nav,
section {
	display: block;
}

figcaption,
figure,
main {
	display: block;
}

figure {
	margin: 1em 0;
}

hr {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

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

a {
	background-color: transparent;
	-webkit-text-decoration-skip: objects;
}

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

abbr[title] {
	border-bottom: 1px #767676 dotted;
	text-decoration: none;
}

b,
strong {
	font-weight: inherit;
}

b,
strong {
	font-weight: 700;
}

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

dfn {
	font-style: italic;
}

mark {
	background-color: #eee;
	color: #222;
}

small {
	font-size: 80%;
}

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

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

audio,
video {
	display: inline-block;
}

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

img {
	border-style: none;
}

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

button,
input,
optgroup,
select,
textarea {
	font-family: sans-serif;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

button,
input {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

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

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

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

legend {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

progress {
	display: inline-block;
	vertical-align: baseline;
}

textarea {
	overflow: auto;
}

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

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

[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

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

::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

details,
menu {
	display: block;
}

summary {
	display: list-item;
}

canvas {
	display: inline-block;
}

template {
	display: none;
}

[hidden] {
	display: none;
}

/*--------------------------------------------------------------
2.0 Accessibility
--------------------------------------------------------------*/

/* Text meant only for screen readers. */

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

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

/*--------------------------------------------------------------
3.0 Alignments
--------------------------------------------------------------*/

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

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

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

/*--------------------------------------------------------------
4.0 Clearings
--------------------------------------------------------------*/

.clear:before,
.clear:after,
.entry-content:before,
.entry-content:after,
.entry-footer:before,
.entry-footer:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after,
.nav-links:before,
.nav-links:after,
.pagination:before,
.pagination:after,
.comment-author:before,
.comment-author:after,
.widget-area:before,
.widget-area:after,
.widget:before,
.widget:after,
.comment-meta:before,
.comment-meta:after {
	content: "";
	display: table;
	table-layout: fixed;
}

.clear:after,
.entry-content:after,
.entry-footer:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after,
.nav-links:after,
.pagination:after,
.comment-author:after,
.widget-area:after,
.widget:after,
.comment-meta:after {
	clear: both;
}

/*--------------------------------------------------------------
5.0 Typography
--------------------------------------------------------------*/

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

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

.icon-down-open:before { content: '\e800'; }
.icon-left-open:before { content: '\e801'; }
.icon-right-open:before { content: '\e802'; }
.icon-up-open:before { content: '\e803'; }
.icon-mail:before { content: '\e804'; }
.icon-check:before { content: '\e805'; }
.icon-ok:before { content: '\e806'; }
.icon-search:before { content: '\e807'; }
.icon-plus:before { content: '\e808'; }
.icon-minus:before { content: '\e809'; }
.icon-down-dir:before { content: '\e80a'; }
.icon-up-dir:before { content: '\e80b'; }
.icon-left-dir:before { content: '\e80c'; }
.icon-right-dir:before { content: '\e80d'; }
.icon-phone:before { content: '\e80e'; }
.icon-check-empty:before { content: '\f096'; }
.icon-twitter:before { content: '\f099'; }
.icon-facebook:before { content: '\f09a'; }
.icon-rss:before { content: '\f09e'; }
.icon-pinterest-squared:before { content: '\f0d3'; }
.icon-gplus-squared:before { content: '\f0d4'; }
.icon-gplus:before { content: '\f0d5'; }
.icon-mail-alt:before { content: '\f0e0'; }
.icon-linkedin:before { content: '\f0e1'; }
.icon-angle-double-left:before { content: '\f100'; }
.icon-angle-double-right:before { content: '\f101'; }
.icon-angle-double-up:before { content: '\f102'; }
.icon-angle-double-down:before { content: '\f103'; }
.icon-angle-left:before { content: '\f104'; }
.icon-angle-right:before { content: '\f105'; }
.icon-angle-up:before { content: '\f106'; }
.icon-angle-down:before { content: '\f107'; }
.icon-quote-left:before { content: '\f10d'; }
.icon-quote-right:before { content: '\f10e'; }
.icon-minus-squared-alt:before { content: '\f147'; }
.icon-ok-squared:before { content: '\f14a'; }
.icon-youtube:before { content: '\f167'; }
.icon-instagram:before { content: '\f16d'; }
.icon-plus-squared-alt:before { content: '\f196'; }
.icon-google:before { content: '\f1a0'; }
.icon-yelp:before { content: '\f1e9'; }
.icon-pinterest:before { content: '\f231'; }
.icon-twitter-squared:before { content: '\f304'; }
.icon-facebook-squared:before { content: '\f308'; }
.icon-linkedin-squared:before { content: '\f30c'; }

body {
	color: #000;
	font-family: "Mona Sans", sans-serif;
	font-size: 18px;
	line-height: 1.4;
	font-weight: 400;	
}

button,
input,
select,
textarea {
	color: #171718;
	font-family: "Mona Sans", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	font-weight: 400;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Mona Sans", sans-serif;
  letter-spacing: -0.04em;
  margin: 0.5em 0 0.5em 0;
  line-height: 1em;
}  

h1 {
	padding: 0em;
	font-weight: 700;
	color: #171718;
	font-size: clamp(2rem, 8vw, 4rem);
}


h2 {
	padding: 0em;
	color: #171718;
	font-weight: 700;
	font-size: clamp(2rem, 8vw, 3rem);
}

h3 {
	margin: 1em 0em;
	padding: 0em;
	line-height: 1.1em;
	color: #171718;
	font-size: 24px;
	font-weight: 700;
}

h3.bigger {
	font-size: 48px;
}

h4 {
	margin: 1em 0em;
	padding: 0em;
	line-height: 1.3;
	font-size: 18px;
	font-weight: 600;
	color: #171718;
}

h5 {
	margin: 1em 0em;
	padding: 0em;
	line-height: 1.3;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.15em;
	color: #171718;
}

h6 {
	margin: 1em 0em;
	padding: 0em;
	line-height: 1.3;
	color: #171718;
	font-size: 14px;
	font-weight: 600;
}

p {
	margin: 0em 0em 1em 0em;
	padding: 0em;
}

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

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 15px;
}

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

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

big {
	font-size: 125%;
}

:focus {
	outline: none;
}




/*--------------------------------------------------------------
7.0 Formatting
--------------------------------------------------------------*/

hr {
  background-color: #c0c2d3;
  border: 0;
  height: 1.5px;
  margin: 2.5em 0;
}

.check-box::before {
  content: '\e805';
  font-family: 'fontello';
  color: #46c528;
  display: inline-block;
  margin-right: 0.25em;
  vertical-align: middle;
  font-size: 1.6rem;
  position: relative;
  top: -0.05em; 
}

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

ul,
ol {
	margin: 0 0 1.5em 0;
	padding: 0 0 0 1em;
}

li::marker {
	color: #2365ff;
}

ol {
	list-style: decimal;
}

li {
    margin: 0em 0em .7em 0em;
    padding: 0em;
    line-height: 1.5em;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}


.single-post .entry-content ul {
  padding: 0 0 0 0.1em; /* Minimal left padding as requested */
}

.single-post .entry-content ul > li {
  list-style-type: none;
  position: relative;
  padding-left: 1rem; /* Space for the icon */
}

.single-post .entry-content ul > li::before {
  content: '\e80d'; /* Updated fontello icon code */
  font-family: 'fontello';
  color: #2365ff;
  position: absolute;
  left: 0;
  top: 0.04em; /* Align with text */
  font-size: 0.95rem;
}


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

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

thead th {
	border-bottom: 2px solid #bbb;
	padding-bottom: 0.5em;
}

th {
	padding: 0.4em;
	text-align: left;
}

tr {
	border-bottom: 1px solid #c0c2d3;
}

tr:first-child {
	border-top: 1px solid #c0c2d3;
}

td {
	padding: 0.4em;
}

th:first-child,
td:first-child {
	padding-left: 0;
}

th:last-child,
td:last-child {
	padding-right: 0;
}

/*--------------------------------------------------------------
10.0 Links
--------------------------------------------------------------*/

a {
	color: #171718;
	text-decoration: none;
	-webkit-transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	font-weight: 500;
}

body a {
	color:#171718;
}

.arrowlink::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-color: #171718;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M636.89-610.61 290.22-263.93q-12.92 12.91-31.83 12.79-18.91-.12-31.82-13.03-12.92-12.92-12.92-31.95t12.92-31.95L573-674.5H282.39q-19.15 0-32.32-13.17-13.18-13.18-13.18-32.33t13.18-32.33q13.17-13.17 32.32-13.17h400q19.15 0 32.33 13.17 13.17 13.18 13.17 32.33v400q0 19.15-13.17 32.33-13.18 13.17-32.33 13.17t-32.32-13.17q-13.18-13.18-13.18-32.33v-290.61Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 -960 960 960'%3E%3Cpath d='M636.89-610.61 290.22-263.93q-12.92 12.91-31.83 12.79-18.91-.12-31.82-13.03-12.92-12.92-12.92-31.95t12.92-31.95L573-674.5H282.39q-19.15 0-32.32-13.17-13.18-13.18-13.18-32.33t13.18-32.33q13.17-13.17 32.32-13.17h400q19.15 0 32.33 13.17 13.17 13.18 13.17 32.33v400q0 19.15-13.17 32.33-13.18 13.17-32.33 13.17t-32.32-13.17q-13.18-13.18-13.18-32.33v-290.61Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  vertical-align: middle;
}
.arrowlink {
	text-underline-offset: 4px;
	color: inherit;
	text-decoration-line: underline;
	text-decoration-style: dotted;
	text-decoration-thickness: 2px;
	text-decoration-color: #0070ff;
}

a:focus {
	outline: thin dotted;
}

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



/*--------------------------------------------------------------
13.0 Layout
--------------------------------------------------------------*/

html {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

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

#page {
	position: relative;
	word-wrap: break-word;
	overflow: hidden;
}

.container {
	max-width: 1280px;
	padding: 0px 60px;
	margin: 0px auto;
}


.has-sidebar #primary {
	float: left;
	width: 65%;
}

.has-sidebar #secondary {
	float: right;
	width: 30%;
}

.full-width-template #primary {
    float: none;
    width: 100%;
}


.has-sidebar #primary {
  float: left;

  width: 65%;

}
.blog #primary {
  float: none;

  width: 100%;

}



/*--------------------------------------------------------------
13.3 Regular Content
--------------------------------------------------------------*/

.site-content-contain {
	position: relative;
}

.site-content {
	margin: 0px 0px 50px 0px;
	padding: 0px;
}

.single-post .site-content {
margin: 80px 0px 50px 0px;
}

.page-template-page-builder .site-content,
.page-template-page-builder-thin .site-content {
	margin: 0px;
	padding: 0px;
}


/*--------------------------------------------------------------
14.0 General styles
--------------------------------------------------------------*/


#hero-reviews .cs_reviews_badges .cs_badge {
  display: inline-flex;
  align-items: center;
  position: relative !important;
  text-align: left !important;
  border-top: none;
  margin: 10px 0px 16px 0 !important;
  padding: 0px;
  color: #2e1a47;
  box-shadow: none !important;
  background: none !important;
  line-height: 21px !important;
	letter-spacing:1px;
  font-family: "Instrument Sans", sans-serif !important;
  display: flex;
  justify-content: left;
}

#hero-reviews .cs_reviews_badges .cs_badge .cs_logo {
  width: 44px;
  height: 44px;
  }

#hero-reviews .cs_reviews_badges .cs_badge .cs_info {
  width: 200px;
}

#hero-reviews .cs_reviews_badges .cs_badge .cs_title { display: none;}

#hero-reviews .cs_reviews_badges .cs_badge.cs_b-g .cs_info b {
  color: #000;
}

#hero-reviews .cs_reviews_badges .cs_badge .cs_info b {
  display: inline-block;
  vertical-align: middle;
  width: 35px;
  margin-right: 5px;
  font-size: 20px !important;
  font-weight: 600 !important;
  margin-bottom: 1px;
}

#hero-reviews .cs_reviews_badges .cs_badge .cs_info small {
  color: #2b2d3c;
  font-size: 17px !important;
}

#hero-reviews .cs_reviews_badges .cs_badge .cs_info small a {
  color: #2b2d3c;
font-weight: normal;
}

.cs_3cols .cs_review {
  border-radius: 0px !important;
  height: 210px;
  padding: 20px;
  box-shadow: none !important;
  background: #fff;
    border: 1px solid #e5e6ec;
}


#hero-reviews .cs_b-g span.cs_f {
  background-image: url('/wp-content/themes/completewebresources/images/reviews.svg#g-star') !important;
}

#hero-reviews .cs_b-g span.cs_h {
  background-image: url('/wp-content/themes/completewebresources/images/reviews.svg#g-star-half') !important;
}

.hero-width {
	text-align:center;
	max-width: 850px;
	margin-left:auto;
	margin-right: auto;
	  margin-top: 0rem;
	}

.hp-cta {
	padding: 3rem;
	background: #0070ff;
	border-radius: 24px;
	color: #fff;
	text-align: center;
	background-image: radial-gradient(#2c89ff 1.4px,transparent 0);
	background-size: 30px 10px;
	background-position: 0 0;
}

.hp-cta .review {
	padding:3rem 0;
	display:flex;
	gap:1rem;
	flex-direction: row-reverse;
	align-items: center;
	justify-content: center;
}

.hp-cta .review p {
	margin:0;
}

.hp-cta-stars {
	display: flex;
  gap: 0px;
  margin-bottom: 0;
  justify-content: center;
	
}

.hp-cta-stars .testimonial-star {
  background-color: #fff;
  width: 24px;
  height: 24px;
}

.hp-cta h3 {
	color: #fff;
	max-width: 850px;
	margin: 2rem auto;
	font-size: clamp(2rem, 8vw, 3rem);
}

.hp-cta p {
	font-size:1.4rem;
	max-width: 850px;
	margin: auto;
}

.hp-cta .button {
	background:#fff;
	color:#171718;
	font-size: 20px;
	padding: 19px 70px 20px;
	margin-bottom: 2rem;
	margin-top: 1rem;
	box-shadow: 2px 2px 0px #272728;
}

.rev {
	margin: 2rem auto 4rem auto;
	max-width: 478px;
}
.rev p {
  font-size: 25px;
  line-height: 1.3;
  margin: 0;
  color: #171718;
  font-family: "Mona Sans", sans-serif;
  font-weight: 500;
}

.trust-logos {
   margin: 0 auto;
   padding: 2.5rem 0;
}

.trust-logos-wrap {
   display: grid;
   grid-template-columns: repeat(6, 1fr);
   gap: 2rem;
   align-items: center;
}

.trust-logo-item {
   display: flex;
   align-items: center;
   justify-content: center;
}

.trust-logo-item img {
   height: 30px;
   width: auto;
   display: block;
}

.trust-section {
  display: flex;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 24px 20px 10em 20px;
  justify-content: space-between;
}

.trust-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 280px;
  flex-direction: column;
  /*! background: #fff; */
  /*! padding: 1rem; */
  /*! border-radius: 12px; */
  /*! box-shadow: 4px 4px 0px rgba(91,105,135,0.2); */
  /*! border: 1.5px solid #c0c2d3; */
}

.trust-icon {
  background: #fff;
  border-radius: 8px;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #0070ff;
}

.trust-icon svg {
  width: 30px;
  height: 30px;
  display: block;
}

.trust-item p {
  font-size: 23px;
  line-height: 1.3;
  margin: 0;
  color: #000;
  font-family: "Mona Sans", sans-serif;
  font-weight: 400;
}

.ult-easy-separator-wrapper{position:absolute;z-index:1;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translateX(-50%)}.ult-easy-separator-wrapper.ult-top-easy-separator{top:0;bottom:auto;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.ult-easy-separator-wrapper.ult-bottom-easy-separator{top:auto;bottom:0;-webkit-transform:translate(-50%,50%);-ms-transform:translate(-50%,50%);transform:translate(-50%,50%)}.ult-easy-separator-wrapper.ult-left-img{left:0;right:auto;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.ult-easy-separator-wrapper.ult-right-img{right:0;left:auto;-webkit-transform:translate(0,50%);-ms-transform:translate(0,50%);transform:translate(0,50%)}.ult-easy-separator-wrapper .ult-easy-separator-img{-webkit-box-shadow:none;box-shadow:none;max-width:100%;width:100%}.ult-easy-separator-no-default.ult-bottom-easy-separator,.ult-easy-separator-no-default.ult-top-easy-separator{-webkit-transform:translate(-50%,0)!important;-ms-transform:translate(-50%,0)!important;transform:translate(-50%,0)!important}.ult-easy-separator-inner-wrapper{position:relative}.ult-easy-separator-inner-wrapper a{position:absolute;width:100%;height:100%;display:block;z-index:99;text-decoration:none;border:none;text-shadow:none;top:0;left:0;-webkit-box-shadow:none;box-shadow:none;outline:0}


@media screen and (min-width: 1025px) {
   .trust-logo-item:nth-child(1) img { /* Google Partner */
       height: 35px;
   }
   
   .trust-logo-item:nth-child(2) img { /* SEOBook */
       height: 40px;
   }  
   
   .trust-logo-item:nth-child(3) img { /* Moz */
       height: 35px;
   }
   
   .trust-logo-item:nth-child(4) img { /* Smashing Magazine */
       height: 35px;
   }

   .trust-logo-item:nth-child(6) img { /* SitePoint */
       height: 32px;
   }
}

@media screen and (max-width: 1024px) {
   .trust-logos-wrap {
       grid-template-columns: repeat(3, 1fr);
       gap: 1.5rem;
   }
}

@media screen and (max-width: 768px) {
   .trust-logos-wrap {
       gap: 1rem 2rem;
   }
   
   .trust-logo-item img {
       height: 20px;
   }
}




/* Image styling */
.audit-row .main-image {
  max-width: 140px;
  height: auto;
  margin-bottom: 20px;
}

.audit-row .logo {
  max-width: 140px;
  margin-top: 11px;
}

/* Check item styling */

.audit-row{
	 display: flex;
  gap: 3em;
  max-width: 950px;
  margin: 0 auto;
  padding: 60px 0px;
  justify-content: space-between;
	 text-align: left;
}

.audit-row .check-item {
  display: flex;
  align-items: flex-start;
  margin-bottom: 10px;
  line-height: 1.5;
  font-family: "Mona Sans", sans-serif;
  font-weight: 500;
  gap: 1rem;
}

.audit-row .check-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: #fff;
  /*! border: 1.75px solid #272728; */
  box-shadow: 2px 2px 0px #272728;
  border-radius: 8px;
  position: relative;
}

.audit-row .check-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #0070ff;
  -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m382-388 321-321q19-19 45-19t45 19q19 19 19 45t-19 45L427-253q-19 19-45 19t-45-19L167-423q-19-19-19-45t19-45q19-19 45-19t45 19l125 125Z'/%3E%3C/svg%3E") no-repeat center;
  mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='24px' viewBox='0 -960 960 960' width='24px'%3E%3Cpath d='m382-388 321-321q19-19 45-19t45 19q19 19 19 45t-19 45L427-253q-19 19-45 19t-45-19L167-423q-19-19-19-45t19-45q19-19 45-19t45 19l125 125Z'/%3E%3C/svg%3E") no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
}

/* Review styling */
.audit-row .review {
  margin-top: auto;
  position: relative;
  top: 25px;
}

.audit-row .review-stars {
  height: 20px;
  margin-bottom: 2px;
}

.audit-row .review-quote {
  font-style: italic;
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 0;
  font-weight: 400;
}

/* Form styling */
.audit-row .frm_forms fieldset legend {
  display: none;
}

.audit-row input::-webkit-input-placeholder {
  color: #898a93;
}

.audit-row input:-moz-placeholder {
  color: #898a93;
}

.audit-row input::-moz-placeholder {
  color: #898a93;
  opacity: 1;
}

.audit-row input:-ms-input-placeholder {
  color: #898a93;
}

.audit-row ::-moz-placeholder {
  opacity: 1;
}

.audit-row .with_frm_style input[type='email'], 
.audit-row .with_frm_style input[type='url'] {
  height: 50px !important;
}

.audit-row .frm_submit button {
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 0;
  margin-top: 12px;
}

/* Divider */
.audit-row hr {
  height: 1px;
  background-color: #dee1e7;
  border: none;
  margin: 12px 0 32px;
  width: 94%;
}

.bonus { 
  padding: 10%;
  background: #f6f8fe;
  border: 1.75px solid #272728;
  border-radius: 10px;
  box-shadow: 8px 8px 0px #0070ff;
  background: linear-gradient(to bottom, #ffffff 0%, #f6f8fe 100%);
  margin-top: -25px;
}


@keyframes pulse {
  70% {
    box-shadow: 0 0 0 20px rgba(237, 40, 40, 0);
  }
	100% {
    box-shadow: 0 0 0 0 rgba(237, 40, 40, 0);
  }
}
.button {
    padding: 16px 30px 17px;
    display: inline-block;
    background: #0070ff;
    color: #ffffff;
    outline: none;
    line-height: 24px;
    font-weight: 500;
    border-radius: 6px;
      text-align: center;
    font-size: 18px;
    transition: all 0.2s ease;
    font-family: "Mona Sans", sans-serif;
    text-decoration: none;
}

.button:hover {
  transform: translate(0px, 1px);
	box-shadow:none;
}

.hero-width .button:hover {
  transform: translate(0px, 2px);
	box-shadow:none;
}

.hero-width .button {
	
	padding: 20px 68px 21px;
	font-size: 20px;
}

.hero-home-image {
	text-align: center;
}

.hero-info {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-bottom: 1.5em;
  flex-direction: column;
}
	
	.button-group {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
	
	.herotext {
  flex: 1;
  font-size: 1.5rem;
  font-weight: 400;
}

.hero-max {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	max-width: 850px;
	margin-bottom: 4rem !important;
}

.home .hero-max h1 {
	max-width:600px;
	margin-left: auto; 
	margin-right: auto;
}

.hero-max p {
font-size:1.3rem;
}

.eval p {
	font-size:1.3rem;
}

.eval {
	max-width:60%;
	padding-left:1rem;
}


.hero-star-center {
	font-family: "Mona Sans", sans-serif;
  font-weight: 500;
	text-align: center;
	padding: 2rem 0 0 0;
}

.hero-star-rating {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  background: #fff;
  text-align: center;
}

.hero-star-rating .google-icon {
  height: 26px;
  width: 26px;
  margin-top: -6px;
  margin-right: 4px;
}

.hero-star-rating p {
  margin: 0;
  font-size: 18px;
  color: #171718;
  line-height: 1;
  font-weight: 400;
}

.hero-stars {
  display: flex;
  align-items: center;
  gap: 0;
  margin-top: 0px;
}

.hero-star {
  display: block;
  width: 24px;
  height: 24px;
  background-color: #ff682e;
  -webkit-mask: url('/wp-content/themes/completewebresources/images/hero-star.svg') no-repeat center;
  mask: url('/wp-content/themes/completewebresources/images/hero-star.svg') no-repeat center;
  -webkit-mask-size: contain;
  mask-size: contain;
  margin: -1.5px;
}

.form-max {
	text-align: center;
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

.blog-cta h2 {
	font-size: 30px;
	margin: 1rem 0;
	line-height: 1.2;
}

.blog-cta img {
	max-width: 160px;
}

.blog-cta {
	padding: 2.5rem;
  background: #fff;
  border-radius: 16px;
	box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
	border: 1px solid #c0c2d3;
	line-height: 1.5;
  }
  
  .blog-cta .button {
  margin-bottom: 0;
}

.hero-wave {
    background-size: 101%;
    background-image: url(https://completeseo.com/wp-content/uploads/growth-curve2.svg);
    background-repeat: no-repeat !important;
    padding-bottom: 0px !important;
    padding-top: 40px !important;
        background-position: right -2px bottom !important;
}


.button2 {
    padding: 10px 26px;
    display: inline-block;
    color: #0070ff;
	outline: none;
	font-size: 17px;
	line-height: 24px;
	font-weight: 500;
	border-radius: 2px;
	letter-spacing: 0.5px;
	background: #fff;
	border: 1.5px solid #0070ff;
   text-align: center;
    box-shadow: 5px 5px 0px #e1e3e9;
}

.button.button-white {
	background: #ffffff;
	color: #ed2828;
}

.button.button-white:hover {
	background: #ffffff;
	color: #ed2828;
}

.button .icon-angle-right:last-child {
	margin-left: 6px;
}

.button2 .icon-angle-right:last-child {
    margin-left: 6px;
}

.thin-image {
	width: 120px;
}

.website-design-column {
	border-radius: 6px;
	padding: 26px;
	background: #fff;
}

.thin-column {
	padding: 0px 180px;
}

.hero-title {
	margin: 0.1em 0 0.3em 0;
	line-height: 0.95em;
	font-weight: 700;
	color: #171718;
	letter-spacing: -0.06em;
	  font-family: "Mona Sans", sans-serif;
	font-size: clamp(2.8rem, 8vw, 5rem);
	color: #202224;
}

.hero-subtitle {
	font-size: 18px;
}

.content-title {
	margin: 0 0 0.5em 0;
	line-height: 1.3;
	color: #171718;
	font-size: 24px;
	font-weight: 700;
}



.content-white,
.content-white p,
.content-white h1,
.content-white h2,
.content-white h3,
.content-white h4,
.content-white h5,
.content-white h6 {
	color: #ffffff;
}




.site .vc_btn3.vc_btn3-size-lg {
	font-size: 28px;
}

#page.site .case-study-item img.alignleft {
	margin: 0px 100px 0px 0px;
}

#page.site .case-study-item img.alignright {
	margin: 0px 0px 0px 100px;
}

#page.site .case-study-item img.alignnone {
	margin: 0px 0px 50px 0px;
}

.site .responsive-padding-100 {
	padding: 100px !important;
}

.site .responsive-padding-50 {
	padding: 50px !important;
}

.site .responsive-services {
	padding: 15px 50px 50px 50px !important;
	border: 1.75px solid #272728;
	box-shadow: 5px 5px 0px #0070ff;
}

#page.site .site-content .wpcr3_button_1 {
	padding: 18px 35px;
	margin: 0em 0.9em 0.5em 0em;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	min-width: 140px;
	color: #ffffff;
	border: none;
	background: #ed2828;
	border-radius: 0px;
	text-decoration: none;
}

#page.site .site-content .wpcr3_button_1:hover {
	opacity: 0.8;
	background: #ed2828;
	color: #ffffff;
	outline: none;
}

#page.site .site-content .wpcr3_table_2 {
	background: none;
}

#page.site .site-content .wpcr3_table_2 tr {
	background: none;
	border: none;
	color: inherit;
}

#page.site .site-content .wpcr3_table_2 td {
	vertical-align: middle;
	border: none;
	color: inherit;
}

#page.site .site-content .wpcr3_table_2 input {
	margin: 0px;
}




.site .wpb_gmaps_widget .wpb_wrapper {
	margin: 0px;
	padding: 0px;
	border: none;
}
.services-holder > div {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:0 auto;
}
.services-item {
    margin-bottom: 38px;
    overflow: hidden;
    background: #fff;
    padding: 30px;
    border-radius: 8px;
    height: 350px;
    width: 360px;
    border: 1.75px solid #cdcfd7;
    box-shadow: 0 2px 0px 0 rgba(34,34,34,.15);
    box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
    border: 1.5px solid #c0c2d3;
}

.services-item-internal {
    margin-bottom: 60px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    height: 450px;
    width: 330px;
}

.services-item-large {
    margin-bottom: 60px;
    overflow: hidden;
    background: #fff;
    padding: 20px;
    border-radius: 6px;
    height: 475px;
    width: 350px;
}

.services-image {
	float: left;
	margin-top: 2px;
}

.services-image img {
	float: left;
	display: block;
	width: 150px;
}

.services-info {
	margin-top: 18px;
}

.services-item h3 {
	font-size: 22px;
	margin: 0em 0em 0.2em 0em;
}

.services-item-internal h3 {
	font-size: 18px;
	margin: 0em 0em 0.2em 0em;
}

.services-item-large h3 {
	font-size: 18px;
	margin: 0em 0em 0.2em 0em;
}

.services-item,
.services-item p {
	font-size: 15px;
}

.services-item-internal,
.services-item-internal p {
	font-size: 15px;
}	

.services-item-large,
.services-item-large p {
	font-size: 15px;
}	

.section-benefits strong {
	color: #171718;
}

.section-benefits h2 {
    margin: 0 0 0.5em 0;
    font-size: 60px;
    line-height: 1.2;
    color: #0070ff;
}

.section-benefits .wpb_column .wpb_text_column > .wpb_wrapper {
	padding-right: 40px;
	border-right: 1px solid #0070ff;
}

.section-benefits .wpb_column:last-child .wpb_text_column > .wpb_wrapper {
	border-right: none;
}

.section-shadow {
	border-radius: 10px;
	box-shadow: 0px 10px 30px 0px rgba(2, 2, 26, 0.2);
	background: #fff;
}

.section-metrics {
	margin: 0;
	padding: 0;
}

.metrics-item {
	background: #f6f9fa;
	border: 1px solid #d2d7da;
	border-radius: 3px;
	display: inline-block;
	margin: 0px 20px 20px 0px;
	padding: 15px 20px;
	min-width: 150px;
	line-height: 1.2em;
}

.metrics-item label {
	display: block;
	color: #8a8b8c;
	font-size: 0.8em;
	font-weight: normal;
}

.section-logos {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

.logo-item {
	float: left;
	display: block;
	margin: 10px 75px 10px 0px;
	padding: 0px;
}

.logo-item:nth-child(5n+5) {
	margin: 0px;
}
.review-logos{
	display: flex;
	justify-content: center;
}
.review-logos img {
	display: block;
	margin: 0px;
	padding: 0px;
	border: none;
}

.blog-logos-row .review-logos {
	margin: auto;
	max-width: 1160px;
	padding: 0 3rem;
}

.blog-logos-row {
	background: #fff;
	  margin-bottom: 7rem;
}
.review-wrap {
	float: left;
	width: 24%;
}

.review-item {
	border-right: 2px solid #f0f0f0;
	padding: 0px 20px 0px 0px;
}

.review-item img {
	filter:none;
}

.review-logos-wrap {
	float: left;
	width: 100%;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.review-logo-item {
	float: left;
	display: block;
	margin: 20px 50px 20px 0;
}

.review-logo-item:nth-child(6n+6) {
	margin: 0px;
}

.slick-slide .wpb_text_column img {
	display: inline-block;
}

.site .aio-icon-component .aio-icon-box {
	line-height: 1;
}

.site .aio-icon-header h3.aio-icon-title {
	text-transform: uppercase;
	font-size: 18px;
}

.site .top_seperator .uvc-tilt-right-seperator,
.site .top_seperator .uvc-tilt-left-seperator {
	top: 0px;
}

.site .ult-carousel-wrapper button.circle-bg,
.site .ult-carousel-wrapper button.circle-border,
.site .ult-carousel-wrapper button.circle-bg i,
.site .ult-carousel-wrapper button.circle-border i {
	width: 44px;
	height: 44px;
	line-height: 44px;
}

.ult-carousel-wrapper.ult_horizontal .slick-prev.circle-bg.slick-arrow {
	left: -65px;
}

.ult-carousel-wrapper.ult_horizontal .slick-next.circle-bg.slick-arrow {
	right: -65px;
}

.section-shadow .ult-carousel-wrapper.ult_horizontal .slick-prev.circle-bg.slick-arrow {
	left: -40px;
}

.section-shadow .ult-carousel-wrapper.ult_horizontal .slick-next.circle-bg.slick-arrow {
	right: -40px;
}

.site .site-content .vc_tta .wpb_text_column h1,
.site .site-content .vc_tta .wpb_text_column h2,
.site .site-content .vc_tta .wpb_text_column h3,
.site .site-content .vc_tta .wpb_text_column h4,
.site .site-content .vc_tta .wpb_text_column h5,
.site .site-content .vc_tta .wpb_text_column h6 {
	margin: 0 0 0.5em 0;
}

.site .site-content .vc_tta.vc_general.vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a {
	padding: 22px 25px;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a {
    background: none;
    color: #171718;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a {
    color: #171718;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    background: #0070ff;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab.vc_active > a {
    color: #fff;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #0070ff;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:hover {
    background: #0070ff;
    color: #fff;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:focus {
	background: #0070ff;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-tab > a:hover {
	background: #0070ff;
}

.site .site-content .vc_tta.vc_general .vc_tta-panel-title > a {
    padding: 20px 20px;
    }

.site .site-content .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel-body,
.site .site-content .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-right.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel-body {
	padding: 0px 50px;
}

.site .site-content .vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0070ff;
}

.site .site-content .vc_tta.vc_general .vc_tta-panel-title {
    margin: 0;
    line-height: 1.3;
}

.site .vc_general.vc_cta3 {
	padding: 30px 0px;
}

.site .vc_general.vc_cta3.vc_cta3-actions-right .vc_cta3_content-container {
	display: table;
	width: 100%;
}

.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat {
	background: none;
	border: none;
}

.site .site-content .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-heading {
    background-color: #0070ff;
}

.site .site-content .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-heading {
    background-color: #fff;
}

.site .site-content .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #fff;
}

.site .site-content .vc_tta-color-sky.vc_tta-style-flat .vc_tta-panel .vc_tta-panel-title > a {
    color: #0070ff;
}

.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h1,
.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h2,
.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h3,
.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h4,
.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h5,
.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h6 {
	margin: 0;
	padding: 0;
}

.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat h2 {
	font-size: 44px;
}

.site .site-content .vc_general.vc_cta3.vc_cta3-style-flat .vc_btn3.vc_btn3-size-lg {
	font-size: 22px;
}

.site .site-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-heading {
    border-color: #f8f9fe;
    background-color: #f8f9fe;
}

.site .site-content  .vc_tta.vc_general {
    font-size: 0.9em;
}

.site .site-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel.vc_active .vc_tta-panel-title > a {
    color: #535772;
    padding-left: 45px;
      background: #f8f9fe;
}

.site .site-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-title > a {
    color: #535772;
    padding-left: 45px;
    font-size: 17px;
	font-weight: 500;
}


.site .site-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::after, .vc_tta-color-grey.vc_tta-style-classic .vc_tta-controls-icon::before {
    border-color: #535772;
}

.site .site-content  .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    border-color: #f8f9fe;
}

.site .site-content .vc_tta-color-grey.vc_tta-style-classic .vc_tta-panel .vc_tta-panel-body {
    background-color: #f8f9fe;
}


.site .rank-site-box {
	border-radius: 1px;
	max-width: 850px;
	margin: 0px auto 15px auto;;
	padding: 0px;
	background: #ffffff;
	border: 3px solid #e0e0e0;
}

.site .rank-site-box form {
	margin: 0px;
	padding: 0px;
}

.site .rank-site-text {
	width: 70%;
	float: left;
}

.site .rank-site-button {
	width: 30%;
	float: left;
}

.case-study-blurb {
	padding: 7%;
	background: #fff;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 6px;
}
.case-study-blurb h2{
  margin-top:0;
}
.case-study-blurb h2{
  font-size: 24px;
}

.site .rank-site-wrap {
	padding: 0px 25px;
}

.site .rank-site-box input[type="text"] {
	width: 100%;
	margin: 0px;
	padding: 15px 0px 16px 0px;
	height: 57px;
	font-size: 18px;
	line-height: 26px;
	background: #ffffff;
	border: none;
	border-radius: 0px;
	box-shadow: none;
	text-shadow: none;
}

.site .rank-site-box input[type="submit"] {
	margin: 0px;
	padding: 17px 0px;
	height: 57px;
	font-size: 17px;
	line-height: 22px;
	border-radius:0px;
	letter-spacing: .07em;
	text-transform: uppercase;
	width: 100%;
	transition: background-color 250ms ease-in-out 0s;
}

.low_margin {
	margin: 0em 0em .3em 0em !important;
	line-height: 1em !important;
}

.low_margin p {
	margin: 0em 0em 3em 0em;
	line-height: 1.8em;
}

h3.dmitem {
	font-size: 18px;
	text-align: center;
	margin: 0em 0em 0.2em 0em;
}

p.dminfo {
	font-size: 15px;
	text-align: center;
}

.dmicon {
	display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80px;
}

.site .site-content .rplg .rplg-box {
    color: #546e7a !important;
    border: 1px solid #fff !important;
    background-color: #fff !important;
    border-radius: 6px !important;
}

.site .site-content .rplg .rplg-review-text {
    color: #546e7a !important;
    font-size: 15px !important;
}

/*Proposals*/

 body.single-quote   {
 background: #fff !important;
}

.proposal-hero h1 {
	color: #171718;	
}

.proposal-hero h2 {
	color: #171718;	
}

.proposal-quote {
background: #f8f9fe;
}

.proposal-hero {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
	text-align: center;
	color: #171718;
}

.proposal-width {
	margin-left: auto;
	margin-right: auto;
	max-width: 800px;
}

.proposal-hero-bg {
  padding-top: 100px;
  padding-bottom: 140px;
  background-color: #f8f9fe;
  background-image: url(/wp-content/uploads/bg-wave-1-1600x513.webp) !important;
  background-position: center bottom !important;
}

.single-quote tr:first-child {
  border-top: 2px solid #d9dce6;
}

.single-quote tr {
  border-bottom: 3px solid #c0c2d3;
}

.single-quote td {
  padding: 0.4em;
    font-weight: 600;
}

.single-quote td  b, strong {
  font-weight: 600;
  color: #171718;
}

.single-quote table {
	margin-top:30px;
}

.centered {
text-align: center;
}

.pinned-posts-grid {
    margin-top: 3rem;
}






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

@media screen and ( min-width: 1700px ) {
.trust-section {

  padding: 24px 20px 16em 20px;
  }

body.blog .page-header {
  background-position: center center;
  }
}
@media screen and ( max-width: 1350px ) {

.ult-carousel-wrapper.ult_horizontal .slick-prev.circle-bg.slick-arrow {
	left: -37px;
}

.ult-carousel-wrapper.ult_horizontal .slick-next.circle-bg.slick-arrow {
	right: -37px;
}

}


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

.review-wrap {
	margin: 0px 0px 50px 0px;
}

.review-logo-item {
	max-width: 22%;
	margin: 0 5% 0 0;
}

.review-logos-wrap {
	padding-top: 20px;
	padding-bottom: 20px;
}

.review-logos img {
	line-height: 36px;
	vertical-align: middle;
	display: inline-block;
}
}

@media screen and ( max-width: 1194px ) {
.review-logo-item {
	max-width: 22%;
	margin: 0 3% 0 0;
}
}



@media screen and ( min-width: 1024px ) {
	body{
		padding-top: 115px;
	}
	.site-header{
		position: fixed;
    top: 0;
    width: 100%;
    z-index: 9999;
    background: #fff;
	}
	.main-navigation ul {
		display: flex;
	}
	.main-navigation ul.menu > li.header-phone{
		margin-left:auto;
	}
	.main-navigation ul.menu > li.get_started{
		margin-left:0;
	}
}
@media screen and ( max-width: 1067px ) {
	.review-logos{
		display:flex;
		justify-content:center;
	}
	.review-logos-wrap{
		width:570px;
	}
	.review-logo-item {
    margin: 20px;
		min-width:150px;
		max-width:150px;
	}
	.review-logo-item:nth-child(6n+6){
		margin: 20px;
	}
}
@media screen and ( max-width: 1023px ) {

.trust-item {
max-width: 100%;
align-items: flex-start;
flex-direction: row;
}
	
  .trust-icon {
    margin-top: 2px; 
  }

  .trust-section {
    flex-direction: column;
    gap: 40px;
    padding: 24px 20px 8em 20px;
  }
	
	.audit-row {
		    flex-direction: column;

		    gap: 1em;
	}
	
	.audit-row .check-item {
	align-items: center;
		justify-content: left;
	}

h3.bigger {
	font-size: 32px;
}

h3,
.case-study-blurb h2{
	font-size: 20px;
}



.hero-max {
    max-width: 700px;
    }


.herotext {
  font-size: 20px;
  }
  .hero-wave {
    background-position: center bottom !important;
    }
	
	.hero-max p {
  font-size: 20px;
}

.content-title {
	font-size: 20px;
}


li.article-item .article-title a {
	font-size: 20px;
}

.page-title,
.entry-title {
	font-size: 36px;
}

.site-info {
	text-align: center;
}

.site .page-header .page-title {
	font-size: 44px;
}

.thin-image {
	margin: 0px 20px;
}

.thin-column {
	padding: 0px 80px;
}






	
	/* Blog post layout adjustments */

    .has-sidebar #primary {
        float: none;
        width: 100%;
    }

    .has-sidebar #secondary {
        float: none;
        width: 100%;
        margin-top: 50px;
    }

    /* Improve readability */
    .single-post .entry-content,
    .blog .entry-content {
        font-size: 17px;
        line-height: 1.8;
    }
    
    /* Fix sidebar widgets spacing on mobile */
    #secondary .widget {
        margin-bottom: 40px;
        padding: 0;
    }
    
        .team-member-profile {
        flex-direction: column;
        align-items: center;
    }

    .team-member-left {
        flex: 0 0 auto;
        width: 100%;
        max-width: 250px;
    }

    .team-member-right {
        width: 100%;
        margin-top: 1rem;
    }
    
    .footer-content-inner {
    gap: 4%;
}

.footer-content .footer-column {
    min-width: 48%;
    margin-bottom: 30px;
}
	
}
@media screen and ( max-width: 834px ) {
	.services-holder > div {
		width: 100%;
		flex-direction: column
	}
	.services-item {
		margin-left: auto;
		margin-right: auto;
    height: auto;
    width: auto;
      margin-bottom: 20px;
    }
    .services-item-internal {
		margin-left: auto;
		margin-right: auto;
    height: auto;
    width: auto;
      margin-bottom: 20px;
    }
        .services-item-large {
		margin-left: auto;
		margin-right: auto;
    height: auto;
    width: auto;
      margin-bottom: 20px;
    }

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

.container {
	padding: 0px 30px;
}
	
	 .hero-wave {
    background: none;
  }
	
	  .trust-section {

    padding: 24px 20px 0 20px;
	}
	
.hp-cta .review {
	flex-direction: column;
}

.hero-title {
    margin: 0.2em 0 0.4em 0;
  line-height: 0.95em;
  }
  
  h1, h2, h3, h4, h5, h6 {
  line-height: 1.1em;
  }

.voodoo-accordion .accordion-header {
  padding: 24px 20px 24px 0;
}
	.hp-cta p {
		font-size:20px;
	}
.vc_column_container > .vc_column-inner {
 
  padding-left: 0px;
  padding-right: 0px;
}

.single-post .entry-title, .page .entry-title {
  font-size: 32px;
}
.review-wrap {
	float: none;
	width: auto;
}

.review-item {
	padding: 0px;
	border: none;
}

.review-logos-wrap {
	float: none;
}

.slick-prev, .slick-next {
	display:none;
}

.slick-prev::before, .slick-next::before {
display:none;
}

.slick-dots li button::before {
    background: #3f86ff;
}

.testimonials .citation strong {
	color: #171718;
}

.site .responsive-padding-100 {
	padding: 30px !important;
}

.site .responsive-padding-50 {
	padding: 30px !important;
}

.site .responsive-services {
	padding: 15px 30px 30px 30px !important;
}

blockquote {
	padding: 0px 60px;
	font-size: 18px;
}

blockquote::before,
blockquote::after {
	font-size: 40px;
	line-height: 40px;
}

.page-title,
.entry-title {
	font-size: 34px;
}

.site .page-header {
	padding: 50px 0px;
}

.site .page-header .page-title {
	font-size: 40px;
}

.mobile-center {
	text-align: center;
}

.ult-carousel-wrapper.ult_horizontal .slick-prev.circle-bg.slick-arrow {
	left: -32px;
}

.ult-carousel-wrapper.ult_horizontal .slick-next.circle-bg.slick-arrow {
	right: -32px;
}

.ult-carousel-wrapper .wpb_text_column blockquote {
	margin: 1em 0;
}

.site .site-content .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-left.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel-body,
.site .site-content .vc_tta.vc_tta-o-no-fill.vc_tta-tabs-position-right.vc_tta-color-blue.vc_tta-style-flat .vc_tta-panel-body {
	padding: 0px;
}

.footer-content .footer-column {
    min-width: 100%;
}

.site .rank-site-text {
	width: 65%;
	float: left;
}

.site .rank-site-button {
	width: 35%;
	float: left;
}

.site .rank-site-box input[type="text"] {
	font-size: 16px;
}

.site .rank-site-box input[type="submit"] {
	font-size: 16px;
}

/* Case studies */
.casestudy-solution {
	margin-top: 0;
}
.casestudy-result ol {
	padding: 30px 15px;
}

.casestudy-twocol-right .casestudy-twocol-color {
	margin-left: 0px !important;
}

}

@media screen and ( max-width: 650px ) {
	.review-logos-wrap {
    width: 420px;
	}
	
	.review-logo-item {
    margin: 20px;
    min-width: 100px;
    max-width: 100px;
}
}
@media screen and ( max-width: 639px ) {

.has-sidebar #primary {
	float: none;
	width: auto;
}

.has-sidebar #secondary {
	float: none;
	width: auto;
}

img.alignleft,
img.alignright {
	float: none;
	margin: 0;
}

blockquote {
	padding: 0px 40px;
	font-size: 18px;
}

blockquote::before,
blockquote::after {
	font-size: 24px;
	line-height: 24px;
}
.page-casestudy blockquote::before,
.page-casestudy blockquote::after {
	font-size: 40px;
	line-height: 40px;
}

ul.latest-articles {
	display: block;
	margin: 0px;
}

li.article-item {
	width: auto;
	float: none;
	display: block;
	margin: 0px 0px 30px 0px;
	padding: 0px;
	border: none;
}

li.article-item .article-date {
    margin: 0px 0px 0px 0px;
}

li.article-item .article-title {
    margin: 0px 0px 15px 0px;
}

li.article-item .article-readmore {
	margin: 0px;
}

.thin-image {
	margin: 0px;
}

.thin-column {
	padding: 0px;
}

.site .rank-site-text {
	width: auto;
	clear: both;
	float: none;
}

.site .rank-site-button {
	width: auto;
	clear: both;
	float: none;
}

.site .rank-site-box input[type="text"] {
	text-align: center;
	font-size: 17px;
}

.site .rank-site-box input[type="submit"] {
	text-align: center;
	font-size: 17px;
}

.button {
	font-size: 15px;
}
.button2 {
	font-size: 15px;
}
}

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

	.review-logos-wrap {
    width: 396px;
	}
	
	.review-logo-item {
    margin: 14px;
    min-width: 100px;
    max-width: 100px;
}

.review-logo-item:nth-child(6n+6) {
    margin: 14px;
}

.testimonials, .testimonials p {
    font-size: 18px;

}
}



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


body {
    font-size: 17px;
    }

.hero-star-rating  {
	transform: scale(0.8);
}
	
.page-title,
.entry-title {
	font-size: 26px;
}

.site .page-header {
	padding: 40px 0px;
}

.site .page-header .page-title {
	font-size: 32px;
}


.review-logo-item:nth-child(2n+1) {
	clear: both;
}

.site .responsive-padding-100 {
	padding: 20px !important;
}

.site .responsive-padding-50 {
	padding: 20px !important;
}

.site .responsive-services {
	padding: 15px 20px 20px 20px !important;
}

.site .ult-carousel-wrapper button.circle-bg,
.site .ult-carousel-wrapper button.circle-border,
.site .ult-carousel-wrapper button.circle-bg i,
.site .ult-carousel-wrapper button.circle-border i {
	width: 34px;
	height: 34px;
	line-height: 34px;
}

.ult-carousel-wrapper.ult_horizontal .slick-prev.circle-bg.slick-arrow {
	left: -22px;
}

.ult-carousel-wrapper.ult_horizontal .slick-next.circle-bg.slick-arrow {
	right: -22px;
}

blockquote {
	padding: 0px;
}

blockquote::before {
	display: block;
	position: relative;
	text-align: left;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

blockquote::after {
	display: block;
	position: relative;
	text-align: right;
	left: auto;
	top: auto;
	right: auto;
	bottom: auto;
}

.metrics-item {
	min-width: 0px;
}

.services-image {
	margin: 0px 0px 14px 0px;
}

.services-info {
	margin: 0px;
}

.vc_row-has-fill > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row > .vc_column_container > .vc_column-inner,
.vc_row-has-fill + .vc_row-full-width + .vc_row > .vc_column_container > .vc_column-inner,
.vc_col-has-fill > .vc_column-inner {
	padding-top: 50px;
}

.wpb_content_element,
ul.wpb_thumbnails-fluid > li,
.wpb_button {
	margin-bottom: 50px;
}

}
@media screen and ( max-width: 449px ) {
	.review-logos-wrap {
		justify-content: center;
	}
	.review-logo-item {
		text-align: center;
	}
	
	.blog-cta {
  padding: 2rem;
  }
  
  .blog-cta h2 {
  font-size: 26px;
  }
 .button-group .button2 {
  padding: 10px 14px;
  }
  .button-group .button {
  padding: 10px 14px;
  }
}



/*--------------------------------------------------------------
20.0 Print
--------------------------------------------------------------*/

@media print {

	/* Hide elements */

	form,
	button,
	input,
	select,
	textarea,
	#secondary,
	.content-bottom-widgets,
	.header-image,
	.icon-thumb-tack,
	.page-links,
	.edit-link,
	.post-navigation,
	.pagination.navigation,
	.comments-pagination,
	.comment-respond,
	.comment-edit-link,
	.comment-reply-link,
	.comment-metadata .edit-link,
	.pingback .edit-link,
	.site-footer {
		display: none !important;
	}

	.entry-footer,
	#comments {
		border: 0;
	}

	/* Font sizes */

	body {
		font-size: 12pt;
	}

	h1 {
		font-size: 24pt;
	}

	h2 {
		font-size: 22pt;
	}

	h3 {
		font-size: 17pt;
	}
	
	h3.bigger {
	font-size: 22px;
}

	h4 {
		font-size: 12pt;
	}

	h5 {
		font-size: 11pt;
	}

	h6 {
		font-size: 12pt;
	}

	.page-title,
	.entry-title {
		font-size: 10pt;
	}

	/* Posts */

	.entry-meta {
		font-size: 9pt;
	}

	/* Colors */

	body,
	.site {
		background: none !important; /* Brute force since user agents all print differently. */
	}

	body,
	a {
		color: #222 !important; /* Make sure color schemes don't affect to print */
	}

	h2,
	h5,
	blockquote,
	.entry-meta,
	.entry-meta a {
		color: #777 !important; /* Make sure color schemes don't affect to print */
	}

	.entry-content blockquote.alignleft,
	.entry-content blockquote.alignright {
		font-size: 11pt;
		width: 34%;
	}
}