/*
Theme Name: ContentPowered-2
Author: James Parsons
Author URI: https://www.contentpowered.com
Version: 1
Description: The WordPress theme that was meticulously coded and pixel-pushed for Content Powered. It's rumored that it's never quite "complete".
Text Domain: ContentPowered-2
Tags: one-column, two-columns
Theme URI:
*/

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

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

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

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
	color: #fe7800;
}

a:active,
a:hover,
a:focus {
	outline: 0;
	text-decoration: none;
}

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

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

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

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

small {
	font-size: 80%;
}

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

sup { top: -.5em; }
sub { bottom: -.25em; }

img {
	border: 0;
	max-width: 100%;
	height: auto;
	vertical-align: top;
}

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

figure { margin: 1em 40px; }

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

.post-template-default pre {
	overflow: auto;
	max-width: 100%;
}

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

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

button { overflow: visible; }

button,
select { text-transform: none; }

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

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

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

input { line-height: normal; }

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

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

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
}

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

fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: .35em .625em .75em;
}

legend {
	border: 0;
	padding: 0;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

optgroup { font-weight: bold; }

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

td,
th {
	padding: 0;
	border: 1px solid #999;
	text-align: left;
	vertical-align: top;
}

th {
	text-align: center;
	vertical-align: middle;
}

/* -------- Base HTML -------- */

html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	color-scheme: light !important;
	box-sizing: border-box;
}

*, *:before, *:after { box-sizing: inherit; }

* { max-height: 1000000px; }

body {
	margin: 0;
	padding-bottom: 0 !important;
	color: #000;
	background: #fafaf9;
	font: 1.3rem/1.7 "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

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

h1,.h1,h2,.h2,h3,.h3,h4,.h4,h5,.h5,h6,.h6,.h {
	font-family: "Montserrat", sans-serif;
	font-weight: bold;
	margin: 0 0 .5em;
	color: inherit;
}

h1,.h1 { font-size: 3rem; }
h2,.h2 { font-size: 2.5rem; }
h3,.h3 { font-size: 2rem; }
h4,.h4 { font-size: 1.5rem; }

p {
	margin: 0 0 1em;
	font-size: 1.3rem;
	line-height: 2.5rem;
}

/* -------- Lists & Misc -------- */

ul,
ol,
dl,
p,
h1,
h2,
h3,
h4,
h5,
h6,
address,
form,
table,
blockquote,
applet,
embed,
object,
iframe,
frameset { margin: 0 0 1.7em; }

ul,
ol { padding-left: 3em; }

ul ul,
ul ol,
ol ul,
ol ol {
	padding-left: 3em;
	margin: 0;
}

ul { list-style-type: disc; }

blockquote {
	border-left: 4px solid #999;
	padding-left: .5em;
	margin-left: 1.7em;
}

dl dt {
	float: left;
	clear: left;
	padding-right: .3em;
	font-weight: bold;
}

dl dd { overflow: hidden; }

/* -------- Forms -------- */

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="search"],
input[type="password"],
textarea {
	-webkit-appearance: none;
	border-radius: 5px;
	box-sizing: border-box;
	border: 1px solid #cfcfcf;
	padding: .4em .7em;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="search"]:focus,
input[type="password"]:focus,
textarea:focus { border-color: #000; }

input[type="text"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder { color: #999; }

input[type="text"]::-moz-placeholder,
input[type="tel"]::-moz-placeholder,
input[type="email"]::-moz-placeholder,
input[type="search"]::-moz-placeholder,
input[type="password"]::-moz-placeholder,
textarea::-moz-placeholder {
	opacity: 1;
	color: #999;
}

input[type="text"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
textarea:-moz-placeholder { color: #999; }

input[type="text"]:-ms-input-placeholder,
input[type="tel"]:-ms-input-placeholder,
input[type="email"]:-ms-input-placeholder,
input[type="search"]:-ms-input-placeholder,
input[type="password"]:-ms-input-placeholder,
textarea:-ms-input-placeholder { color: #999; }

input[type="text"].placeholder,
input[type="tel"].placeholder,
input[type="email"].placeholder,
input[type="search"].placeholder,
input[type="password"].placeholder,
textarea.placeholder { color: #999; }

select { -webkit-border-radius: 0; }

button,
input[type="button"],
input[type="reset"],
input[type="file"],
input[type="submit"] {
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	cursor: pointer;
}


.content-wrapper p a, 
.content-wrapper li a,
#relatedlinks-block a, 
.lwptoc_i a,
.page-template p a,
.page-template .content-holder a,
.boxes a,
.author-info .info p a,
.comments-section a,
.comment-form a,
#summaryheading a {
	color: #0645AD !important;
	text-decoration:underline !important;
}
.content-wrapper p a:hover, 
.content-wrapper li a:hover,
.lwptoc_i a:hover,
.page-template p a:hover,
#relatedlinks-block a:hover, 
.page-template .content-holder a:hover,
.boxes a:hover,
.author-info .info p a:hover,
.comments-section a:hover,
.comment-form a:hover,
#summaryheading a:hover {
	color: #0052CC !important;
	text-decoration:none !important;
}
.page-template .content-holder a.btn,
.badges-wrapper .badges-footer span a,
#process-read {
	color: #FFF !important;
	text-decoration: none !important;
}
.badges-wrapper .badges-footer span a:hover,
#process-read:hover {
	color:#FFF !important;
	background:#989898 !important;
}


.logos,
.logo-block ul,
.about-us .post-list,
.pricing .services,
.main-nav ul,
.list,
.order-list,
.tags,
.breadcrumbs,
.footer ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.clearfix:after,
dl:after,
.widget:after,
.search-form:after,
.post-password-form p:after,
.navigation-single:after {
	content: "";
	display: block;
	clear: both;
}
.ellipsis {
	white-space: nowrap; /* 1 */
	text-overflow: ellipsis; /* 2 */
	overflow: hidden;
}
.widget {
	margin-bottom: 1.7em;
}
.widget ul {
	padding-left: 2em;
}
.widget select {
	min-width: 150px;
}
.comment-form label {
	display: block;
	padding-bottom: 4px;
}
.comment-form textarea {
	overflow: auto;
	margin: 0;
	height: 120px;
	min-height: 120px;
}
.comment-form textarea,
.comment-form input[type="text"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}
.comment-form input[type="submit"] {
	display: block;
	float: none;
}
.post-password-form label {
	display: block;
	margin-bottom: 4px;
}
.post-password-form input[type="password"] {
	margin: 0 4px 0 0;
	max-width: 300px;
	width: 100%;
}
.search-form {
	margin-bottom: 15px;
}
.search-form input {
	float: left;
	height: 2em;
}
.search-form input[type="search"] {
	margin: 0 4px 0 0;
	width: 150px;
}
.post-password-form input {
	float: left;
	height: 2em;
}
.post-password-form input[type="password"] {
	width: 150px;
}
.comment-form input[type="submit"],
.post-password-form input[type="submit"],
.search-form input[type="submit"] {
	background: #000;
	color: #fff;
	height: 2em;
	border: none;
	padding: 0 .5em;
}
.post-password-form input[type="submit"]:hover,
.search-form input[type="submit"]:hover {
	opacity: .8;
}
.commentlist {
	margin: 0 0 1.7em;
}
.commentlist .edit-link {
	margin: 0;
}
.commentlist .avatar-holder {
	float: left;
	margin: 0 1.7em 4px 0;
}
.commentlist-item .commentlist-item {
	padding: 0;
}
.comment,
.commentlist-holder {
	overflow: hidden;
}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 1.7em;
}
.widget_calendar #next {
	text-align: right;
}
.gallery-item dt {
	float: none;
	padding: 0;
}
.navigation,
.navigation-comments {
	position: relative;
	vertical-align: middle;
	margin-bottom: 1.7em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
	position: absolute;
	left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
	display: inline-block;
	vertical-align: middle;
	padding: 0 .4em;
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
	display: inline-block;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	padding: .4em;
	text-decoration: none;
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
	opacity: .8;
}
.navigation-single {
	margin-bottom: 1.7em;
}
.navigation-single .next,
.navigation-single .prev {
	float: left;
	vertical-align: middle;
	max-width: 48%;
	background: #000;
	color: #fff;
	text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
	opacity: .8;
}
.navigation-single .next a,
.navigation-single .prev a {
	color: inherit;
	text-decoration: none;
	padding: .4em;
	display: block;
}
.navigation-single .next {
	float: right;
}
.wp-caption {
	max-width: 100%;
	clear: both;
	border: 1px solid #999;
	padding: .4em;
	margin-bottom: 1.7em;
}
.wp-caption img {
	margin: 0;
	vertical-align: top;
}
.wp-caption p {
	margin: .4em 0 0;
}
div.aligncenter {
	margin: 0 auto 1.7em;
}
img.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignleft {
	float: left;
	margin: 0 1.7em 4px 0;
}
.alignright {
	float: right;
	margin: 0 0 4px 1.7em;
}
.mejs-container {
	margin-bottom: 1.7em;
}
.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
	height: auto;
}
#wp-calendar tbody td {
	text-align: center;
}
#wp-calendar td,
#wp-calendar th {
	border: 1px solid #999;
}
/*
@font-face {
	font-family: "icomoon";
	src: url("/wp-content/themes/contentpowered/fonts/icomoon.eot?uoe7g");
	src: url("/wp-content/themes/contentpowered/fonts/icomoon.eot?uoe7g#iefix") format("embedded-opentype"), url("/wp-content/themes/contentpowered/fonts/icomoon.ttf?uoe7g") format("truetype"), url("/wp-content/themes/contentpowered/fonts/icomoon.woff?uoe7g") format("woff"), url("/wp-content/themes/contentpowered/fonts/icomoon.svg?uoe7g#icomoon") format("svg");
	font-weight: normal;
	font-style: normal;
	font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
	font-family: "icomoon" !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
*/
.icon-user:before {
	content: "\e900";
}
.icon-heart:before {
	content: "\e901";
}
.icon-type:before {
	content: "\e902";
}
.icon-typography:before {
	content: "\e902";
}
.icon-text:before {
	content: "\e902";
}
.icon-font:before {
	content: "\e902";
}
.icon-checkmark:before {
	content: "\ea10";
}
.icon-telephone:before {
	content: "\e903";
}
/* custom select styles */
.jcf-select {
	display: block;
	position: relative;
	background: #f4f7fb;
	height: 45px;
	border-radius: 5px;
	color: #000;
	border: 1px solid #dee9f4;
	width: 100%;
	border-bottom-width:2px;
}
.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}
.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: default;
	display: block;
	font-size: 14px;
	line-height: 26px;
	margin: 10px 50px 10px 12px;
}
.jcf-select .jcf-select-opener {
	position: absolute;
	text-align: center;
	border-left: 1px solid #e4ebf3;
	width: 50px;
	bottom: 0;
	right: 0;
	top: 0;
}
.jcf-select .jcf-select-opener:before {
	position: absolute;
	top: 20px;
	right: 20px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #9aa4b0;
	content: "";
}
body > .jcf-select-drop {
	position: absolute;
	margin: -1px 0 0;
	z-index: 9999;
}
body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}
.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}
.jcf-select .jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}
.jcf-select-drop .jcf-select-drop-content {
	border: 1px solid #dee9f4;
}
/* multiple select styles */
.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}
/* select options styles */
.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 20px;
	font-size: 16px;
	width: 100%;
}
.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}
.jcf-list ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
.jcf-list ul li {
	overflow: hidden;
	display: block;
}
.jcf-list .jcf-overflow {
	overflow: auto;
}
.jcf-list .jcf-option {
	overflow: hidden;
	cursor: default;
	display: block;
	padding: 10px 15px;
	color: #656565;
	height: 1%;
}
.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}
.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
	background: #e6e6e6;
	color: #000;
}
.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 5px 9px;
	cursor: default;
	color: #000;
}
.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}
.banner {
	background: #ffe471;
	position: relative;
}
.banner:before {
	background: #ffe471;
	position: absolute;
	top: -150px;
	left: 0;
	right: 0;
	bottom: 0;
	content: "";
	z-index: -1;
}




























.container {
	max-width: 80%;
	padding: 15px;
	margin: 0 auto;
}
.banner {
	min-height:500px;
}
.banner .container {
	padding-bottom: 60px;
}
.banner .textblock {
	text-shadow: 1px 2px 0px #ffefbd;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	padding-bottom: 30px;
	margin-bottom:60px;
}
.banner .textblock p {
	margin-bottom: 30px;
	letter-spacing: 0.5px;
	line-height: 32px;
	/* color: #332c08;*/
	color: #5d4f10;

}
.banner .img-holder {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.banner .img-holder img {
	max-width: none;
	display: block;
	margin: 0 auto;
	-khtml-user-select: none;
	-o-user-select: none;
	-moz-user-select: none;
	-webkit-user-select: none;
	user-select: none;
	width: auto;
	position: relative;
	max-width:115%;
}

.img-frame {
	display: none;
}

@media (min-width: 668px) {
	.homeimg img {
		content-visibility:auto;
	}
}
@media (max-width: 667px) {
	.homeimg img {
		content-visibility:hidden;
	}
}

@media (max-width: 767px) {
	.single-code a.cms-ico {
		float: right;
		margin-top: 22px !important;
	}
	#code-cat-name {
		display:none !important;
	}
	.single-code a.cms-ico {
		display:none !important;
	}
	.footer ul a {
		margin: 0px auto;
		text-align: center;
		width: 100% !important;
		display: inline-block;
	}
	
	body .container {
		width: 100% !important;
		max-width: 100% !important;
	}
	.home .textblock .btn.large {
		height:auto;
	}
	.banner .img-holder {
		display:none;
	}
	.homeimg,
	.homeimg img,
	.homeimg picture,
	.homeimg source,
	.img-holder {
		content-visibility:hidden !important;
		display:none !important;
	}
	.banner .textblock h1 {
		font-size: 2.5rem !important;
		line-height: 3.5rem;
	}
	.container .textblock .learnmore {
		position:relative;
		left:20px !important;
	}
	.textblock {
		margin-bottom: 32px;
	}
}

@media (min-width: 768px) {
	body .container .textblock a.btn.large {
		font-size: 22px !important;
		margin-right: 0px !important;
	}
	.banner .container {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		padding-bottom: 50px;
	}
	.banner .textblock {
		width: 65%;
		font-size: 18px;
		line-height: 30px;
		padding-bottom: 0;
	}
	.banner .img-holder img {
		margin: 0;
	}
}
@media (min-width: 1024px) {
	.banner .textblock p {
		max-width: calc(100% - 80px);
	}
	.banner .container {
		padding-top: 0;
	}
	.banner h1 {
		font-size: 58px;
		line-height: 74px;
		font-weight: 600;
		margin: 0 0 19px;
		transform: none;
		position: relative;
		width: 100%;
		margin-bottom: 24px;
	}
}
@media (max-width: 1024px) {
	body .container .textblock a.btn.large {
		width: calc(50% - 13px) !important;
		float: left !important;
		display: inline-block !important;
		margin-left: 0px;
		font-size: 18px;
		margin-right: 0px !important;
		padding: 19px 10px !important;
	}
	.banner .img-holder {
		display:none;
	}
	.banner .textblock {
		width:100%;
	}
}
@media (max-width: 1200px) {
	.banner h1 {
		font-size: 45px !important;
		line-height: 4rem;
		margin: 0rem 0 1.5rem 0px;
	}
}
/* min-width: 1500px */
@media (min-width: 1500px) {
	 .banner .img-holder img {
		display:block;
	}
	.img-holder {
		max-width: 35% !important;
		max-height: 346px;
		position: relative;
		height: auto;
		position: relative;
	}
  .container  {
	width:80% !important;
	max-width:80% !important;
  }
}
@media (max-width: 1500px) {
	.container {
		width: 90% !important;
		max-width: 90% !important;
	}
	.banner h1 {
		font-size: 51px;
	}
	.banner .img-holder img {
		top: 2em;
		max-width: 120% !important;
		position: relative;
		left: -15%;
	}
}

/* min-width: 2000px */
@media (min-width: 2000px) {
	.banner h1 {
		font-size: 62px;
		line-height: 78px;
		width: calc(100% - 60px);
	}
	.banner .textblock p {
		line-height: 35px;
		max-width: calc(100% - 65px);
		font-size: 20px;
	}
	.container {
		max-width: 1500px !important;
	}
	.banner .textblock {
		padding-bottom: 30px;
	}
	.banner .img-holder {
		margin-top: 24px;
	}
	.banner .img-holder img {
		height: auto;
		top: 0px;
	}
}



	
	







	
	
	



	
	







	
	
	
	
	
	
	
	
	
	
	
	
	
	
	



