/*
Theme Name: CompleteSEO
Theme URI: https://www.completeseo.com/
Author: CompleteSEO
Author URI: https://www.completeseo.com/
Description: Theme for the CompleteSEO 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;
	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;
  background: #eee;
  padding: 0 0.25em;
  border-radius: 3px;
  font-size: .9em;
}

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;
}

.design-img img {
	border: 1px solid #c0c2d3;
border-radius: 16px;
box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
padding: 5px;

	
}

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;
	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;
	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;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-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
--------------------------------------------------------------*/
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.03em;
  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 {
	padding: 0em;
	line-height: 1.1em;
	color: #171718;
	font-size: 26px;
	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;
}

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: #e5e6ec;
  border: 0;
  height: 1px;
  margin: 2.5em 0;
}


/*--------------------------------------------------------------
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: '\25B8'; 
 font-family: 'Mona Sans', sans-serif;
 color: #2365ff;
 position: absolute;
 left: 0;
 font-size: 1.2rem;
}

/*--------------------------------------------------------------
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;
	transition: color 0.2s ease-in-out, opacity 0.2s ease-in-out, background-color 0.2s ease-in-out;
	font-weight: 500;
}

.single-post .entry-content a {
  color: #006efa;
  text-decoration: 1px underline #006efa;
}

.arrowlink::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 4px;
  background-color: #171718;
  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-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: #006efa;
}

a:focus {
	outline: thin dotted;
}

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

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

html {
	-webkit-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;
	box-sizing: inherit;
}

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


.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;
}

/*--------------------------------------------------------------
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/completeseo/images/reviews.svg#g-star') !important;
}

#hero-reviews .cs_b-g span.cs_h {
  background-image: url('/wp-content/themes/completeseo/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: #006efa;
	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;
}

.review-quote {
	font-style:italic;
}


.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: 3em;
	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;
}

.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 11em 20px;
  justify-content: space-between;
}

.trust-item {
  flex: 1;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  max-width: 280px;
  flex-direction: column;
}

.trust-icon {
  width: 35px;
  height: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  color: #006efa;
}

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

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

.success {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 800px;
  margin: auto;
  padding-top: 0vh;
  padding-bottom: 20vh;
}

/* What We Handle / Don't Do Section */
.services-fit-columns {
  display: flex;
  gap: 3rem;
  align-items: center;
}

.services-fit-column:first-child {
  flex: 1.2;
}
.services-fit-column:last-child {
  flex: 1;
}
@media (max-width: 1024px) {
  .services-fit-columns {
    flex-direction: column;
  }
}
.services-fit-column {
  flex: 1;
}
.services-fit-column h3 {
  margin: 0 0 1.5em;
  font-size: 30px;
}
.fit-card {
  background: #fff;
  border: 2.5px solid #006efa;
  border-radius: 12px;
  padding: 3rem;
  box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
}
.not-fit-card {
  background: #f5f5f7;
  border: 2px solid #c1c3d3;
  border-radius: 12px;
  padding: 3rem;
}
.not-fit-card p {
  margin: 0 0 1rem;
}

.bgr {
  font-size: 1.1em;
}

/* Shared list styling */
.services-fit-list {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.services-fit-list > li {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  font-size: 20px;
  line-height: 1.25em;
}
.services-fit-list > li::before {
  content: "";
  width: 40px;
  height: 40px;
  flex-shrink: 0;
  border-radius: 8px;
  box-shadow: 2px 2px 0px #272728;
  margin-top: 1px;
  border: 1px solid #272728;
}

/* Checkmark variant */
.services-fit-list.check-list > li::before {
  background: #006efa url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30px' viewBox='0 -960 960 960' width='30px' fill='%23fff'%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;
}

/* X variant */
.services-fit-list.x-list > li::before {
background: #fff url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' height='30px' viewBox='0 -960 960 960' width='30px' fill='%23272728'%3E%3Cpath d='M480-416.35 287.83-224.17Q275.15-211.5 256-211.5t-31.83-12.67Q211.5-236.85 211.5-256t12.67-31.83L416.35-480 224.17-672.17Q211.5-684.85 211.5-704t12.67-31.83Q236.85-748.5 256-748.5t31.83 12.67L480-543.65l192.17-192.18Q684.85-748.5 704-748.5t31.83 12.67Q748.5-723.15 748.5-704t-12.67 31.83L543.65-480l192.18 192.17Q748.5-275.15 748.5-256t-12.67 31.83Q723.15-211.5 704-211.5t-31.83-12.67L480-416.35Z'/%3E%3C/svg%3E") no-repeat center;
}

.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: 60px;
   }

   .trust-logo-item:nth-child(2) img { /* SEOBook */
       height: 45px;
   }  
   
   .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: 768px) {
   .trust-logos-wrap {
       grid-template-columns: repeat(3, 1fr);
   }
   
}

.svc-grid {
      display: flex;
      flex-wrap: wrap;
      gap: 3rem;
      max-width: 1200px;
      margin: 0 auto;
        padding-bottom: 2em;
    }

    .svc-card {
      flex: 1 1 calc(50% - 1.55rem);
      min-width: 300px;
      background: #fff;
      padding: 2.5rem;
      border-radius: 16px;
      box-shadow: 4px 4px 0px rgba(91, 105, 135, 0.2);
      border: 1.5px solid #c0c2d3;
    }

    .svc-card img {
      max-width: 185px;
  margin-bottom: 1.5rem;
  height: 140px;
    }

    .svc-card h3 {
      font-size: 2.5rem;
      font-weight: 700;
      margin-bottom: 1rem;  
      font-size: 2.25rem;
    }

    .svc-card p {
      margin-bottom: 1.25rem;
    }

    .svc-card ul {
      list-style: none;
      padding: 0;
    }

    .svc-card ul li {
      position: relative;
      padding-left: 1.25rem;
      margin-bottom: 0.5rem;
      list-style-type: none;
    }