.home .sticky-wrap-header.fixed-position .header {
	background:#ffe471;
}
.home .sticky-wrap-header .header {
	background:none;
}
.banner .btn {
	text-shadow: none;
	text-transform: uppercase;
}
.logos {
	background: url(/wp-content/themes/contentpowered/images/bg-bricks.png) no-repeat 50% 2px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 10px 0;
	margin-top: -50px;
	position: relative;
	z-index: 9;
	margin-bottom:1px;
}
.logos li {
	padding: 10px 5px;
	width: 33%;
}
.logos li a,
#menu-item-165 > a,
#menu-item-164 > a,
.logo-block ul li a {
	cursor:default;
}
.logos li:first-child {
	padding-left: 0;
}
.logos li:last-child {
	padding-right: 0;
}
.logos img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.intro {
	background: #fff url(/wp-content/themes/contentpowered/images/bg-buildings.jpg) no-repeat 50% 0;
	border: 1px solid #c8d9e5;
	text-align: center;
	color: #5b6479;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 30px;
}
.intro h2 {
	color: #323b52;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 20px;
	margin-bottom: 10px;
}
.intro p {
	margin-bottom: 0;
	color:#383838;
}
.three-cols {
	background: #fff;
	border: solid #c8d9e5;
	border-width: 1px 1px 3px;
	color: #8590a3;
	border-radius: 5px;
	padding: 30px 20px;
	margin-bottom: 30px;
}
.three-cols h2 {
	color: #313f5a;
	text-align: center;
	font-size: 30px;
	line-height: 34px;
	margin: 0 0 51px;
}
.three-cols .columns {
	counter-reset: newCounter;
}
.three-cols h3 {
	font-size: 1.5rem;
	line-height: 2.5rem;
	color: #000;
	font-weight: 400;
	-webkit-font-smoothing: auto;
	margin-bottom: 0px;
	margin-top: -3px;
}
.three-cols .column {
	background: #f9faff;
	position: relative;
	border: 1px solid #d4daed;
	border-bottom-width: 3px;
	border-radius: 5px;
	margin: 0 0 30px;
	overflow: hidden;
}
.three-cols .column:before {
	width: 46px;
	height: 46px;
	font-size: 26px;
	line-height: 36px;
	font-family: "Montserrat", sans-serif;
	background: #303030;
	color: #fff;
	position: absolute;
	top: 18px;
	left: 15px;
	counter-increment: newCounter;
	border-radius: 100%;
	border: 5px solid #ffe471;
	content: counters(newCounter, ".") " ";
	text-align: center;
}
.three-cols .column h3 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 20px 20px 20px 75px;
	background: #fff;
	border-bottom: 1px solid #d4daed;
	min-height: 80px;
}
.three-cols .column .holder {
	padding: 15px;
}
.three-cols .column .holder p {
	margin-bottom: 0;
}
.three-cols .column .holder a {
	color: #0084ff;
	text-decoration: none;
}
.three-cols .column .holder a:hover {
	color: #f85c2c;
}
.logo-block {
	background: #fff;
	border: solid #c8d9e5;
	border-width: 1px 1px 4px;
	text-align: center;
	color: #5b6479;
	border-radius: 5px;
	padding: 30px;
	margin-bottom: 40px;
	max-height:560px;
}
.logo-block h2 {
	color: #323b52;
	margin-bottom: 20px;
}
.logo-block p {
	margin-bottom: 30px;
	opacity: .75;
}
.logo-block ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	border-top: 1px solid #e8e8e8;
	padding: 20px 0;
}
.logo-block ul li {
	padding: 5px;
}
.logo-block ul img {
	max-width: 80%;
}
#wp-calendar {
	width: 100%;
}
.content-holder {
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	border: 1px solid #e1e2e3;
	border-bottom-width: 4px;
	margin-bottom: 30px;
	font-size: 18px;
	line-height: 1.7;
	word-break: break-word;
}
.posts {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}
.posts.has-border {
	padding-top: 34px;
	position: relative;
}
.posts.has-border:after {
	position: absolute;
	top: 0;
	left: 11px;
	right: 11px;
	content: "";
	background: #e5e5e5;
	height: 1px;
}
.posts .post {
	width: 100%;
	font-weight: 700;
	overflow: hidden;
	color: #999999;
	padding-bottom: 65px;
	margin-bottom: 30px;
	position: relative;
}
.posts .post:before {
	border-bottom: 5px solid #008ff0;
	position: absolute;
	bottom: 0;
	left: 11px;
	right: 11px;
	content: "";
}
.posts .post.orange:before {
	border-bottom: 5px solid #f85c2c;
}
.posts .post.mulberry:before {
	border-bottom: 5px solid #bd489f;
}
.posts .post.caberat:before {
	border-bottom: 5px solid #da4f6e;
}
.posts .post.purple:before {
	border-bottom: 5px solid #9342da;
}
.posts .post.royal-blue:before {
	border-bottom: 5px solid #733bef;
}
.posts .post.electric-violet:before {
	border-bottom: 5px solid #7840f4;
}
/*.posts .post:hover img {
	-webkit-transform: scale(1.02);
	-ms-transform: scale(1.02);
	transform: scale(1.02);
}*/
.posts .post p {
	margin-bottom: 0;
}
.posts .img {
	overflow: hidden;
	display: block;
}
.posts .img:hover {
	opacity:0.9;
}
.posts time {
	display: block;
	font-weight: 600;
	margin: 0 0 13px;
	font-size: 18px;
	line-height: 1.2;
}
.posts a {
	text-decoration: none;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.posts h2 {
	-webkit-transition: .2s linear;
	transition: .2s linear;
	color: #404a5a;
	line-height: 1.45;
	border-bottom: 1px solid #e5e5e5;
	padding: 0 0 11px;
}
.posts h2 a {
	color: #404a5a;
}
.posts h2 a:hover {
	color: #008ff0;
}
.posts img {
	-webkit-transition: .2s linear;
	transition: .2s linear;
	width: 100%;
	display: block;
	margin-bottom: 12px;
	border-radius:5px;
}
.posts .buttons {
	position: absolute;
	bottom: 18px;
	left: 11px;
	right: 11px;
	border-top: 38px solid #FFF;
}
.posts .pagination {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 15px;
}
.posts .pagination a {
	display: inline-block;
	vertical-align: middle;
	padding: 10px;
	border-radius: 5px;
}
.posts .pagination a:hover {
	background: #ffe471;
}
.posts .pagination .current {
	padding: 10px;
}
.buttons {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
.category .tags {
	color: rgba(64, 74, 90, .63);
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.category .tags .btn {
	padding: 13px 25px;
}
.category .search .input-field {
	height: 37px;
}
.post-detail.container {
	padding-top: 20px;
}
.post-detail .content-holder {
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
	color: #000;
}
.article-body .post-detail p {
	margin-bottom: 39px;
}
ul.breadcrumbs p {
	margin: 0px 0px 4px 0px;
}
.post-detail h1 {
	color: #000;
	font-family: "Montserrat", sans-serif;
}
.post-detail .headings {
	color: #fe7800;
	margin-bottom: 73px;
}
.post-detail .headings h1 {
	color: #fe7800;
}
.post-detail .heading h2 {
	color: #fe7800;
}
.post-detail .img-responsive {
	margin-bottom: 35px;
	width: 100%;
	height: auto;
}
.post-detail .commentlist p {
	margin-bottom: 12px !important;
	padding: 0 !important;
}
.post-detail .post-head .btn {
	padding: 9px 14px;
}
.post-detail .less-indent {
	margin-bottom: 12px;
}
.post-detail .posts {
	line-height: 1.7;
}
.post-detail .posts p {
	margin-bottom: 13px;
}
.post-detail .comment-form p {
	margin-bottom: 15px;
}
.img-caption {
	max-width: 674px;
	display: block;
	margin: 0 auto 33px;
	position: relative;
}
.img-caption:after {
	background: rgba(0, 0, 0, .77);
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	content: "";
}
.img-caption .caption {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	color: #fff;
	font-family: "Montserrat", sans-serif;
	font-weight: 700;
	z-index: 9;
	width: 100%;
	text-align: center;
	padding: 15px;
}
.img-caption img {
	margin: 0 !important;
}
.meta {
	color: #a9acb2;
	/* border-bottom: 1px solid #e5e5e5; */
	padding: 0 0 20px;
	margin: 0 0 20px;
}
.meta p {
	margin-bottom: 0;
}
.comments-section {
	margin-bottom: 30px;
}
.comments-section .heading h2 {
	line-height: 1.1;
}
.comments h2 {
	color: #fe7800;
}
.commentlist {
	border: 1px solid #e5e5e5;
	border-radius: 10px;
	padding: 15px 15px 0;
	position: relative;
	overflow: hidden;
	margin-bottom: 0;
}
.commentlist .avatar-holder {
	margin: 0;
}
.commentlist-item {
	position: relative;
}
.commentlist-item .commentlist-item .avatar-holder {
	top: 25px;
	right: 15px;
}
.commentlist-item .commentlist-item {
	background: #f9f9fa;
	margin: 0 -15px;
	padding-left: 15px;
	border-left: 3px solid #d5d7de;
	padding-bottom: 0;
}
.commentlist-item + .commentlist-item .avatar-holder {
	top: 25px;
	right: 15px;
}
.commentlist-item .commentlist-item {
	background: #f9f9fa;
	margin: 0 -15px;
	border-left: 3px solid #d5d7de;
}
.commentlist-item .commentlist-item .commentlist-item {
	background: #fff;
	border-left: 3px solid #d5d7de;
	margin: 7px 0 0 15px;
	padding-left: 15px;
}
.commentlist-item .commentlist-item .commentlist-item .avatar-holder {
	top: 28px;
}
.commentlist-item .meta,
.commentlist-item .edit-link {
	display: inline-block;
	vertical-align: top;
	border: none;
	padding: 0;
	margin: 0 0 15px;
}
.author-name {
	display: block;
}
.avatar-holder {
	width: 50px;
	height: 50px;
	position: absolute;
	top: 8px;
	right: 0;
	border-radius: 100%;
	overflow: hidden;
	margin: 0;
}
.avatar-holder img {
	width: 100%;
	height: auto;
	display: block;
}
.comment-reply-title {
	color: #fe7800;
}
.comment-reply-link {
	font-weight: 700;
	text-decoration: none;
}
.commentlist-holder {
	padding-right: 45px;
	padding-left: 15px;
}
.comment-edit-link {
	color: #999;
	text-decoration: none;
}
.comment-form {
	padding-top: 16px;
}
.comment-form .col {
	width: 100%;
}
.comment-form label {
	padding-bottom: 15px;
}
.comment-form textarea,
.comment-form input[type="text"],
.comment-form input[type="email"] {
	width: 100%;
	max-width: 100%;
	height: 48px;
}
.comment-form textarea {
	height: 140px;
	margin-bottom: 14px;
}
.comment-form .form-submit .btn,
.comment-form .form-submit input[type="submit"] {
    font-family: "Montserrat", sans-serif;
    background: #008ff0;
    padding: 8px 10px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: none;
    font-size: 20px;
    line-height: 1.25;
    min-width: 255px;
    text-transform:uppercase;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.comment-form .form-submit .btn:hover,
.comment-form .form-submit input[type="submit"]:hover {
	background: #0071bd;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.comment-reply-title {
	margin: 0;
}
.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
	padding-top: 20px !important;
}
.comments .commentlist {
	background: #fff;
}
.comments .commentlist-item {
	margin: 0;
	padding-bottom: 0;
}
.comments .commentlist-item + .commentlist-item {
	margin: 0px 31px;
}
.comments .commentlist-item .commentlist-item {
	background: #f9f9fa;
	padding-top: 20px !important;
	margin: 0 -29px;
}
.comments .commentlist-item .commentlist-item .commentlist-item {
	background: white;
	margin: 0 30px 0 60px;
}
.about-us {
	color: #000;
}
.about-us h2 {
	color: #404a5a;
}
.about-us .img {
	float: left;
	width: 70px;
	margin: 0 10px 0 0;
}
.about-us .img.large {
	width: 100%;
}
.about-us .img img {
	max-width: 100%;
	display: block;
	margin: 0 auto 20px;
}
.about-us p {
	margin-bottom: 30px;
	color:#383838;
}
.about-us p a {
	color: #0348d6;
	text-decoration: none;
}
.about-us .info-block {
	background: #f9f9fa;
	padding: 10px;
	border: 1px solid #ebebed;
	border-bottom-width: 4px;
	border-radius:5px;
	margin-bottom: 20px;
}
.about-us .block-holder {
	border: 1px solid #ebebed;
	background: #fff;
	padding: 15px;
	border-radius:5px;
}
.about-us .post-list {
	border-top: 1px solid #e5e5e5;
	/* word-spacing: 3px; */
}
.about-us .post-list li {
	padding: 8px 0 9px;
	border-bottom: 1px solid #e5e5e5;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
}
.about-us .post-list a:hover {
	opacity: .5;
}
.about-us .post-list .img-logo {
	width: 45px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top: 5px;
}
.about-us .post-list .img-logo img {
	display: block;
}
.about-us .post-list p {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	margin: 0;
	padding-left: 10px;
}
.intro-text {
	font-size:18px;
	line-height:1.7;
}
.blog-management .intro-text {
	margin-bottom: 30px;
}
.blog-management .intro-text a {
	font-weight: 700;
	color: #0097f4;
	text-decoration: none;
}
.blog-management .intro-text p {
	margin-bottom: 33px;
}
.blog-management h2 {
	color: #404a5a;
}
.blog-management .summary-box {
	background: #f9f9fa;
	padding: 22px 15px 26px;
	border: 1px solid #ebecee;
	margin-bottom: 25px;
	line-height: 1.5;
}
.blog-management .summary-box .img {
	width: 122px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin: 0 auto 20px;
}
.blog-management .summary-box .img img {
	max-width: 100%;
	display: block;
}
.blog-management .summary-box p {
	margin: 0;
}
.blog-management .content-holder {
	border-bottom-width: 3px;
	margin-bottom: 20px;
}
.blog-management .content-holder p a {
	font-weight: 700;
	text-decoration: underline;
	color: #000;
}
.blog-management .content-holder p a:hover {
	color: #0097f4;
}
.case-studies {
	color: #404a5a;
}
.case-studies .info-block {
	background: #f9f9fa none repeat scroll 0 0;
	border: 1px solid #ebebed;
	margin-bottom: 30px;
	padding: 21px 20px;
	border-bottom-width:4px;
	border-radius:5px;
}
.case-studies .info-block img {
	width: 100%;
	display: block;
}
.case-studies .graph-holder {
	border-right: 1px solid #ebebed;
	border-top: 1px solid #ebebed;
	border-left: 1px solid #ebebed;
    border-radius: 5px 5px 0px 0px;
    overflow: hidden;
}
.case-studies .graph-holder img {
	width: 100%;
	display: block;
}
.case-studies .content-holder {
	padding: 37px 15px 0;
}
.case-studies .content-holder h2 {
	margin-bottom: 31px;
}
.case-studies .intro-text {
	padding-bottom: 26px;
}
.case-studies .text-holder {
	background: #fff;
	padding: 20px;
	border-radius: 0px 0px 5px 5px;
    border: 1px solid #ebebed;
}
.case-studies .text-holder h3 {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px solid #ebebed;
}
.case-studies .text-holder p {
	margin-bottom: 30px;
}
.case-studies .list {
	margin-bottom: 47px;
	padding: 0;
	color: #404a5a;
}
.case-studies .list li {
	padding: 12px 0 12px 30px;
	border-bottom: 1px solid #ebebed;
}
.case-studies .list li:before {
	display: none;
}
.case-studies .list .fas {
	position: absolute;
	top: 17px;
	left: 0;
	color: #62d995;
}
.comparison .table {
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 17px;
}
.comparison .table tr {
	border-bottom: 1px solid #e1e2e3;
}
.comparison .table tr:nth-child(even) {
	background: #f9faff;
}
.comparison .table thead tr {
	background: #fff;
}
.comparison .table th,
.comparison .table td {
	border: none;
	padding: 5px;
	color: #000;
	text-align: center;
}
.comparison .table th:first-child,
.comparison .table td:first-child {
	color: #8590a3;
	text-align: left;
}
.comparison .table .fa-times-circle {
	color: #fe585d;
}
.comparison .table .fa-check-circle {
	color: #2ecc71;
}
.comparison .table .fa-question-circle {
	color: #acb6bd;
}
.contact-us {
	font-size: 1.3rem;
	line-height: 1.65;
	color: #000;
}
.contact-us h2 {
	color: #404a5a;
}
.contact-us p {
	margin-bottom: 32px;
	color:#383838;
}
.contact-us p a {
	color: #0097f4;
	text-decoration: none;
}
.contact-us .info-block {
	background: #f9f9fa;
	padding: 10px;
	border: 1px solid #ebebed;
	margin-bottom: 15px;
	border-bottom-width:4px;
	border-radius:5px;
}
.contact-us .block-holder {
	border: 1px solid #ebebed;
	background: #fff;
	padding: 15px;
	border-radius:5px;
}
.contact-form .label {
	color: #e50000;
	display: block;
	margin-bottom: 10px;
}
.contact-form label {
	color:#383838;
}
.contact-form .required {
	padding-left: 5px;
}
.contact-form .btn {
	text-transform: uppercase;
}
.input-row.btn-holder {
	width: 100%;
	padding-top: 30px;
}
.input-row .input-holder {
	margin-bottom: 15px;
}
.input-field {
	background: #f4f7fb;
	height: 45px;
	border-radius: 5px;
	border: none !important;
	color: #000;
	box-shadow: -2px 2px 0 #dee9f4;
	width: 100%;
}
.input-field::-webkit-input-placeholder {
	color: #000;
}
.input-field::-moz-placeholder {
	opacity: 1;
	color: #000;
}
.input-field:-moz-placeholder {
	color: #000;
}
.input-field:-ms-input-placeholder {
	color: #000;
}
.input-field.placeholder {
	color: #000;
}
.pricing .content-holder {
	margin-bottom: 40px;
	padding-bottom: 50px;
}
.pricing .intro-text {
	padding-bottom: 20px;
}
.pricing .intro-text p {
	margin-bottom: 30px;
}
.pricing .intro-text a {
	color: #0097f4;
	text-decoration: none;
}
.pricing .intro-text a:hover {
	color: #f85c2c;
}
.pricing .services li p {
	color:#999999;
}
.pricing p a,
.pricing .note a {
	color: #0097f4;
	text-decoration: none;
}
.pricing p a:hover,
.pricing .note a:hover {
	color: #f85c2c;
}
.pricing h2 {
	text-align: center;
	color: #404a5a;
}
.pricing .services {
	color: #91959f;
	font-size: 15px;
	line-height: 1.25;
	border: 1px solid #eee;
	border-radius: 5px;
	overflow: hidden;
	margin-bottom: 30px;
}
.pricing .services li {
	padding: 15px;
	border-top: 1px solid #eee;
}
.pricing .services li:first-child {
	border: none;
}
.pricing .services li:nth-child(odd) {
	background: #fafbfb;
}
.pricing .services .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
}
.pricing .services .img {
	width: 25px;
	height: 25px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.pricing .services .img img {
	width: 100%;
	display: block;
}
.pricing .services h3 {
	font-size: 1.3rem;
	color: #000;
	font-weight: 500;
	padding-left: 10px;
	margin: 0;
}
.pricing .services p {
	margin-bottom: 0;
}
.pricing .contact-block {
	color: #a8afb6;
	background: #f6fcfe;
	border-radius: 5px;
	overflow: hidden;
	border: 1px solid #c0d7dc;
	font-family: "Montserrat", sans-serif;
	text-align: center;
}
.pricing .contact-block .col {
	padding: 15px 17px;
	color: rgba(64, 74, 90, .51);
	font-weight: 500;
}
.pricing .contact-block .col:first-child {
	color: #a8afb6;
	font-weight: 500;
}
.pricing .contact-block .price {
    font-size: 41px;
    line-height: 1.25;
    font-weight: 700;
    color: #098cd0;
    padding-right: 8px;
    padding-left: 5px;
}
.pricing .contact-block .price sup {
	font-weight: 400;
	font-size: 27px;
	left: 6px;
}
.pricing .contact-block .btn {
	text-transform: uppercase;
	margin-left: 5px;
}
.pricing .note {
	display: block;
	text-align: center;
	padding: 14px;
	color: #a6adba;
	font-size: 14px;
	line-height: 1.25;
}
.boxes .box {
	background: #fff;
	padding: 20px 15px;
	border-radius: 5px;
	border: 1px solid #e1e2e3;
	border-bottom-width: 4px;
	margin-bottom: 30px;
	font-size: 14px;
}
.boxes h4 {
	font-size: 24px;
	line-height: 30px;
	color: #404a5a;
	border-bottom: 1px solid #e0e0e0;
	padding: 0 0 24px;
	margin-bottom: 20px;
}
.boxes p {
	margin-bottom: 10px;
}
.boxes a {
	color: #259ff4;
	text-decoration: none;
}
.boxes a:hover {
	color: #f85c2c;
}
.why-blog {
	font-size: 1.3rem;
	line-height: 2.5rem;
	color: #000;
}
.why-blog .intro-text {
	padding-bottom: 20px;
}
.why-blog .intro-text p {
	margin-bottom: 0;
}
.main-head {
	padding: 17px 0 33px;
}
.why-blog h2 {
	color: #404a5a;
}
.why-blog h2.less-indent {
	margin-bottom: 30px;
}
.why-blog h3 {
	line-height: 1.25;
	color: #404a5a;
	margin: 0 0 23px;
	font-size: 14px;
}
.why-blog .info {
	background: #eff9ff;
	border-left: 4px solid #9fd3e9;
	padding: 15px 20px 10px;
	margin-bottom: 20px;
}
.why-blog p,
.pricing p {
	margin-bottom: 31px;
	color:#383838;
}
.blog-management .intro-text p,
.comparison .intro-text p {
	color:#383838;
}
.why-blog p a {
	color: #0348d6;
	text-decoration: none;
}
.why-blog .info-block {
	background: #f9f9fa;
	padding: 10px;
	border: 1px solid #ebebed;
	border-bottom-width: 4px;
	margin-bottom: 10px;
    border-radius: 5px;
}
.why-blog .block-holder {
	border: 1px solid #ebebed;
	background: #fff;
	padding: 22px 15px 0;
	line-height: 1.7;
	border-radius:5px;
}
.why-blog .content-holder.choose-us p a {
	color: #004efe;
}
.why-blog .content-holder.choose-us p a:hover {
	color: #f85c2c;
}
.why-blog .head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	margin-bottom: 10px;
}
.why-blog .head h3 {
	margin-bottom: 0;
	padding: 0 0 0 10px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.why-blog .img {
	width: 26px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
.why-blog .img img {
	width: 100%;
	display: block;
}
.why-blog .info-detail {
	border-top: 1px solid #e5e5e5;
	padding: 28px 15px 3px;
	margin: 0 -15px 0;
}
.why-blog p img {
	vertical-align: middle;
}
.why-blog ol {
	color:#383838;
	padding: 0;
}
.why-blog ol li {
	padding: 0;
	margin-bottom: 30px;
}
.why-blog .author {
	font-family: "Montserrat", sans-serif;
	background: #fff;
	border-radius: 5px;
	border: 1px solid #e1e2e3;
	padding: 8px 20px 6px 52px;
	color: #404a5a;
	position: relative;
	font-weight: 600;
	margin-top: -1px;
    margin-left: 18px;
}
.why-blog .author a {
	color: #317bf6;
	text-decoration: none;
}
.why-blog .author a:hover {
	color: #f85c2c;
}
.why-blog .author .img {
	width: 24px;
	position: absolute;
	top: 10px;
	left: 15px;
}
.why-blog .author .img img {
	width: 100%;
	display: block;
}
.why-blog .head-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
}
.why-blog .head-holder h1 {
	width: auto;
	max-width: inherit;
	margin-right: 24px;
}
.source-link {
	display: block;
	padding: 10px 0 21px;
	font-size: 12px;
	line-height: 16px;
	color: #000;
	opacity: .54;
}
.source-link a {
	color: #000 !important;
	text-decoration: none;
	word-break: break-all;
}
.source-link a:hover {
	color: #f85c2c !important;
}
.sticky-wrap-header {
	font-family: "Montserrat", sans-serif;
	font-size: 16px;
	line-height: 1.2;
	text-shadow: 0 1px 1px #fff;
	z-index: 99;
	height:138px;
}
.sticky-wrap-header .header {
	position: relative;
	background: #ffe471;
	border-bottom: 1px solid #ddc34a;
	z-index: 99;
}
.home .sticky-wrap-header .header {
	border: none;
}
.sticky-wrap-header.fixed-position .header {
	border-bottom: 1px solid #ddc34a;
	z-index: 9999;
}
.home .sticky-wrap-header.fixed-position .header {
	border-bottom: 1px solid #ddc34a;
}

.sticky-wrap-header.fixed-position .logo {
	position: relative;
}
.sticky-wrap-header.fixed-position .logo img {
	width: 52px;
}
.sticky-wrap-header.fixed-position .main-nav li:hover > a {
	opacity: .5;
}
.sticky-wrap-header.fixed-position .main-nav a:hover {
	opacity: .5;
}
.sticky-wrap-header.fixed-position .main-nav ul ul a {
	color: #000;
}
.sticky-wrap-header .container {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	padding-bottom: 11px;
}
.sticky-wrap-header .logo {
	width: 60px;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	max-height:111px;
}
.sticky-wrap-header .logo .logo-holder {
	-webkit-transition: .2s linear;
	transition: .2s linear;
	padding: 15px 0;
	position: relative;
	z-index: 9;
	max-width:82px;
}
.sticky-wrap-header .logo a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	font-weight: 700;
	color: #070b16;
	text-decoration: none;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.sticky-wrap-header .logo .logo-text {
	padding-left: 15px;
	display: none;
}
.sticky-wrap-header .logo img {
	-webkit-transition: .2s linear;
	transition: .2s linear;
	width: 82px;
	background-size:100%;
	-webkit-backface-visibility: hidden !important;
}
.main-nav {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
	opacity: 0;
	visibility: hidden;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #ffe471;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	overflow: auto;
}
.nav-active .main-nav {
	opacity: 1;
	visibility: visible;
}
.resize-active .main-nav {
	-webkit-transition: none;
	transition: none;
}
.main-nav ul {
    font-weight: 700;
}
.main-nav ul ul {
	position: absolute;
	top: 100%;
	width: 100%;
	font-size: 13px;
	font-weight: 600;
	display: block;
	padding: 10px 0;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	box-shadow: 0 0 5px rgba(0, 0, 0, .18);
	z-index: 999;
	margin-top: 9px;
}
.main-nav ul ul li {
	margin: 0;
	padding: 10px 15px;
}
.main-nav ul ul a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 0;
	font-weight:500;
	white-space: nowrap;
}
.main-nav ul ul a:hover {
	opacity: .6;
}
.main-nav ul ul .img {
	width: 16px;
	margin-right: 10px;
}
.main-nav ul ul img {
	width: 16px;
	display: block;
	margin-top:-2px;
}
.main-nav ul li {
	padding: 5px 20px;
	position: relative;
}
.main-nav ul li.hover > a.has-drop-down-a i,
.main-nav ul li:hover > a.has-drop-down-a i {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	margin-top: 2px;
    margin-right: 6px;
}
.main-nav ul i {
	display: none;
}
.main-nav ul a {
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	padding: 10px 15px;
	border-radius: 5px;
}
.main-nav ul a:hover {
	opacity: .5;
}
.main-nav ul a.has-drop-down-a {
	padding-right: 30px;
}
.main-nav ul a.has-drop-down-a svg {
	display: block;
	line-height: 1;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 19px;
	margin-top: -2px;
	-webkit-transition: .2s linear;
	transition: .2s linear;
	margin-right: 2px;
	font-size: 18px;
	opacity: 0.4;
}
.main-nav ul a.has-drop-down-a:hover svg {
	-webkit-transform: translateY(-50%) rotate(-90deg);
	-ms-transform: translateY(-50%) rotate(-90deg);
	transform: translateY(-50%) rotate(-90deg);
	margin-top:1px;
	right:22px;
	opacity:1;
}
.nav-opener {
	width: 28px;
	height: 22px;
	position: absolute;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	z-index: 999;
}
.nav-opener:before,
.nav-opener:after,
.nav-opener span {
	height: 4px;
	background: #000;
	border-radius: 4px;
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	margin-top: -2px;
	-webkit-transition: all .2s linear;
	transition: all .2s linear;
}
.nav-opener:before,
.nav-opener:after {
	content: "";
	top: 2px;
}
.nav-opener:after {
	top: 20px;
}
.nav-active .nav-opener span {
	opacity: 0 !important;
}
.nav-active .nav-opener:after,
.nav-active .nav-opener:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}
.nav-active .nav-opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.nav-opener:hover:before,
.nav-opener:hover:after,
.nav-opener:hover span {
	opacity: .95;
}
.wrapper {
	position: relative;
	overflow: hidden;
}
a {
	-webkit-transition: .15s linear;
	transition: .15s linear;
}
.btn,
.search-form input[type="submit"] {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 18px;
	background: #008ff0;
	padding: 8px 10px;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: none;
}
.btn i,
.search-form input[type="submit"] i {
	padding-right: 6px;
}
.btn.large,
.search-form input[type="submit"].large {
	padding: 10px 20px;
	font-size: 14px;
	line-height: 18px;
}
.btn.large i,
.search-form input[type="submit"].large i {
	padding-right: 6px;
	position: relative;
	top: 1px;
}
.btn.btn-small,
.search-form input[type="submit"].btn-small {
	font-size: 12px;
	line-height: 1.2;
	padding: 10px 8px;
}
.btn.orange,
.search-form input[type="submit"].orange {
	background: #f85c2c;
}
.btn.orange:hover,
.search-form input[type="submit"].orange:hover {
	background: #e93d08;
}
.btn.caberat,
.search-form input[type="submit"].caberat {
	background: #da4f6e;
}
.btn.caberat:hover,
.search-form input[type="submit"].caberat:hover {
	background: #cb2b4f;
}
.btn.mulberry,
.search-form input[type="submit"].mulberry {
	background: #bd489f;
}
.btn.mulberry:hover,
.search-form input[type="submit"].mulberry:hover {
	background: #9a3881;
}
.btn.purple,
.search-form input[type="submit"].purple {
	background: #9342da;
}
.btn.purple:hover,
.search-form input[type="submit"].purple:hover {
	background: #7a26c3;
}
.btn.electric-violet,
.search-form input[type="submit"].electric-violet {
	background: #7840f4;
}
.btn.electric-violet:hover,
.search-form input[type="submit"].electric-violet:hover {
	background: #5610f1;
}
.btn.read,
.search-form input[type="submit"].read {
	background: #eee;
	color: rgba(0, 0, 0, .69);
}
.btn.read:hover,
.search-form input[type="submit"].read:hover {
	background: #d5d4d4;
	color: #000;
}
.btn.royal-blue,
.search-form input[type="submit"].royal-blue {
	background: #733bef;
}
.btn.royal-blue:hover,
.search-form input[type="submit"].royal-blue:hover {
	background: #5413e4;
	color: #fff;
}
.btn:hover,
.search-form input[type="submit"]:hover {
	background: #0071bd;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.fa-phone-alt,
.fa-envelope {
    margin-right: 10px !important;
}
.list {
	margin-bottom: 15px;
	padding-left: 20px;
}
.list li {
	position: relative;
	padding-left: 15px;
}
.list li:before {
	width: 7px;
	height: 7px;
	position: absolute;
	top: 6px;
	left: 0;
	content: "";
	background: #fe7800;
	border-radius: 100%;
}
.order-list {
	counter-reset: newCounter;
	margin-bottom: 15px;
}
.order-list li {
	position: relative;
	padding-left: 20px;
}
.order-list li:before {
	counter-increment: newCounter;
	content: counters(newCounter, ".") ". ";
}
blockquote {
	background: #fff9f4;
	border-left: 5px solid #fe7800;
	margin: 0 0 30px;
	padding: 18px 30px;
	color: #6b3e18;
}
.post-template-default pre {
    font-size: 16px;
    color: #0a6dbb;
    background: #f1f9ff;
    border: 1px solid #9bd2ff;
    border-radius: 5px;
    padding: 21px 40px;
    font-family: monospace;
    font-weight: bold;
    line-height: 1.7;
    width: min-content;
}
.main-head {
	padding-bottom: 25px;
}
.main-head .btn {
	text-transform: uppercase;
	padding: 12px 40px 12px 28px;
}
.main-head h1 {
	margin: 0 0 15px;
	color: #000;
}
.author-info {
	border: solid #e5e5e5;
	border-width: 1px 0;
	padding: 20px 0;
	margin-bottom: 20px;
	line-height: 1.5;
}
.author-info .img {
	width: 131px;
	height: 131px;
	border-radius: 100%;
	overflow: hidden;
	margin: 0 auto 20px;
}
.author-info .img img {
	width: 100%;
	display: block;
}
.author-info .info {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.author-info strong {
	display: block;e
	margin: 0 0 13px;
}
.author-info p {
	margin: 0;
	color:#383838;
	line-height:2.5rem !important;
}
.article {
	background: #eff9ff;
	border: 1px solid #e1e2e3;
	border-radius: 5px;
	padding: 20px;
	margin-bottom: 15px;
	line-height: 1.6;
}
.article h4 {
	color: #000;
	margin-bottom: 17px;
}
.article .text-info {
	padding: 0 0 20px;
}
.article .image {
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.article .image img {
	max-width: 100%;
	display: block;
}
.article p {
	margin-bottom: 23px;
}
.article .btn {
	text-transform: uppercase;
	padding: 12px;
}
.flex-holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	padding-bottom: 7px;
}
.tags {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	width: 100%;
}
.tags li {
	padding: 5px 0;
	margin-right: 5px;
}
.search-form {
	max-width: 350px;
}
.search-form fieldset {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	width: 100%;
}
.search-form fieldset input[type="search"] {
	font-family: "Montserrat", sans-serif;
	background: #fff;
	box-shadow: none;
	border: 1px solid #d9dde2 !important;
	font-weight: 700;
	font-size: 14px;
	line-height: 18px;
	padding-left: 18px;
	height: 48px;
	width: 100%;
	margin-bottom: 10px;
}
.search-form fieldset input[type="search"]::-webkit-input-placeholder {
	color: #000;
	opacity: .38;
}
.search-form fieldset input[type="search"]::-moz-placeholder {
	opacity: 1;
	color: #000;
	opacity: .38;
}
.search-form fieldset input[type="search"]:-moz-placeholder {
	color: #000;
	opacity: .38;
}
.search-form fieldset input[type="search"]:-ms-input-placeholder {
	color: #000;
	opacity: .38;
}
.search-form fieldset input[type="search"].placeholder {
	color: #000;
	opacity: .38;
}
.search-form fieldset input[type="submit"] {
	height: 48px;
	line-height: 36px;
}
.flex-holder .search {
	background: #fbfbfb;
	border:1px solid #e6e5e5;
	position: relative;
	margin: 15px 0;
	padding: 4px 0;
	border-radius: 5px;
	-webkit-box-flex: 1;
	-ms-flex-positive: 1;
	flex-grow: 1;
}
.search .input-field {
	font-family: "Montserrat", sans-serif;
	background: none;
	border: none;
	padding-left: 45px;
	font-size: 15px;
	line-height: 20px;
	font-weight: 700;
	width: 100%;
	box-shadow: none;
	height: 40px;
	outline:none;
}
.search .input-field::-webkit-input-placeholder {
	color: rgba(0, 0, 0, .38);
}
.search .input-field::-moz-placeholder {
	opacity: 1;
	color: rgba(0, 0, 0, .38);
}
.search .input-field:-moz-placeholder {
	color: rgba(0, 0, 0, .38);
}
.search .input-field:-ms-input-placeholder {
	color: rgba(0, 0, 0, .38);
}
.search .input-field.placeholder {
	color: rgba(0, 0, 0, .38);
}
.search .btn-submit {
	font-size: 16px;
	line-height: 1;
	position: absolute;
	top: 14px;
	left: 12px;
	background: none;
	padding: 0;
	border: none;
	color: #868686;
}
.navigation {
	font-family: "Montserrat", sans-serif;
	font-size: 14px;
	line-height: 1.2;
	font-weight: bold;
	text-align: center;
}
.navigation .page-numbers {
	padding: 5px 8px;
	border-radius: 5px;
	color: #000;
	text-decoration: none;
}
.navigation .page-numbers.prev,
.navigation .page-numbers.next {
	background: #f6f6f6;
	color: rgba(120, 120, 120, .55);
	text-transform: uppercase;
	padding: 5px 8px;
	text-align: center;
}
.navigation .page-numbers.prev:hover,
.navigation .page-numbers.next:hover {
	background: #ffe471;
	color: #000;
}
.navigation .page-numbers:hover {
	background: #ffe471;
}
.navigation .current {
	background: #ffe471;
	border-radius: 5px;
}
body .bottom-block {
	color: rgba(91, 100, 121, .77);
	text-align: center;
	float: none;
	padding-top: 20px !important;
	width: 100% !important;
	margin: 0px auto !important;
	padding-bottom: 100px !important;
	text-align: center;
	display: block !important;
}
.bottom-block h2 {
	color: #313f5a;
	margin: auto;
	font-size: 2.5rem;
	line-height: 3rem;
	margin-bottom: 10px;
}
.bottom-block p {
	margin-bottom: 25px;
}
.bottom-block .buttons {
	border-top: 1px solid #d5d5d4;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	text-transform: uppercase;
	padding-top: 32px;
}
.bottom-block .buttons .btn.read {
	background: #bdbdbd;
	color: #fff;
}
.bottom-block .buttons .btn.read:hover {
	background: #989898;
}
.bottom-block .or {
	font-family: "Montserrat", sans-serif;
	font-size: 17px;
	line-height: 1.2;
	margin: 10px;
	font-weight: 700;
	color: #000;
	text-transform: uppercase;
	position: relative;
	display: block;
}
.bottom-block .or:after,
.bottom-block .or:before {
	width: 8px;
	height: 2px;
	background-color: red;
	content: "";
	display: inline-block;
	vertical-align: middle;
	background: #d5d5d4;
	margin: 0 3px;
}
.post-head {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	background: #f9f9f9;
	padding: 15px 20px;
	border: solid #e1e2e3;
	border-width: 1px 1px 0;
	border-radius: 5px 5px 0 0;
}
.post-head .breadcrumbs {
	width: 82%;
	height: 20px;
	margin-top: 6px;
	font-size: 18px !important;
	color: #79797d;
}
.post-head .btn {
	font-size: 12px;
	line-height: 16px;
	padding: 10px;
	-ms-flex-item-align: start;
	align-self: flex-start;
	margin-bottom: 5px;
}
.breadcrumbs {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.breadcrumbs li {
	color: #79797d;
	position: relative;
}
.breadcrumbs li:last-child:after {
	display: none;
}
.breadcrumbs li:after {
	display: inline-block;
	vertical-align: middle;
	content: ">";
	margin: 1px 5px 0;
}
.breadcrumbs a {
	color: #f85c2c;
	text-decoration: underline;
}
.breadcrumbs a:hover {
	color: #000;
}
.subscribe-block {
	background: #f0f8ff;
	padding: 20px;
	margin-bottom: 43px;
	border: 1px solid #dbe6f0;
	position: relative;
	min-height: 150px;
	position: relative;
	border-radius:5px;
}
.subscribe-block h3 {
	color: #404a5a;
	font-weight: 500;
	margin: 0 0 17px;
}
.subscribe-block .holder {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-flow: row wrap;
	flex-flow: row wrap;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	position: relative;
}
.subscribe-block .cols {
	width: 100%;
}
.subscribe-block .col {
	position: relative;
}
.subscribe-block .col:first-child .input-field {
	padding-right: 15px;
}
.subscribe-block .col .input-field {
	margin-bottom: 15px;
}
.subscribe-block .col .btn {
	padding: 14px 32px;
	margin-bottom: 0px !important;
}
.subscribe-block .img img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}
.subscribe-block .input-field {
	font-family: "Montserrat", sans-serif;
	background: #fff;
	box-shadow: none;
	border: 1px solid #d9dde2 !important;
	font-weight: 700;
	font-size: 18px;
	line-height: 22px;
	padding-left: 18px;
	height: 48px;
}
.subscribe-block .input-field::-webkit-input-placeholder {
	color: #000;
	opacity: .38;
}
.subscribe-block .input-field::-moz-placeholder {
	opacity: 1;
	color: #000;
	opacity: .38;
}
.subscribe-block .input-field:-moz-placeholder {
	color: #000;
	opacity: .38;
}
.subscribe-block .input-field:-ms-input-placeholder {
	color: #000;
	opacity: .38;
}
.subscribe-block .input-field.placeholder {
	color: #000;
	opacity: .38;
}
.footer {
	background: #17191e;
	color: #fff;
	float:left;
	line-height: 1.9;
	width:100% !important;
}
.footer .container {
	padding-top: 30px;
	padding-bottom: 30px;
}
.footer .title {
	font-family: "Montserrat", sans-serif;
	font-size: 1.5rem;
	line-height: 1.2;
	font-weight: 500;
	border-bottom: 1px solid #3e4044;
	padding-bottom: 20px;
	margin-bottom: 20px;
	display: block;
	position: relative;
	text-transform: uppercase;
	color: #fff;
}
.footer .title:after {
	position: absolute;
	bottom: -2px;
	height: 1px;
	left: 0;
	right: 0;
	background: #000;
	content: "";
}
.footer .footer-info {
	color: #c9d7dd;
}
.footer .col {
	margin-bottom: 20px;
}
.footer ul li {
	margin-bottom: 1px;
}
.footer ul a {
	color: #c9d7dd;
	text-decoration: none;
}
.footer .note {
	position: relative;
	display: inline-block;
	vertical-align: top;
	padding-left: 20px;
	margin-bottom: 3px;
}
.footer .note:after {
	width: 9px;
	height: 9px;
	background: #73c127;
	position: absolute;
	top: 4px;
	left: 0;
	content: "";
	border-radius: 100%;
}
.footer .info {
	position: relative;
	color: #91959f;
	padding: 25px 0 10px;
	margin-bottom: 25px;
	max-height:auto;
}
.footer .info:after,
.footer .info:before {
	position: absolute;
	top: 0;
	height: 1px;
	left: 0;
	right: 0;
	background: #3e4044;
	content: "";
}
.footer .info:before {
	top: auto;
	bottom: 0;
}
.footer .info .column {
	margin-bottom: 20px;
	color: #91959f;
}
.footer .info .column:first-child:after,
.footer .info .column:first-child:before {
	position: absolute;
	top: 0;
	width: 1px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	background: #000;
	content: "";
}
.footer .info .column:first-child:before {
	top: auto;
	bottom: 0;
}
.footer .info .column .logo {
	width: 45px;
	-ms-flex-negative: 0;
	flex-shrink: 0;
	margin-top:-2px;
}
.footer .info .column .logo img {
	width: 100%;
	display: block;
	margin-left:15px;
}
.footer .info .column p {
	opacity: 1;
	color: #717171;
}
.footer .info p {
	margin-bottom: 0;
}
.footer .copyright {
	display: block;
	text-align: center;
	color: #717171;
	opacity: 1;
}
.footer .copyright.single {
	padding: 35px 15px;
	text-transform: uppercase;
}
.footer .copyright a {
	color: #717171;
	text-decoration: none;
}
.footer a:hover {
	color:#C9D7DD;
}
.pricingtop,
.pricingtop source,
.pricingtop img {
	position: relative;
    top: 4px;
    margin-top: -20px;
}
.page-template-template-contact_us .wpcf7-submit {
	font-size: 23px;
    line-height: 30px;
    padding: 14px 34px 14px 27px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: none;
    background: #008ff0;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
.page-template-template-contact_us .wpcf7-submit:hover {
    background: #0071bd;
}
.page-template-template-contact_us .wpcf7-text {
	background: #f4f7fb;
    height: 45px;
    border-radius: 5px;
    border: none !important;
    color: #000;
    box-shadow: -2px 2px 0 #dee9f4;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: .4em .7em;
}
.page-template-template-contact_us .wpcf7-textarea {
	background: #f4f7fb;
    height: 120px;
    border-radius: 5px;
    border: none !important;
    color: #000;
    box-shadow: -2px 2px 0 #dee9f4;
    width: 100%;
    -webkit-appearance: none;
    border-radius: 5px;
    box-sizing: border-box;
    padding: .4em .7em;
}
.page-template-template-contact_us  .required {
	padding-left:5px;
	color:#c20000;
}
.page-template-template-contact_us  .wpcf7-form .label {
	display: block;
    height: 14px;
}
.sticky-wrap-header .logo {
	transition: all 300ms ease-in-out;
	z-index:10;
	float:left;
}
.sticky-wrap-header .logo a:hover {
	opacity:0.8;
}
.sticky-wrap-header .logo a:active {
	position:relative;
	top:2px;
	opacity:0.5;
}
.branding-badge {
	display:none !important;
}
.back {
	background: #fff17b;
    padding-top: 18px;
    margin-top: 12px !important;
    padding-left: 22px;
    border: 1px solid #efcc2b;
    border-radius: 5px;
    width: 100%;
    margin-bottom: 12px !important;
}
.back::before {
	content: "‹" !important;
    float: left;
    margin-right: 13px;
    font-size: 35px;
    opacity: 1;
    color: #95843d;
    line-height: 20px;
}
.post-detail img {
	border:1px solid #e1e2e3;
	border-radius:5px;
}
.article .image img {
	border:0px !important;
}
#menu-primary-menu {
	-webkit-transition: none !important;
	transition: none !important;
}
.main-nav {
	-webkit-transition: none !important;
	transition: none !important;
}
.post-detail blockquote p {
	margin-bottom:0px;
}
.hb-logo-wrapper {
	display:none !important;
	position:absolute;
	left:-9999px;
}
/* Table of Contents Styling */
.lwptoc_title {
	font-size: 38px;
    font-family: "Montserrat", sans-serif;
}
.lwptoc_i {
    padding-left: 40px !important;
    padding-bottom: 15px !important;
    padding-right: 40px !important;
    padding-top: 20px !important;
    width:auto;
}
.lwptoc_item {
	background-image: url(/wp-content/themes/contentpowered/images/check.svg);
	background-repeat: no-repeat;
	background-size: 23px 23px !important;
	padding-left: 27px;
	background-position: 0px 7px;
	margin-left: 1px;
	font-size: 1.3rem !important;
	line-height: 2.5rem;
	margin-top: 1rem !important;
	margin-bottom: 1rem !important;
	list-style: none !important;
	margin-right: 20px;
}
.lwptoc_item_label:hover {
	border-bottom: 1px dotted!important;
	color:#00a1ff;
}
.lwptoc-light .lwptoc_i {
	width:auto;
}
.lwptoc_item_label {
	position:relative;
	left:14px;
}
.lwptoc {
	margin: 0px 0 32px 0;
	border-radius: 7px;
	border: 1px solid #d2e6fa;
	display: inline-block;
	overflow: hidden;
}
.lwptoc:first-child {
	margin-top: 16px
}
.lwptoc_i {
	padding: 14px 18px 18px;
	text-align: left
}
.lwptoc_header {
	margin-bottom: 6px
}
.rtl .lwptoc_header {
	text-align: right
}
.lwptoc_toggle {
	white-space: nowrap;
	margin-left: 4px;
	font-size: 80%
}
.rtl .lwptoc_toggle {
	margin-left: 0;
	margin-right: 4px
}
.lwptoc_toggle:before {
	content: '['
}
.lwptoc_toggle:after {
	content: ']'
}
.lwptoc_toggle_label {
	margin: 0 1px
}
.lwptoc_item {
	margin-top: 2px
}
.rtl .lwptoc_item {
	text-align: right
}
LI.lwptoc_item {
	margin: 2px 0 0 0!important;
	padding: 0!important;
	list-style: none!important
}
.lwptoc_item:first-child {
	margin-top: 0
}
LI.lwptoc_item:first-child {
	margin-top: 0!important
}
.lwptoc_item_number {
	margin-right: 2px
}
.rtl .lwptoc_item_number {
	margin-right: 0;
	margin-left: 2px
}
.lwptoc_itemWrap .lwptoc_itemWrap {
	margin: 2px 0 0 14px
}
.rtl .lwptoc_itemWrap .lwptoc_itemWrap {
	margin-left: 0;
	margin-right: 14px
}
UL.lwptoc_itemWrap {
	margin: 0!important;
	padding: 0!important;
	list-style: none!important
}
UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
	margin: 2px 0 0 14px!important
}
.rtl UL.lwptoc_itemWrap UL.lwptoc_itemWrap {
	margin-left: 0!important;
	margin-right: 14px!important
}
.lwptoc-autoWidth .lwptoc_i {
	display: inline-block
}
.lwptoc-left {
	float: left;
	margin-top: 0;
	margin-right: 32px
}
.lwptoc-right {
	float: right;
	margin-top: 0;
	margin-left: 32px
}
.lwptoc-rightwithoutflow {
	text-align: right
}
.lwptoc-rightwithoutflow .lwptoc_i {
	display: inline-block
}
.lwptoc-center {
	text-align: center
}
.lwptoc-center .lwptoc_i {
	margin-left: auto;
	margin-right: auto
}
.lwptoc-baseItems .lwptoc_items {
	font-size: 90%
}
.lwptoc-notInherit .lwptoc_i DIV A {
	box-shadow: none!important;
	border: none!important;
	text-decoration: none!important
}
.lwptoc-notInherit .lwptoc_i DIV A:active,
.lwptoc-notInherit .lwptoc_i DIV A:focus,
.lwptoc-notInherit .lwptoc_i DIV A:hover {
	box-shadow: none!important;
	border: none!important;
	text-decoration: none!important
}
.lwptoc-notInherit .lwptoc_i DIV A:hover {
}
.lwptoc-light .lwptoc_i {
	color: #333;
	background: #fafafa
}
.lwptoc-light .lwptoc_i A {
	color: #3175e4
}
.lwptoc-light .lwptoc_i A:active,
.lwptoc-light .lwptoc_i A:focus,
.lwptoc-light .lwptoc_i A:hover {
	color: #3175e4;
	border-color: #3175e4
}
.lwptoc-light .lwptoc_items A:visited {
	color: #000394
}
.lwptoc-dark .lwptoc_i {
	color: #d3d5d8;
	background: #2b2b2b
}
.lwptoc-dark .lwptoc_i A {
	color: #96c6ff
}
.lwptoc-dark .lwptoc_i A:active,
.lwptoc-dark .lwptoc_i A:focus,
.lwptoc-dark .lwptoc_i A:hover {
	color: #96c6ff;
	border-color: #71b2ff
}
.lwptoc-dark .lwptoc_items A:visited {
	color: #53a1ff
}
.lwptoc-white .lwptoc_i {
	color: #333;
	background: #fff
}
.lwptoc-white .lwptoc_i A {
	color: #3175e4
}
.lwptoc-white .lwptoc_i A:active,
.lwptoc-white .lwptoc_i A:focus,
.lwptoc-white .lwptoc_i A:hover {
	color: #3175e4;
	border-color: #3175e4
}
.lwptoc-white .lwptoc_items A:visited {
	color: #000394
}
.lwptoc-transparent .lwptoc_i {
	border: 1px solid #eee
}
.post p {
	font-weight: normal;
    font-family: Helvetica;
    color: #999;
}
/* Add badge next to author blog comments  */
.comment-author-admin .author-name:before {
	background: #0084ee;
    width: 72px;
    height: 23px;
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
    content: "AUTHOR";
    text-align: center;
    color: #FFF;
    font-size: 12px;
    padding: 3px 8px;
    font-weight: 700;
    top: -2px;
    position: relative;
    margin-right: 8px;
    color:#FFF;
}
.commentlist-item .commentlist-item .commentlist-item {
    background: #fff;
    border-left: 3px solid #d5d7de;
    margin: 7px 0 0 15px !important;
    padding-left: 29px !important;
}
.comment-respond h3 {
	display:none;
}
.comments-section h2 {
	margin-top:-21px;
}
#menu-primary-menu .drop-active ul li a {
    font-family: "Montserrat", sans-serif;
	font-weight:700;
	-webkit-text-stroke-width: 0.1px !important;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust : none
}
.wpcf7-submit:hover {
	background: #0071bd;
	-webkit-transition: .2s linear;
	transition: .2s linear;
}
.swp_flat_fresh {
	position: absolute;
    top: 400px;
    left: -5000px;
    opacity:0;
}
.swp_share {
    font-family: "Montserrat",sans-serif !important;
    font-size:14px !important;
}
div.swp_social_panel .nc_tweetContainer:not(.total_shares):not(.total_sharesalt) {
	border-radius:5px !important;
}
.listitem {
    display: inline-block;
    width: 46px;
    height: 27px;
    border-radius: 7px;
    font-family: "Montserrat", sans-serif;
    background: #ffd929;
    color: #723600;
    margin-right: 9px;
    padding-left: 4px;
    text-align: center;
    position: relative;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: 0.5px;
    top: 0px;
    border: 1px solid #f3d248;
    text-shadow: 0 1px 1px #fff;
}
.h3listitem {
	top: -4px;
	font-size: 24px;
	height: 35px;
	width: 58px;
	line-height: 33px;
	margin-right: 15px;
}
#excerpt {
	font-weight: normal;
    font-size: 1.3rem;
}
.review-section {
	margin-top:3px;
}
.page-template-template-pricing .fluid-width-video-wrapper {
	padding-top:516px !important;
}
.page-template-template-case_studies .fa-check-circle {
	color: #2ecc71;
    position: relative;
    left: -8px;
    top: 0px;
}
.footerico svg {
	margin-right:7px;
	font-size:18px;
	opacity:1;
	-webkit-transition: .4s linear;
	transition: .4s linear;
}
.footerico svg:hover {
	color:#2cd200;
	-webkit-transition: 10s linear;
	transition: 10s linear;
	-ms-transform: rotate(-370deg) scale(20.0);
    -webkit-transform: rotate(-370deg) scale(20.0);
    transform: rotate(-370deg) scale(20.0);
}
.post-template-default code {
	background: #f1f9ff;
    border: 1px solid #9bd2ff;
    padding: 0px 6px;
    font-size: 16px;
    font-weight: bold;
    height: 25px;
    color: #0a6dbb;
    border-radius: 5px;
    display: inline-block;
    line-height: 24px;
}
/*
.listing-page-awsm_job_openings .comments-section .heading h2 {
	display:none;
}
.awsm-job-container {
    max-width: 1094px !important;
    width: 100% !important;
    margin: 0 auto !important;
    padding: 35px 44px !important;
    background: #FFF !important;
    margin-top: 46px !important;
    border: 1px solid #e1e2e3 !important;
    border-radius: 5px !important;
    margin-bottom: 100px !important;
    border-bottom-width: 4px;
}
.awsm-grid-item .awsm-job-item {
	transition:none !important;
	box-shadow:none !important;
    border: 1px solid #e1e2e3 !important;
    border-radius:5px !important;
}
.awsm-job-entry-content p,
.awsm-job-entry-content li {
	line-height: 1.7;
    font-size: 1.3rem;
    font-family: Helvetica;
    opacity: 0.7;
}
.awsm_job_openings-template-custom iframe {
	display:none !important;
}
.awsm-selectric .label,
.awsm-job-specification-term .label,
.awsm-job-search {
	font-size: 1.3rem;
    font-family: Helvetica !important;
    color:#4c4c4c;
}
.awsm-selectric-wrapper .awsm-selectric {
	box-shadow:0px 0px 0px 0px !important;
	-webkit-box-shadow:0px 0px 0px 0px !important;
    border: 1px solid #e1e2e3 !important;
}
.awsm-job-specification-wrapper {
    font-size: 18px !important;
    font-family: Helvetica !important;
    color:#4c4c4c !important;
}
.awsm-job-item h2.awsm-job-post-title {
    margin: 0 0 15px;
    font-size: 25px !important;
    text-align: left;
}
#awsm-application-submit-btn {
    font-size: 23px;
    line-height: 30px;
    padding: 14px 34px 14px 27px;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    border: none;
    background: #008ff0;
    font-family: "Montserrat", sans-serif;
    cursor: pointer;
}
#awsm-application-submit-btn:hover {
    background: #0071bd;
}
.single-awsm_job_openings .awsm-job-specification-wrapper {
	padding: 20px;
    background: #fafafa;
    border-radius: 5px;
    border: 1px solid #e1e2e3 !important;
    margin-top:65px;
    display:block;
}
.awsm-grid-item .awsm-job-item {
    display:block;
    margin-top:20px;
    border: 1px solid #ebebed;
    border-bottom-width: 4px !important;
}
.awsm-jobs-single-title {
	margin-bottom: 50px !important;
    display: block !important;
    margin-top: 10px !important;
}
.awsm-selectric-items li {
	font-size:16px !important;
}
.menu-item-2677 a:before {
	width: 9px;
	height: 9px;
	background: #73c127;
	display: inline-block;
	position:relative;
	top: 0px;
	left: 0;
	content: "";
	border-radius: 100%;
	margin-right:9px;
}
.awsm-job-listings {
    border: 1px solid #e1e2e3 !important;
    border-radius:5px !important;
    background:#FFF;
    border-bottom-width: 4px !important;
    display:block;
}
.awsm-job-wrap {
	margin-bottom:200px;
}
.awsm-row {
	margin:0px !important;
}
.awsm-job-listings {
    padding-bottom: 250px;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 30px;
}
.awsm-grid-item .awsm-job-item {
    border-left: 4px solid #2784de !important;
    padding-left: 34px !important;
    padding-top: 25px !important;
    padding-bottom: 24px !important;
    padding-right:34px !important;
}
.awsm-job-item h2.awsm-job-post-title {
	color: #404a5a !important;
}
.awsm-job-more-container {
    color: #2784de;
    margin-top: 13px;
}
.awsm-job-specification-wrapper {
    background: #fafafa;
    border: 1px solid #ececec;
    border-radius: 5px;
    padding: 18px;
}
*/

.blog-cat {
    border-radius: 5px;
    color: #979797;
    text-decoration: none;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    text-align: center;
    font-family: "Montserrat", sans-serif;
    padding: 13px 25px 13px 25px;
    font-size: 18px;
    line-height: 22px;
    text-shadow: 0 1px 1px #fff;
	border-left:1px solid #e6e5e5;
	border-right:1px solid #e6e5e5;
	border-top:1px solid #e6e5e5;
	border-bottom:1px solid #e6e5e5;
}
.blog-cat-blogging {
	background:#fbfbfb;
}
.blog-cat-blogging:hover {
	background:#f75127;
	color:#FFF;
	border-left:1px solid #f75127;
	border-right:1px solid #f75127;
	border-top:1px solid #f75127;
	border-bottom:1px solid #f75127;
    text-shadow: 0 1px 1px #f75127;
}
.blog-cat-marketing {
	background:#fbfbfb;
}
.blog-cat-marketing:hover {
	background:#d54563;
	color:#FFF;
	border-left:1px solid #d54563;
	border-right:1px solid #d54563;
	border-top:1px solid #d54563;
	border-bottom:1px solid #d54563;
    text-shadow: 0 1px 1px #d54563;
}
.blog-cat-webmaster {
	background:#fbfbfb;
}
.blog-cat-webmaster:hover {
	background:#af2f8c;
	color:#FFF;
	border-left:1px solid #af2f8c;
	border-right:1px solid #af2f8c;
	border-top:1px solid #af2f8c;
	border-bottom:1px solid #af2f8c;
    text-shadow: 0 1px 1px #af2f8c;
}
.blog-cat-cro {
	background:#fbfbfb;
}
.blog-cat-cro:hover {
	background:#883ad5;
	color:#FFF;
	border-left:1px solid #883ad5;
	border-right:1px solid #883ad5;
	border-top:1px solid #883ad5;
	border-bottom:1px solid #883ad5;
    text-shadow: 0 1px 1px #883ad5;
}
.blog-cat-ppc {
	background:#fbfbfb;
}
.blog-cat-ppc:hover {
	background:#6029f1;
	color:#FFF;
	border-left:1px solid #6029f1;
	border-right:1px solid #6029f1;
	border-top:1px solid #6029f1;
	border-bottom:1px solid #6029f1;
    text-shadow: 0 1px 1px #6029f1;
}
.page-template-template-comparisons .content-holder {
	padding-bottom:62px;
}
.syntaxhighlighter {
	margin-bottom:35px !important;
}
.syntaxhighlighter .line {
    padding-top: 3px !important;
    padding-bottom: 3px !important;
}
.greensolution {
	background: #f4ffe5;
	margin: 0 0 30px;
	padding: 18px 30px;
	color: #1e3005;
	border: 1px solid #a9df6f;
	border-radius:5px 5px;
	padding-left: 23px;
}
.yellowwarning {
    background: #fff9ea;
    margin: 0 0 30px;
    padding: 18px 30px;
    color: #5a4220;
    border: 1px solid #e2bf62;
    border-radius: 5px 5px;
    padding-left: 23px;
}
.nc_wrapper.swp_floating_horizontal_wrapper.bottom {
    display: none !important;
}
#ps2id-dummy-offset {
	height:140px;
}
#reflinks li {
	height:auto;
	display:block;
	width:100%;
}
#reflinks {
	min-height:100px;
	width:100%;
	padding-left:0px;
	margin-left:0px;
	height:auto;
	color:rgba(0, 0, 0, .46);
}
#quotewrap {
    background: #fffdf5;
    padding: 22px 0px 13px 0px;
    margin-bottom: 38px;
}
#quotewrap:after {
  content: "";
  display: table;
  clear: both;
}
#quotewrap-left {
    width: 45%;
    float: left;
    margin-right: 2.5%;
    margin-left: 2.5%;
    clear: left;
}
#quotewrap-right {
    width: 45%;
    float: left;
    margin-left: 2.5%;
    margin-right: 2.5%;
    clear: right;
}
#quoteitem {
	margin-bottom:20px;
	margin-bottom: 20px;
	border-top: 2px solid #f7f2e0;
	padding-top: 18px;
}
.single .edit-link {
    display: none !important;
}
.single #amazon-ai-player-label {
    font-size: default;
}
#listenico {
	color: #b556e2;
    font-size: 22px;
    float: left;
    margin-left: 0;
    width: 21px;
    margin-top: -7px;
    margin-right: 10px;
    height: 21px;
}
.listentext {
	float: right;
	margin-right: 10px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border-left: 1px solid #dddedf;
	float: right;
	width: 135px;
	padding-left: 9px;
}
.containerplay {
	box-sizing: border-box;
	background: #eff1f2;
	color: #333;
	cursor: pointer;
	padding: 1px ​0 0 ;
	margin: 0 auto;
	display: inline-block;
	position: relative;
	border-radius: 5px;
	height: 22px;
	width: 215;
	font-size:12px;
	font-family:Helvetica;
	border:1px solid #e1e2e3;
	line-height: 21px;
	text-shadow: 0 1px 1px #fff;
}
.durationtext {
	float:left;
	-webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
    border-right: 1px solid #f9f9f9;
    padding-right: 0px;
    height: 20px;
    width: 42px;
}
audio {
	display: none;
}
.play-button::before,
.play-button.playing::before{
	content: '';
	display: inline-block;
	border: 0;
	background: transparent;
	box-sizing: border-box;
	width: 0;
	height: 8px;
	margin-right: 10px;
	margin-left: 10px;
	top:6px;
	position:relative;
	border-color: transparent transparent transparent #666;
	transition: 100ms all ease;
	cursor: pointer;
	border-style: solid;
	float:left;
	border-width: 4px 0 4px 6px;
}
.play-button.playing::before {
  border-style: double;
  border-width: 0px 0 0px 6px;
}
#amazon-polly-audio-table {
	margin:0px;
}
#amazon-polly-audio-tab {
	padding:0px;
	border:none;
}
.avatar-holder img {
	border-radius:50px;
}
.blog-management p,
.why-blog ul li {
    color:#383838;
}
#page-breadcrumbs {
	background: #fff;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #e1e2e3;
    margin-bottom: 30px;
    line-height: 1.7;
    word-break: break-word;
    display:inline-block;
    width:100%;
}
#page-breadcrumbs-container {
    width:100%;
    height:66px;
    margin-bottom: 20px;
}
.element-is-sticky {
	-webkit-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	-moz-box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
	box-shadow: 0px 3px 0px 0px rgba(0,0,0,0.05);
    border-radius: 0px !important;
}
#page-breadcrumbs-left {
	float:left;
	padding-left:32px;
	color:#999;
}
#page-breadcrumbs-left a {
	margin-left:5px;
	margin-right:5px;
}
#page-breadcrumbs-right {
	float:right;
	padding-right:32px;
}
.breadcrumbs-step {
	color: #666;
    font-size: 20px;
    position: relative;
    top: 1px;
    margin-left: 4px;
    width: 20px;
    height: 20px;
    display: inline-block;
}
.breadcrumbs-step svg {
    width: 20px !important;
    height: 20px;
    display: inline-block;
}
.breadcrumbs-text {
	margin-right: 10px;
    color: #999;
    height: 31px;
    float: left;
    display: block;
    position: relative;
    top: 1px;
}
#process-btn {
	font: 1.3rem/1.7 "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-box-direction: normal;
	text-transform: uppercase;
	box-sizing: inherit;
	max-height: 1000000px;
	font-family: "Montserrat", sans-serif;
	background: #008ff0;
	border-radius: 5px;
	color: #fff;
	text-decoration: none;
	font-weight: 700;
	display: block;
	width:300px;
	vertical-align: top;
	text-align: center;
	border: none;
	transition: .2s linear;
	font-size: 23px;
	line-height: 30px;
	padding: 14px 27px 14px 27px;
	margin:0px auto;
	margin-bottom:100px;
}
#process-btn:hover {
	cursor:pointer;
	background: #0071bd;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