.svc-card ul li::before {
  content: '\25B8'; 
  font-family: 'Mona Sans', sans-serif;
  color: #2365ff;
  position: absolute;
  left: 0;
  top: -0.1em;
	font-size:1.2rem;
}

    @media (max-width: 1024px) {
      .svc-card {
        flex: 1 1 100%;
      }
      }

/* 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;
	 border-bottom: 1px solid #fff;
}

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

.audit-row .check-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: #fff;
  box-shadow: 2px 2px 0px #272728;
  border-radius: 8px;
  position: relative;
  margin-top: 3px;
}

.audit-row .check-icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #006efa;
  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-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%;
}


@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: #006efa;
    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-info {
  display: flex;
  align-items: center;
  gap: 1.75rem;
  padding-bottom: 1.5em;
  flex-direction: column;
  font-size: 1.5rem;
}
	
	.button-group {
  display: flex;
  gap: 1rem;
  flex-shrink: 0;
}
	
	.herotext {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 400;
}

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

.max900 {
	max-width: 900px;
}


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

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

.blu {
  color: #006efa;	
}


.hero-star-center {
	font-family: "Mona Sans", sans-serif;
  font-weight: 500;
	text-align: center;
	padding: 1rem 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;
  mask: url('/wp-content/themes/completeseo/images/hero-star.svg') no-repeat center;
  mask-size: contain;
  margin: -1.5px;
}


.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 p {
	  margin-bottom: 2rem;
}
  
.blog-cta .button {
  margin-bottom: 0;
  width: 100%;
  font-size: 18px;
  padding: 19px 10px 21px;
}

.hero-wave {
    background-size: 101%;
    background-image: url(/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;
}


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

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


.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;
}


.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;
}

#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;
}

.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: 430px;
    width: 360px;
    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: 20px;
}

.services-item h3 {
	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: 17px;
}

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

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


.process-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 45px;
}

.process-item {
  flex: 1 1;
  text-align: left;
  padding: 37px;
  border-radius: 8px;
  box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
  border: 1.5px solid #c0c2d3;
}

.process-icon {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  font-size: 40px;
  color: #006efa;
}

.process-icon svg {
  width: 40px;
  height: 40px;
  fill: currentColor;
}

.process-info h3 {
  /*! margin-bottom: 10px; */
}

.process-info p {
  line-height: 1.6;
}

@media (max-width: 1023px) {
  .process-holder {
    flex-direction: column;
    align-items: flex-start;
  }

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


.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;
}


.case-card {
border-radius: 12px;
box-shadow: 4px 4px 0px rgba(91,105,135,0.2);
border: 1.5px solid #c0c2d3;
margin-bottom: 3em;
}

.case-card img {
padding:10px;
border-top-left-radius: 12px;
border-top-right-radius: 12px;
}
.case-study-blurb {
	padding: 7%;
	display: flex;
  flex-direction: column;
    min-height: 310px;
}
.case-study-blurb h2 {
  margin-top:0;
}
.case-study-blurb h3 {
  margin-top:0;
}
.case-study-blurb h3 a {
	font-weight:700;
}
.case-study-blurb p {
margin-bottom: 2em;
flex-grow: 1;
}


/*Proposals*/

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


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


.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;
}


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

.search-process {
  font-size: 1.25rem;
  }

.search-process h3 {
 margin: 0 0 .3rem;
}
.search-process .process-steps {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.search-process .process-step {
  display: flex;
  align-items: flex-start;
  gap: 1.5rem;
}

.search-process .process-step-content h3 {
  margin: 0 0 0.25rem 0;
}

.search-process .process-step-content p {
  margin: 0;
}

.search-process .process-check {
  position: relative;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: #006efa;
  color: #fff;
  border-radius: 8px;
  box-shadow: 2px 2px 0px #272728;
    margin-top: 2px;
}

.search-process-intro {
margin-bottom:2rem;
}

.search-process .process-check::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 24px;
  height: 24px;
  background-color: #fff;
  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-size: contain;
}

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

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

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

body.blog .page-header {
  background-position: center center;
  }
}
@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-info {
  font-size: 20px;
  }
	.hero-wave {
    background-position: center bottom !important;
    }
	
	.hero-max p {
  font-size: 20px;
}

.abt 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;
}


/* 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;
    }

    
    .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 ) {

	 .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;
  }

	.hp-cta p {
		font-size:20px;
	}
.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;
}


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

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

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

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

.expert-quote blockquote {
  font-size: 22px;
  padding: 0px 60px;
  }

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

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

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


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


/* 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;
}

 .expert-quote blockquote {
 	padding: 0px;

 }

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

blockquote::after {
	display: none;
}

.expert-quote__byline {
  flex-direction: column;
  text-align: center;
}

.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;
}


.button {
	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;
}


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

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

.services-info {
	margin: 0px;
}

@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 .button {
  padding: 10px 14px;
  }
}
@media screen and (max-width: 415px) {
    .svc-card h3 {
  font-size: 2rem !important;
  }  
  .hp-cta .button {
  padding: 19px 55px 20px !important;
  }
  }

/*--------------------------------------------------------------
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%;
	}
}