#process-read {
	font: 16px/1.7 "Helvetica", "Arial", "Helvetica Neue", sans-serif;
	-webkit-font-smoothing: antialiased;
	-webkit-box-direction: normal;
	text-transform: uppercase;
	box-sizing: inherit;
	max-height: 1000000px;
	font-family: "Montserrat", sans-serif;
	border-radius: 5px;
	text-decoration: none;
	font-weight: 700;
	display: inline-block;
	vertical-align: top;
	text-align: center;
	border: none;
	transition: .2s linear;
	font-size: 23px;
	line-height: 30px;
	padding: 8px 22px 8px 22px;
	background: #bdbdbd;
	color: #fff;
	margin-top: -86px;
	float:right;
}
#process-read:hover {
	cursor:pointer;
	background: #989898;
    -webkit-transition: .2s linear;
    transition: .2s linear;
}
.readico {
	margin-right:5px;
	position:relative;
	top:1px;
	display:inline-block;
}
.process-img img {
	border: 1px solid #e1e2e3;
    border-radius: 5px;
    margin-bottom: 32px;
}
.heading-active {
    margin-top: 0px !important;
    padding-top: 0px !important;
}

/* Calendly */

.calendly-inline-widget,
.calendly-inline-widget *,
.calendly-badge-widget,
.calendly-badge-widget *,
.calendly-overlay,
.calendly-overlay * {
	font-size: 1.3rem;
	line-height: 2.5rem;
}

.calendly-inline-widget iframe,
.calendly-badge-widget iframe,
.calendly-overlay iframe {
	display: inline;
	width: 100%;
	height: 100%
}

.calendly-popup-content {
	position: relative
}

.calendly-popup-content.calendly-mobile {
	-webkit-overflow-scrolling: touch;
	overflow-y: auto
}

.calendly-overlay {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	overflow: hidden;
	z-index: 9999;
	background-color: #a5a5a5;
	background-color: rgba(31, 31, 31, 0.4)
}

.calendly-overlay .calendly-close-overlay {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0
}

.calendly-overlay .calendly-popup {
	box-sizing: border-box;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	width: 80%;
	min-width: 900px;
	max-width: 1000px;
	height: 90%;
}

@media (max-width: 975px) {
	.calendly-overlay .calendly-popup {
		position: fixed;
		top: 50px;
		left: 0;
		right: 0;
		bottom: 0;
		-webkit-transform: none;
		transform: none;
		width: 100%;
		height: auto;
		min-width: 0;
		max-height: none
	}
}

.calendly-overlay .calendly-popup .calendly-popup-content {
	height: 100%
}

.calendly-overlay .calendly-popup-close {
	position: absolute;
	top: 25px;
	right: 25px;
	color: #fff;
	width: 19px;
	height: 19px;
	cursor: pointer;
	background: url(https://assets.calendly.com/assets//external/close-icon.svg) no-repeat;
	background-size: contain
}

@media (max-width: 975px) {
	.calendly-overlay .calendly-popup-close {
		top: 15px;
		right: 15px
	}
}

.calendly-badge-widget {
	position: fixed;
	right: 20px;
	bottom: 15px;
	z-index: 9998
}

.calendly-badge-widget .calendly-badge-content {
	display: table-cell;
	width: auto;
	height: 45px;
	padding: 0 30px;
	border-radius: 25px;
	box-shadow: rgba(0, 0, 0, 0.25) 0 2px 5px;
	font-family: sans-serif;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
	font-size: 14px;
	color: #fff;
	cursor: pointer
}

.calendly-badge-widget .calendly-badge-content.calendly-white {
	color: #666a73
}

.calendly-badge-widget .calendly-badge-content span {
	display: block;
	font-size: 12px
}

.calendly-spinner {
	position: absolute;
	top: 50%;
	left: 0;
	right: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	text-align: center;
	z-index: -1
}

.calendly-spinner>div {
	display: inline-block;
	width: 18px;
	height: 18px;
	background-color: #e1e1e1;
	border-radius: 50%;
	vertical-align: middle;
	-webkit-animation: calendly-bouncedelay 1.4s infinite ease-in-out;
	animation: calendly-bouncedelay 1.4s infinite ease-in-out;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.calendly-spinner .calendly-bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s
}

.calendly-spinner .calendly-bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s
}

@-webkit-keyframes calendly-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes calendly-bouncedelay {

	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	40% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}
/* Calendly */
.single .subscribe-block img {
    border: none;
}
.single .subscribe-block h3 {
    border-bottom: 0px;
    padding-bottom: 0px;
    margin:0 0 17px;
    font-weight: 500;
}
.animate__animated {
    -webkit-animation-duration: 1s !important;
    animation-duration: 1s !important;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
}
#relatedlinks-block {
	font-family:Helvetica,serif;
	font-size:18px;
	border:1px solid #e5e5e5;
	border-radius:5px;
	color:#b1b4bb;
	overflow:hidden;
	margin-bottom:35px;
}
#relatedlinks-item {
	background:#fcfcfc;
	width:100%;
	border-bottom:1px solid #e5e5e5;
	padding: 16px 23px;
	width:auto;
	line-height: 26px;
}
#relatedlinks-block .fa-link {
	color:#b1b4bb;
	font-size:16px;
	margin-right:12px;
}
#relatedlinks-block a {
	color:#fe7800;
	margin-right: 4px;
}
#relatedlinks-block a:hover {
	text-decoration:none;
}
.remove-lazy {
	display:block;
}
.single .content-holder ul,
.single .content-holder ul li {
  list-style: none;
  position: relative;
}
.single .content-holder ul li {
	background-image: url(https://contentpowered-bc85.kxcdn.com/wp-content/themes/contentpowered/images/check.svg);
	background-repeat: no-repeat;
	background-size: 23px 23px;
	padding-left: 40px;
	background-position: 1px 3px;
	margin-left: -10px;
	font-size: 1.3rem !important;
	margin-top: 1rem !important;
	margin-bottom: 1rem;
}
#menu-item-165 > a,
#menu-item-5952 > a {
    cursor: pointer;
}
.single blockquote p {
	margin-bottom:0px !important;
}
#boxing-ring {
    width: 1094px;
    height: 256px;
    margin: 0px auto;
    background-image: url(https://contentpowered.com/wp-content/themes/contentpowered/images/pricing2.jpg);
    margin-bottom: 40px;
    border: none;
    margin-top: -50px;
    margin-left: -48px;
}
.fa-exclamation-triangle {
	color:#FFF;
	font-size:22px;
	margin-right:5px;
}
.avail-left {
	display:block;
	float:left;
}
.avail-right {
	display:block;
	float:right;
}
#limited-availability {
	background:#dd0909;
	line-height:68px;
	color:#FFF;
	width:100%;
	height:71px;
	border-radius:5px;
	font-family:Helvetica;
	padding-left:26px;
	padding-right:26px;
	margin-bottom:20px;
}
.picblog img {
	border: none;
    width: 26px;
    height: 26px;
    position: relative;
    top: 4px;
    margin-right: 4px;
    border-radius: 13px;
}
button#mdp-readabler-trigger-button {
	border:none;
}
.btn .fa-phone-alt { 
	animation: shake 6000ms infinite;
	animation-timing-function: linear;   
}
#interstitial-cta {
	width:995px;
	height:429px;
	border-radius:25px;
	overflow:hidden;
	background: rgb(255,255,255);
	background: linear-gradient(180deg, rgba(255,255,255,1) 0%, rgba(242,249,255,1) 100%);
	border:2px dashed #cde1ef;
	margin:0px auto;
	margin-bottom:50px;
}
#icta-head {
	height:98px;
	width:995px;
	background:#223e5a;
	font-family:'Montserrat',Helvetica,serif;
	font-size:30px;
	color:#FFF;
	line-height:100px;
}
.icta-blue {
	color:#96ffde;
}
.icta-title {
	margin-left:28px;
	display:inline-block;
}
#sleep-emoji {
	width:56px;
	height:55px;
	background:url(https://www.contentpowered.com/wp-content/uploads/2022/02/sleep-emoji2.png);
	float:left;
	margin-left:44px;
	margin-top:21px;
}
#icta-underline {
	background: url(https://www.contentpowered.com/wp-content/uploads/2022/02/icta-underline.png);
	width: 201px;
	height: 8px;
	position: relative;
	left: 746px;
	top: -34px;
}
#icta-para {
	font-family:Helvetica;
	font-size:18px;
	color:#000;
	line-height:33px;
	text-align:center;
	margin-top:24px;
	padding-left:15px;
	padding-right:15px;
}
#icta-para p {
	margin:0px;
	padding:0px;
}
#icta-bottom {
	font-family:Helvetica;
	font-size:18px;
	text-align:center;
	color:#86888a;
	width:100%;
	border-top:1px solid #cfe1ef;
	margin-top:32px;
	padding-top:27px;
	padding-left: 10px;
	padding-right: 10px;
}
#icta-schedule {
	width:327px;
	margin:0px auto;
	margin-top:21px;
}
	
@keyframes shake {
	0% { transform: scale(1) rotate(25deg); }
	2% { transform: scale(1.25) rotate(-25deg); }
	4% { transform: scale(1.5) rotate(25deg); }
	6% { transform: scale(1.5) rotate(-25deg); }
	8% { transform: scale(1.25) rotate(25deg); }
	10% { transform: scale(1) rotate(-25deg); }
	12% { transform: scale(1) rotate(0deg); }
	100% { transform: rotate(0deg); }
}
#snoozes {
	position: absolute;
	left: 50%;
	width: 808px;
	transform: translate(-50%, -50%);
	margin-top:29px;
}
.zzz {
	animation-name: zzz;
	animation-duration: 2s;
	animation-timing-function: ease-out;
	animation-iteration-count: infinite;
	animation-direction: forwards;
	color: #64b9e2;
	font-weight: bold;
	position: absolute;
	z-index: 100;
	transform: translateY(100%);
	font-family: 'Montserrat', cursive;
}

.zzz-z {
	animation-delay: 0s;
	left: 10px;
}
.zzz-zz {
	animation-delay: 0.5s;
	left: -20px;
}
.zzz-zzz {
	animation-delay: 1s;
	left: 0;
}
#drift-frame-controller {
	scale: 0.81 !important;
	bottom: 19px !important;
	right: 83px !important;
}
.acsb-trigger {
	box-shadow: 0px 0px 11px 2px rgba(0,0,0,0.28);
}

/* *** All Animations *** */
/*Darker Sky*/
@-webkit-keyframes zzz {
	0% {
		color: #64b9e2;
		font-size: 8px;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		color: #64b9e2;
		font-size: 40px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}

@keyframes zzz {
	0% {
		color: #64b9e2;
		font-size: 8px;
		-webkit-transform: translateY(100%);
		transform: translateY(100%);
	}
	100% {
		color: #64b9e2;
		font-size: 40px;
		-webkit-transform: translateY(-100%);
		transform: translateY(-100%);
	}
}
#pricing-btable {
	width: 100%;
	height: auto;
	margin-bottom: 35px;
	display: block;
	float: left;
}
#pricing-bcol {
	width:30%;
	float:left;
	background:#f7f7f7;
	border-radius:6px;
	border:1px solid #e2e2e2;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}
#pricing-bcol img {
	margin:0px auto;
	width:128px;
	display:block;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:12px;
	border:0px;
}
#pricing-bcol p {
	margin-bottom: 0px !important;
}
.pricing-btitle {
	font-family: montserrat,sans-serif;
	text-align:center;
	font-size:22px;
	margin:0px auto;
	display:block;
	padding-top:15px;
	border-bottom:1px solid #e2e2e2;
	padding-bottom:12px;
	background:#FFF;
	border-radius:7px 7px 0px 0px;
}
.bcol1 {
	margin-right:5% !important;
}
.pricing-bheading {
	font-size:60px;
	font-family: montserrat,sans-serif;
	margin: 0px auto;
	text-align:center;
	width:100%;
	display:block;
	font-weight:bold;
	margin-left:15px;
	margin-bottom:5px;
	line-height:22px;
}
.bheading-small {
	font-size:15px;
	position:relative;
	top:-20px;
}
.bcol-link {
	text-align:center;
	width:100%;
	display:block;
	margin-bottom:20px;
}
#results-container {
	width:50%;
	float:left;
	padding: 17px 16px 0px 16px;
	margin-bottom:30px;
}
#results-container h3 {
	font-size: 21px !important;
	color:#268dbf !important;
	line-height: 33px;
	border-bottom: 1px solid #e1e2e3;
	padding-bottom:16px;
}
#results-inner {
	border: 1px solid #e1e2e3;
	padding: 14px 20px 10px 20px;
	border-radius: 0px 0px 8px 8px;
}
#results-container img {
	border: 1px solid #e1e2e3;
	border-radius: 8px 8px 0 0;
	margin-bottom: -2px;
	max-height: 218px;
	width: 100%;
}
.fireemoji {
	background:url(https://www.contentpowered.com/wp-content/uploads/2022/12/fuego.png);
	width: 24px;
	height: 31px;
	display: inline-block;
	position: relative;
	top: 10px;
	background-size: 75%;
	margin-right: 6px;
	background-repeat: no-repeat;
}
#magnifyico {
	width: 126px;
	height: 126px;
	border-radius: 63px;
	background-color: rgba(0, 0, 0, 0.4);
	border: none;
	display: block;
	position: relative;
	margin-left: calc(50% - 63px);
	margin-top: -167px;
}
#magnifyico:hover {
	background:#000 !important;
}
#magnifyico img {
	border:none;
	margin-top:30px;
	margin-left:30px;
	opacity:0.7;
	max-height:none;
	width:auto;
}
#magnifyico img:hover,
#magnifyico:hover {
	opacity:1 !important;
}
.lightbox {
	  display: none;
	  position: fixed;
	  z-index: 999;
	  top: 0;
	  left: 0;
	  right: 0;
	  bottom: 0;
	  padding: 1em;
	  background: rgba(0, 0, 0, 0.8);
}
.lightbox:target {
	  display: block;
}
.lightbox span {
	  display: block;
	  width: 100%;
	  height: 100%;
	  background-position: center;
	  background-repeat: no-repeat;
	  background-size: contain;
}
@media (min-width: 768px) {
	.why-blog h2 {
	    margin-bottom: 39px !important;
	    margin-top: 12px;
	}
.commentlist-item .commentlist-item {
		padding: 0 0 0 2em;
	}
	.jcf-select .jcf-select-text {
		font-size: 1.3rem;
		line-height: 2.5rem;
		margin: 10px 50px 10px 15px;
	}
	.logos {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 64px 0 37px;
	}
	.logos li {
		width: 16%;
	}
	.intro {
		padding: 53px 100px 46px 100px;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 40px;
	}
	.three-cols {
		font-size: 18px;
		line-height: 27px;
		margin-bottom: 43px;
		padding: 45px 30px 48px;
	}
	.three-cols .columns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		margin: 0 -20px;
	}
	.three-cols .column {
		width: 48%;
		margin: 0 1% 20px;
	}
	.three-cols .column h3 {
		min-height: inherit;
		display: block;
	}
	.three-cols .column .holder {
		padding: 11px 31px 38px;
	}
	.logo-block {
		padding: 25px 50px;
		font-size: 20px;
		line-height: 30px;
		margin-bottom: 63px;
	}
	.logo-block h2 {
		font-size: 30px;
		line-height: 34px;
	}
	.logo-block p {
		margin: 0 0 35px;
	}
	.logo-block ul {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		padding: 26px 0;
	}
	.logo-block ul li {
		padding: 7px 10px;
	}
	.logo-block ul img {
		max-width: 100%;
	}
	.twocolumns {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.twocolumns #content {
		width: 65%;
	}
	.twocolumns #sidebar {
		width: 32%;
	}
	.content-holder {
		padding: 20px 20px 70px;
		margin-bottom: 60px;
		font-size: 18px;
	}
	.posts {
		padding-bottom: 0;
		margin-bottom: 30px;
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
	.posts .post {
		width: 48%;
		padding: 0 11px 65px;
		line-height: 1.75;
	}
	.posts h2 {
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.post-detail.container {
		padding-top: 50px;
	}
	.post-detail .headings h1 {
		font-size: 42px;
		line-height: 1.28;
	}
	.post-detail .headings h3 {
		margin-bottom: 33px;
	}
	.post-detail .headings h4 {
		margin-bottom: 32px;
	}
	.img-caption .caption {
		font-size: 30px;
		line-height: 34px;
	}
	.meta {
		padding: 0 0 40px;
		margin: 0 0 40px;
	}
	.commentlist {
		padding: 28px 31px 32px 31px;
	}
	.commentlist form {
		padding-bottom:20px;
	}
	.commentlist-item {
		font-size: 18px;
		line-height: 1.65;
		padding-bottom:1px;
	}
	.commentlist-item .commentlist-item .avatar-holder {
		right: 29px;
	}
	.commentlist-item .commentlist-item {
		border-left: 5px solid #d5d7de;
		margin: 0 -29px;
		padding-left: 29px;
		padding-bottom:1px;
	}
	.commentlist-item + .commentlist-item .avatar-holder {
		right: 29px;
	}
	.commentlist-item .commentlist-item {
		margin: 12px 4px 12px 32px;
		border-left: 5px solid #d5d7de;
		padding-right: 29px;
	}
	.commentlist-item .commentlist-item .commentlist-item {
		border-left: 5px solid #d5d7de;
		margin: 0 30px 0 30px;
		padding-left: 0;
		padding-right: 29px;
		padding-bottom:1px;
	}
	.avatar-holder {
		right: 0;
	}
	.commentlist-holder {
		padding-right: 70px;
		padding-left: 0px;
	}
	.comment-form .row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.comment-form .row .col{
		width: 48%;
		padding:0px;
	}
	.comment-form .col {
		padding:0px;
	}
	.comment-form label {
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
	.comment-form textarea {
		height: 280px;
	}
	.comment-form .form-submit .btn,
	.comment-form .form-submit input[type="submit"] {
		min-width: 295px;
	}
	.about-us {
		font-size: 1.3rem;
		line-height: 2.5rem;
		line-height: 1.7;
	}
	.about-us .img {
		width: 133px;
		margin: 0 30px 10px 0;
	}
	.about-us .img.large {
		width: 280px;
	}
	.about-us .img img {
		margin: 0;
	}
	.about-us .info-block {
		padding: 20px 17px;
	}
	.about-us .block-holder {
		padding: 30px;
	}
	.about-us .post-list li {
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.about-us .post-list .img-logo {
		width: 63px;
		margin-top: 0;
	}
	.about-us .post-list p {
		padding-left: 15px;
	}
	.blog-management .intro-text {
		font-size: 18px;
		margin-bottom: 35px;
		line-height: 1.7;
	}
	.blog-management .summary-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		padding: 22px 27px 26px;
		margin-bottom: 45px;
	}
	.blog-management .summary-box .img {
		margin: 0;
	}
	.blog-management .summary-box p {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 32px;
		padding-top: 4px;
	}
	.blog-management .content-holder {
		margin-bottom: 37px;
	}
	.case-studies .info-block {
		margin-bottom: 70px;
	}
	.case-studies .text-holder h3 {
		font-size: 23px;
		line-height: 1.25;
		padding-bottom: 22px;
		margin-bottom: 15px;
	}
	.comparison .table th,
	.comparison .table td {
		padding: 20px 10px;
	}
	.comparison .table th:first-child,
	.comparison .table td:first-child {
		padding-left: 20px;
	}
	.comparison .table th {
		padding: 9px 10px 15px;
	}
	.contact-us .info-block {
		margin-bottom: 53px;
		padding: 20px;
	}
	.contact-us .block-holder {
		padding: 24px 24px 0;
	}
	.contact-form {
		padding-bottom: 40px;
		border-top: 1px solid #e1e2e3;
		padding-top: 40px;
	}
	.contact-form .btn {
		min-width: 335px;
	}
	.contact-form .btn.large {
		padding: 18px 25px;
	}
	.input-row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.input-row .input-holder {
		width: 48%;
	}
	.pricing .services li {
		padding: 32px 32px;
	}
	.pricing .services h3 {
		font-size: 25px;
		padding-left: 20px;
	}
	.pricing .contact-block {
		text-align: left;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		font-size: 26px;
		line-height: 1.25;
	}
	.compare-disclaimer {
		display:block;
		margin-bottom:100px;
		font-size:18px;
		line-height:30px;
	}
	.pricing .contact-block .col {
		padding: 35px 17px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		width: 50%;
	}
	.pricing .contact-block .col:first-child {
		border-right: 1px solid #c0d7dc;
		padding: 35px 30px;
	}
	.pricing .note {
		font-size: 18px;
		padding: 16px;
	}
	.boxes {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.boxes .box {
		width: 47.4%;
		padding: 30px 45px;
		margin-bottom: 60px;
		font-size: 1.3rem;
		line-height: 2.5rem;
	}
	.why-blog h3 {
		font-size: 23px;
	}
	.why-blog .info-block {
		margin-bottom: 40px;
		padding: 20px;
	}
	.why-blog .block-holder {
		padding: 22px 26px 0;
	}
	.why-blog .info-detail {
		margin: 0 -30px 0;
		padding: 28px 30px 3px;
	}
	.why-blog .head-holder {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.sticky-wrap-header .back {
		display: none;
	}
	.sticky-wrap-header.fixed-position .main-nav li:hover > a {
		color: #000;
		opacity: 1;
	}
	.sticky-wrap-header.fixed-position .main-nav a:hover {
		color: #000;
		opacity: 1;
	}
	.sticky-wrap-header .logo {
		width: 330px;
	}
	.sticky-wrap-header .logo .logo-text {
		display: block;
	}
	.main-nav {
		position: static;
		visibility: visible;
		opacity: 1;
		background: none;
		overflow: visible;
	}
	.main-nav ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-top: 0;
	}
	.main-nav ul ul {
		border-radius: 5px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 250px;
		background: #fff;
		opacity: 0;
		visibility: hidden;
		padding: 19px 0;
	}
	.main-nav ul ul:after {
		position: absolute;
		top: -7px;
		left: 50%;
		-webkit-transform: translateX(-50%);
		-ms-transform: translateX(-50%);
		transform: translateX(-50%);
		width: 0;
		height: 0;
		border-left: 7px solid transparent;
		border-right: 7px solid transparent;
		border-bottom: 7px solid #fff;
		content: "";
	}
	.main-nav ul li {
		margin-left: 0;
		padding: 10px 0;
	}
	.main-nav ul li.hover > a,
	.main-nav ul li:hover > a {
		background: #fff;
	}
	.main-nav ul li.hover ul,
	.main-nav ul li:hover ul {
		opacity: 1;
		visibility: visible;
	}
	.main-nav ul a:hover {
		background: #fff;
		color: #000;
		opacity: 1;
	}
	.nav-opener {
		display: none;
	}
	.main {
		padding-top: 12px;
	}
	.btn,
	.search-form input[type="submit"] {
		padding: 8px 20px;
		font-size: 1.3rem;
		line-height: 2.5rem;
		line-height: 20px;
		-webkit-transition: .2s linear;
		transition: .2s linear;
	}
	.btn.large,
	.search-form input[type="submit"].large {
		padding: 13px 30px;
		font-size: 18px;
		line-height: 22px;
	}
	.btn.btn-small,
	.search-form input[type="submit"].btn-small {
		font-size: 13px;
		padding: 10px 15px;
	}
	h1 {
		font-size: 36px;
		line-height: 1.35;
	}
	h2 {
		font-size: 30px;
		line-height: 1.25;
	}
	h3 {
		font-size: 24px;
		line-height: 1.25;
	}
	.single h3 {
		border-bottom:1px solid #e0e7ee;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 22px;
		line-height: 1.25;
	}
	h5 {
		font-size: 20px;
		line-height: 1.25;
	}
	h6 {
		font-size: 18px;
		line-height: 1.25;
	}
	.list {
		padding-left: 38px;
	}
	.list li:before {
		top: 7px;
	}
	.order-list li {
		padding-left: 35px;
	}
	.main-head {
		padding: 17px 0 39px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.main-head h1 {
		max-width: 60%;
		margin: 0;
	}
	.author-info {
		padding: 35px 0;
		margin-bottom: 3rem;
		margin-top: 3rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.author-info .img {
		margin: 0;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.author-info .info {
		padding-left: 20px;
	}
	.article {
		padding: 30px;
		margin-bottom: 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.article .text-info {
		padding: 30px 0;
		width: 63%;
		-ms-flex-negative: 0;
		flex-shrink: 0;
	}
	.article .btn {
		font-size: 20px;
		line-height: 1.25;
		min-width: 255px;
	}
	.flex-holder {
		padding-bottom: 20px;
	}
	.tags li {
		padding: 15px 0;
		margin-right: 9px;
	}
	.search .input-field {
		font-size: 18px;
		line-height: 22px;
	}
	.search .btn-submit {
		font-size: 20px;
	}
	.navigation {
		font-size: 18px;
	}
	.navigation .page-numbers,
	.navigation .page-numbers.prev,
	.navigation .page-numbers.next {
	    padding: 8px 16px;
	    margin-bottom: 25px;
	    font-size: 20px;
	    margin-left: 2px;
	    margin-right: 2px;
	}
	body .bottom-block {
		margin-bottom: 50px;
		font-size: 20px;
		line-height: 26px;
	}
	.bottom-block h2 {
		font-size: 30px !important;
		line-height: 34px !important;
	}
	.bottom-block .or {
		margin: 0 10px;
	}
	.post-head .breadcrumbs {
		width: 70%;
		margin-bottom: 0;
	}
	.post-head .btn {
		margin-bottom: 0;
	}
	.subscribe-block h3 {
	    max-width: 100%;
	    font-size: 24px;
	    line-height: 38px;
	    padding-left: 0px;
	    font-family: "Montserrat", sans-serif;
	    font-weight: 500;
	    width: auto;
	}
	.footer .container {
		padding-top: 65px;
		padding-bottom: 60px;
	}
	.footer .footer-info {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
	}
	.footer .col {
		width: 48%;
	}
	.footer .note {
		display: block;
	}
	.footer .note:after {
		top: 8px;
	}
	.footer .info {
		padding: 24px 0;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		border: solid #3e4044;
		border-width: 1px 0;
		margin-bottom: 35px;
	}
	.footer .info:after,
	.footer .info:before {
		display: none;
	}
	.footer .info .column {
		width: 50%;
		margin-bottom: 0;
		line-height: 1.65;
	}
	.footer .info .column:first-child {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
		border-right: 1px solid #3e4044;
		padding: 0 30px 0 0;
	}
	.footer .info .column p {
		-webkit-box-flex: 1;
		-ms-flex-positive: 1;
		flex-grow: 1;
		padding-left: 32px;
	}
	.post-detail .meta {
   		padding: 0 0 17px;
   		margin-bottom: 9px;
	    margin-top: 16px !important;
	}
	.commentlist-item .meta {
	    margin-top: 5px;
	    font-size: 14px;
	}
	.page-template-template-why_choose_us h2 span span,
	.page-template-template-process h2 span span{
		margin-right:15px !important;
	}
	.page-template-template-why_blog h2 span {
		margin-right:21px !important;
	}
	.contact-us h2 span {
		margin-right:21px !important;
	}
	#page-breadcrumbs {
		font-size:18px;
		min-height:64px;
	}
} /* min-width: 768px */
@media (max-width: 479px) {
	.logos {
		background-size: 100% 15%;
		margin-top: -30px;
	}
	.logos li {
		margin-top:18px;
	}
	.badges-wrapper .badges-inner .title-img img {
	    float: left;
	    width: 118px !important;
	    height: auto;
	    margin-bottom: 20px !important;
	    margin-left: 0px !important;
	    margin-top: 2px !important;
	}
	.badges-footer span a {
	    margin-top: -2px!important;
	    margin-right: 2px!important;
	    font-family: "Montserrat", sans-serif;
	    font-size: 11px!important;
	    padding: 5px 15px 5px 15px!important;
	    border-radius: 6px;
	}
	.single .breadcrumbs .current-item {
		float: left;
	    max-height: 24px;
	    text-overflow: ellipsis;
	    white-space: nowrap;
	    width: 60px;
	    display: inline-block;
	    overflow: hidden;
	}
	.home .textblock .btn.large {
	    padding: 10px 20px;
	    font-size: 19px;
	    line-height: 18px;
	    width: 100%;
	    height:auto;
	}
}

/* max-width: 767px */
@media (max-width: 767px) {
	.footer .title {
		text-align: center !important;
		margin-top: 50px;
	}
	.bt-rattings {
		width: 117px !important;
	}
	.owl-item div div div div div:last-child {
		font-size: 16px;
	}
	.meta {
		border-top: 1px solid #e8e8e8;
		border-bottom: 1px solid #e8e8e8;
		padding-top: 16px !important;
		padding-bottom: 0px !important;
	}
	.single #btnText {
		top: -34px !important;
		float: right;
	}
	.main-nav ul li.drop-active ul {
		padding-bottom:40px !important;
	}
	.main-nav {
		display: block;
		float: left;
		width: 100%;
		height: fit-content !important;
		clear: both;
		flex-grow: 0 !important;
		-webkit-box-flex: 0 !important;
		position: absolute !important;
	}
	.header-bar-top {
		display: block;
		clear: both;
		float: left;
		width: 100%;
		height: 90px;
	}
	.main-nav ul ul {
		margin-top: 90px !important;
	}
	.page-template-areas-served-child .main-head {
		padding: 0 0 33px;
	}
	.page-template-areas-served-child #page-breadcrumbs-left {
		line-height: 23px;
		height: auto;
		padding-bottom: 8px;
	}
	.meta .meta-bullet:last-child {
		display: none !important;
	}
	.picblog img {
	    top: 0px !important;
	}
	#audiocontainer {
	    float: none;
	    margin-top: -10px;
	    margin-bottom: -17px;
	}
	#amazon-polly-audio-tab {
		border:0px;
		width:100%;
	}
	#amazon-polly-audio-table {
		width:100%;
	}
	.article-body .content-wrapper p {
		font-size: 1.3rem !important;
		line-height: 2.5rem;
		margin-top: 1rem !important;
		margin-bottom: 1rem;
		display: block !important;
		margin: 2rem 0rem 2rem 0rem;
	}
	.article-body .content-wrapper #summary-heading p {
		margin: 1rem 0rem 1rem 0rem !important;
	}
	h1 {
		font-size:30px;
	}
	.footer .info {
		max-height: none;
		text-align: center;
	}
	.dropclose .svg-inline--fa {
		display:none;
	}
	.content-holder .image img {
		display:none;
	}
	.swp_floating_horizontal_wrapper {
		display:none !important;
	}
	.back .dropclose {
		color:#95843d !important;
	}
	.sticky-wrap-header .logo .logo-holder {
		height:90px;
	}
	.dropclose:hover,
	.back:hover {
		opacity:1 !important;
		transition:0 !important;
		-webkit-transition:0 !important;
	}
	.tags li a {
		font-size:13px;
	}
	.sticky-wrap-header {
		height:89px !important;
	}
	.main-nav {
		height: fit-content;
	}
	.main-nav ul {
		margin-top: 90px !important;
		font-size: 21px;
		border-top: 1px solid #ddc34a;
		padding-top: 19px;
		box-shadow:none !important;
		height: fit-content !important;
		padding-bottom: 54px !important;
	}
	.main-nav ul ul {
		position: fixed;
		top: 0;
		font-size:21px;
		left: 0;
		right: 0;
		bottom: 0;
		overflow: auto;
		background: #fff;
		width: 100%;
		-webkit-transform: translateX(100%);
		-ms-transform: translateX(100%);
		transform: translateX(100%);
		height:fit-content;
		padding-bottom: 25px;
	}
	.content-holder h2 {
		font-size: 30px !important;
		margin-bottom: 34px;
		line-height: 46px;
		margin-top: 40px;
	}
	.content-holder h3 {
		max-width: 100%;
	    line-height: 31px;
	    font-family: "Montserrat", sans-serif;
	    font-weight: 700;
	    width: auto;
	    margin-bottom: 23px;
	}
	.single h1 {
		font-size: 36px;
		line-height: 1.3em !important;
		margin-bottom: 28px;
	}
	.subscribe-block h3 {
		padding-left: 0 !important;
		font-size: 1.5rem;
		line-height: 2.5rem;
	}
	.content-holder h2 {
		font-size: 22px;
		margin-bottom: 34px;
	}
	.logos {
		background-size: 100% 22%;
	    margin-bottom: 20px;
	    margin-top: -39px;
	}
	.logos li {
	    padding: 28px 9px 0px 9px;
	    width: 16%;
	    margin-top: 32px;
	    margin-bottom: 10px;
	}
	.navigation .next,
	.navigation .prev,
	.navigation-comments .next,
	.navigation-comments .prev {
		padding: .2em;
	}
	.navigation-single .next a,
	.navigation-single .prev a {
	    padding: 8px 13px;
	}
	.navigation .page-numbers,
	.navigation-comments .page-numbers,
	.navigation .page-numbers.prev,
	.navigation .page-numbers.next {
	    padding: 8px 13px;
	    margin-bottom: 25px;
	    font-size: 18px;
	    margin-left: 2px;
	    margin-right: 2px;
	}
	.commentlist-item .meta,
	.commentlist-item .edit-link {
		font-size: 12px;
	}
	.about-us h2 {
		margin-bottom: 15px;
	}
	.about-us .img {
	    float: left;
	    width: 133px;
	    padding-bottom: 0px;
	    margin: 4px 26px 1px 0px;
	}
	.comparison .content-holder {
		white-space: nowrap;
		width: 100%;
		overflow-x: auto;
	}
	.pricing .contact-block .price {
		display: inline-block;
	    font-size: 18px;
	    top: 0;
	    position: relative;
	    margin-right: -4px;
	    margin-left: -5px;
	    font-weight: 600 !important;
	    clear: both;
	}
	.pricing .contact-block {
		width:100%;
	}
	#limited-availability {
	    background: #dd0909;
	    line-height: 29px;
	    color: #FFF;
	    width: 100%;
	    height: auto;
	    border-radius: 5px;
	    font-family: Helvetica;
	    padding: 16px 19px;
	    margin-top: -12px;
	    margin-bottom: 17px;
	}
	.pricing .content-holder #limited-availability {
		margin-top: 0px !important;
		margin-bottom: -10px !important;
	}
	.avail-left {
		display:initial;
		float:none;
	}
	.avail-right {
		display:inline;
		float:none;
	}
	.fa-exclamation-triangle {
		font-size:16px;
		margin-right:3px;
	}
	.pricing .contact-block .col:first-child {
		color: #098cd0;
	}
	.pricing .contact-block span {
		display: block;
		padding: 5px;
	}
	.sticky-wrap-header .container {
		padding-top: 0;
		padding-bottom: 0;
	}
	.main-nav ul li.drop-active ul {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		padding-left: 22px;
	    padding-right: 22px;
	    background:#ffe471 !important;
	    box-shadow:none;
	}
	.main-nav ul ul {
	    background:#ffe471 !important;
	}
	.main-nav ul ul li {
		padding: 12px 15px;
	}
	.main-nav ul ul .img {
	    margin-right: 15px;
	}
	.main-head {
		text-align: center;
	}
	.bottom-block .buttons {
		display: block;
	}
	.footer .info:before {
		background:none;
	}
	.footer .info .column .logo {
		display: block;
		margin: 0 auto 20px;
		max-height:47px;
	}
	.bottom-block p {
		line-height:27px;
	}
	.posts .post:before,
	.posts .buttons {
		left:0px;
		right:0px;
	}
	.commentlist-item .commentlist-item {
		padding-right: 14px;
	}
	.commentlist-item .commentlist-item .commentlist-item {
		padding-right: 14px;
	}
	.comment-form .form-submit .btn,
	.comment-form .form-submit input[type="submit"] {
		margin-left:16px;
		font-size: 14px;
	    padding-bottom: 24px;
	    min-width: 188px;
	}
	.meta {
		padding:0 0 0px;
	}
	.bottom-block p {
		line-height:1.7;
	}
	.sticky-wrap-header.fixed-position .logo img {
		width: 82px;
	}
	.single .remove-lazy,
	.single .remove-lazy img,
    .single .remove-lazy source {
    	display: none;
    	content-visibility: hidden;
    }
    .listitem {
	    width: 45px !important;
	    height: 23px !important;
	    font-family: "Montserrat", sans-serif;
	    font-size: 1.3rem;
		line-height: 2.5rem;
	    line-height: 22px !important;
	    top: 0px !important;
	 }
	 .bottom-block  p {
		 width: 90%;
		 margin: 0px auto;
		 display: block;
		 margin-bottom: 25px !important;
		 margin-top: 16px !important;
	 }
	 .page-template-template-why_blog h2 span svg,
	 .page-template-template-why_choose_us h2 span span svg,
	 .page-template-template-process h2 span svg,
	 .contact-us h2 span svg {
	    width: 100px !important;
	    height: 100px;
	    position: relative;
	    top: 2px;
	    display:block;
	    margin:0px auto;
	    margin-top:28px;
	    margin-bottom:20px;
	 }
	 .page-template-template-why_blog .content-holder h2,
	 .page-template-template-why_choose_us .content-holder h2,
	 .page-template-template-about_us .content-holder h2,
	 .page-template-template-process .content-holder h2,
	 .contact-us .content-holder h2 {
	    font-size: 22px;
	    margin-bottom: 34px;
	    padding-left: 1px;
	    margin-top: 24px;
	    text-align:center;
	    line-height:1.4;
	 }
	 .page-template-template-why_blog h2 span,
	 .contact-us h2 span {
	 	margin-right:0px !important;
	 }
	 .why-blog .block-holder,
	 .about-us .block-holder,
	 .contact-us .block-holder {
		 padding: 5px 5px 5px 5px !important;
		 border:none !important;
	 }
	 .contact-us .info-block {
		 background:#FFF !important;
		 padding:none !important;
	 }
	 .contact-us .block-holder p {
	    margin-bottom: 10px;
	}
	 .why-blog .info-block,
	 .about-us .info-block {
	    background: none !important;
	    padding: none !important;
	}
	.intro-text {
	    padding: 0px 0px 20px 2px;
	    font-size: 1.3rem;
	}
	.blog-management .intro-text {
	    margin-bottom: 0px;
	}
	h3 {
		font-weight:600;
	}
	.case-studies .list li {
	    padding: 0px;
	    border-bottom: 1px solid #ebebed;
	}
	.page-template-template-case_studies .fa-check-circle {
	    left: 0px !important;
	    margin-right:5px;
	}
	.case-studies .list li {
	    padding: 0px;
	    border-bottom: 1px solid #ebebed;
	    margin-bottom: 6px;
	    padding-bottom: 12px;
	    padding-top: 7px;
	}
	.case-studies .info-block {
	    background: #FFF;
	    border: 0;
	    margin-bottom: 30px;
	    padding: 0;
	    border-bottom-width: 4px;
	    border-radius: 5px;
	}
	.blog-management .summary-box {
		line-height:1.7;
	}
	.page-template-template-blog_management .content-holder h2,
	.page-template-template-case_studies .content-holder h2 {
	    font-size: 22px;
	    margin-bottom: 34px;
	    text-align: center;
	    margin-top: 16px;
	}
	.case-studies .content-holder {
		padding:17px 15px 37px 15px;
	}
	.pricing .services p {
		line-height:1.7;
		font-size:16px;
	}
	.pricing .services li {
	    padding: 15px;
	    border-top: 1px solid #eee;
	}
	.pricing .services li:nth-child(odd) {
		background:#FFF;
	}
	.pricing .services li:nth-child(even) {
		background:#FAFAFA;
	}
	.pricing .content-holder h2 {
		margin-top:20px;
	}
	.pricing .contact-block .col {
		font-weight:600 !important;
	}
	.pricing .contact-block .col .pricing-ready {
		font-weight:500 !important;
		margin-top:-28px;
	}
	.pricing .note {
		line-height:1.7;
		font-size:16px;
	}
	.compare-disclaimer {
		display:block;
		margin-bottom:50px;
	}
	.pricing .services .head span svg {
	    width: 70px !important;
	    height: 70px;
	    position: relative;
	    top: 2px;
	    display: block;
	    margin: 0px auto;
	    margin-bottom: -26px;
	    margin-top: 10px;
	}
	.pricing .services .head {
	    display: block !important;
	    -webkit-box-orient: normal;
	    -webkit-box-direction: normal;
	    -ms-flex-flow: normal;
	    flex-flow: normal;
	    -webkit-box-align: normal;
	    -ms-flex-align: normal;
	    align-items: normal;
	    width: 100%;
	    padding-bottom: 10px;
	}
	.pricing .services .head h3 {
		display:block;
	}
	.pricing .services .head h3 {
	    display: block;
	    font-size: 21px;
	    text-align: center;
	    padding-left: 0px;
		line-height: 27px !important;
		margin-top: 36px !important;
	}
	.pricing .services p {
	    color: #404a5a;
	    text-align: center;
	}
	.why-blog .author {
		margin-left:0px;
	}
	.why-blog .author .img img {
	    position: relative;
	    top: -2px;
	}
	.why-blog .head-holder h1 {
		margin-right:0px;
	}
	.contact-us h2 span svg {
	    width: 100px;
	    height: 100px;
	    clear: both;
	    display: block;
	    margin: 0px auto;
	}
	.contact-us .content-holder h2 {
		font-size: 22px;
	    margin-bottom: 17px;
    }
    .contact-us .main-head .btn {
	    margin-top:2px;
    }
    .blog .posts article h2 {
		margin-bottom: 10px;
		font-size: 22px !important;
		margin-top: 0px;
	}
    .blog .posts .buttons {
    	border-top: 44px solid #FFF;
    }
    .lwptoc_title {
	    font-size: 22px !important;
	}
	.blog-cat {
	    padding: 3px 14px 3px 14px !important;
	}
	.flex-holder .search {
		margin:11px 0;
	}
	.subscribe-block {
		padding:0px 12px 0px 12px !important;
		margin-bottom:20px !important;
	}
	.subscribe-block .input-field {
		font-size:15px !important;
	}
	.single .post-detail h1 {
		line-height:1.4;
	}
	#quotewrap {
	    padding: 0px 0px 13px 0px !important;
	}
	#quotewrap-left {
	    width: 100% !important;
	    margin-right: 0px !important;
	    margin-left: 0px !important;
	    clear: none !important;
	    min-height:0px !important;
	}
	#quotewrap-right {
	    width: 100% !important;
	    margin-right: 0px !important;
	    margin-left: 0px !important;
	    clear: none !important;
	    min-height:0px !important;
	}
	#quoteitem {
		min-height: 0px !important;
	}
	.chooseus-ico {
	    height: 100px;
	    width: 100px;
	    margin: 0px auto;
	    text-align: center;
	    display: block;
	    margin-bottom: 15px;
	    margin-right: auto !important;
	}
	span.post.post-post.current-item {
	    position: relative;
	    top: -2px;
	}
	.single ul.breadcrumbs {
	    position: relative;
	    top: 6px;
		font-size:18px;
	}
	.single a.btn-small {
	    position: relative;
	    top: 2px;
	}
	.single .breadcrumbs li:after {
	    margin: -3px 5px 0;
	}
	#page-breadcrumbs {
		font-size:16px;
		width:100% !important;
		left:0 !important;
		border-radius:0px;
		padding-bottom:5px;
	}
	#page-breadcrumbs-left {
	    margin: 0px auto;
	    padding-left: 0px;
	    margin-top: 0px;
	    width: 100%;
	    text-align: center;
	    padding-top: 0px;
	}
	#page-breadcrumbs-right {
	    margin: 0px auto;
	    width: 100%;
	    text-align: center;
	    padding-right:0px;
	    min-height: 32px;
	}
	#page-breadcrumbs-right a {
		color:#fe7800;
	}
	.breadcrumbs-text {
	    height: 27px;
	    display: inline-block;
	    color:#666;
	    float:none;
	    top:-1px;
    }
	.element-is-sticky #page-breadcrumbs-left {
		display:none;
	}
	.parent-pageid-4857 .content-holder h2 {
	    text-align: center;
	    position: relative;
	    top: 12px;
	}
	#process-read {
		display: block;
	    float: none;
	    width: auto;
	    margin-left: 0px;
	    margin-right: 0px;
	    margin-top: -23px;
	    margin-bottom: 17px;
	    padding: 5px 22px 5px 22px;
	}
	.footer .info .column .logo img {
		margin-left:0px;
	}
	#amazon-polly-audio-table {
		margin-bottom: -29px;
	}
	#relatedlinks-block {
	    font-size: 1.3rem;
		line-height: 2.5rem;
	}
	#relatedlinks-item {
		background:#fcfcfc;
		width:100%;
		border-bottom:1px solid #e5e5e5;
		padding: 17px 20px;
		width:auto;
		line-height: 26px;
	}
	.single .content-holder ul li {
		background-position:0px 3px;
		margin-left:-35px;
		margin-bottom:15px;
		font-size:18px;
	}
	.single .content-holder ol li {
		font-size: 1.3rem !important;
		line-height: 2.5rem;
	}
	.page-template-template-about_us .about-us .block-holder iframe {
		margin-left: 0px !important;
		display: block;
		width: auto !important;
		float: none !important;
		height: auto !important;
		min-width: 340px;
		min-height: 246px;
	}
	.single .post-detail .content-holder .article-body p {
	    margin-bottom: 17px;
	}
	a.prev.page-numbers,
	a.next.page-numbers {
    	display: inline-block !important;
    	width:100% !important;
    }
    a.next.page-numbers {
    	background:#ffe471 !important;
    	color:#000 !important;
    }
    .page-numbers {
	    display: none !important;
	}
	.greensolution,
	.yellowwarning {
		font-size: 1.3rem !important;
		line-height: 2.5rem;
	}
	#pricing-bcol {
		width:100%;
		margin-bottom:20px;
	}
	#pricing-bcol img {
		width:64px;
		margin-top: 10px;
		margin-bottom: -15px;
	}
	.pricing-bheading {
		font-size:40px;
		margin-left:10px;
		line-height:55px;
	}	
	.bcol-link {
		margin-top: -20px;
	}
	.single ul.breadcrumbs {
		position: relative;
		top: 6px;
		font-size: 18px;
		float: left;
		width: 75%;
		height: auto;
		padding-bottom: 0px !important;
		margin-bottom: 0px !important;
	}
	.post-detail p {
		margin-bottom: 7px;
	}
	.post-detail .post-head .btn {
		margin-top: 16px;
	}
	.single .post-head {
		padding: 6px 30px 14px 30px !important;
	}
	#summaryheading h2 {
		margin-top:0px !important;
	}
} /* max-width: 767px */

@media only screen and (min-width: 768px) and (max-width: 1055px) {
	.sticky-wrap-header .logo .logo-text span {
		display:none;
	}
} /* max-width: 875px */

@media (max-width: 1023px) {
	.textblock h1 span {
		font-size: 41px !important;
		height: 88px !important;
		padding: 19px 10px 5px 16px !important;
		margin: -10px -10px -15px -10px !important;
	}
}

@media only screen and (min-width: 768px) and (max-width: 1199px) {
	.main-nav ul a.has-drop-down-a svg {
		right: 8px;
	    margin-top: -4px;
	}
	body .main-nav ul ul {
		padding: 15px 0px 10px 8px !important;
		margin-top: 9px;
	}
	.sticky-wrap-header .logo .logo-text {
		display:none !important;
	}
	.main-nav ul a.has-drop-down-a:hover svg {
		margin-top: 0px;
	    right: 12px;
	}
	.main-nav ul a {
	    padding: 10px 15px
	}
	.main-nav ul li {
	    margin-left: 0;
	    padding: 0px 0px !important;
		font-size: 18px;
	}
	.main-nav {
		width:100%;
	}
	body .main-nav ul ul li {
		padding:10px 25px 10px 20px !important;
	}
	.sticky-wrap-header .logo img {
		width:60px;
	}
	.main-nav ul li:first-child {
		padding:10px 6px 10px 0px;
	}
	.logo-text span {
		display:inline-block;
		font-size:21px;
	}
	.sticky-wrap-header .logo {
	    width: 500px;
	}
	.picblog img {
	    top: 2px;
	}
}

@media (min-width: 1024px) {
	.bottom-block h2 {
		font-size: 36px !important;
		line-height: 34px !important;
		margin-bottom:23px !important;
	}
	#blogdivider {
		width: 100%;
		height: 1px;
		border-top: 2px dashed #e2e2e2;
		margin-top: 30px;
		margin-bottom: 38px;
	}
	.home .textblock .btn.large {
		padding: 9px 26px 10px 26px;
		font-size: 24px;
		line-height:43px;
	}
	.home .textblock .btn.large i {
		top: 5px;
		font-size: 33px;
		line-height: 1;
		padding-right: 11px;
	}
	.logos li {
		padding: 10px;
		width: auto;
	}
	.three-cols .column {
		width: 31%;
	}
	.content-holder {
		padding: 49px 47px 1px;
	}
	.blog .content-holder,
	.archive .content-holder {
		padding: 29px 47px 40px;
	}
	.posts {
		margin: 0 -12px 20px;
	}
	.posts .post {
		width: 33.333%;
		margin-bottom: 55px;
	}
	.category .content-holder {
		padding: 28px 47px 70px;
	}
	.category .main-head h1 {
		max-width: 80%;
	}
	.post-detail .content-holder {
		font-size: 1.3rem;
		line-height: 1.85;
		padding: 42px 45px 70px;
	}
	.comments-section {
		margin-bottom: 5px;
	}
	.commentlist-item .commentlist-item .commentlist-item .avatar-holder {
		right: 25px;
	}
	.about-us .content-holder {
		padding: 49px 47px 39px;
		margin-bottom: 46px;
	}
	.about-us h2 {
		font-size: 36px;
		margin-bottom: 40px;
	}
	.about-us .img.large {
		width: 432px;
	}
	.about-us .info-block {
		margin-bottom: 47px;
	}
	.blog-management h2 {
		font-size: 36px;
		margin-bottom: 30px;
	}
	.blog-management .content-holder {
		font-size: 18px;
		padding: 39px 47px 35px;
	}
	.case-studies .content-holder {
		padding: 37px 47px 0;
	}
	.case-studies .content-holder h2 {
		font-size: 36px;
	}
	.case-studies .text-holder {
		padding: 24px 33px 12px;
	}
	.comparison .intro-text {
		font-size: 18px;
		line-height: 1.7;
		padding-bottom: 22px;
	}
	.contact-us h2 {
		font-size: 36px;
		margin-bottom: 30px;
		margin-bottom: 40px;
	}
	.pricing .intro-text {
		font-size: 18px;
		line-height: 1.7;
		padding-right: 0px;
	}
	.page-template-template-case_studies .intro-text p {
		margin-top:4px;
	}
	.pricing h2 {
		font-size: 35px;
		line-height: 1.25;
		margin-bottom: 45px;
	}
	.pricing .services {
		font-size: 18px;
		margin-bottom: 43px;
	}
	.pricing .contact-block {
		font-size: 20px;
	}
	.boxes .box {
		font-size: 18px;
		line-height: 1.7;
	}
	.why-blog {
		font-size: 18px;
		line-height: 1.65;
	}
	.why-blog .intro-text {
		font-size: 18px;
		padding-bottom: 35px;
	}
	.why-blog h2 {
		font-size: 36px;
		margin-bottom: 62px;
	}
	.why-blog .info {
		line-height: 1.8;
	}
	.why-blog .info-block {
		margin-bottom: 68px;
	}
	.why-blog .content-holder {
		font-size: 18px;
		line-height: 1.7;
		padding-top: 39px;
		margin-bottom: 100px;
	}
	.why-blog .head-holder {
		width: auto;
		-webkit-box-pack: start;
		-ms-flex-pack: start;
		justify-content: flex-start;
	}
	.sticky-wrap-header {
		font-size: 21px;
		line-height: 1.2;
	}
	.sticky-wrap-header .logo {
		width: 320px;
		max-height:112px;
		overflow:hidden;
	}
	.main-nav ul ul {
		font-size: 1.3rem;
		width: auto;
		margin-top: 2px;
	}
	.main-nav ul ul li {
		padding: 10px 30px 10px 30px;
	}
	.main-nav ul li {
		margin-left: 25px;
	}
	.main-nav ul a {
		padding: 10px 25px;
	}
	.main-nav ul a.has-drop-down-a {
		padding-right: 40px;
	}
	.main-nav ul a.has-drop-down-a i {
		right: 20px;
	}
	.btn i,
	.search-form input[type="submit"] i {
		font-size: 22px;
	}
	.btn.large,
	.search-form input[type="submit"].large {
		font-size: 23px;
		line-height: 30px;
		padding: 14px 34px 14px 27px;
	}
	.btn.large i,
	.search-form input[type="submit"].large i {
		top: 2px;
		font-size: 25px;
		line-height: 1;
		padding-right: 11px;
	}
	h1 {
		font-size: 42px;
		line-height: 1.35;
	}
	h2 {
		font-size: 38px;
	}
	h3 {
		font-size: 32px;
	}
	.single h3 {
		border-bottom:1px solid #e0e7ee;
		padding-bottom: 12px;
		margin-bottom: 30px;
	}
	h4 {
		font-size: 28px;
	}
	h5 {
		font-size: 26px;
	}
	.list li:before {
		top: 15px;
	}
	.main-head .btn {
		padding: 12px 40px 12px 28px;
		min-width: 300px;
		font-size: 21px;
		line-height: 24px;
	}
	.author-info .info {
		padding-left: 49px;
	}
	.article {
		padding: 12px 42px;
		margin-bottom: 54px;
	}
	.flex-holder.nowrap {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row nowrap;
		flex-flow: row nowrap;
	}
	.tags {
		width: 78.7%;
	}
	.tags .btn {
		padding: 14px 22px;
		font-size: 16px;
		line-height: 22px;
	}
	body .bottom-block {
		margin-bottom: 90px;
	}
	.post-head {
		padding: 24px 43px;
	}
	.post-head .breadcrumbs {
		width: 82%;
	}
	.subscribe-block {
		padding: 38px 40px 38px 40px;
	}
	.single .subscribe-block .col .btn {
		margin-bottom: 0px !important;
	}
	.single .subscribe-block {
		padding: 38px 40px 43px 40px !important;
	}
	.subscribe-block .cols {
		width: 73%;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-flow: row wrap;
		flex-flow: row wrap;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
	}
	.subscribe-block .col {
		width: 57%;
	}
	.subscribe-block .col:first-child {
		width: 41%;
		margin-left: 0px;
	}
	.subscribe-block .col .input-field {
		padding-right: 150px;
		margin-bottom: 0;
	}
	.subscribe-block .col .btn {
		position: absolute;
		bottom: 0;
		right: 0;
		margin-bottom: 0;
	}
	.subscribe-block .img {
		width: 30%;
		position: absolute;
		top: 15px;
		right: 20px;
	}
	.subscribe-block .img img {
		margin: 8px 0px 0px 0px;
	}
	.footer .col {
		width: 20%;
		margin-bottom: 36px;
	}
	.footer .col:last-child {
		width: 33.1%;
	}
	.footer .info .column {
		padding: 0 0 0 50px;
	}
	.footer .info .column:first-child {
		padding: 0 50px 0 0;
	}
} /* min-width: 1024px */
@media (max-width: 1124px) {
	.page-template-template-pricing .fluid-width-video-wrapper {
		display:none;
	}
	.pricingtop,
	.pricingtop source,
	.pricingtop img {
		display:none;
	}
	.footer .info,
	.footer .info .column:first-child {
		border:none;
	}
	#boxing-ring {
		display:none;
		content-visibility: hidden;
	}
	#results-container {
		width:100%;
		float:left;
		padding: 17px 16px 0px 16px;
		margin-bottom:30px;
	}
	#magnifyico {
		margin-left: auto;
		margin-right: auto;
		left: 0;
		right: 0;
	}
	iframe {
		width: 100%;
	}
	.subscribe-block {
		padding:20px 20px 0px 20px !important;
	}
	.logos {
		background-size: 100% 30%;
	}
	.comparison .table {
		font-size: 14px;
	}
	.why-blog .main-head.flex-end {
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
	}
	.why-blog .author {
		margin-bottom: 10px;
	}
	.quote-iframe {
		display:none;
	}
	#interstitial-cta {
		width:100%;
		height:auto;
	}
	#icta-head {
		width:auto;
		font-size:20px;
		padding-left:15px;
		padding-right:15px;
	}
	#sleep-emoji {
		display:none;
	}
	.icta-title {
		margin:0px auto;
		display:block;
		width:100%;
		text-align:center;
		height:100%;
		line-height:30px;
		padding-top:20px;
	}
	#icta-underline {
		display:none;
	}
	#snoozes {
		display:none;
	}
	#icta-para p {
		display:inline;
		margin-left:5px;
	}
	#icta-bottom {
		line-height:33px;
	}
	#icta-schedule { 
		padding-bottom:30px;	
		width:fit-content;
	}
	#about-awards {
		width:100% !important;
	}
}
@media (max-width: 1199px) {
	.post-head {
		width:100%;
		height: auto;
		display: block;
		float: left;
	}
	.lwptoc_i {
		width: 100% !important;
	}
	.post-head .btn {
		float: right;
	}
	.post-head .breadcrumbs {
		width: 82%;
		height: auto;
		float:left;
	}
	.single .main .container {
		width: 100% !important;
		max-width:100% !important;
		float: left;
	}
	.bottom-block h2 {
		margin-top: 20px;
	}
	.single .content-holder {
		display: block;
		float: left;
	}
	
	.single-code .content-holder {
		float: none !important;
	}
	.single-code .post-head {
		margin-bottom: 30px;
	}
	.single-code a.cms-ico {
		margin-top: 3px;
		display: block !important;
	}
	.single-code nav.rank-math-breadcrumb {
		display: block !important;
		float: left;
	}
	.post-detail.container {
		padding-top: 0px;
	}
	.sticky-wrap-header .logo {
		max-width:57px !important;
		display: block;
		overflow: hidden;
	}
	.main-nav ul li {
		margin-left: 15px;
	}
	.sticky-wrap-header .logo .logo-text span {
		display: block;
		font-size: 22px !important;
		float: left;
		margin-right: 7px;
	}
	.sticky-wrap-header .logo .logo-text {
		padding-left: 15px;
		display: block;
		position: fixed;
		top: auto !important;
		width: 500px !important;
		margin-left: 57px;
		max-width: 300px;
		z-index: 9999999;
	}
	#ss-floating-bar {
		display:none;
		content-visibility:hidden;
	}
}
@media (max-width: 1200px) {
	
	#plan-container {
		width: 100% !important;    
	}
	
	.expert-plan {
		margin-left:0px !important;
		margin-top: 100px !important;
	}
	#plan-feature {
		font-size: 14px !important;
		pointer-events: none !important;
		cursor: default !important;
		text-decoration:none !important;
		color:#000 !important;
	}
	.pricing-ico {
		float: none !important;
		text-align: center !important;
		display: block !important;
		margin: 0px auto !important;
		margin-bottom: 10px !important;
	}
	.pricing-h3 {
		text-align: center !important;
	}
	#plan-container img {
		margin-bottom: 0px !important;
	}
	#plan-container .btn {
		font-size: 29px !important;
		line-height: 31px !important;
		padding-bottom: 14px !important;
	}
	.subscribe-block .img img {
		display:none;
	}
	#audiocontainer {
		float: none;
		margin-top: -10px;
		margin-bottom: 12px;
	}
	#listenico {
		display:none;
	}
	#amazon-polly-audio-tab {
		padding:0px;
	}
	.containerplay {
		width: 100% !important;
		height: 30px !important;
		line-height: 29px !important;
		margin-top: 0px !important;
		font-size: 14px !important;
		padding: 0px 3px 0px 3px !important;
		margin-bottom: 11px;
	}
	.play-button::before {
		border-width: 6px 0 6px 8px !important;
		height: 12px !important;
		top: 8px !important;
	}
	.play-button.playing::before {
		border-width: 0px 0 0px 8px !important
	}
	.durationtext {
		border-right:none !important;
		padding-right:none !important;
		width:auto !important;
	}
	.listentext {
		border-left: 0px !important;
		width:auto !important;
	}
}
@media (min-width: 1200px) {
	div#btnText {
		margin-top: 8px !important;
		font-size: 18px !important;
		font-weight: bold !important;
		padding: 2px 42px !important;
	}
	/*
	.awsm-job-form-inner {
		background: #fff;
		-webkit-box-shadow: 0px 0px 0px 0px !important;
		box-shadow: 0px 0px 0px 0px !important;
		padding: 35px;
		position: relative;
		top: -4px;
		background: #fafafa !important;
		border:1px solid #e1e2e3;
		border-radius:5px;
	}
	.awsm-job-form-inner h2 {
		margin: 0 0 30px;
		font-size: 23px;
	}
	*/
	.listing-page-awsm_job_openings #content .title h1 {
		font-size: 46px !important;
		margin-bottom: 36px !important;
		margin-top: 15px !important;
	}
	.three-cols .column:before {
		top: 22px;
		left: 15px;
	}
	.text-info p {
		width:90%;
	}
	.three-cols .column h3 {
		padding: 28px 20px 22px 85px;
	}
	.logo-block {
		padding: 49px 86px 27px;
	}
	.category .tags {
		font-size: 18px;
		line-height: 22px;
	}
	.post-detail .content-holder {
		margin: 0 0 113px;
	}
	.post-detail h1 {
		font-size: 50px;
		line-height: 1.52;
		margin-bottom: 28px;
		margin-top: -8px;
	}
	.post-detail .heading {
		margin-bottom: 25px;
	}
	.post-detail .posts {
		margin-top: 45px;
	}
	.commentlist {
		margin-top: 45px;
		margin-bottom:40px;
	}
	.case-studies .intro-text {
		margin-top: -4px;
		width: 100%;
	}
	.pricing .contact-block {
		font-size: 26px;
	}
	.pricing .contact-block .btn {
		margin-left: 15px;
	}
	.main-nav ul li {
		margin-left: 5px;
	}
	.main-head h1 {
		font-size: 46px;
		line-height: 1.25;
	}
	.tags li {
		margin-right: 12px;
	}
	.tags .btn {
		padding: 14px 25px;
		font-size: 18px;
		line-height: 22px;
	}
	.bottom-block.indent {
		padding-top: 250px;
	}
	.breadcrumbs {
		font-size: 20px;
		line-height: 24px;
	}
	.subscribe-block .img {
		right: 0;
		width: 24%;
	}
	#meta-top {
		background: #e3e3e3;
		height: 1px;
		width: 100%;
		margin-top: 21px;
		opacity: 0.7;
	}
	#audiocontainer {
		float: right;
		margin-top: -54px;
		margin-bottom:-24px;
		margin-right:3px;
	}
	#amazon-polly-audio-table {
		float: right;
	}
} 

/* min-width: 2000px */
@media (min-width: 2000px) {
	.single .content-holder .size-full > source, .single .content-holder .size-full > picture, .single .content-holder .size-full > img {
		display: block;
		width: 100% !important;
		height: auto;
	}
	.single .content-wrapper p,
	.greensolution,
	.yellowwarning {
		margin-bottom: 39px;
		font-size: 1.3rem !important;
		line-height: 2.5rem;
	}
	#interstitial-cta {
		width: 1130px;
		height: 458px;
	}
	#icta-head {
		width: 1130px;
	}
	#sleep-emoji {
		margin-left: 108px;
	}
	#icta-underline {
		left: 812px;
	}
	.durationtext,
	.listentext {
		font-size: 14px;
	}
	.containerplay {
		width: 280px;
	}
	.listentext {
		width:177px;
	}
	.containerplay {
		border-radius: 7px;
		height: 28px;
		line-height:26px;
	}
	.durationtext {
		height: 26px;
		width: 65px;
	}
	.play-button:before, .play-button.playing:before {
		height: 8px;
		margin-right: 9px;
		top: 8px;
		border-width: 5px 0 5px 7px;
	}
	#listenico {
		margin-top:-6px;
	}
	.three-cols .column h3 {
		padding: 22px 20px 21px 85px;
		font-size: 20px;
	}
	.three-cols .column .holder p {
		font-size: 18px;
		line-height: 34px;
		padding: 0px 20px 0px 20px;
	}
	.main-nav ul ul {
		font-size: 20px;
		width: 286px;
	}
	.main-nav ul ul li {
		font-size: 20px;
	}
	#menu-primary-menu li {
		font-size: 24px;
		margin-left: 9px;
	}
	#menu-primary-menu li .menu-item-type-post_type {
		font-size: 20px !important;
	}
	.home .textblock .btn.large {
		padding: 11px 33px 11px;
		font-size: 26px;
		line-height: 43px;
	}
	.btn.large, .search-form input[type=submit].large {
		font-size: 26px;
		line-height: 30px;
		padding: 16px 40px 16px 33px;
	}
	.bottom-block h2 {
		font-size: 40px!important;
	}
	.banner .textblock {
		padding-bottom: 30px;
	}
	.post-detail h1 {
		font-size: 53px;
		margin-bottom: 39px;
	}
	.single .article-body h2 {
		font-size: 42px;
		margin-bottom: 33px;
		margin-top: 59px;
	}
	.single .article-body h3 {
		font-size: 36px;
	}
	.lwptoc_title {
		font-size: 42px;
	}
	.single .h3listitem {
		top: -3px;
		font-size: 28px !important;
		height: 38px;
		width: 61px;
		line-height: 36px;
		margin-right: 15px;
	}
	.listitem {
		width: 49px;
		height: 30px;
		font-size: 20px;
		top: -1px;
	}
	#icta-schedule {
		width: 359px;
	}
	#excerpt,
	#icta-bottom {
		font-size: 20px;
	}
	.posts time {
		font-size: 1.3rem;
	}
	.commentlist-holder .meta {
		font-size:18px;
	}
	.author-info .info {
		padding-left: 49px;
		font-size: 20px;
		line-height: 38px;
	}
	.author-info .img {
		width: 164px;
		height: 164px;
	}
	#hb-middle>#text {
		font-size: 20px;
	}	
	span.logo-text span {
		font-size: 27px !important;
	}
	.sticky-wrap-header .logo {
		width:340px;
	}
	.why-blog .intro-text,
	.why-blog p, .pricing p,
	.why-blog .info,
	.why-blog li,
	.blog-management .intro-text p, 
	.comparison .intro-text p,
	.page .intro-text p,
	#results-inner p,
	.contact-us .block-holder {
		font-size: 20px;
		line-height: 38px;
	}
	.main-head h1 {
		font-size: 48px;
	}
	.main-head .btn {
		padding: 14px 44px 14px 32px;
		font-size: 24px;
	}
	.single .content-holder ul li {
		background-size: 20px 20px;
	}
	.source-link {
		padding: 10px 0 37px;
		font-size: 18px;
	}
	p.biz-review-more {
		font-size: 20px;
	}
	p.bt-testimonial-address.bt-no-margin {
		font-size: 18px;
	}
	.boxes h4 {
		font-size: 30px;
		padding: 8px 0 31px 0px;
	}
	.pricing .services h3 {
		font-size: 28px;
		padding-left:30px;
	}
	.services li .head span {
		font-size: 51px !important;
	}
	.pricing .contact-block .btn {
		margin-left: 25px;
	}
	.pricing-ready {
		margin-left: 10px;
	}
	.pricing .contact-block .price {
		font-size: 50px;
	}
	.pricing .contact-block {
		font-size: 28px;
	}
	.pricing .note {
		font-size: 20px;
	}
	input[type="checkbox"] {
		width: 20px;
		height: 20px;
		position: relative;
		top: 3px;
		margin-right: 8px;
	}
	#results-container {
		position:relative;
	}
	#magnifyico {
		width: 126px;
		height: 126px;
		display: block;
		position: absolute;
		left: 0;
		margin-top: -167px;
		right: 0;
		margin-top: -103px !important;
		margin: auto;
		transform: translateY(-50%);
	}
	span.lwptoc_item_label {
		font-size: 20px;
	}
}

/* min-width: 2500px */

@media (min-width: 2500px) {
	.container {
		max-width: 1500px; 
	}
	.logos img {
		max-width: 100%;
		display: block;
		margin: 0 auto;
		scale: 1.2;
		padding-left: 9px;
		padding-right: 16px;
	}
	.post-detail h1 {
		font-size: 60px;
		line-height: 88px;
		margin-bottom: 39px;
	}
	p,
	.greensolution,
	.yellowwarning,
	.single li {
		font-size: 1.3rem !important;
		line-height: 2.5rem;
	}
	#interstitial-cta,
	#icta-head {
		width: 1380px;
	}
	#sleep-emoji {
		margin-left: 234px;
	}
	#icta-underline {
		left: 937px;
	}
	.post-detail .content-holder {
		font-size: 18px;
		line-height: 1.85;
		padding: 39px 58px 70px;
	}
	.blog .content-holder, .archive .content-holder {
		padding: 42px 64px 40px;
	}
	.why-blog .block-holder {
		padding: 38px 49px 0;
	}
	.biz-container {
		max-width: 100%;
	}
	.bt-testimonial-text {
		color: #666;
		line-height: 35px;
	}
	.footer .info { 
		max-height: 125px; 
	}
	.single .article-body h3 {
		font-size: 36px;
		margin-top: 60px;
	}
	#results-container {
		position:relative;
	}
	#magnifyico {
		width: 126px;
		height: 126px;
		display: block;
		position: absolute;
		left: 0;
		margin-top: -167px;
		right: 0;
		margin-top: -103px !important;
		margin: auto;
		transform: translateY(-50%);
	}
	span.lwptoc_item_label {
		font-size: 22px;
	}
}
.single-code pre, .wp-block-kevinbatdorf-code-block-pro {
	min-height: revert !important;
	height: revert !important;
	min-width: revert !important;
	width: revert !important;
}
.single-code figure {
	margin: 1em 0px 2em 0px !important;
}
.wp-block-kevinbatdorf-code-block-pro {
	margin-bottom: 34px;
	border-radius: 10px !important;
	overflow: hidden;
}
.wp-block-kevinbatdorf-code-block-pro {
	font-family: monospace !important;
}
.footer-info ul li a:hover {
	text-decoration: underline !important;
}
.drop-active .back svg {
	display: none;
}
.wp-block-kevinbatdorf-code-block-pro {
	width: 100%;
}
ul#menu-legal li {
	float: none;
	display: inline-block;
	margin-left: 15px;
	border-right: 1px solid #3E4044 !important;
	height: 15px;
	line-height: 15px;
	padding-right: 15px;
}
ul#menu-legal li:last-child {
	border-right: 0px !important;
}
#cmplz-document p, .editor-styles-wrapper .cmplz-unlinked-mode p, #cmplz-document li, .editor-styles-wrapper .cmplz-unlinked-mode li, #cmplz-document td, .editor-styles-wrapper .cmplz-unlinked-mode td {
	font-size:18px !important;
}
#cmplz-document, .editor-styles-wrapper .cmplz-unlinked-mode {
	max-width:100% !important;
}
div#cmplz-document {
	margin-bottom:50px;
}
#cmplz-document form {
	background: #f4f4f4;
	padding: 40px;
	border-radius: 10px;
	line-height: 31px;
	font-size: 18px;
}
@media (max-width:1200px) {
	.container {
		max-width: 95% !important;
	}
}
.subscribe-block p {
	padding-bottom: 0px !important;
	margin-bottom: 0px !important;
}
.article-body .content-wrapper img {
	margin-left: auto;
	margin-right: auto;
	display: block;
	margin-top: 2.5rem !important;
	margin-bottom: 3rem !important;
}
#summaryheading img {
	float: right;
}
.article-body h2,
.article-body h3 {
	margin-top: 3rem !important;
	margin-bottom: 2rem !important;
}
.article-body .content-wrapper #summaryheading img {
	margin-top: 2px !important;
}
.article-body .content-wrapper #summaryheading h2 {
	margin-top: 32px !important;
}
.ai-disclosure {
	color:#79708d;
	font-size: 18px;
	letter-spacing: 0.5px;
	margin-top: -6px;
	display: block;
	border-top: 1px solid #dbcef8;
	padding-top: 10px;
	margin-bottom: 11px;
}
#author-widget-ai {
	position: absolute;
	top: 29px;
	right: 30px;
	float: right;
	line-height: 50px;
	color: #79708d;
}
.tldr {
	background: linear-gradient(183deg, rgb(252 248 255) 0%, rgb(249 241 255) 100%);
	border: 1px solid #e4d8ff;
	border-radius: 7px;
	padding: 0 38px 12px;
	margin-bottom: 34px;
	position: relative;
}
.author-logo{
  top:38px;
  right:30px;
  height:50;
  margin-left:16px !important;
}
#author-widget-ai img {
	border:0px !important;
}
@media (max-width:767px) {
	.content-holder .yarpp h2 {
		margin-top: 0px !important;
	}
	html .post-type-archive-code .posts .post {
		width: 100% !important;
		display: block !important;
		flex-basis: 100% !important;
	}
	html .post-type-archive-code .posts .post h2 {
		width: 100% !important;
		display: block !important;
		flex-basis: 100% !important;
		margin-top:0px !important;
	}
	#author-widget-ai {
		position: relative;
		top: auto;
		right: auto;
		width: 100%;
		height: 62px;
		line-height: 33px !important;
		color: #4f416d;
		margin-top: -10px;
		margin-bottom: -10px;
		font-size:1.3rem;
	}
	#author-widget-ai img {
		display: inline-block;
		position: relative;
		float: none !important;
		margin-top: 0 !important;
		margin-right: 10px !important;
		margin-bottom: 0 !important;
		top: 4px;
		left: -12px;
		height: 25px;
		width: 25px
	}
}
.summary-txt {
	color: #4f416d;
}
.subscribe-block .wpcf7 {
	padding: 0 0 20px 0;
}
p#social-links-single svg {
	font-size: 30px;
	margin-right: 7px;
}
#social-links-single {
	margin-top: 20px;
}
p#social-links-single a {
	text-decoration: none !important;
}
p#social-links-single a:hover {
	opacity:0.6;
}
.fa-linkedin {
	color:#0071AF;
}
.fa-linkedin {
	color:#0071AF;
}
.fa-square-x-twitter {
	color:#060606;
}
.posts .post h2 {
	margin-bottom: 20px;
}
.author-info .info h2 {
	color: #fe7800;
	margin-top: 0px !important;
}
