/*
Theme Name: Genesis Block Theme
Theme URI: https://github.com/studiopress/genesis-block-theme/
Author: StudioPress
Author URI: https://www.studiopress.com/
Description: A beautifully-simple yet powerful WordPress theme that integrates perfectly with the block editor and the Genesis Blocks plugin. Start building amazing websites with blocks today! Install the Genesis Blocks plugin to add even more page-building blocks such as testimonials, sharing icons, notices, call to actions, buttons and more.
Version: 1.0.0
License: GNU General Public License v2 or later
Text Domain: genesis-block-theme
Domain Path: /languages/
Tags: one-column, featured-images, theme-options, custom-background, custom-colors, custom-logo, custom-menu, editor-style, translation-ready, footer-widgets, full-width-template, blog, sticky-post, threaded-comments, wide-blocks
Requires at least: 5.0
Requires PHP: 7.1
*/
@font-face {
  font-family: "Aileron Light";
  font-weight: 400;
  font-style: normal;
  src: url("https://media.cahoot.ai/wp-content/uploads/fonts/aileron-light-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Aileron Thin";
  font-weight: 400;
  font-style: normal;
  src: url("https://media.cahoot.ai/wp-content/uploads/fonts/aileron-thin-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Aileron Black";
  font-weight: 400;
  font-style: normal;
  src: url("https://media.cahoot.ai/wp-content/uploads/fonts/aileron-black-webfont.woff") format("woff");
  font-display: swap;
}
@font-face {
  font-family: "Aileron Bold";
  font-weight: 400;
  font-style: normal;
  src: url("https://media.cahoot.ai/wp-content/uploads/fonts/aileron-bold-webfont.woff") format("woff");
  font-display: swap;
}
/* --------------------------------------------------------------
Reset
-------------------------------------------------------------- */
/* stylelint-disable selector-list-comma-newline-after  */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	/* stylelint-disable max-line-length */
	border: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}

/* stylelint-enable selector-list-comma-newline-after */
html {
	font-size: 100.0%;
	overflow-y: scroll;
	overflow-x: hidden;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	scroll-behavior: smooth;
}

body {
	overflow-x: hidden;
	margin: 0 auto;
	background: #fff;
	word-wrap: break-word;
}

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

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

table {
	/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}

caption,
th,
td {
	font-weight: 300;
	text-align: left;
}

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

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

a:focus {
	outline: thin dotted;
}

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

a img {
	border: 0;
}

/* --------------------------------------------------------------
Typography
-------------------------------------------------------------- */
body,
button {
	color: #272c30;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 300;
	font-size: 18px;
	line-height: 1.6;
}

@media (max-width: 600px) {
	body,
	button {
		font-size: 16px;
	}
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	line-height: 1.2;
	margin-bottom: 1%;
	font-family: 'Aileron Bold';
	font-weight:700;	
}

/* Fallback title styles */
h1 {
	font-size: 2.5em;
}

h2 {
	font-size: 1.6em;
}

h3 {
	font-size: 1.4em;
	color: #77CD00;
}

h4 {
	font-size: 1.2em;
}

h5 {
	font-size: 1.0em;
}

h6 {
	font-size: 1em;
}

p,
.embed-vimeo {
	margin-bottom: 1.2em;
	font-size: 16px;
}


li,
.embed-vimeo {
	margin-bottom: 0.2em;
	font-size: 16px;
}

b,
strong {
	font-weight: 600;
}

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

blockquote {
	color: #272c30;
	font-weight: 600;
	line-height: 1.4;
	margin: 1em 0 1.2em 0;
	position: relative;
	padding: 0 0 0 30px;
	border-left: solid 4px #272c30;
}

blockquote p {
	margin-bottom: 1em;
}

blockquote cite {
	margin-top: 10px;
	display: block;
}

.comments-area blockquote {
	font-size: 18px;
}

@media (max-width: 1000px) {
	.comments-area blockquote {
		font-size: 16px;
	}
}

address {
	margin: 0 0 1.5em;
}

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

.comments-area pre {
	background: #d7dee5;
}

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

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

mark,
ins {
	text-decoration: none;
}

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

sup {
	bottom: 1ex;
}

sub {
	top: 0.5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

.highlight {
	background: #fff198;
}

/* --------------------------------------------------------------
Elements
-------------------------------------------------------------- */
ul,
ol {
	margin: 0 0 1.4em 20px;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

.hide-sub {
	display: none !important;
}

.entry-content ul,
.entry-content ol {
	padding-left: 1.8em;
}

dt {
	font-weight: 600;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 0;
}

/* Tables */
table {
	font-size: 18px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
}

table thead {
	background: #000000;
}

table thead th {
	font-weight: 600;
}

table td,
#content table th {
	padding: 15px;
}

table td {
	border-bottom: solid 1px #f2f2f2;
}

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

table tr:nth-child(even) {
	background: #f2f2f2;
}

/* Tables-jet */
.jet-table {
	font-size: 16px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
	text-align: center;	
}

.jet-table thead {
	background: #ffffff;
}

.jet-table thead th {
	font-weight: 600;
}

.jet-table td, 
#content table th {
	padding: 15px;
}

.jet-table__cell-text {
	text-align: center;		
}

.jet-table__cell-content {
	text-align: center;		
}

.jet-table td {
	box-sizing: border-box;
	border: solid 1px #000000;
}

table tr:nth-child(even) {
	background: #ffffff;
}

table tr:last-child td {
	border-bottom: solid 1px #000000;;
}


/* Tables-jet thin */
.jet-table-thin {
	font-size: 16px;
	margin-bottom: 5%;
	padding: 0;
	width: 100%;
	text-align: center;	
}

.jet-table-thin thead {
	background: #ffffff;
}

.jet-table-thin thead th {
	font-weight: 600;
}

.jet-table-thin td, 
#content table th {
	padding: 5px;
}

.jet-table__cell-text-thin {
	text-align: center;		
}

.jet-table__cell-content-thin {
	text-align: center;		
}

.jet-table-thin td {
	box-sizing: border-box;
	border: solid 1px #000000;
}

table tr:nth-child(even) {
	background: #ffffff;
}

table tr:last-child td {
	border-bottom: solid 1px #000000;;
}



/* --------------------------------------------------------------
Links
-------------------------------------------------------------- */
a {
	color: #62707c;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #272c30;
}

/* --------------------------------------------------------------
Theme Elements with wp-admin equivalents.
-------------------------------------------------------------- */
.entry-header .entry-title,
.editor-post-title__input {
        /* The blog title in the block editor. */
        font-size: 40px;
        font-weight: 1000;
        margin: 0;
        position: relative;
        z-index: 5;
        line-height: 1.3;
        -ms-word-wrap: break-word;
        word-wrap: break-word;
        margin-top:2%;
        font-family: 'Aileron Thin';

}

.entry-header .entry-title a,
.editor-post-title__input a {
	color: #272c30;
}

.entry-header .entry-title a:hover,
.editor-post-title__input a:hover {
	text-decoration: underline;
}

@media (max-width: 600px) {
	.entry-header .entry-title,
	.editor-post-title__input {
		font-size: 32px;
	}
}

/* --------------------------------------------------------------
Form Elements
-------------------------------------------------------------- */
button,
input:not(input[type="radio"]),
textarea {
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	-webkit-appearance: none;
	box-sizing: border-box;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
.button,
.comment-navigation a {
	background: #0072e5;
	border: none;
	border-radius: 3px;
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 18px;
	font-weight: 600;
	padding: 14px 20px;
	-webkit-appearance: none;
	transition: 0.2s ease-in-out;
}

@media (max-width: 600px) {
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	.button,
	.comment-navigation a {
		padding: 10px 16px;
		font-size: 16px;
	}
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover,
.button:hover,
.comment-navigation a:hover,
.drawer .tax-widget a:hover,
a.added_to_cart:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	color: #fff;
	cursor: pointer;
}

button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active,
.button:active,
.button:focus,
.comment-navigation a:focus,
a.added_to_cart:active,
a.added_to_cart:focus {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(0, 0, 0, 0.05);
}

input[type="radio"] + label,
input[type="checkbox"] + label,
label ~ input[type="checkbox"] {
	width: auto;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

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

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

.searchform {
	position: relative;
}

.searchform .search-input {
	width: 100%;
	font-size: 16px;
}

.searchform .searchsubmit {
	position: absolute;
	top: 0;
	right: 0;
	height: 100%;
	background: transparent !important;
	background-color: none !important;
	color: #627083;
	padding: 14px 15px;
	font-size: 15px;
	line-height: 1.4;
}

.searchform .searchsubmit:hover {
	color: #272c30;
}

.searchform .searchsubmit i {
	-webkit-font-smoothing: antialiased;
	line-height: 1.3;
	font-size: 16px;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.searchform .searchsubmit i {
		line-height: 1;
	}
}

@media (max-width: 1000px) {
	.searchform .searchsubmit span {
		display: none;
	}
}

.results-search {
	background: #fff;
	padding: 3% 5% 4% 5%;
	margin-top: 9%;
	box-shadow: 0 5px 35px rgba(50, 50, 93, 0.1), 0 0 5px rgba(0, 0, 0, 0.07);
}

.search-no-results .results-search {
	margin-top: 5%;
}

.results-search h4 {
	font-size: 18px;
	font-weight: 500;
	text-align: center;
}

.results-search .searchform #s,
.results-search .searchsubmit {
	font-size: 24px;
}

@media (max-width: 1000px) {
	.results-search .searchform #s,
	.results-search .searchsubmit {
		font-size: 16px;
	}
}

.results-search .searchsubmit {
	padding-top: 0;
	padding-bottom: 0;
}

.results-search .searchsubmit span {
	display: none;
}

.results-search .searchsubmit i {
	font-size: 24px;
	line-height: 1.6;
}

@media (max-width: 1000px) {
	.results-search .searchsubmit i {
		line-height: 1.7;
	}
}

.search-results .entry-content {
	font-size: 18px;
}

form {
	display: inline-block;
	width: 100%;
}

.field-wrap {
	margin-bottom: 1.4em;
}

@media (max-width: 1000px) {
	.field-wrap {
		margin-bottom: 1em;
	}
}

select {
	padding-right: 45px;
	font-size: 100%;
	margin: 0;
	vertical-align: baseline;
	*vertical-align: middle;
	width: 100%;
	-webkit-appearance: normal;
	box-sizing: border-box;
}

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

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"],
textarea,
select,
.select2-container .select2-selection--single {
	color: #62707c;
	background: #fff;
	box-sizing: border-box;
	-webkit-appearance: none;
	padding: 15px;
	border: solid 1px #d4dde5;
	transition: 0.1s ease-in-out;
	border-radius: 2px;
	font-size: 17px;
	width: 100%;
}

@media (max-width: 1000px) {
	input[type="text"],
	input[type="email"],
	input[type="url"],
	input[type="password"],
	input[type="search"],
	input[type="number"],
	input[type="date"],
	input[type="datetime"],
	input[type="datetime-local"],
	input[type="week"],
	input[type="tel"],
	input[type="time"],
	input[type="month"],
	input[type="tel"],
	textarea,
	select,
	.select2-container .select2-selection--single {
		padding: 12px 10px;
		font-size: 15px;
	}
}

input[type="checkbox"] {
	-webkit-appearance: checkbox !important;
}

input[type="radio"] {
	-webkit-appearance: radio !important;
}

.select2-container .select2-selection--single {
	height: auto;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	line-height: 1;
	padding: 0;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	top: 10px;
	right: 10px;
}

input[type="number"],
input[type="date"],
input[type="datetime"],
input[type="datetime-local"],
input[type="week"],
input[type="tel"],
input[type="time"],
input[type="month"],
input[type="tel"] {
	width: auto;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus,
select:focus {
	outline: none;
	box-shadow: inset 0 0 4px 2px #f4f8fb;
	border-color: #abb4bb;
	color: #272c30;
}

select {
	background: #fff url(https://media.cahoots.ai/wp-content/themes/genesis-block-theme/images/angle-down.jpg) right no-repeat;
	background-size: 12px;
	background-position: right 15px top 20px;
}

select:hover {
	border-color: #d5dde4;
	cursor: pointer;
}

@media (max-width: 1000px) {
	select {
		background-position: right 15px top 17px;
	}
}

select::after {
	content: "x";
}

select[multiple] {
	background: none;
}

@media (max-width: 1000px) {
	input[name="post_password"] {
		display: inline-block;
		margin-bottom: 10px;
		width: 100%;
	}
}

textarea {
	overflow: auto;
	padding: 10px;
	vertical-align: top;
	line-height: 1.4;
}

fieldset legend {
	border-bottom: dotted 1px #d4dde5;
	display: inline-block;
	width: 100%;
	margin-bottom: 20px;
	font-weight: 600;
	font-size: 20px;
}

form label {
	display: inline-block;
	width: 100%;
	font-weight: 600;
}

::-webkit-input-placeholder {
	color: #97a7b5;
}

:-moz-placeholder {
	color: #97a7b5;
}

::-moz-placeholder {
	color: #97a7b5;
}

:-ms-input-placeholder {
	color: #97a7b5;
}

#main .contact-form {
	display: inline-block;
	width: 100%;
}

#main .contact-form label {
	font-weight: 300;
}

#main .contact-form label span {
	color: #62707c;
}

#main .contact-form input[type="text"],
#main .contact-form input[type="email"] {
	margin-bottom: 4%;
	width: 100%;
	max-width: 100%;
}

#main .contact-form textarea {
	margin-bottom: 4%;
	width: 100%;
}

#main .contact-form .contact-submit {
	margin-bottom: 0;
}

.contact-column {
	display: inline-block;
	float: left;
	width: 48%;
	margin-left: 0;
}

.contact-column:last-child {
	margin-left: 4%;
}

@media (max-width: 1000px) {
	.contact-column {
		width: 100%;
	}
	.contact-column:last-child {
		margin-left: 0;
	}
}

.index-posts.archive-posts .post {
	width: 100%;
	margin-right: 0;
	padding-bottom: 5%;
	border-bottom: solid 1px #d7dee3;
}

.index-posts.archive-posts .post:last-child {
	border-bottom: none;
	padding-bottom: 0;
}

.index-posts.archive-posts .featured-image {
	display: inline-block;
	width: 31%;
	vertical-align: top;
	margin-bottom: 0;
}

.index-posts.archive-posts .featured-image + .post-text {
	display: inline-block;
	width: 68%;
	padding-left: 3.5%;
	vertical-align: top;
}

#page .more-link {
	display: inline-block;
	margin-bottom: 0;
	padding: 6px 15px;
	border-radius: 30px;
	font-size: 16px;
	box-shadow: none;
	font-weight: 600;
	color: #272c30;
	border: solid 2px;
}

#page .more-link:hover {
	color: #0072e5;
}

.index-posts .more-link {
	float: right;
}

/* --------------------------------------------------------------
Navigation
-------------------------------------------------------------- */
.home-nav {
	box-shadow: 1px 0 3px rgba(0, 0, 0, 0.35);
	font-size: 17px;
	text-align: center;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 200;
	background: #fff;
	transition: transform 400ms linear;
	transform: translateY(-200%);
}

@media only screen and (max-width: 1000px) {
	.home-nav {
		display: none;
	}
}

.home-nav a {
	color: #272c30;
}

.home-nav ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.home-nav li {
	display: inline-block;
}

.home .home-nav a {
	padding: 20px 0;
	margin: 0 15px;
	display: inline-block;
	border-bottom: solid 3px transparent;
	margin-bottom: -1px;
	transition: 0.4s ease;
}

.home .home-nav a:hover {
	border-bottom-color: #c4cdd3;
}

.home .home-nav a:active, .home .home-nav a:focus {
	outline: none;
}

.home-nav .active,
.home-nav .active:hover {
	border-bottom-color: #0072e5;
}

.admin-bar .home-nav {
	top: 32px;
}

@media only screen and (max-width: 782px) {
	.admin-bar .home-nav {
		top: 46px;
	}	
}

.show-nav {
	transform: translateY(0%);
}

.single-nav {
	padding: 20px 9.2%;
}
/* --------------------------------------------------------------
Menus
-------------------------------------------------------------- */
.menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.menu-toggle {
		display: block;
	}
}

.button-toggle {
	background: none;
	padding: 0;
	color: #fff;
}

.button-toggle span:not(:first-child) {
	display: none;
}

.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
	box-shadow: none;
	color: #fff;
}

.drawer-menu-toggle {
	display: none;
}

@media (max-width: 1000px) {
	.drawer-menu-toggle {
		display: inline-block;
	}
}

.drawer-toggle-switch span:first-child {
	display: none;
}

.drawer-toggle-switch span:last-child {
	display: block;
}

.main-navigation {
	font-size: 17px;
	font-weight: 600;
	display: inline-block;
	width: 70%;
	vertical-align: top;
}

@media (max-width: 1000px) {
	.main-navigation {
		display: none;
	}
}

.top-navigation .main-navigation {
	display: inline-block;
	width: 100%;
	text-align: right;
}

@media (max-width: 1000px) {
	.top-navigation .main-navigation {
		display: none;
		border-bottom: none;
	}
}

.site-header .container {
	display: block;
}

.header-text {
	position: relative;
	z-index: 5;
	margin: 5% auto;
	text-align: center;
	max-width: 70%;
}

.header-text:empty,
.blog .header-text {
	display: none;
}

@media (max-width: 1000px) {
	.header-text {
		max-width: 100%;
		margin-bottom: 6%;
		margin-top: 0;
	}
}

@media (max-width: 600px) {
	.header-text {
		margin-bottom: 8%;
	}
}

.header-text:empty {
	margin-bottom: 0;
}

.header-text h1,
.header-text .browsing {
	color: #272c30;
	font-size: 34px;
	margin-bottom: 0;
	display: inline-block;
	font-weight: 600;
}

@media only screen and (max-width: 500px) {
	.header-text h1,
	.header-text .browsing {
		font-size: 28px;
	}
}

.header-text p {
	font-size: 22px;
	font-weight: 300;
	line-height: 1.4;
	position: relative;
	margin: 0 0 0 0;
}

@media (max-width: 1000px) {
	.header-text p {
		font-size: 20px;
	}
}

@media (max-width: 600px) {
	.header-text p {
		font-size: 16px;
		margin-top: 3%;
	}
}

.header-text a {
	color: #0072e5;
	box-shadow: inset 0 -1px 0 #0072e5;
	transition: 0.3s ease;
}

.header-text a:hover {
	box-shadow: inset 0 -2px 0 #0072e5;
	color: #0072e5;
}

.header-text .entry-subtitle,
.header-text .entry-byline {
	margin-top: 1%;
	width: 100%;
}

.archive.author .browsing {
	display: none;
}

.search-results .browsing {
	display: none;
}

.text-empty {
	display: none;
}

.header-text h2:empty,
.header-text p:empty {
	display: none;
}

.top-navigation {
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 10;
}

.top-navigation-right {
	float: right;
	display: inline-block;
	max-width: 70%;
}

@media (max-width: 1000px) {
	.top-navigation-right {
		display: none;
	}
}

#secondary-navigation {
	display: inline-block;
	width: 60%;
}

.drawer #secondary-navigation {
	width: 100%;
	font-size: 14px;
}

.drawer #secondary-navigation .menu-item-has-children .toggle-sub {
	font-size: 17px;
}

.drawer #secondary-navigation li ul li a {
	font-size: 14px;
}

@media (max-width: 1000px) {
	.top-navigation #secondary-navigation {
		display: none;
	}
}

.top-navigation .secondary-navigation ul li {
	font-size: 14px;
	margin-right: 15px;
	padding: 0;
}

.top-navigation .secondary-navigation ul li a {
	padding: 12px 0;
	border-bottom-width: 0;
	margin: 0;
}

.top-navigation .secondary-navigation ul li .sub-menu a {
	padding: 12px 15px;
}

.secondary-navigation ul.sub-menu {
	background: #272c30;
	top: 52px;
	left: -15px;
	border: none;
}

.secondary-navigation ul.sub-menu li {
	margin-right: 0;
	padding: 0;
}

.secondary-navigation ul.sub-menu li a {
	font-size: 14px;
}

.secondary-navigation ul.sub-menu li a:hover {
	color: #fff;
	opacity: 1;
}

.main-navigation a {
	color: #272c30;
}

.main-navigation a:hover {
	color: #0072e5;
}

.main-navigation ul {
	margin: 0;
}

.main-navigation ul li {
	display: inline-block;
	list-style-type: none;
	padding: 0 15px;
	position: relative;
}

.main-navigation ul li a {
	display: inline-block;
	margin: 0 0 10px 0;
	line-height: 2;
}

.main-navigation ul li.current-menu-item a,
.main-navigation ul li.current-page-item a {
	color: #0072e5;
}

.main-navigation ul li.current-menu-item ul a,
.main-navigation ul li.current-page-item ul a {
	color: #b8bfcb;
}

.main-navigation ul .sub-menu li.current-menu-item a,
.main-navigation ul .sub-menu li.current-page-item a {
	color: #fff;
}

.main-navigation .menu-cta a {
	border-radius: 5px;
	color: #fff;
	padding: 4px 12px;
	background: #272c30;
}

.main-navigation .menu-cta a:hover {
	color: #fff;
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
	-webkit-box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.25);
}

.site-identity .main-navigation ul {
	line-height: 3;
}

.site-header .menu-item-has-children,
.site-header .page_item_has_children {
	position: relative;
}

.site-header .menu-item-has-children a,
.site-header .page_item_has_children a {
	position: relative;
}

.site-header .menu-item-has-children > a::after,
.site-header .page_item_has_children > a::after {
	content: "\e907";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-weight: 400;
	padding-left: 5px;
	right: 0;
	font-size: 13px;
}

@media (max-width: 1000px) {
	.site-header .menu-item-has-children > a::after,
	.site-header .page_item_has_children > a::after {
		display: none;
		pointer-events: none;
	}
}

.sub-menu .menu-item-has-children > a::after,
.sub-menu .page_item_has_children > a::after {
	content: "\e906";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	float: right;
}

.widget .sub-menu .menu-item-has-children > a::after,
.widget .sub-menu .page_item_has_children > a::after {
	display: none;
}

.secondary-navigation .menu-item-has-children::after,
.secondary-navigation .page_item_has_children::after {
	color: #a6b5c1;
	top: 15px;
}

.drawer .menu-item-has-children .toggle-sub {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	padding: 13px 0;
	line-height: 1.4;
	text-align: center;
	z-index: 75;
	display: block;
	font-size: 20px;
	color: #fff;
	cursor: pointer;
	background: #424851;
	border-radius: 0;
}

.drawer .menu-item-has-children .toggle-sub:hover {
	box-shadow: none;
	color: #fff;
}

.drawer .drawer-navigation .drop-open ul.drop-active {
	display: block;
}

.site-header .menu-item-has-children:hover,
.main-navigation li:focus-within {
	cursor: pointer;
}

.site-header .menu-item-has-children:hover ul,
.main-navigation li:focus-within ul {
	animation-name: fadeIn;
}

.main-navigation .sub-menu,
.main-navigation .children {
	position: absolute;
	width: 200px;
	top: 52px;
	text-align: left;
	font-weight: 400;
	font-size: 13px;
	margin: 0;
	background: #15171a;
	left: -999em;
	z-index: 100;
	border-radius: 3px;
	animation-duration: 0.3s;
	animation-fill-mode: both;
}

.main-navigation li ul {
	z-index: 100;
}

.main-navigation li ul li {
	padding: 0;
	margin: 0;
	width: 100%;
	margin-top: 0;
	border-top: none;
	transition: 0.3s ease;
}

.main-navigation li ul li:hover {
	background: rgba(255, 255, 255, 0.02);
	border-top: none;
}

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

.main-navigation li ul li:last-child a {
	border-bottom: none;
}

.main-navigation li ul a,
.main-navigation li ul li a {
	width: 100%;
	display: inline-block;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.15);
	padding: 15px 20px;
	margin: 0;
	font-weight: 300;
	text-transform: none;
	line-height: 1.6;
	color: #b8bfcb;
}

.main-navigation li ul a:hover,
.main-navigation li ul li a:hover {
	color: #fff;
}

.main-navigation li ul li ul {
	padding: 0;
}

.main-navigation ul ul {
	top: 0;
}

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

.main-navigation li ul ul.sub-menu,
.main-navigation li ul ul.children {
	top: 0;
	margin: 0;
	z-index: 50;
	position: absolute;
	margin-left: 1px !important;
}

.main-navigation li ul ul.sub-menu::before,
.main-navigation li ul ul.children::before {
	display: none;
}

.main-navigation li.focus > ul,
.main-navigation li:hover > ul,
.main-navigation li:focus-within > ul,
.main-navigation li li a:hover > ul {
	left: 0;
}

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

.site-header .sub-menu::before {
	position: absolute;
	top: -8px;
	left: 50%;
	margin-left: -8px;
	content: " ";
	display: block;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #181c1f;
	border-left: 8px solid transparent;
}

/* Mobile navigation */
.mobile-navigation {
	display: none;
	width: 100%;
	background: #0072e5;
	transition: 0.2s ease;
	text-align: center;
}

.mobile-navigation button {
	width: 100%;
}

.toggle-active {
	background: #0072e5;
}

.drawer .drawer-navigation {
	width: 100%;
	max-width: 100%;
	z-index: 40;
	position: relative;
}

@media (max-width: 1000px) {
	.drawer .drawer-navigation {
		font-size: 17px;
		display: inline-block;
	}
}

.drawer .drawer-navigation .menu {
	margin: 0;
}

.drawer .drawer-navigation ul {
	margin: 0;
	padding: 0;
}

.drawer .drawer-navigation ul li {
	width: 100%;
	padding: 0 0;
	list-style-type: none;
	border-bottom: dotted 1px rgba(255, 255, 255, 0.2);
	transition: none;
	position: relative;
	z-index: 50;
	border-top: none;
}

.drawer .drawer-navigation ul li:hover {
	border-top: none;
}

.drawer .drawer-navigation ul li:last-child {
	border-bottom: none;
}

.drawer .drawer-navigation ul li a {
	display: inline-block;
	padding: 15px 10px 15px 0;
	margin-top: 0;
	margin-bottom: 0;
	margin-left: 0;
	border-bottom: none;
	position: relative;
	transition: none;
}

.drawer .drawer-navigation a {
	color: #fff;
	color: rgba(255, 255, 255, 0.7);
	padding-left: 0;
	line-height: 1.4;
}

.drawer .drawer-navigation a:hover {
	color: #fff;
}

.drawer .drawer-navigation .sub-menu,
.drawer .drawer-navigation .children {
	display: none;
	position: relative;
	width: 100%;
	left: 0;
	top: auto;
	margin: 0 0 0 15px;
	padding: 0 15px 0 0;
	border: none;
	background: transparent;
	box-shadow: none;
}

.drawer .drawer-navigation .sub-menu::before,
.drawer .drawer-navigation .children::before {
	display: none;
}

.drawer .drawer-navigation li ul a,
.drawer .drawer-navigation li ul li a {
	padding: 15px 0;
}

.drawer .drawer-navigation .sub-menu li:first-child {
	border-top: dotted 1px rgba(255, 255, 255, 0.2);
}

.drawer nav {
	padding: 2% 0 0 0;
}

/* --------------------------------------------------------------
Accessibility
-------------------------------------------------------------- */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
	margin: 0;
}

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

/* --------------------------------------------------------------
Post meta
-------------------------------------------------------------- */
.entry-content .meta-list {
	list-style: none;
	margin: 0;
	padding: 0;
	font-weight: 600;
}

.entry-content .meta-list li {
	display: inline-block;
	margin: 0 20px 0 0;
}

.entry-content .meta-list a {
	font-weight: 300;
	color: #0072e5;
}

.entry-content .meta-list a:hover {
	color: #272c30;
}

/* --------------------------------------------------------------
Author Profile
-------------------------------------------------------------- */
.author-profile {
	position: relative;
	margin-top: 5%;
	padding: 5%;
	width: 100%;
	display: inline-block;
	background: #f2f2f2;
}

@media (max-width: 600px) {
	.author-profile {
		padding: 8% 4%;
	}
}

.archive .author-profile {
	margin-top: 0;
	margin-bottom: 5%;
}

.author-columns .author-profile {
	margin: 0;
	border-top: none;
	border: solid 1px #cbcbcb;
	padding: 35px;
	transition: 0.2s ease;
}

@media (max-width: 1000px) {
	.author-columns .author-profile {
		padding: 30px 0;
	}
}

.author-columns .author-profile .author-profile-title {
	font-size: 18px;
}

.author-columns .author-profile .author-profile-info {
	font-size: 14px;
	padding-left: 100px;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-info {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-links {
	margin-top: 15px;
	font-weight: 600;
}

@media (max-width: 600px) {
	.author-columns .author-profile .author-profile-links {
		font-size: 15px;
	}
}

.author-columns .author-profile .author-profile-avatar img {
	transition: 0.2s ease;
}

.author-columns .author-profile:hover .author-profile-avatar img {
	transform: scale(1.1);
}

.author-profile-avatar {
	display: block;
	margin: 0 auto;
}

.author-profile-avatar img {
	border-radius: 100px;
}

.author-profile-avatar {
	position: absolute;
}

.author-profile-info {
	padding: 0 0 0 90px;
	font-size: 16px;
	line-height: 1.6;
}

.author-profile-links {
	font-size: 12px;
	margin-top: 10px;
	display: inline-block;
}

.author-profile-links a {
	background: #272c30;
	color: #fff;
	padding: 5px 10px;
	border-radius: 30px;
}

.author-profile-links a:hover {
	opacity: 0.8;
}

.author-profile-links a:first-child {
	margin-right: 5px;
}

.author-profile-links i {
	font-size: 12px;
}

.author-profile-info p,
.entry-header .author-profile-info p:last-child {
	margin-bottom: 10px;
}

.author-profile-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 8px;
}

@media (max-width: 600px) {
	.author-profile-title {
		font-size: 18px;
	}
}

.archive .author-profile-title {
	font-size: 24px;
}

/* --------------------------------------------------------------
Page Navigation
-------------------------------------------------------------- */
.pagination {
	display: inline-block;
	width: 100%;
	margin-top: 8%;
}

.pagination a {
	color: #272c30;
}

.pagination a,
.pagination span {
	background: #f2f2f2;
	padding: 10px 20px;
	transition: 0.2s ease-in-out;
	display: inline-block;
	color: #272c30;
	font-weight: 600;
	text-align: center;
	line-height: 1.9;
	vertical-align: middle;
	height: 50px;
}

@media (max-width: 600px) {
	.pagination a,
	.pagination span {
		padding: 10px 15px;
	}
}

.pagination .next,
.pagination .prev {
	font-size: 0;
	line-height: 1.7;
}

.pagination .next::after,
.pagination .prev::after {
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	font-size: 18px;
}

.pagination .next {
	text-indent: 3px;
}

.pagination .next::after {
	content: "\e906";
}

.pagination .prev {
	text-indent: -3px;
}

.pagination .prev::after {
	content: "\e905";
}

@media (max-width: 600px) {
	.pagination .next::after,
	.pagination .prev::after {
		font-size: 17px;
	}
}

.page-numbers {
	font-size: 18px;
	font-weight: 400;
}

@media (max-width: 600px) {
	.page-numbers {
		font-size: 17px;
	}
}


.page-numbers.current,
.page-numbers:hover {
	background: #0072e5;
	color: #fff;
}

span.page-numbers.dots {
	background: transparent;
	color: #272c30;
}

.post-navigation {
	margin-top: 10%;
	line-height: 1.4;
	width: 100%;
	display: none;;
	font-weight: 600;
}

.post-navigation::before, .post-navigation::after {
	content: "";
	display: table;
}

.post-navigation::after {
	clear: both;
}

.post-navigation a {
	color: #272c30;
}

.post-navigation a:hover .post-title {
	color: #0072e5;
}

.post-navigation span {
	vertical-align: top;
}

.post-navigation .meta-title {
	font-size: 16px;
	display: inline-block;
	width: 100%;
}

.post-navigation .post-title {
	font-size: 20px;
	transition: 0.3s ease;
}

@media (max-width: 600px) {
	.post-navigation .post-title {
		font-size: 16px;
	}
}

.nav-next,
.nav-previous {
	display: inline-block;
	float: left;
	width: 49%;
	vertical-align: top;
}

@media (max-width: 600px) {
	.nav-next,
	.nav-previous {
		width: 100%;
	}
}

.nav-previous + .nav-next {
	text-align: right;
	float: right;
}

@media (max-width: 600px) {
	.nav-previous + .nav-next {
		text-align: left;
		margin-top: 15px;
	}
}

.nav-previous i {
	margin-right: 6px;
}

/* --------------------------------------------------------------
Alignments
-------------------------------------------------------------- */
#page .alignleft {
	display: inline;
	float: left;
	margin: 0.5em 2em 1.5em 0;
}

@media (max-width: 600px) {
	#page .alignleft {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignleft img {
		width: 100%;
	}
}

#page .alignright {
	display: inline;
	float: right;
	margin: 0.5em 0 1.5em 2em;
}

@media (max-width: 600px) {
	#page .alignright {
		max-width: 100%;
		margin-right: 0;
		width: 100%;
	}
	#page .alignright img {
		width: 100%;
	}
}

#page .aligncenter {
	clear: both;
	margin: 0 auto 1.5em auto;
}

.wp-caption {
	margin: 0.5em 0 1.5em 0;
	max-width: 100%;
	text-align: left;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0;
	max-width: 100%;
}

.wp-caption-text,
.gallery-caption {
	padding-top: 10px;
	margin-top: 0;
	width: 100%;
	text-transform: none;
	font-size: 15px;
	font-weight: 400;
	letter-spacing: 0;
	margin-bottom: 0;
	color: #62707c;
}

.site-footer .wp-caption-text,
.site-footer .gallery-caption {
	border-left-color: #a6b5c1;
}

#main .tiled-gallery {
	margin-bottom: 1.2em;
}

#main .tiled-gallery p {
	margin-bottom: 0;
}

#main .featured-image .tiled-gallery {
	margin-bottom: 0;
}

.post:not(.video-lightbox) .gallery-container {
	position: fixed;
	height: 100%;
	width: 100%;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	padding: 5%;
	visibility: hidden;
}

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

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

/* --------------------------------------------------------------
Widgets
-------------------------------------------------------------- */
#calendar_wrap {
	background: #fff;
	border-right: none;
	border-bottom: none;
	color: #272c30;
	box-shadow: rgba(0, 0, 0, 0.15) 0 2px 2px -1px;
}

#wp-calendar {
	font-size: 16px;
	margin: 0;
	max-width: 100%;
}

#wp-calendar caption {
	text-align: center;
	background: #f2f2f2;
	padding: 5px 10px;
	font-weight: 600;
}

#wp-calendar tr th,
#wp-calendar tr td {
	text-align: center;
}

#wp-calendar tr th {
	background: #272c30;
	color: #fff;
	margin: -10px -10px 10px -10px;
	font-size: 11px;
	font-weight: 600;
	padding: 10px 0;
}

#wp-calendar tbody tr td {
	padding: 2px 0;
	border-right: solid 1px #f2f2f2;
	border-top: solid 1px #f2f2f2;
}

#wp-calendar tfoot td {
	border-top: solid 1px #f2f2f2;
	border-right: solid 1px #d9dee3;
	padding: 7px 0 5px 0;
	font-weight: 600;
	font-size: 10px;
	text-transform: uppercase;
}

#wp-calendar a {
	color: #272c30;
}

#wp-calendar a:hover {
	color: #62707c;
}

.widget_rss li {
	margin-bottom: 15px;
	padding-bottom: 15px;
}

.widget_rss li:last-child {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.widget_rss li .rsswidget {
	display: inline-block;
	width: 100%;
}

.widget_rss .rss-date,
.widget_rss cite {
	font-size: 14px;
	text-transform: uppercase;
	display: inline-block;
	margin: 10px 0;
}

/* --------------------------------------------------------------
Comments
-------------------------------------------------------------- */
.comment-navigation {
	font-size: 16px;
	margin: 0 0 6% 0;
}

.comment-navigation .button {
	display: inline-block;
}

.comment-navigation .button:empty {
	display: none;
}

.comment-navigation .nav-previous a::before {
	content: "\e904";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

.comment-navigation .nav-next a::after {
	content: "\e903";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-left: 10px;
}

.comments-area {
	display: inline-block;
	width: 100%;
	position: relative;
	margin-top: 10%;
	padding-top: 10%;
	border-top: solid 3px #eee;
}
h3 {color: #77CD00;}

@media (max-width: 1000px) {
	.comments-area {
		margin-top: 7%;
	}
}

.comment-list + .no-comments {
	margin-top: 1.2em;
	text-align: center;
	position: relative;
}

.comment-list + .no-comments span {
	background: #fff;
	position: relative;
	z-index: 10;
	padding: 0 30px;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments span {
		padding: 0 20px;
	}
}

.comment-list + .no-comments::after {
	content: " ";
	display: inline-block;
	height: 2px;
	background: #eee;
	width: 100%;
	position: absolute;
	left: 0;
	top: 16px;
	z-index: 5;
}

@media (max-width: 1000px) {
	.comment-list + .no-comments::after {
		top: 14px;
	}
}

h3.comment-reply-title {
	font-size: 32px;
	margin-bottom: 5%;
	position: relative;
	font-weight: 600;
}

@media (max-width: 600px) {
	h3.comment-reply-title {
		font-size: 22px;
	}
}

h3.comments-title {
	margin-bottom: 10%;
}

#commentform,
#respond form {
	display: inline-block;
	width: 100% !important;
	min-width: 100%;
}

.comment-list #commentform {
	margin-top: 2%;
}

.comment-info {
	display: inline-block;
	margin: 0;
}

@media (max-width: 1000px) {
	.comment-info {
		line-height: 2;
	}
}

.comment-content {
	font-size: 18px;
	line-height: 1.6;
	background: #f2f2f2;
	padding: 30px;
	position: relative;
	border-radius: 5px;
}

.comment-content::after {
	position: absolute;
	top: -10px;
	left: 10px;
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #f2f2f2;
}

@media (max-width: 1000px) {
	.comment-content {
		font-size: 16px;
	}
}

@media (max-width: 1000px) {
	.comment-content {
		padding: 20px;
	}
}

.comment-content p:last-child {
	margin-bottom: 0;
}

.entry-content .comment-list,
.entry-content .comment-list li {
	margin-left: 0;
	padding-left: 0;
	counter-reset: li;
}

.comment-list > li {
	list-style-type: none;
	margin-bottom: 6%;
}

.comment-list .children {
	margin: 5% 0 0 0;
	padding-left: 25px;
}

@media (max-width: 600px) {
	.comment-list .children {
		padding-left: 15px;
	}
}

.comment-list .children li {
	margin-bottom: 6%;
}

.comment-list .children li:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}

.comment-list .children > li {
	list-style: none;
}

.comment-list .reply {
	margin-bottom: 0;
	font-size: 14px;
}

.comment-list .avatar {
	display: inline-block;
	margin-right: 10px;
	margin-top: 2px;
	border-radius: 100px;
	vertical-align: top;
	width: 40px;
	position: relative;
}

@media (max-width: 600px) {
	.comment-list .avatar {
		margin-top: 3px;
	}
}

.comment-wrap {
	display: inline-block;
	width: 100%;
	vertical-align: top;
}

.comment-cite {
	font-style: normal;
	display: inline-block;
	width: 100%;
	font-weight: 600;
	font-size: 18px;
	line-height: 1;
}

@media (max-width: 600px) {
	.comment-cite {
		font-size: 18px;
	}
}

.comment-cite a {
	color: #272c30;
}

.comment-time,
.comment-edit-link {
	color: #62707c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
	font-size: 11px;
	vertical-align: top;
	line-height: 1;
}

.comment-list .comment-reply-title {
	margin-bottom: 1%;
}

.comment-list .comment-reply-title small {
	float: right;
	font-size: 18px;
	margin-top: 8px;
}

.comments-closed p.reply {
	display: none;
}

.comments-closed p:nth-last-child(2) {
	margin-bottom: 0;
}

.logged-in-as,
.comment-notes {
	margin-bottom: 2%;
	display: none;
	color: #62707c;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-weight: 400;
}

.comment-notes {
	display: none;
}

.required {
	color: #000;
}

.logged-in-as a {
	color: #272c30;
}

.comment-form-author,
.comment-form-email,
.comment-form-url,
.comment-form-comment {
	display: inline-block;
	width: 100%;
}

.comment-form-author input,
.comment-form-author textarea,
.comment-form-email input,
.comment-form-email textarea,
.comment-form-url input,
.comment-form-url textarea,
.comment-form-comment input,
.comment-form-comment textarea {
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-author,
	.comment-form-email,
	.comment-form-url,
	.comment-form-comment {
		width: 100%;
		margin-right: 0;
	}
}

.comment-list #respond {
	display: inline-block;
	margin-top: 4%;
	width: 100%;
}

@media (max-width: 1000px) {
	.comment-form-url {
		margin-bottom: 1em;
	}
}

.form-submit {
	display: inline-block;
	margin: 0;
	width: 100%;
}

.comment-form #submit {
	margin-top: 10px;
	width: auto;
}

@media (max-width: 600px) {
	.comment-form #submit {
		margin: 0;
		width: 100%;
	}
}

.comment-list .comment-respond #submit {
	margin-top: 0;
}

.form-allowed-tags {
	display: none;
}

.comment-subscription-form {
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-top: 15px;
}

.comment-subscription-form label {
	font-weight: 300;
	font-size: 14px;
}

.comment-subscription-form + .comment-subscription-form {
	margin-top: 0;
}

#respond .comment-form-fields div.comment-form-field {
	width: 100% !important;
}

.comment-awaiting-moderation {
	margin-top: 20px;
	display: inline-block;
	width: 100%;
	font-size: 16px;
	font-style: normal;
}

.comment-awaiting-moderation::before {
	content: "\e90a";
	font-family: gbicons;
	/* stylelint-disable-line font-family-no-missing-generic-family-keyword */
	margin-right: 10px;
}

/* --------------------------------------------------------------
Hero Posts
-------------------------------------------------------------- */
.post-cats,
.entry-cats {
	margin-bottom: 1.5%;
	position: relative;
	z-index: 10;
}

@media (max-width: 1000px) {
	.post-cats,
	.entry-cats {
		margin-bottom: 5%;
	}
}

.post-cats a,
.entry-cats a {
	background-color: #0072e5;
	padding: 4px 8px;
	margin-right: 5px;
	border-radius: 3px;
	font-size: 12px;
	color: #fff;
	transition: 0.2s ease-in-out;
}

.post-cats a:hover,
.entry-cats a:hover {
	box-shadow: inset 0 0 80px rgba(255, 255, 255, 0.1);
}

@media (max-width: 600px) {
	.post-cats a,
	.entry-cats a {
		font-size: 11px;
		padding: 3px 4px;
	}
}

.entry-byline {
	color: #62707c;
	font-size: 15px;
	margin-bottom: 0;
	display:none;
}

.search-results .entry-byline {
	margin-bottom: 5px;
}

.entry-byline a {
	color: #62707c;
}

.entry-byline a:hover {
	color: #272c30;
}

.entry-byline img {
	border-radius: 100px;
	width: 22px;
	vertical-align: top;
	margin-right: 3px;
}

.meta-avatar {
	position: absolute;
}

.meta-avatar img {
	width: 24px;
	border-radius: 50px;
	margin-right: 5px;
	vertical-align: top;
}

.index-text {
	position: relative;
	z-index: 10;
	margin: 0 5%;
	background: #fff;
	padding: 0 4% 6% 4%;
	border-bottom: solid 1px #d8dee3;
}

.has-post-thumbnail .index-text {
	margin-top: -10%;
	padding-top: 4%;
}

@keyframes slideInLeft {
	0% {
		opacity: 0;
		transform: translate3d(-2%, 0, 0);
		visibility: visible;
	}
	100% {
		opacity: 1;
		transform: translate3d(0, 0, 0);
	}
}

.slideInLeft {
	animation-name: slideInLeft;
	transition: 0.3s ease;
}

.site-header-bg-wrap {
	animation-name: fadeIn;
	animation-duration: 1s;
	animation-fill-mode: both;
}

.background-effect {
	position: absolute;
	z-index: -999998;
	top: 0;
	left: 0;
	overflow: hidden;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 1;
	background-position: center center;
	background-size: cover;
	background-repeat: no-repeat;
}

.site-header-bg.background-effect {
	background-attachment: scroll;
}

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

.site-main .gallery {
	margin-bottom: 1.2em;
}

@media (min-width: 1000px) {
	.has-wide-image .featured-image,
	.has-wide-image .featured-video {
		width: 90vw;
		margin-left: calc(50% - 90vw / 2);
	}
}

.featured-image .gallery {
	margin-bottom: 0;
}

.featured-gallery {
	background: transparent;
}

.featured-gallery [class*="gallery"]:first-child {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

.gallery a img {
	border: none;
	height: auto;
	width: 100%;
	max-width: 100%;
	display: block;
}

.gallery dd,
.gallery figcaption {
	font-size: 15px;
	text-align: left;
	margin: 0;
}

.gallery-item {
	display: inline-block;
	padding-right: 15px;
	padding-bottom: 15px;
	vertical-align: top;
}

.gallery-columns-1 .gallery-item {
	max-width: 100%;
}

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

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

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

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

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

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

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

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

embed,
iframe,
object {
	max-width: 100%;
	border-width: 0;
}
iframe {width:100%;}

#content .wp-playlist-light {
	color: #55626d;
	padding: 0;
}

#content .mejs-container:not(.mejs-video),
#content .mejs-embed,
#content .mejs-embed body {
	background: none;
}

#content .mejs-container:not(.mejs-video) {
	margin-bottom: 1em;
	height: 75px !important;
}

#content .mejs-container:not(.mejs-video) a {
	border-bottom: none;
}

#content .mejs-container:not(.mejs-video) a:hover {
	background: transparent;
}

#content .wp-playlist {
	border: none;
	background: none;
	margin: 0 0 1.5em 0;
	padding: 0;
}

#content .wp-playlist-tracks {
	margin-top: 3.5%;
}

#content .wp-playlist-item {
	border-bottom: dotted 1px #cad1d8;
	padding: 0;
}

#content .wp-playlist-item:last-child {
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption,
#content .wp-playlist-item-length {
	padding: 2%;
}

@media (max-width: 1000px) {
	#content .wp-playlist-item .wp-playlist-caption,
	#content .wp-playlist-item-length {
		padding: 4%;
	}
}

#content .wp-playlist-item .wp-playlist-caption {
	color: #272c30;
	display: inline-block;
	border-bottom: none;
}

#content .wp-playlist-item .wp-playlist-caption:hover {
	background: none;
	border-bottom: none;
}

#content .wp-playlist-caption,
#content .wp-playlist-item-title {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-caption,
	#content .wp-playlist-item-title {
		font-size: 16px;
	}
}

#content .wp-playlist-current-item {
	height: auto !important;
}

#content .wp-playlist-current-item .wp-playlist-caption {
	margin-bottom: 1.5%;
}

#content .wp-playlist-current-item img {
	display: none;
}

#content .wp-playlist-current-item .wp-playlist-item-title {
	color: #272c30;
	font-size: 26px;
	font-weight: 500;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-title {
		font-size: 22px;
	}
}

#content .wp-playlist-current-item .wp-playlist-item-album {
	font-size: 18px;
}

@media (max-width: 1000px) {
	#content .wp-playlist-current-item .wp-playlist-item-album {
		font-size: 16px;
	}
}

#page .mejs-controls {
	background: #272c30;
}

@media (max-width: 1000px) {
	#page .mejs-controls {
		padding: 0 10px;
	}
}

#page .mejs-controls .mejs-button button:hover {
	background-color: transparent !important;
}

#page .mejs-controls .mejs-time-rail .mejs-time-loaded {
	background: #5e7383;
}

#page .mejs-controls .mejs-time-rail .mejs-time-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-time-rail .mejs-time-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-total {
	background: #5e7383;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-current {
	background: #e3eaf0;
}

#page .mejs-controls .mejs-horizontal-volume-slider .mejs-horizontal-volume-handle {
	background: #5e7383;
}

#page .mejs-controls .mejs-button button:focus {
	border: none;
	box-shadow: none;
	outline: none;
}

#page .mejs-video .mejs-controls,
#page .mejs-video .mejs-controls > div {
	height: 40px;
}

#page .mejs-video .mejs-time {
	height: 35px;
	padding-top: 2px;
}

#page .mejs-video .mejs-time-rail .mejs-time-total {
	margin: 8px 10px;
}

#page .mejs-video .mejs-button button {
	margin: 12px 5px;
}

/* --------------------------------------------------------------
Header
-------------------------------------------------------------- */
.drawer-wrap {
	position: relative;
}

.drawer {
	padding: 10px 0 15px 0;
	background: #22262a;
	background: rgba(21, 23, 26, 0.7);
	font-size: 16px;
	display: none;
	z-index: 30;
	top: 0;
	right: 0;
	left: 0;
	width: 100%;
	overflow-x: hidden;
}

@media only screen and (min-width: 1000px) {
	.drawer {
		display: none !important;
	}
}

.drawer-menu-explore {
	padding-top: 0;
	padding-bottom: 0;
}

@media (max-width: 1000px) {
	.drawer-menu-explore {
		background: #272c30;
		padding: 15px 5% 30px 5%;
	}
}

.drawer-menu-explore .container {
	padding: 0;
}

.show-drawer {
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
	display: inline-block !important;
}

.admin-bar .drawer-open .drawer {
	margin-top: 35px;
}

.site-header {
	padding: 0;
	display: inline-block;
	width: 100%;
	position: relative;
	z-index: 100;
	background: #000;
}

body.admin-bar .is-sticky .site-header {
	margin-top: 32px;
}

.site-identity {
	padding: 30px 0;
	position: relative;
	z-index: 8;
}

@media (max-width: 1000px) {
	.site-identity {
		padding: 8% 0;
	}
}

@media (max-width: 600px) {
	.site-identity {
		padding: 12% 0;
	}
}

.site-title-wrap {
	display: inline-block;
	vertical-align: top;
	max-width: 30%;
	width: 100%;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title-wrap {
		max-width: 100%;
		text-align: center;
	}
}

@media (min-width: 1000px) {
	.titles-wrap {
		padding-top: 8px;
	}
}

.titles-wrap.has-description {
	padding-top: 0;
}

.site-title {
	font-size: 26px;
	font-weight: 600;
	display: inline-block;
	width: 100%;
	margin-bottom: 0;
	margin-right: 8px;
	line-height: 1.2;
}

.site-title a {
	color: #272c30;
	transition: 0.1s ease-in;
	position: relative;
}

@media (max-width: 1000px) {
	.site-title {
		margin: 0;
	}
}

@media (max-width: 600px) {
	.site-title {
		font-size: 24px;
	}
}

.site-description {
	color: #272c30;
	font-size: 14px;
	line-height: 1.4;
	margin: -2px 0 0 0;
	display: inline-block;
	width: 100%;
	position: absolute;
}

@media (max-width: 1000px) {
	.site-description {
		position: relative;
		display: block;
	}
}

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

.site-avatar img {
	border-radius: 500px;
	margin-bottom: 15px;
	width: 85px;
	transition: all 0.2s ease-in-out;
}

.site-avatar img:hover {
	transform: scale(1.1);
}

.site-logo {
	line-height: 1;
	margin: 0;
	display: block;
}

.site-logo:not(img):empty {
	margin: 0;
}

.custom-logo-link img {
	display: block;
}

@media (max-width: 1000px) {
	.custom-logo-link {
		text-align: center;
		width: 100%;
		display: inline-block;
	}
	.custom-logo-link img {
		margin-left: auto;
		margin-right: auto;
	}
}

/* --------------------------------------------------------------
Content
-------------------------------------------------------------- */
.container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 25px;
	display: block;
}

@media only screen and (max-width: 1000px) {
	.container {
		padding: 0 4%;
	}	
}

@media (max-width: 600px) {
	.container {
		padding: 0 15px;
	}	
}

.container::before, .container::after {
	content: "";
	display: table;
}

.container::after {
	clear: both;
}

.error404 .entry-header {
	margin-bottom: 0;
}

.archive-box {
	margin-top: 30px;
}

.archive-box ul ul {
	margin-left: 30px;
	margin-top: 0;
}

.archive-box ul li {
	margin-bottom: 0;
}

.archive-box ul a {
	border-bottom: dotted 1px #c7d6e4;
	padding-bottom: 15px;
	margin-bottom: 15px;
	display: inline-block;
	width: 100%;
}

.archive-box ul a:hover {
	border-bottom: dotted 1px #c7d6e4;
	color: #62707c;
}

#primary {
	margin: 0 auto;
	display: block;
	max-width: 1200px;
}

@media (max-width: 1000px) {
	#primary {
		width: 100%;
	}
}

.error404 #primary {
	display: block;
	margin: 0 auto;
}

.no-sidebar .content-area,
.single.no-sidebar .content-area {
	margin: 0 auto;
	display: block;
	width: 100%;
}

#main .entry-content .page-links {
	clear: both;
	margin: 0 0 1.4em;
}

#main .entry-content .page-links a {
	border: none;
	padding: 0 2px;
	color: #62707c;
}

#main .entry-content .page-links a:hover {
	border: none;
	color: #272c30;
}

#page .more-link + .page-links {
	margin-top: 20px;
}

.featured-image,
.featured-video {
	margin-bottom: 40px;
	width: 100%;
	z-index: 50;
	position: relative;
}

@media (max-width: 600px) {
	.featured-image,
	.featured-video {
		margin-bottom: 1.2em;
	}
}

.featured-image img,
.featured-video img {
	display: block;
	margin: 0 auto;
	-webkit-transform: translate3d(0, 0, 0);
	transition: 0.07s ease-in-out;
}

.featured-video iframe {
	opacity: 0;
	animation-delay: 0.5s;
	animation-name: fadeIn;
	animation-duration: 0.5s;
	animation-fill-mode: both;
}

#page {
	padding-top: 0%;
}

.site-content {
	display: inline-block;
	width: 100%;
	padding: 0 0 0% 0;
	vertical-align: top;
	position: relative;
	z-index: 10;	
}

.blog .content-area {
	width: 100%;
	display: block;
	vertical-align: top;
}

.post .entry-header {
	position: relative;
	margin-bottom: 2%;	
	/*padding-left:50px;*/
}

.archive-header {
	margin-top: -30px;
	margin-bottom: 40px;
	border-bottom: dotted 1px #cbcbcb;
}

.archive-header .entry-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 0;
}

.archive-header .entry-subtitle {
	font-size: 16px;
}

.archive-header .entry-subtitle p:last-child {
	margin-bottom: 0;
}

.taxonomy-description {
	font-size: 17px;
	color: #62707c;
}

@media (max-width: 600px) {
	.taxonomy-description {
		font-size: 15px;
		line-height: 1.4;
	}
}

.taxonomy-description p:last-child {
	margin-bottom: 0;
}

.entry-cats {
	font-size: 16px;
}

.full-post-header .entry-title {
	font-size: 58px;
	margin-bottom: 0;
	line-height: 1.2;
}

@media (max-width: 1000px) {
	.full-post-header .entry-title {
		font-size: 46px;
	}
}

@media (max-width: 600px) {
	.full-post-header .entry-title {
		font-size: 34px;
		margin-bottom: 15px;
		line-height: 1.2;
	}
}

.full-post-header .entry-title a {
	color: #272c30;
	text-decoration: none;
	transition: 0.1s ease-in-out;
}

.full-post-header .entry-title a:hover {
	color: #62707c;
}

.byline {
	color: #62707c;
	margin-top: 3%;
	font-size: 16px;
}

@media (max-width: 600px) {
	.byline {
		display: inline-block;
		margin-top: 0;
		font-size: 12px;
	}
}

.byline img {
	width: 24px;
	border-radius: 50px;
	vertical-align: top;
	margin-right: 5px;
}

.byline a {
	color: #62707c;
	border-bottom: 2px solid transparent;
	transition: 0.2s ease;
	padding-bottom: 2px;
}

.byline a:hover {
	border-bottom: 2px solid #e3eaf0;
}

.entry-content {
	vertical-align: top;
}

.entry-content p a {
	color: #fff; !important
	box-shadow: inset 0 -1px 0 #FFA500; !important
	transition: 0.3s ease;
}

.entry-content p a:hover {
	box-shadow: inset 0 -2px 0 #FFA500; !important
	color: #000; !important
}

.entry-content a.no-underline,
.entry-content a.no-underline:hover {
	border-bottom: none;
}

.excerpt-more {
	display: inline-block;
	width: 100%;
}

.single-attachment .site-main .post .entry-content {
	padding-left: 0;
}

.single-attachment .author-profile {
	display: none;
}

.page-content {
	margin-bottom: 5%;
}

/* --------------------------------------------------------------
Posts
-------------------------------------------------------------- */
.post {
	width: 100%;
	display: inline-block;
	position: relative;
}

.blog .post:not(:last-of-type),
.archive #post-wrap .post:not(:last-of-type),
.search .post:not(:last-of-type) {
	margin-bottom: 8%;
	padding-bottom: 10%;
	border-bottom: solid 3px #eee;
}

.search .post:not(:last-of-type) {
	margin-bottom: 5%;
	padding-bottom: 6%;
}

.fade-out {
	animation-name: fadeOut !important;
	animation-duration: 0.2s !important;
	animation-fill-mode: both !important;
}

/* --------------------------------------------------------------
Footer
-------------------------------------------------------------- */
.site-footer {
	padding: 0 0 2.5% 0;
	font-size: 17px;
	line-height: 1.5;
	display: block;
	width: 100%;
	position: relative;
	z-index: 1;
	overflow: hidden;
	background: #000000;
	color: #272c30;
}

.site-footer a {
	color: #0072e5;
}

.site-footer a:hover {
	color: #272c30;
	text-decoration: underline;
}

@media (max-width: 1000px) {
	.site-footer {
		padding-bottom: 30px;
	}
}

@media (max-width: 600px) {
	.site-footer {
		font-size: 15px;
	}
}

.category-wrap + .site-footer,
.related-post-wrap + .site-footer {
	margin-top: 0;
}

.category-wrap + .site-footer .footer-widgets,
.related-post-wrap + .site-footer .footer-widgets {
	border-top: none;
}

.post-navigation + .site-footer {
	box-shadow: inset 0 50px 50px -50px rgba(0, 0, 0, 0.25);
}

@media (max-width: 1000px) {
	.post-navigation + .site-footer {
		box-shadow: none;
	}
}

.footer-padding {
	padding-top: 15%;
	opacity: 0;
}

.footer-widgets .widget_wpcom_social_media_icons_widget a {
	font-size: 28px;
}

.footer-widgets .widget_wpcom_social_media_icons_widget li {
	border-bottom: none;
	padding: 0;
}

.footer-widgets {
	display: inline-block;
	width: 100%;
	margin-bottom: 6%;
}

@media (max-width: 1000px) {
	.footer-widgets {
		padding-top: 8%;
		margin-bottom: 0;
	}
}

.footer-widgets .footer-column {
	width: 30.6%;
	float: left;
	padding-top: 7%;
	margin-right: 4%;
	display: inline-block;
	vertical-align: top;
	transition: 0.2s ease-in-out;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column {
		width: 100%;
		margin-bottom: 5%;
		padding-top: 0;
		margin-right: 0;
	}
}

@media (max-width: 600px) {
	.footer-widgets .footer-column {
		padding-right: 0;
		margin-bottom: 7%;
	}
}

.footer-widgets .footer-column:last-child {
	margin-right: 0;
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
	width: 48%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(2) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
	width: 30.6%;
}

@media (max-width: 1000px) {
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3),
	.footer-widgets .footer-column:first-of-type:nth-last-of-type(3) ~ .footer-column {
		width: 100%;
	}
}

.footer-widgets ul {
	list-style: none;
	margin: 0;
}

.footer-widgets ul li {
	padding: 0 0 15px 0;
}

.footer-widgets ul li:last-child {
	padding-bottom: 0;
}

.footer-widgets ul ul li {
	list-style-type: circle;
}

.footer-widgets ul .menu-item-has-children {
	padding-bottom: 0;
}

.footer-widgets ul.children, .footer-widgets ul.sub-menu {
	margin-left: 20px;
	margin-top: 10px;
}

.footer-widgets ul.sub-menu li:last-child {
	padding-bottom: 15px;
}

.footer-widgets .sub-menu {
	margin-left: 20px;
}

.footer-widgets .widget_text a {
	border-bottom: dotted 1px rgba(255, 255, 255, 0.3);
}

.footer-widgets section + section {
	margin-top: 40px;
}

.footer-bottom {
	display: inline-block;
	width: 100%;
	padding-top: 4%;
}

.footer-widgets + .footer-bottom {
	border-top: dotted 1px rgba(255, 255, 255, 0.4);
}

@media (max-width: 1000px) {
	.footer-widgets + .footer-bottom {
		padding-top: 30px;
	}
}

.footer-tagline {
	display: inline-block;
	width: 40%;
}

@media (max-width: 1000px) {
	.footer-tagline {
		float: none;
		width: 100%;
		margin-top: 15px;
	}
}

.footer-navigation + .footer-tagline {
	float: right;
}

.footer-tagline a {
	border-bottom: 1px dotted rgba(255, 255, 255, 0.3);
	padding-bottom: 1px;
}

.site-footer .widget-title {
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 25px;
	line-height: 1.2;
	color: #272c30;
}

@media (max-width: 1000px) {
	.site-footer .widget-title {
		margin-bottom: 15px;
	}
}

@media (max-width: 600px) {
	.site-footer .widget-title {
		font-size: 18px;
		margin-bottom: 10px;
	}
}

.footer-navigation {
	display: inline-block;
}

.footer-navigation ul {
	margin: 0;
}

.footer-navigation li {
	display: inline-block;
	list-style: none;
	margin-right: 15px;
}

/* --------------------------------------------------------------
Attachments
-------------------------------------------------------------- */
.attachment .comments-area,
.attachment .entry-meta,
.attachment .post-navigation,
.attachment .entry-footer {
	display: none;
}

/* --------------------------------------------------------------
Miscellaneous
-------------------------------------------------------------- */
::selection {
	background: rgba(255, 244, 147, 0.8);
	color: #272c30;
}

#wpstats {
	display: none;
}

.compat-object-fit {
	background-size: cover;
	background-position: center center;
}

.compat-object-fit img {
	opacity: 0;
}

.post-password-form label {
	display: inline-block;
	width: 40%;
}

.post-password-form input[type="submit"] {
	display: inline-block;
}

.not-found {
	text-align: center;
}

.blog .post.sticky {
	background: #fff;
	padding: 4%;
	border-bottom: none;
}

.page-template-full-width #page,
.page-template-full-width #primary {
	padding: 0;
	max-width: 100%;
	width: 100%;
}

.page-template-full-width #page .entry-header {
	padding: 5% 2% 0;
}

.page-template-full-width .site-content {
	padding-bottom: 0;
}

/*--------------------------------------------------------------
Block Alignments
--------------------------------------------------------------*/
.wp-block-gallery {
	margin-left: 0;
	margin-bottom: 1.2em;
}

.wp-block-image figcaption {
	font-size: 15px;
	margin-top: 1em;
}

ul.blocks-gallery-grid,
ul.wp-block-social-links,
.entry-content .wp-block-gallery {
	padding-left: 0;
}

.alignfull,
.alignwide {
	margin-bottom: 2em;
	width: 100%;
}

@media (max-width: 600px) {
	.alignfull.wp-block-gallery,
	.alignwide.wp-block-gallery {
		margin-left: -8px;
		margin-right: -8px;
		width: inherit;
	}
}

.alignfull img,
.alignwide img {
	display: block;
}

.alignwide {
	max-width: none;
}

@media (min-width: 1000px) {
	.alignwide {
		width: 75vw;
		margin-left: calc(50% - 75vw / 2);
	}
}

.entry-content > .alignfull {
	width: 100vw;
	margin-left: calc(50% - 50vw);
	max-width: none;
}

.wp-block-columns {
	margin-bottom: 1.2em;
}

<!-CUSTOM STYLES ADDED BY CAHOOT-->
.heading-style{
	font-size: 30px;
	font-family: "Roboto", Sans-serif;
    font-weight: 600;
	line-height: 36px !important;
    padding-bottom: 6px;
}
.heading-3pl-style{
	font-size: 30px;
	font-family: "Roboto", Sans-serif;
    font-weight: 600;
	line-height: 36px !important;
    padding-bottom: 6px;
	color:#fff;
}
.sub-heading-style{
	font-size: 18px;
	font-family: "Roboto", Sans-serif;
    font-weight: 600;
	line-height: 24px !important;
	margin-bottom:2%
}
.para-style{
    text-align: left;
    font-weight: 400;
line-height: 1.56;
    margin-bottom: 0px;
    font-family: 'Roboto', sans-serif;
	font-size: 16px !important;
}
.wrap-custom-video{
	display:flex;
}
.video-container{
	width: 100%;
    margin-right: 20px;
    height: 100%;
	min-height: 300px;
}
.video-container iframe {min-height:300px;}
.video-container-cs{
    width: 45%;
    padding-right: 0px;
    margin-top: -36%;
}
.ct-container-cs{
	border-top: 5px solid #02ab02;
    box-shadow: 1px 1px 6px 7px rgb(0 0 0 / 8%);
    padding-right: 15px;
    background-color: #fff;
}
.carousel-arrow {
  position: absolute;
  display: flex;
  justify-content: center;

  height: fit-content;
  width: 48px;
	background: none;
  border: none;
  font-size: 3rem;
  padding: 0;
  cursor: pointer;
  opacity: 0.9;
  transition: opacity 100ms;
	color:#02ab02;;
}

.carousel-arrow:hover,
.carousel-arrow:focus {
  opacity: 0.9;
	color:#02ab02;;
}

.carousel-arrow--prev {
left:0;
}
.carousel-arrow--prev2 {
left:auto;
margin-left: -20px;
}
.carousel-arrow--next {
right:0;
}



.carousel-container {
  width: 91%;
  margin: auto;
  overflow-x: auto;
  display: flex;
  align-items: center;
  scroll-snap-type: x mandatory;
  flex-flow: row nowrap;
  scroll-behavior: smooth;
}

.carousel-container::-webkit-scrollbar {
  height: 14px;
  width: calc(100% - 48px);
}

.carousel-container::-webkit-scrollbar-track {
  background: #b1b3b399;
}

.carousel-container::-webkit-scrollbar-thumb {
  background: #02ab02;;
}

.carousel-container::-webkit-scrollbar-track-piece:start {
  background: #02ab02;;
}

.carousel-slide {
  flex: 1 0 30%;
  aspect-ratio: 1;
  flex-flow: column nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  scroll-snap-align: center;
}

.ct-image{max-width: fit-content;padding-left: 20px;width: 440px;}
.custom-site-header .custom-container {
    display: flex;
    justify-content: space-between;
    align-items: center; 
	margin: 5px 0px 15px 0px;
}
.star-new-section-ct {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;

    margin-top: 30%;
}

.custom-site-header .custom-top-navigation {
    flex: 1; 
}


.custom-site-header .custom-menu-item {
    margin-right: 20px;
}

.custom-small-logo {
    display: inline-block;    
    height: auto;
    vertical-align: middle; 
}
.custom-site-header .custom-menu-item:last-child {
    margin-right: 0;
}

.custom-site-header .custom-column-navigation {
    display: flex;
    align-items: center; 
    gap: 20px; 
    justify-content: flex-end;
	color: #ffffff !important;
	height:80px;
}

.header-column {
    width: auto;
    font-size: 15px;    
    color: #ffffff !important;
    display: inline-block;
    text-align: left;
	vertical-align: middle;
}

.header-column a {
    text-transform: uppercase;
    display: inline-block;
    padding: 3px 5px;
    margin: 0; 
    box-sizing: border-box;
    transition: color 0.3s, border 0.3s; 
    text-decoration: none;
    margin-left: 40px;
    font-size: 15px;
    font-weight: normal;
    color: rgba(0, 0, 0, 0.6);
	border: solid 1px transparent !important;
}

.header-column a:hover
{
	/*color: #b8860b;
	border: solid 0px #f7af02 !important;*/
	/*border: 2px solid #b8860b; */
	display:inline-block;
}

 .header-column-contact {
    background-color: #388BB3;
	color: #ffffff;
	padding: .3em 1em;
	line-height: 1.7em !important;
	background-size: cover;
	background-position: 50%;
	background-repeat: no-repeat;
	border: 2px solid;
	border-radius: 3px;
	-webkit-transition-duration: .2s;
	transition-duration: .2s;
	-webkit-transition-property: all !important;
	transition-property: all !important;
	text-shadow: none;
    text-decoration: none;
    display: inline-block;
}

.header-column-contact a {
    color: #ffffff; 
    text-decoration: none;
    display: inline-block;
	font-size: 15px;
	line-height: 15px;
	border: solid 1px transparent;
	padding: 6px 8px;
	text-transform: uppercase;
	vertical-align:middle;
}
.header-column-contact a:hover {
    /*color: #ffffff; 
	border: solid 1px #f7af02 !important;*/
	border: 2px solid transparent;
	padding: .3em 1em .3em .7em;
}
.menu-schedule-demo::after {
  content: ""; 
  transition: all 0.3s ease;
}

.menu-schedule-demo:hover::after {
  content: " >";
}


.sub-menu {
    display: none;
    overflow: hidden;
    width: 240px;
    position: absolute;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    color: #000;
    padding-top: 20px;
    background: #fff;
    padding-left: 0;
    padding-bottom: 15px;
    list-style: none;
    z-index: 1000;
	border-top: 3px solid #2ea3f2 !important;
}
.sub-menu:hover {
	border-top: 3px solid #2ea3f2 !important;
}
.header-column:hover .sub-menu {
    display: block !important;
border: solid 1px rgba(247, 175, 2, 0);
}
.header-column-logo img
{
	max-height:75px;
}
span.blog-post-date {
    padding-left: 18px;
}
.menu-item-486 {
        background: #11b100;
        padding: 3px 10px;
        transform: translateY(-31px);
        height: 84px;
        width: 140px;
        right: 0;
        text-align: center;
        line-height: 78px;
    }
.menu-item-486 a:hover {
        color: #ffffff !important;
        border: solid 1px rgba(247, 175, 2, 0);
    }
.sub-menu li {
    width: auto;
    text-align: left;
    display: block;
	padding: 0px 20px;
}

.sub-menu a {
    padding: 5px;
    display: inline-block;
    text-decoration: none;
	font-size:15px;
	font-weight:normal;
	border: solid 1px transparent !important;
}

.sub-menu a:hover {
    /*color: #000; 
	border: solid 0px #f7af02 !important;*/
	font-size:15px;	
}
.sub-menu li:hover {
	background-color: rgba(0,0,0,.03);
}

.top-section {
    position: relative;
    padding: 80px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
     font-family: "Aileron Thin", sans-serif;
	color: #fff; 
}

.top-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/homeroads.webp);
    background-position: center;
    opacity: 0.2;
    z-index: -1;
}

.planet-section {
    position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
     font-family: "Aileron Thin", sans-serif;
	color: #fff; 
}

.planet-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/bg-green-1.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.top-bl-section {
    position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
     font-family: "Aileron Thin", sans-serif;
	color: #fff; 
}

.top-bl-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/BG-Image-2.webp);
    background-size: cover;
    background-position: center;
    z-index: -1;
}

.top-section .container {
    max-width: 100%; 
    margin: 0 auto; 
}

.top-section .column,
.top-section .widget-wrap {
    margin-left: auto;
    margin-right: auto;
}

.top-section .heading-title {
text-align: center;
    color: #03a911;
    font-size: 43px;
    font-weight: 650;
    font-family: "Aileron Thin", sans-serif;
    margin-bottom: 20px;
    line-height: 1.2;
}

.top-section .widget-text {
    text-align: center;
    margin-bottom: 20px;
}

.top-section .widget-text p {
    font-size: 18px;
    line-height: 1.6;
	color:black;
	font-weight:600;
}
.extra-bold{
    font-family: "Roboto", sans-serif;
    font-weight: 600; 
}

.text-content {
    margin: 0 auto;
    position: relative;
    min-height: 1px;
	flex:1;
	padding-right:20px
}

.text-content p {
    margin-bottom: 10px;
}

.text-content .button {
    display: inline-block;
    padding: 10px 20px;
    background-color: #FFA500; 
    color: white;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
box-shadow: inset 0 -1px 0 #FFA500;
}

.text-content .button:hover {
    background-color: #FFA500;
	color:#000;
    box-shadow: inset 0 -1px 0 #FFA500;
}

.image-section {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}

.image-column {
    text-align: center;
	padding: 20px;
    box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.26);
    margin: 25px 25px 25px 25px;
}

.image-column h5 {
    margin-top: 10px;
    font-size: 18px;
}

.image-column img {
    width: 100%;
    height: auto;
    max-width: 100%;
    border-radius: 8px;
    transition: transform 0.3s ease;
}

.image-column img:hover {
    transform: scale(1.05);
}
.testimonial-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.testimonial-content {
    text-align: center;
    align-items: flex-start;
    padding: 20px;
}

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

.testimonial-text p {
    font-size: 18px;
    line-height: 1.6;
    margin-bottom: 10px;
}

.testimonial-text h5 {
    font-size: 20px;
    font-weight: bold;
    font-style: italic;
    margin-bottom: 20px;	
}

.cta-button {
    margin-top: 20px;
}

.button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #FFA500; 
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease;
}

.button:hover {
    background-color: #0056b3;
	color:black;
}

.testimonial-image {
    text-align: center;
}

.testimonial-image img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
}
#main-footer-custom .widget ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
}
.section {
    background-color: #ffffff;
    padding: 80px 0;
}

.container {
    max-width: 1200px;
    margin: 0 auto;
	margin-top: 120px;
}

.features {
    display: flex;
}

.feature {
    flex: 0 0 30%;
    padding: 0 5px; 
}

.feature p {
    margin-bottom: 10px;
    line-height: 1.6;
}

.other-button {
    text-align: center;
    margin-top: 20px; 
}

.button {
    display: inline-block;
    padding: 10px 50px;
    background-color: #FFA500;
    color: #ffffff;
    text-decoration: none;
    font-size: 18px;
    font-weight: bold;
    border-radius: 4px;
    transition: background-color 0.3s ease;
	text-transform: uppercase;
}

.button:hover {
    background-color: #FFA500;
}
.bottom-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px 0;
    background-color: #F9F9F9;
}

.bottom-content {
    max-width: 1100px;
    margin-bottom: 20px;
}

.bottom-content h2 {
    font-size: 28px;
    margin-bottom: 10px;
}

.bottom-content p {
    line-height: 1.6;
    margin-bottom: 10px;
	font-size:15px;
}
.cust-content{
	font-size:15px;
	color: #494949;
}
.bottom-content img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
}

.cta-button {
    margin-top: 20px;
}

.integrations-section {
    text-align: center;
    padding: 50px 0;
}

.section-heading {
    text-align: center;
    margin-bottom: 20px;
}

.section-heading h2 {
    font-size: 2rem;
    color: #333;
}

.image-carousel {
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-bottom: 20px;
}

.swiper-container {
    width: 100%;
    padding: 20px 0;
    display: flex;
    justify-content: center;
	
}

.swiper-wrapper {
    display: flex;
    align-items: center;
}

.swiper-slide {
    flex: 0 0 auto;
    width: 33.33%;
}

.swiper-slide img {
    max-width: 100%;
    height: auto;
}

.swiper-button-prev,
.swiper-button-next {
    width: 80px;
    height: 80px;
    background-color: #f0f0f0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    border-radius: 50%;
    transition: background-color 0.3s ease;
}

.swiper-button-prev:hover,
.swiper-button-next:hover {
    background-color: #ccc;
}

.swiper-button-prev {
    left: 10px;
  --swiper-theme-color: #FFA500;
}

.swiper-button-next {
    right: 10px;
    --swiper-theme-color: #FFA500;
}

.integration-link {
    text-align: center;
    margin-top: 20px;
}
.grey-background{
	    position: relative;
    padding: 30px 0;
    width: 100vw;
    background-color: #f9f9f9;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.black-background{
	    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
background-image: linear-gradient(116deg, #333333 2%, #000000 97%);
    padding: 72px 245px 92px 245px;
}
.Customer-Profile {
    margin-bottom: 16px;
    height: 38px;
    font-family: "Aileron Thin";
    font-size: 30px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.27;
    letter-spacing: normal;
    color: #282828;
}
.integration-link a {
    color: #03a911;
    text-decoration: none;
    font-weight: bold;
}

.integration-link a:hover {
    text-decoration: underline;
}

.widget_text {
    margin-bottom: 10px;
}

.custom-html-widget {
    display: inline-block;
    margin-right: 20px;
}

.custom-html-widget a {
    color: #686868;
    text-decoration: none;
    margin-left: 10px;
	font-weight: normal;
}
.custom-html-widget a:hover {
    color: #ff7c02;
}

.custom-section {
    padding: 20px;
    background-color: #ffffff;
}
.custom-quote-section {
    padding: 40px 20px;
background-color: #f9f9f9;
    position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.custom-row {
    flex-wrap: wrap;
}

.custom-column {
    flex: 1;
align-content:center;
}

.custom-image-column img {
    max-width: 100%;
    height: auto;
}

.custom-text-column {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.custom-text-editor {
    font-size: 16px;
    line-height: 1.6;
	margin: auto;
}
.custom-button-widget {
    text-align: center;
}

.custom-button {
    display: inline-block;
    padding: 12px 24px;
    background-color: #FFA500;
    color: #ffffff; !important
    text-decoration: none;
    border-radius: 4px;
	box-shadow: inset 0 -2px 0 #FFA500; !important
}
.other-stuff{
	padding:0;
}
.custom-button:hover {
    background-color: #FFA500;
}

.main-footer-custom {
    background-color: #000;
    color: #fff;
    padding: 30px 0;
    font-size: 14px;	
}

.wrap-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	width: 1280px;
    margin: 0 auto;
    max-width: 100%;
	padding-top: 30px;
}
.footer-navigations-custom {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
	border-right: 1px solid #02ab02;
	padding-right: 20px;
	padding-bottom: 20px;
	width:60%;
	padding-left:5%;
}
#main-footer-custom .wrap-custom .footer-navigations-custom .widget {
    width: 33.3333%;
}
#main-footer-custom .widget ul li {
      margin-bottom: 5px !important;
	line-height: 1.4;
}
.footer-social-custom {
    float: left;
}
.footer-copyright-custom .textwidget.custom-html-widget {
    float: left;
	color: #686868;
	font-weight: normal;
	font-weight:500;
}
#main-footer-custom .wrap-custom footer-social-custom .social-icons a {
    text-decoration: none;
}		
#main-footer-custom .wrap-custom .footer-navigations-custom ul{
    list-style: none !important;
padding:0;

}
#main-footer-custom .wrap-custom .footer-navigations-custom ul li:nth-child(2n) {
	margin-right: 0;
	min-width: 98px;
}
#main-footer-custom .widget ul li {
      margin-bottom: 5px !important;
	line-height: 1.4;
}

#main-footer-custom .widget ul li a {
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	font-weight:500;
}
#main-footer-custom .widget ul li a {
	list-style: none;
	font-size: 14px;
	line-height: 22px;
	margin-bottom: 22px;
	font-weight:500;
}

#main-footer-custom .widget h4.widget-title {
	font-family: "Roboto", sans-serif;
	font-size: 16px;
	margin-bottom:20px;
}

#main-footer-custom .footer-newsletter-custom .widget ul li {
	margin-bottom: 19px !important;
}

#main-footer-custom .footer-newsletter-custom .widget ul li:before {
	height: 40px !important;
	content: "";
	margin-left: -18px;
	position: absolute;
	transform: translateY(4px);
}

#main-footer-custom .wrap-custom footer-social-custom {
	padding-top: 0 !important;
	color: #282828;
	font-size: 15px;
	font-weight: bold;
	padding-left: 0;
}

#main-footer-custom .wrap-custom .footer-navigations-custom footer-social-custom .widget {
	width: auto;
	display: inline-block;
}

section.footer-social-custom div {
	display: inline-block;
}
#main-footer .wrap .footer-copyright {
    color: #686868;
    padding-top: 40px !important;
}
.footer-copyright-custom {
    text-align: left;
    margin-left: -15px;
    padding-top: 60px !important;
	flex: auto;
	padding-left: 5%;
    padding-right: 5%;
}
.footer-social-custom {
    float: right;
	display:inline-block;
}
html #main-footer-custom .wrap-custom footer-social-custom .widget {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
    justify-content: flex-end;
    -ms-flex-align: center;
    align-items: revert;
}	
#main-footer-custom .wrap-custom footer-social-custom .social-icons a {
    margin: 0 2px;
    filter: grayscale(1);
}

#main-footer-custom .wrap-custom .footer-copyright-custom a:after {
	background: #9b9b9b00;
}

#main-footer-custom .widget ul li a:hover {
	color: #ff7c02 !important;
}

.menu-useful-links-container {
	font-weight:bold;
}

.home-top-section {
    background-color: #F8F8F8;
    background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/07/cahoot-fulfillment-warehouse-map-1.png);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: contain;
    padding-top: 15%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	
}.order-top-section {
    background-color: #F8F8F8;
    background-position: top center;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/bitmap.webp);    
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding-top: 10%;
	background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 40vw;
	text-align:center;
}
.pl-top-section {
    background-color: #F8F8F8;
    background-position: top center;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/bitmap-3.webp);    
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding-top: 10%;
	background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 40vw;
	text-align:center;
}
.cl-top-section {
    background-color: #F8F8F8;
    background-position: top center;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/bitmap-4.png);    
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding-top: 10%;
	background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 40vw;
	text-align:center;
}
.hl-top-section {
    background-color: #F8F8F8;
    background-position: bottom;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/healthyline-ecommerce-growth-case-study.png);    
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding-top: 10%;
	background-color: #fff;
    background-repeat: no-repeat;
    background-size: cover;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 30vw;
	text-align:center;
}

.price-top-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-right: 50%;
    text-align: center;
    background-color: #F8F8F8;
	padding: 40px 0;
	z-index:1;
}

.price-top-section::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0; 
    width: 100%;
    height: 100%;
    background-image: url('https://media.cahoot.ai/wp-content/uploads/2024/08/pexels-anna-nekrashevich-7552562.webp');
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top right;
    opacity: 0.5;
	z-index:-1;
}

.sw-top-section {
    background-color: #F8F8F8;
    background-position: top center;
    background-repeat: no-repeat;
    background-size: auto;
    padding-top: 15%;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 25vw;	
}

.ct-top-section {
    background-color: #F8F8F8;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/Contact-Header.jpg);
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    padding-top: 50px;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    height: 25vw;
	
}
.peer-top-section {
    background-color: #F8F8F8;
    background-position: top center;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/Picture1-scaled.webp);
	height: 20vw;  
	transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	padding-top: 10%;
	background-color: #fff;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.home-text-content{
	margin: 0% 6% 0% 6%;
    --e-column-margin-right: 6%;
    --e-column-margin-left: 6%;
    padding: 25px 25px 25px 25px;
	columns: 1;
    text-align: center;
    font-family: "Roboto", Sans-serif;
    font-weight: 400;
}
.heading-home {
    color: black;
    font-size: 50px; 
    letter-spacing: -1px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
    padding-left: 20%;
    padding-right: 20%;

}
.heading-home2 {
    font-size: 30px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
box-sizing: border-box;
	color: #03a911;
	margin-bottom:0%;
	font-family: "Aileron Thin", sans-serif;
}
.heading-home-2 {
    font-size: 36px;
    font-weight: bold;
    text-align: center;
    line-height: 1;
box-sizing: border-box;
	color: #03a911;
	margin-bottom:0%;
	    color: black !important;
	font-family: "Aileron Thin", sans-serif;
}
.home-new-heading-1 {
    color: #03a911; 
    font-size: 35px;
  font-family: "Aileron Bold", sans-serif;
    font-weight: bold; 
    text-align: left;
    line-height: 1; 
}
.home-new-heading-2 {
    color: #000;
    font-size: 35px;
 font-family: "Aileron Bold", sans-serif;
    letter-spacing: -0.8px; 
    font-weight: bold;
    text-align: left;
    line-height: 1; 
}
.home-new-container {
    max-width: 800px;
    margin: 0 auto; 
    padding: 0px 20px; 
    background-color: #ffffff; 	
}

.home-new-text-content {
    text-align: left; 
}

.home-new-description {
    font-size: 15px; 
    margin: 0 0 10px;
	    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 26px;
    letter-spacing: normal;
    color: #494949;
}

.home-new-benefits {
    font-size: 16px;
    margin: 0 0 20px; 
}
.sfp-section {
      position: relative;
    padding: 50px 0;
    width: 100vw;
    background-color: #f9f9f9;
	margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.sfp-cs-section {
      position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
	background-color: #f9f9f9;
	margin-top:-15%;
	background:none;
	margin-right:20%;
}
.ct-cs-section {
    position: relative;
    width: 100vw;
    margin-left: calc(50% - 50vw);
	background-color: #f9f9f9;
	background:none;	
}

.sfp-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}
.sfp-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	display:flex;
}
.sfp-container-inner-ct {
    max-width: 1200px;
    margin: 0 0;
    padding: 0 20px;
	display:flex;
}


.sfp-full-width {
    width: 100%;
}

.sfp-text-area {
    text-align: center;
}

.sfp-heading {
    color: #000;
    font-size: 40px;
    font-family: "Aileron Bold", sans-serif;
    letter-spacing: -0.8px;
    font-weight: bold;
    line-height: 50px;
}

.sfp-inner-section {
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.sfp-column {
    width: 100%;
    max-width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
}
.ct-column {
    width: 100%;
    max-width: 50%;
    padding: 10px;
    box-sizing: border-box;
}
.sfp-column .sfp-content {
    text-align: center;
}


.sfp-icon-ct{
	    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
	    padding: 50px 39px 0px 15px;
	    max-height: 350px;
	overflow:auto;

}
.sfp-icon-ct img {
    display: block;
    margin: 0 auto 10px;
}

.sfp-icon-a{
	    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
	    padding: 50px 39px 60px 39px;
	    max-height: 350px;
		min-height: 500px;	
}

.sfp-icon-a img {
    display: block;
    margin: 0 auto 10px;
}
.sfp-icon{
	    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
	    padding: 50px 39px 60px 39px;
	    max-height: 350px;
}
.sfp-icon img {
    display: block;
    margin: 0 auto 10px;
}
.sfp-icon-a{
	    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
	    padding: 50px 39px 60px 39px;
	    max-height: 350px;
}
.sfp-icon-a img {
    display: block;
    margin: 0 auto 10px;
}
.sfp-subheading {
    color: #000;
    font-size: 20px;
    font-weight: bold;
    margin: 10px 0;
	    font-family: 'Roboto', sans-serif;
	margin-bottom:20px;
}
.sfp-text {
    font-size: 14px;
    color: #333;
    line-height: 1.5;
	    font-family: 'Roboto', sans-serif;
}
.sfp-text-h {
    font-size: 15px;
   color: #494949;
    line-height: 1.5;
	    font-family: 'Roboto', sans-serif;
}
.sfp-text-l {
    font-size: 16px;
   color: #494949;
    line-height: 1.5;
	    font-family: 'Roboto', sans-serif;
}
.or-section{
    background-color: #FDB913;
    
    padding: 10px;
    text-align: center;
display:flex;
gap:40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);


}
.or-heading{
    border-width: 0px 2px 0px 0px;
    font-family: "Roboto", Sans-serif;
    font-weight: 600;
    border-color: #E49619;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    font-size: 22px;
width:33.33%;

    line-height: 48px;
    border-style: solid;
    padding: 10px;
}
.star-new-section{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;
    background-color: #fff;
margin-top:10%;
}
.star-new-section{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;
    background-color: #fff;
	margin-top:10%;
}

.cust-say-section {
      position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}

.cust-say-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

.cust-say-container-inner {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
	display:flex;
}
.cust-say-full-width {
    width: 100%;
}

.cust-say-text-area {
    text-align: center;
}

.cust-say-heading {
    color: #000;
    font-size: 40px;
    font-family: "Aileron Bold", sans-serif;
    letter-spacing: -0.8px;
    font-weight: bold;
    line-height: 50px;
}

.cust-say-inner-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
}

.cust-say-column {
    width: 100%;
    max-width: 33.33%;
    padding: 10px;
    box-sizing: border-box;
	    background-color: #F9F9F9;
	    border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #F7AF02;
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
	    margin-right: 1%;
}

.cust-say-content {
    text-align: center;
}

.cust-say-icon img {
 background: white;
    object-fit: contain;
    border-radius: 50%;
    width: 110px;
    height: 110px;
    border: 8px solid white;
    clear: both;
    display: block;
    margin: 0px auto;
    transform: translateY(-64px);
    margin-bottom: -30px;
}

.cust-say-quote {
    display: block;
    font-style: italic;
	font-size:15px;
}

.directi-section {
    padding: 20px;
}

.directi-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.directi-column {
    flex: 1;
    max-width: 25%;
    box-sizing: border-box;
}

.directi-widget {
    margin-bottom: 20px;
}

.directi-widget-text-editor .directi-heading {
    color: #000;
    font-size: 18px;
    font-family: "Aileron Bold", sans-serif;
    font-weight: bold;
    margin: 0;
	text-align:center;
}

.directi-widget-image .directi-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.onetwothree-1:before {
    content: "1";
}

.onetwothree-2:before {
    content: "2";
}

.onetwothree-3:before {
    content: "3";
}

.onetwothree:before {
    margin-top: -40px;
    left: 40px;
    top: 0;
    font-weight: bold;
    font-size: 40px;
    color: white;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    position: absolute;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border: solid 8px #fff;
    background-image: linear-gradient(133deg, #6ed202 19%, #0db000 84%);
}

.golive-section {
    position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #f9f9f9;
}

.golive-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
}

.golive-column {
    flex: 1;
    max-width: 33.33%;
    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
    background-color: #fff;
    padding: 50px 50px 50px 50px;
    max-height: 350px;
    border-top: 3px solid grey;
    position: relative;
}

.golive-widget-wrap {
    margin-bottom: 20px;
}

.golive-widget-text-editor {
    position: relative; 
}

.golive-heading {
    color: #000;
    font-size: 18px;
    font-family: "Aileron Bold", sans-serif;
    font-weight: bold;
    margin: 0;
}

.golive-fontsize15 {
    font-size: 15px;
}

.golive-image {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto;
}

.golive-hide3onmobile {
    display: none;
}

.cahoot-works-left{
	padding-left:40%;
	padding-top:10%;
}
.cahoot-works-right{
    padding-top: 56px;
}

.review-widget-container {
	text-align: center; 
}
        
.review-widget-image {
	max-width: 200px;
	width: 80%;
	height: auto;
}

.req-video-container {
	padding: 10px; 
}

.req-video-image {
	max-width: 100%;
	height: auto;
	display: block;
	margin: 0 auto; 
}

.req-video-title {
	color: #000000;
	text-align: left;
	margin: 10px 0;
	font-size:20px;
}

.req-video-description {
	text-align: left;
	margin-bottom: 20px; 
	font-size:15px;
}

.req-video-label {
	border-left: 4px solid orange;
	padding-left: 15px;
	margin: 0 0 10px;
	color: orange;
	font-weight: bold;
	font-size:15px;
}

.blog-container-h {
	display: flex;
	flex-wrap: wrap;
	margin: 0 auto;
	max-width: 1200px;

}

.blog-item-h {
	display: flex;
	align-items: flex-start;
	margin-bottom: 20px;
	width: 100%;
	box-sizing: border-box;
	padding: 10px; 
}

.blog-image-container-h {
	flex: 0 0 150px;
	margin-right: 20px;
}

.blog-image-h {
	max-width: 100%;
	height: auto;
	display: block;
}

.blog-content-h {
	flex: 1;
}

.blog-label-h {
	border-left: 4px solid orange; 
	padding-left: 15px;
	margin: 0 0 10px;
	color: orange;
	font-weight: bold;
}

.blog-title-h {
	color: #000000;
	margin: 0 0 10px;
}

.blog-description-h {
	margin: 0;
	font-size:15px;
}

.star-section {
    box-sizing: border-box;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #02AB02;
    height: auto;
    padding: 0;
    transform: translateY(80px);
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}

.star-section-f {
    box-sizing: border-box;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #02AB02;
    height: auto;
    padding: 0;    
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
	transform: translateY(-120px);	
}

.star-cl-section {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 20px;
    box-sizing: border-box;
	background-color:#fff;
	    border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #02AB02;
    height: auto;
    padding: 0;
    transform: translateY(200px);
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
}
.star-flt-section {
    box-sizing: border-box;
	border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #02AB02;
    padding: 0;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    border-radius: 5px;
    box-shadow: 0 15px 34px 0 rgb(0 0 0 / 8%);
    background-color: #fff;
	padding-left:5%;
	padding-right:5%;
	transform: translateY(50px); 
	z-index:4;
	position:relative;    
	height: 25vh;
}
.star-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
}

.star-cl-container {
    display: flex;
    justify-content: space-between;
    width: 100%;
	align-items: center;
}

.star-ncontainer {
    display: flex;
    justify-content: space-between;
    width: 100%;
	 align-items: center;
}

.star-column {
    flex: 1;
    text-align: center;
    margin: 10px;
    box-sizing: border-box;
}

.star-widget-image img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 0 auto;
	max-height:150px;
}

.star-widget-rating {
    display: inline-block;
}

.star-rating {
    display: inline-flex;
    position: relative;
    font-size: 30px;
    color: #d3d3d3;
}

.star {
    color: #f0ad4e; 
    position: relative;
		font-style:normal;

}

.star.star-half {
    position: relative;
    display: inline-block;
    color: #f0ad4e; 
    overflow: hidden;
}

.star.star-half::before {
    content: '\2605';
    position: absolute;
    top: 0;
    left: 0;
    color: #f4f4f4;
    width: 100%;
    height: 100%;
    clip-path: inset(0 0 0 50%);
}

.star-screen-only {
    position: absolute;
    left: -9999px;
}


.back-shiplabel {
    position: relative;
    padding: 50px 0;
    margin-left: 10%;
    margin-right: 10%;
     font-family: "Aileron Thin", sans-serif;
	color: #fff; 
	margin-top:2%;
}

.back-shiplabel::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/pexels-kaique-rocha-379964.webp);
    background-size: cover;
    background-position: center;
    opacity: 0.1;
    z-index: -1;
}
.star-new-section-3pl{
 margin-top:10%;
}
.event-main {
    padding-top: 80px !important;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.event-main #event-main-content {
    width: calc(75% - 90px);
    padding-bottom: 40px;
}
.event-main #event-main-content .title-past-events {
    margin-bottom: 60px;
    border-bottom: 1px solid #e8e8e8;
    padding-bottom: 15px;
}
.event-main #event-main-content .event-item {
    margin-bottom: 40px;
}
.event-main #event-main-content .event-item .event-meta {
    height: 45px;
    background-color: #fbfbfb;
    border: 1px solid #dedede;
    position: relative;
    padding: 12px 20px 10px 150px;
}
.event-main #event-main-content .event-item .event-meta .event-date {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 94px;
    height: 94px;
    border: 1px solid #03a911;
    border-radius: 94px;
    text-align: center;
    background: #fff;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.1);
    left: 40px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-direction: column;
    flex-direction: column;
    font-family: 'akrobat-regular', sans-serif;
    font-weight: normal;
}
.event-main #event-main-content .event-item .event-meta .event-date .event-day {
    font-family: 'akrobat-regular', sans-serif;
    font-weight: normal;
    font-size: 1.5rem;
    color: #03a911;
    line-height: 1.2;
}
.event-main #event-main-content .event-item .event-meta .event-date .event-month-year {
    font-size: 0.7rem;
    text-transform: uppercase;
    font-family: 'akrobat-regular', sans-serif;
    font-weight: normal;
}
.event-main #event-main-content .event-item .event-meta .event-location {
    font-size: 0.9375rem;
    font-weight: 600;
}
.event-main #event-main-content .event-item .event-content {
    padding: 40px 0 40px 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.event-main #event-main-content .event-item .event-content h3 {
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
}
.event-main #event-main-content .event-item .event-content h3:after {
    content: '';
    width: 40px;
    height: 2px;
    background: #d8d8d8;
    position: absolute;
    left: 0;
    bottom: 0;
}
.event-main #event-main-content .event-item .event-content .event-description {
    padding: 0 40px 0 0;
    width: calc(100% - 320px);
}
.event-main #event-main-content .event-item .event-content .event-description .event-link {
    display: inline-block;
    padding: 10px 30px;
    background: #2a4ab0;
    color: #fff;
    border-radius: 50px;
    font-size: 0.8125rem;
    transition: all 250ms ease-in-out;
}
.event-main #event-main-content .event-item .event-content .event-description .event-link:hover {
    background: #03a911;
}
.event-main #event-main-content .event-item .event-content .event-image-wrapper {
    width: 320px;
    height: 320px;
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
}
.event-main #event-main-content .event-item .event-content .event-image-wrapper img {
    width: 100%;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}
.event-main #event-sidebar {
    width: 25%;
    border-radius: 10px;
    box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.05);
    background-color: #fbfbfb;
    border: 1px solid #dedede;
    -ms-flex-item-align: start;
    align-self: flex-start;
    margin-bottom: 40px;
}
.event-main #event-sidebar .event-list-wrapper {
    border-bottom: 1px solid #e8e8e8;
    padding: 40px 40px 15px 40px;
}
.event-main #event-sidebar .event-list-wrapper:nth-last-of-type(1) {
    border-bottom: 0;
}
.event-main #event-sidebar .event-sidebar-item {
    padding: 25px;
}
.event-main #event-sidebar .sd-event-year {
    font-family: "Aileron Light", sans-serif;
    font-weight: normal;
    font-size: 2.1rem;
    color: #dedede;
    line-height: 0.8;
    position: relative;
    padding-top: 30px;
    margin-top: 30px;
}
.event-main #event-sidebar .sd-event-year:after {
    content: '';
    width: calc(100% + 80px);
    background: #dedede;
    height: 1px;
    position: absolute;
    left: -40px;
    top: 0;
}
.event-main #event-sidebar .sd-event-year:first-of-type {
    padding-top: 0;
    margin-top: 0;
}
.event-main #event-sidebar .sd-event-year:first-of-type:after {
    display: none;
}
.event-main #event-sidebar .sd-event-label {
    font-size: 1.375rem;
    color: #dedede;
    margin-bottom: 20px;
}
.event-main #event-sidebar .event-list {
    display: block;
    position: relative;
    padding-bottom: 15px;
    margin-bottom: 20px;
    font-family: "Aileron Light", sans-serif;
    font-weight: normal;
}
.event-main #event-sidebar .event-list .archive-event-link {
    display: block;
}
.event-main #event-sidebar .event-list a {
    color: #3f67e5;
    font-size: 1.1rem;
    transition: all 250ms ease-in-out;
}
.event-main #event-sidebar .event-list a:hover,.event-main #event-sidebar .event-list a.activeLink {
    color: #03a911;
}
.event-main #event-sidebar .event-list:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    background: #dedede;
    width: 18px;
    height: 1px;
}
.event-main #event-sidebar .event-list .sd-event-date {
    font-size: 0.9375rem;
}
.event-main .numeric-pagination {
    width: 100%;
    -ms-flex-pack: center;
    justify-content: center;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 40px;
}
.event-main .numeric-pagination:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    width: 50%;
    height: 100%;
    z-index: -1;
}
.event-main .numeric-pagination:after {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 1px;
    background: #e8e8e8;
    z-index: -2;
}
.event-main .numeric-pagination .page-numbers {
    width: 40px;
    height: 40px;
    border-radius: 40px;
    border: 1px solid #2a4ab0;
    background: #fff;
    text-align: center;
    line-height: 2.5;
    color: #2a4ab0;
    margin: 0 2px;
}
.event-main .numeric-pagination .page-numbers:hover {
    background: #2a4ab0;
    color: #fff;
}
.event-main .numeric-pagination .page-numbers.dots {
    border: none;
    font-size: 2rem;
    line-height: 1;
}
.event-main .numeric-pagination .page-numbers.next,.event-main .numeric-pagination .page-numbers.prev {
    text-indent: -9999em;
    position: relative;
}
.event-main .numeric-pagination .page-numbers.next:after,.event-main .numeric-pagination .page-numbers.prev:after {
    content: '';
    border: solid #2a4ab0;
    border-width: 0 3px 3px 0;
    display: inline-block;
    padding: 3px;
    position: absolute;
    left: 50%;
    top: 50%;
}
.event-main .numeric-pagination .page-numbers.next:hover:after,.event-main .numeric-pagination .page-numbers.prev:hover:after {
    border-color: #fff;
}
.event-main .numeric-pagination .page-numbers.next:after {
    transform: translate(-50%, -50%) rotate(-45deg);
}
.event-main .numeric-pagination .page-numbers.prev:after {
    transform: translate(-50%, -50%) rotate(135deg);
}
.event-main .numeric-pagination .page-numbers.current {
    background: #03a911;
    color: #fff;
    border-color: #03a911;
}
.star-column-ct {
    flex: 1;
    text-align: center;
    margin: 10px;
    box-sizing: border-box;
    background-color: white;
    padding: 10px;
    margin: 10px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    text-align: center;
	width:100%;
}

.video-item {
	position: relative;
	overflow: hidden;
}
.video-item img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.new-video-gallery{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #039A11;
    padding-top: 3%;
    padding-bottom: 3%;
	justify-content:center;
	padding-left:3%;
	padding-right:3%;
}
.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 80px; 
    height: 80px;
    background-color: orange; 
    border-radius: 50%; 
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
}

.play-button::before {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-left: 20px solid white; 
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
}
.heading-container{
	padding-left:0%;
	display:flex;
}
.widget-wrap-container{
	margin-left: 30%;
    margin-right: 10%;
    margin-top: 10%;
}
.heading-peer{
	color:#fff;
	text-align: center;
	font-family: "Aileron Light";
	font-size:48px;
	font-weight:normal;
}
.peer-button{
	margin: 0px 20%;
    background-color: #FDB913;
}
.integration-wrapper{
	display:flex;    
	gap: 20px
}
.partner-column{    
	flex: 1;
    max-width: 33.33%;
    max-height: 500px;
    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 37px 37px 37px 37px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(89, 91, 94, 0) 0%, rgba(122, 122, 122, 0.15) 99%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d6d6d6;
    border-radius: 16px 16px 16px 16px;
    box-shadow: -6px -7px 10px 0px rgba(237, 237, 237, 0.5);
}
.golive-image:hover{
    transform: scale(1.1);
	transition-duration: 0.3s;
}
.news-column{    
	flex: 1;
    max-width: 50%;
    max-height: 500px;

    position: relative;
    margin: 0px 0px 0px 0px;
    padding: 37px 37px 37px 37px;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(89, 91, 94, 0) 0%, rgba(122, 122, 122, 0.15) 99%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d6d6d6;
    border-radius: 16px 16px 16px 16px;
    box-shadow: -6px -7px 10px 0px rgba(237, 237, 237, 0.5);
}
.golive-image:hover{
    transform: scale(1.1);
	transition-duration: 0.3s;
}
.pgb-title{
    width: 100%;
    position: relative;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    z-index: 9;
    overflow: hidden;
    padding-top: 100px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
}
.pgb-title:before{
 content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(77deg, rgba(255, 255, 255, 0.6), #2a4ab0);
    z-index: -1;

}
.pgb-wrap{
	width: 1200px;
    margin: 0 auto;
	padding: 0 20px;
}
.pgb-title pgb-wrap h1{
    display: block;
    font-family: "Aileron Light", sans-serif;
    font-size: 50px;
    font-weight: 600;
    height: 75px;
    hyphens: manual;
    line-height: 75px;
    margin-bottom: 0px;
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0px;
    padding-bottom: 0px;
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 0px;
    text-align: left;
    color: rgb(12, 12, 12);
}
.upper-content{
	display:flex;
}
.upper-content img{
	width: 90px;
    height: 90px;
    border-radius: 50%;
    -o-object-fit: cover;
    object-fit: cover;
    max-width: none;
    margin-left: 5%;

}
.upper-heading-1{
    color: #03a911;
    font-size: 16px;
    font-weight: 500;
    line-height: 2.8em;
}
.upper-heading-2{
	color: #000000;
    font-size: 14px;
    font-weight: 500;
    line-height: 1.1em;
}
.content-type{
    color: #11B100;
    font-size: 14px;
    font-weight: 500;
    line-height: 17px !important;
    padding: 4px 5px;
    background-color: #E6F7E5;
	margin-left:5%;
	margin-right:60%;
}
.border-bt{
	border-bottom: 1px solid #61CE70;
}
.privacy-para{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
}
.pl-para{
	font-family: 'Roboto', sans-serif;
    font-size: 18px;
	 color:#fff;
	margin-bottom:0%;
	padding-left:0%;
	text-align:left;
	font-size:14px;
	
}

.form-last{
	flex:1;
}
.form-name{
	display:flex;
	gap:10px;
}
.form-checkboxes{
	display:flex;
	gap:2px;
}
.form-container {
	padding: 10px;
	border-radius: 8px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	background-color: rgba(232, 228, 228, 0.59);
	overflow:auto;
}

.form-group {
	margin-bottom: 5px;
	font-size: 10px;
	color: #000;
	flex:1;
}
.form-group label {
	display: block;
	margin-bottom: 5px;
	font-weight: bold;
	font-size:11px;
}
.form-group input, .form-group textarea {
	width: 100%;
	padding: 10px;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
}
.form-group input[type="radio"] {
	margin-right: 10px;
}
.form-group input[type="radio"] + label {
	display: inline;
	margin-right: 20px;
}
.form-group button {
	background-color: #03a911;
	color: #fff;
	border: none;
	font-size: 16px;
	cursor: pointer;
}
.form-group button:hover {
	background-color: #0056b3;
}
.required:after {
	content: "*";
	color: red;
	margin-left: 5px;
}
.i-testi-wrapper {
	overflow: hidden;
    text-align: center;
    font-family: 'Roboto', sans-serif;
    font-size: 14px;
    line-height: 1.56;
    padding-left: 1%;
    padding-right: 1%;
    padding-top: 10px;
    margin-left: 2%;
    padding-right: 2%;
}
.oz-medical{
    background-color: #F6F6F6;
    border-radius: 5px 5px 5px 5px;
	margin-left:10%;
	width:80%;
}
.prices{
	margin-top:5%;
	padding: 9px 15px 9px 15px;
	background-color: #F6F6F6;
	border-radius: 5px 5px 5px 5px;
	margin-left:10%;
	width:80%;
}
.i-testi-content {
    font-size: 14px;
    margin-bottom: 20px;
}

.i-testi-meta {
    width: 100%;
    line-height: 1;
}

.i-testi-meta-inner {
    display: inline-block;
}

.i-testi-details,
.i-testi-image {
    display: table-cell;
    vertical-align: middle;
}

.i-testi-image img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
    max-width: none;
}

.i-testi-meta-image-position-aside .i-testi-image {
    padding-inline-end: 15px;
}

.i-testi-meta-image-position-aside .i-testi-details {
    text-align: start;
}

.i-testi-meta-image-position-top .i-testi-details,
.i-testi-meta-image-position-top .i-testi-image {
    display: block;
}

.i-testi-meta-image-position-top .i-testi-image {
    margin-bottom: 20px;
}
.i-testi-job{
	color:#6EC1E4;
}
.multi-container {
    color: #333; 
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.56;
    margin-top: 10%;
    padding-left: 10%;
}

.multi-list {
    list-style-type: disc;
    margin: 0;
    padding: 0;
    margin-bottom: 20px; 
}

.multi-list li {
    margin-bottom: 10px; 
}

.multi-list-empty {
    list-style-type: none; 
}

.multi-link {
    color: green;
    text-decoration: none;
}

.multi-link:hover {
    text-decoration: none;
color:green; 
}

.account-section {
padding: 10px;
    /* margin-top: 5%; */
    background-color: #6EC1E4;
    text-align: center;
    border-radius: 5px;
    width: 70%;
    margin-left: 20%;
}

.account-section-NACMY {
	padding: 10px;
    /* margin-top: 5%; */
    background-color: #6EC1E4;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.account-section-blue {
	padding: 15px;
    /* margin-top: 5%; */
    background-color: #6EC1E4;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}

.account-section-green {
	padding: 15px;
    /* margin-top: 5%; */
    background-color: #03A911;
    text-align: center;
    border-radius: 5px;
    width: 100%;
}


.account-widget-wrap {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.account-text-editor {
    font-size: 15px;
    font-weight: bold;
    color: #fff;
	line-height: 1.56;
}

.account-button-wrapper {
    display: flex;
    justify-content: center;
}

.account-button-container {
    display: inline-block;
}

.account-button {
    display: inline-block;
    padding: 2px 6px;
    font-size: 12px;
    color: #6EC1E4;
	font-weight:bold;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.account-button-med {
    display: inline-block;
    padding: 12px 24px;
    font-size: 15px;
	font-weight:bold;
    background-color: #fff;
    text-decoration: none;
    border-radius: 5px;
    transition: background-color 0.3s ease;
}

.account-button-med:hover {
	background-color: #000000;
	color: #ffffff;
	box-shadow: none;
	-webkit-box-shadow: none;
}

.account-size-sm {
    font-size: 12px;
}

.account-size-med {
    font-size: 15px;
}

.account-button-content-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.account-button-text {
    font-size: 12px;
}

.account-button:hover {
    background-color: #fff;
}
.turbo-container {
    display: flex;
    gap: 20px;
	justify-content:center;
}
.turbo-column {
    text-align: center;
}
.btn-sm-gn-wrapper {
    text-align: center; /* Center the button */
    margin: 20px auto;
}

.btn-sm-gn {
	display: inline;
	text-decoration: none;
	padding-left: 1%;
	padding-right: 1%;
	background-color: #02AB02;
	border-radius: 0px;
	color: #fff;
	font-size: 16px;
	padding-top: 1%;
	margin-top:4%;
	padding-bottom: 2%;
}

.btn-sm-gn-link {
    background-color: #02AB02;
}

.btn-sm-gn-size-md {
    font-size: 16px; 
}

.btn-med-gn {
     display: inline;
    text-decoration: none;
	padding-left: 1%;
    padding-right: 1%;
    background-color: #02AB02;
	border-radius: 5px;
    color: #fff;
    font-size: 16px;
    padding-top: 10px;
	margin-top:2%;
    padding-bottom: 2%;
}

.btn-sm-gn-text {
    display: inline-block;
}

.star-new-section{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	box-sizing: border-box;
	background-color: #fff;
	height: auto;
	margin: 0px auto;
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	justify-content: center;
	width: 1114px;
	max-width: 100%;
	z-index: 99999;
	border-radius: 5px;
	background-color: #fff;
	margin-top:10%;
}
.items-container{
	display:flex;
	gap:2px;
	margin-left:20%;
	margin-right:20%;
	color:#fff;
}
.amazon-form-style{
	flex:1;
	background-image: linear-gradient(330deg, #000000 0%, #54595F 100%);
	border-radius:5px;
	color:white;
	padding: 10px 0px;
	text-align: center;
}
.image-caption{
	text-align:left;line-height:1.56;font-size:14px;background-color:#EFEFEF;padding:20px;
}
.amazon-border{
	border-bottom: 1px solid #FDB913;
}
.amazon-top-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/background.jpg);
	background-size: cover;
	background-position: center;
	z-index: -1 !important;
}
.required-white {
	color: white;
} .required-white:after {
	content: "*";
	color: red;
	margin-left: 5px;
}
.amazon-top-section {
	position: relative;
	padding: 50px 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	font-family: "Aileron Thin", sans-serif;
	color: #fff; 
}
.amazon-top-section {
	position: relative;
	overflow: hidden;
}

.amazon-top-section::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/amazon-background.png);
	background-size: cover;
	background-position: center;
	z-index: 0;
}
.customer-review{
	background-color:#F6FBFD; padding: 10px;
}
.heading-shipstation{
	color:#BD0F0F;
	font-size:24px;
	font-weight: bold;
}.heading-cahoot{
	color:#03A911;
	font-size:24px;
	font-weight: bold;
}.amazon-heading{
	border-width: 0px 2px 0px 0px;
	font-family: "Roboto", Sans-serif;
	font-size: 20px !important;
	width:33.33%;
	border-style: solid;
	padding: 10px;
	display: flex; align-items: center;
	justify-content: center;
}
.amazon-section{
	background-color: #FDB913;
	padding: 10px;
	text-align: center;
	display:flex;
	gap:40px;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);


}
.amazon-container {
	display: flex;
	align-items: center;
	gap: 10px; 
	background-color: #F3E9C6;
	margin: 10px;
	font-family: 'Roboto', sans-serif;
	flex: 1 1 30%; box-sizing: border-box; background-color: #F3E9C6; padding: 10px; margin: 10px; display: flex; align-items: center; height: 100px;
}
.amazon-text{
	font-family: 'Roboto', sans-serif;
	text-align:center;margin:10px;
	font-size: 15px;
}
.amazon-border-green{
	border-bottom: 2px solid #03A911;
}
.amazon-star-container{
	display: flex; flex-wrap: wrap; justify-content: space-between;
}
.shopify-section{
	background-color: #FDB913;
	padding: 10px;
	text-align: center;
	display:flex;
	gap:40px;
	justify-content: center;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color:#FDB913;padding-left:10%;padding-right:10%;margin-top:220px;

}
.shopify-heading{
	border-width: 0px 2px 0px 0px;
	font-family: "Roboto", Sans-serif;
	font-size: 20px !important;
	width:33.33%;
	border-style: solid;
	padding: 10px;
	display: flex;
	align-items: center;
	justify-content: center; 
	text-align: center; 
	flex: 1;
}
.new-background{
	display: flex;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color: #EDEDED;
}
.amazon-main-heading {
	font-family: "Aileron Bold", sans-serif;
	letter-spacing: -0.8px; 
	font-weight: bold;
	text-align: left;
	text-align:center;
	color:#000; font-size:40px;
	font-weight:600; 
	line-height:48px !important;
	margin-top:20px !important;
}.amazon-main-heading-green {
	font-family: "Aileron Bold", sans-serif;
	letter-spacing: -0.8px; 
	font-weight: bold;
	color:#03A911; 
	margin-top:20px !important;
	text-align:center;color:#03A911; font-size:25px; margin-bottom: 0%;font-weight:600; line-height:48px; !important
}
.amazon-sfp-heading {
	color: #000;
	font-family: "Aileron Bold", sans-serif;
	letter-spacing: -0.8px; 
	font-weight: bold;
	text-align: left;
	line-height: 50px; 
	margin-bottom: 5px !important;
	color:#000; font-size:20px;font-weight:600;  
}
.para-style-1{
	text-align: left;
	font-weight: 400;
	line-height: 1.56;
	margin-bottom: 0px;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
}
.multi-link-1 {
	color:#03a911 !important;    box-shadow:none !important;
	text-decoration: none !important;
}

.multi-link-1:hover {
	color:#03a911 !important;    box-shadow:none !important;
	text-decoration: none !important;
}
.iframe-video{
	width: 450px; height: 360px;
}
.new-amazon-gallery{
	display:block;
	background-color: #03A911;
	padding-left: 30%;
	padding-right: 30%;
	display: flex;
	gap: 10px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-top: 3%;
	padding-bottom: 3%;
}

.new-yellow-gallery{
	 display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 3%;
    padding-bottom: 3%;
	display:block;background-color: #03A911;
	padding-left: 30%;
    padding-right: 30%;
        }
.buttons-green{
	display: flex; flex-wrap: wrap; justify-content: center; gap: 10px;
}.demo-button{
	flex: 1 1 150px; margin: 10px;
}.contact-us-button{
	display: block; text-align: center; background-color: #61CE70; color: black; font-size:18px; padding: 10px; font-weight:bold
}.book-button{
	display: block; text-align: center; background-color: white; color: black; font-size:18px; padding: 10px; font-weight:bold
}
.thankyou-button{
	display: block; text-align: center; background-color: #03A911; color: white; padding: 10px; text-decoration: none; border-radius: 5px;
}.thankyou-caption{
	margin-left:20px;text-align: center; font-style: italic; font-size:1.3em; color: black; line-height:1.5
}.thankyou-logo{
	display: flex; align-items: center;justify-content: center; gap: 10px;
}
.amazon-yellow-button{
	display: block; text-align: center; background-color: #FDB913; color: black; border-radius: 5px; font-size:15px; padding: 10px; font-weight:bold
}
.shipstation-heading{
 color:#03A911;font-weight:bold;
}
.shipstation-heading-1{
 color:black; 
	font-size:35px !important;
	margin-top:3px !important;
}
.faq-heading{
	color:#03A911;font-weight:bold;text-align:center;
}
.new-yellow-gallery{
	display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 15%;
	background-color: transparent;
    background-image: linear-gradient(180deg, #FDB913 0%, #FDB913 100%);
	margin-bottom: -7%;
}
.home-new-heading-3 {
 font-family: "Aileron Bold", sans-serif;
    letter-spacing: -0.8px; 
	text-align:left;color:#000; 
	font-size:20px;
	font-weight:600; 
	line-height:48px; !important;
}
.amazon-section-1{
    padding: 10px;
    text-align: center;
	display:flex;
	gap:40px;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	background-color:#03A911;
	padding-left:10%;
	padding-right:10%;

}
.image-class{
	max-width: 50px; height: auto;
}
.white-background{
	color: #fff;text-align:center;
}
.greeen-caps-heading{
	color:#03A911;font-weight:bold;
}
.grey-heading{
	color:grey; font-size:10px;margin-top:3px !important;
	 font-family: "Roboto", sans-serif;
}
.shipstation-heading{
	color: black; font-size:35px !important;maring-top:3px !important;
}
.bookdemo-button{
	color: white;    background-color: #FDB913;
}
.bookdemo-text{
	font-size:15px;text-align:center;margin:10px;
}
.figure-logo{
	margin: 0; padding-right: 10px;
}



.image-logo{
	max-width: 50px; height: auto;
}
.green-caps-heading
{
	color:#03A911;
	margin-top:5px;
}
a.green-link {color: #00ACED !important;text-decoration: none !important;box-shadow: none !important;transition: all 300ms ease-in-out;}
a.green-link:hover {text-decoration: underline !important;color: #00ACED !important;box-shadow: none !important;}
a.green-button-small {color: #FFFFFF !important;background-color: #00ACED !important;font-size: 16px;padding: 12px 25px;border-radius: 4px;display: inline-block;margin-bottom:3%;}
a.green-button-small:hover {}
div.green-button-wrapper {display: inline-block;text-align:center;width: 100%;}
ul.meta-list {display:none;}
.amazon-side-heading {
 font-family: "Aileron Bold", sans-serif;
    letter-spacing: -0.8px; 
	text-align:left;color:#000; 
	font-size:30px !important;
	font-weight:600; 
	line-height:48px; !important;
	margin-bottom: 0% !important;
}
a.button-small {fill: #000000;color: #000000 !important;background-color: #FFFFFF !important;border-radius: 1px 1px 1px 1px;display: inline-block;padding: 5px 10px;font-size: 16px;font-weight: 600;border: solid 1px #fff;text-decoration: none !important;box-shadow: none !important;}
a.button-small:hover {background-color: #56AE62 !important;text-decoration: none !important;box-shadow: none !important;transition: all 300ms ease-in-out;}
div.button-wrapper {display: inline-block;text-align:center;width: 100%;}
  
.black-text{
	color:#000;
}
.green-text{
	color:#02ab02;
}.white-text{
	color:white;
}.blue-text{
	color:#4498bf;
}
.container-img {
	display: flex;
	align-items: center;
	gap: 20px;
}
.container-img img {
	width: 550px;
	height: 80px;
	margin-right: 15px;  
}
.star-new-section{
display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    box-sizing: border-box;
    background-color: #fff;
    height: auto;
    margin: 0px auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 1114px;
    max-width: 100%;
    z-index: 99999;
    border-radius: 5px;
    background-color: #fff;
margin-top:10%;
}
.logo-and-rating{
	width:120 !important;
	height:120 !important;
}
.black-border{
	border:1px solid black;
}
.align-side{
	display: flex; align-items: center;
}
.grey-button{
	font-size: 12px; border-radius: 3px; background-color: #69727d; color: #fff;
}
.light-green-background{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #61CE70;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
        }

.green-background{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #03A911;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
        }

.reviews-section {
    padding: 20px;
    background-color: #fff;
}

.reviews-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.reviews-column {
    flex: 1 1 25%;
    padding: 10px;
    box-sizing: border-box;
}

.reviews-button {
margin: 0px 0px 0px 0px;
    padding: 14px 0px 0px 0px;
    border-style: solid;
    border-width: 2px 2px 2px 2px;
    border-color: #FDB913;
    display: block;
    padding: 10px 20px;
    text-align: center;
    /* color: #fff; */
    color: #03a911;
    transition: all 300ms ease-in-out;
    background-color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: background-color 0.3s;
}

.empty-reviews-column {
    visibility: hidden;
}
.green-check{
	margin-right: 10px;
	height: 15px;
	width:15px;
}

.light-blue-section {
    gap: 10px;
   /* width: 20vw; /* 25% of the viewport width */
    margin-left: auto;
    margin-right: auto;
    background-color: #6EC1E4;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 3%;
    padding-right: 3%;
    border-radius: 5px; /* Corrected */
    text-align: center; /* Optional: Center text content */
    box-sizing: border-box; /* Ensure padding is included in the width calculation */
}

.light-blue-background{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #6EC1E4;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
	font-size: 18px;
 }

.gray-background{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #E3E3E3;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
 }

.grey-background-2{
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #E3E3E3;
 }

.light-gray-background {
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #F9F9F9;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
	text-align: center;
}
div.pros {
    background-color: #CEE1D1;
    margin: 15px 0 35px 0;
    border-radius: 20px;
    clear: both;
    padding: 10px;
}
div.cons {
    background-color: #F7DCC6;
    margin: 15px 0 25px 0;
    border-radius: 20px;
    padding: 10px;
}
.mustard-background{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #FDB913;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
	text-align:center !important;
	color:white !important;
 }
.mustard-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
}
.mustard-background a {
  display: inline-block;
  padding: 10px 20px;
  background-color: grey;
  color: white;
  text-decoration: none;
  border-radius: 5px;
}
.speaker-logo{
	width:166px;height:auto;
}
.amazon-yellow-form-style{
	flex:1;
	background-color: #FDB913 !important;
	border-radius:5px;
	padding: 10px 0px;
	border: 1px solid black;
}
.light-yellow-background {
    position: relative;
    padding: 50px 0;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
     font-family: "Aileron Thin", sans-serif;
	background-color: #FFF1D0; 
	margin-top:7%;
}
.amazon-form-container {
	padding: 10px;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	max-width: 500px;
	background-color: white;
	border-top: 4px solid #03A911;
 }
.align-center{
	text-align:center !important; 
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	font-weight: 400;
	line-height : 1.59;
}
.align-left{
	text-align:left !important; 
}
.align-right {
	text-align:right !important; 
}
.green-heading-style{
	color:#23a455;
    text-align: left;
    font-weight: 400;
line-height: 48px !important;
    margin-bottom: 0px;
    margin-top: 20px;
    font-family: 'Roboto', sans-serif;
font-size: 40px;

}
.green-border{
	border:1px solid #23a455;
}
.grey-text{
	color:#8c8c8c;
}
.grey-box {
  border: 1px solid grey; 
  border-radius: 8px;    
  padding: 16px;         
  box-sizing: border-box;
}
.green-button{
	background-color: #1f8d2c;
	 text-align: center; 
	color: white; 
	padding: 10px; 
	text-decoration: none; 
	display: inline-flex; 
	align-items: center; 
	text-decoration: none; 
	color: #fff; 
	padding: 10px 20px; 
	border-radius: 4px;
	cursor:pointer;
}
.optional-button {
    background-color: #00C7FF;
    text-align: center;
    color: #fff;
    padding: 12px 24px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    font-size: 15px;
	line-height: 1;
    border-radius: 50px;
    cursor: pointer;
}
.webinar-resume-button{
	width: 20px; height: auto; margin-right: 8px;
}
.grey-box{
	padding:10px;    background-color: #E3E3E3;border-radius:10px;margin:20px;
}
.post-image{
	width:600px;
	height: 600px;
	  
  
}
.footer-image{
	width:400px;
	height: 200px;
	  
  
}
.grey-background-post{
	background-color:#e6e6e6; margin-top:10px !important;
}




.circle-numbering {
    position: absolute;
    top: -30px;
    left: 30px;
    width: 60px; 
    height: 60px;
        background-image: linear-gradient(340deg, #03A911 18%, #8CD234 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 25px; 
    font-weight: bold;
    z-index: 10; 
}

.video-container {
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
	cursor: pointer;
}
.video-container iframe {
	border-style: none;
	height: 100%;
	width: 100%;
}	

.blog-container {
    max-width: 1200px;
    margin: 0 auto;
    /*padding: 20px;*/
}

.blog-header {
    text-align: center;
    margin-bottom: 40px;
}

.blog-heading {
    font-size: 2.5em;
    margin: 0;
}

.blog-content {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 10px;
}

.blog-post {
    border: 1px solid #ddd;
    overflow: auto;
    background-color: #fff;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease;
	width:100%;
}

.blog-post:hover {
    box-shadow: 0 8px 12px rgba(0, 0, 0, 0.2);
}

.blog-post-thumbnail-link {
    display: block;
}

.blog-post-thumbnail {
display: block;
    width: calc(100% + 1px);
    height: 230px;
    object-fit: cover;
}

.blog-post-text {
    padding: 20px;
	min-height: 160px;
}

.blog-post-title {
    font-size: 20px;
    margin: 0 0 10px;
	    margin-bottom: 25px;
    line-height: 30px !important;
}

.blog-post-title a {
    text-decoration: none;
    color: #333;
}

.blog-post-read-more {
    display: inline-block;
    margin-top: 10px;
    color: #007bff;
    text-decoration: none;
}

.blog-post-read-more:hover {
    text-decoration: underline;
}

.blog-post-meta-data {
    margin-top: 15px;
    color: #666;
	font-size:12px;
	    padding: 5px;
    margin-bottom: 0;
    border-top: 1px solid #eaeaea;
}

.top-padding{
	padding-left:400px;
}

div.top-logo-section{float:left;display:inline-block;}
div.top-mobile-menu {}
div.top-desktop-menu {text-align: right;right: 0px;display:inline-block;}
.header-column-logo {text-align:left;}

.para-careers{font-size:18px;}
.menu-icon {font-size: 30px;cursor: pointer;position: fixed;top: 15px;right: 20px;z-index: 1;color:#000 !important;}
.overlay {height: 100%;width: 100%;position: fixed;top: 0;left: 0;background-color: rgba(0, 0, 0, 0.9);overflow-y: hidden;transition: 0.5s;visibility: hidden;opacity: 0;}
.overlay.open {visibility: visible;opacity: 0.9;}
.overlay-content {position: relative;top: 15%;width: 100%;text-align: center;}
.overlay-content a {font-family:"Aileron Bold";padding: 8px;text-decoration: none;font-size: 12px;color: #f1f1f1;display: inline-block;position: relative;transition: 0.3s;text-transform: uppercase;width:125px;}
.overlay-content a:hover,.overlay-content a:focus {color: #f7af02;}
.closebtn {font-family:"Aileron Thin";position: absolute;top: 0px;right: 20px;font-size: 60px;cursor: pointer;color: #fff;text-decoration: none;}
.plus-icon {font-family:"Aileron Thin";font-size: 30px;line-height:1px;position: absolute;right: 20px;top: 50%;transform: translateY(-50%);font-weight: normal;cursor: pointer;text-decoration: none;color: #fff;}
.submenu {display: none;margin-top: 10px;}
.submenu a {font-family:"Aileron Bold";font-size: 12px;display: block;text-align: center;text-transform: uppercase;width: auto;}
.submenu.open {display: block;text-align:center;background-color: #564747b0;}
div.menu-row{display:block;margin:20px 0px;}
.overlay-content a + .plus-icon {position: relative;right: -50px;top: 0;transform: none;}
.menu-icon.hide {opacity: 0;pointer-events: none;}

.cahoot_events .post-content .entry-header {
    display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-image: linear-gradient(77deg, rgba(255, 255, 255, 0.6), #2A4AB0);
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
    text-align: left !important;
    color: white !important;
}

.cahoot_events .post-content .entry-header h1 {
    display: block;
    font-family: "Aileron Light", sans-serif;
    font-size: 40px;
    height: 150px;
    font-weight: 500 !important;
    line-height: 75px;
    margin: 0 0 0 40px;
    padding: 60px 0 0 0;
    text-align: left;
    color: rgb(12, 12, 12);
}

.cahoot_events .post-content .entry-content {
  float: left;
  width: 70%;
}

.cahoot_events .post-content .featured-image {
  float: right;
  width: 30%;
}

.cahoot_events .post-content .featured-image img {
  width: 300px !important;
  height: 300px !important;
}

section.footer-newsletter-custom {width: 39%;padding-right: 5%;padding-left:20px;}
#schedule-btn.show {
    right: -100px;
}
#schedule-btn {
    position: fixed;
    top: 50%;
    background-color: #2a4ab0;
    height: 80px;
    width: 300px;
    color: #fff;
    transform: translateY(-50%) rotate(-90deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transform-origin: center top;
    border-radius: 5px 5px;
    padding-top: 15px;
    z-index: 2000;
    right: -400px;
}

.separator-100px {display:block;padding:50px 0px;}
.calis-image {text-align: right;padding: 0px 20px;}
.contact-privacy-para {color: #7A7A7A;text-align: center;}
.ct-heading{margin:auto; max-width:1200px;padding: 0px 20px;}
h2 span, h3 span, h5 span {color: #03a911;font-family: inherit;}
h2.heading-home {font-size: 40px;color: black;
    letter-spacing: -1px;
    font-weight: bold;
    text-align: left;
    line-height: 1;padding:0px;}
.custom-site-header {
    background-color: #fff !important;
    color: white;
    padding: 0px; 
	font-family: "Roboto", sans-serif;
    position: fixed;
    z-index: 1000;
    width: 100%;
	padding-top:25px;
	top:0px;
	border-bottom: solid 2px #eeeeee;
}
.content-align-middle {display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 20px;
}
.content-align-middle .content-data {max-width:1114px;text-align: left;} 
a.button-small-blue {fill: #000000;color: #6EC1E4 !important;background-color: #FFFFFF !important;border-radius: 4px;display: inline-block;padding: 5px 10px;font-size: 16px;font-weight: 600;border: solid 1px #fff;text-decoration: none !important;box-shadow: none !important;}
a.button-small-blue:hover {background-color: #000000 !important;text-decoration: none !important;box-shadow: none !important;transition: all 300ms ease-in-out;}
a.button-small-blue-reverse {color: #FFFFFF !important;background-color: #6EC1E4 !important;border-radius: 4px;display: inline-block;padding: 5px 10px;font-size: 16px;font-weight: 600;text-decoration: none !important;box-shadow: none !important;}
a.button-small-blue-reverse:hover {background-color: #000000 !important;text-decoration: none !important;box-shadow: none !important;transition: all 300ms ease-in-out;}
a.button-small-green {fill: #000000;color: #56AE62 !important;background-color: #FFFFFF !important;border-radius: 4px;display: inline-block;padding: 5px 10px;font-size: 16px;font-weight: 600;border: solid 1px #fff;text-decoration: none !important;box-shadow: none !important;}
a.button-small-green:hover {background-color: #000000 !important;text-decoration: none !important;box-shadow: none !important;transition: all 300ms ease-in-out;}
.grey-gallery-background{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	margin-bottom: -7%;
	display: block;    
	background-color: #f9f9f9;
    background-image: #f9f9f9;
	justify-content:center;
	height: 1250px;
        }

.cali-youtube{
width:800px; margin-top: 50px; margin-right:60px;
}
.yellow-border{
border:2px #FDB913 solid; padding: 10px;text-align:center;
font-size: 16px;
}
.blog-container
{
max-width: 1200px;
    margin: 0 auto;
    /*padding: 20px;
    padding-left: 5%;
    padding-right: 5%;*/
    padding-bottom: 10%;
}
.light-green-border{
	border: 1px #53c824 solid; width: 110px;
}
.light-green-gallery{
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	justify-content:center;
	display:block;    
	background-color: transparent;
    background-image: linear-gradient(240deg, #03A911 58%, #8CD234 100%); height: 500px;
}

.footer-left-green{
	border-right: 3px #53c824 solid; height: 350px;
}

.post-margin{
	margin: 50px;
}
.steps-turbo{
	background-color:white; padding: 10px;border-bottom: 2px green solid; text-align:center !important; width: 350px;
}
.fulfillment-top-section{
	padding-left:40%;
}
.fulfillment-top-right-section{
	margin-left: -4% !important;
}
 .fulfillment-grey-gallery{
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 3%;
    padding-bottom: 3%;
	justify-content:center;
	display:block;
	background-color: #f9f9f9;
	padding-left:35%;
    padding-right: 35%;
        }
 .fulfillment-green-gallery{
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    padding-top: 3%;
    padding-bottom: 3%;
	justify-content:center;
	display:block;
	background-color: #03A911;
	padding-left:35%;
    padding-right: 35%;
	margin-bottom: -3%;
        }


.news-image{
    height: 230px;
    max-width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.news-column
{
	flex: 1;
    max-width: 50%;
    max-height: 500px;
    position: relative;
    margin: 0px 0px 0px 0px;
	padding: 10px !important;
    background-color: transparent;
    background-image: linear-gradient(180deg, rgba(89, 91, 94, 0) 0%, rgba(122, 122, 122, 0.15) 99%);
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #d6d6d6;
    border-radius: 16px 16px 16px 16px;
    box-shadow: -6px -7px 10px 0px rgba(237, 237, 237, 0.5);
}

a.orange-button {
    display: inline-block;
    line-height: 1;
    background-color: #EF8320;
    font-size: 15px;
    padding: 12px 24px;
    border-radius: 3px;
    color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
}
.center-align {text-align:center !important;}
.mobile-navigation, .custom-site-header .custom-column-navigation {
	background-color: #fff;
}
.row20px{padding:10px;display:block;clear:both;}
a.blue-export-button
{
	box-shadow: none;
    text-decoration: none;
	font-size: 16px;
    padding: 15px 30px;
    border-radius: 4px;
	width: auto;
	display: inline-block;
    line-height: 1;
	color: #fff;
    fill: #fff;
    text-align: center;
    transition: all .3s;
	box-sizing: border-box;
	background-color: #6EC1E4;
}
a.blue-export-button:hover, a.blue-export-button:focus
{
	background-color: #2E2D2D;
}
.beige-background{
	position: relative;
 	padding: 50px 0;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	background-color:#f6f6f6;
}
.shipbob-container{
	display: flex;
	justify-content: space-around;
	align-items: flex-start; 
	padding: 20px; 
}
.shipbob-container> div {
	flex: 1; 
	margin: 0 10px;
	box-sizing: border-box;
}
.shipbob-color{
	background-color:#f9f9f9;
	margin: 5px;
	padding: 5px;
	height: 160px;
}
.fulfillment-beige-background{
   display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    background-color: #F9F9F9;
    padding-top: 3%;
    padding-bottom: 3%;
    padding-left: 30%;
    padding-right: 30%;
margin-top:-8%;
}
.fulfillment-image-background{
	display: flex;
	gap: 10px;
	width: 100vw;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding-top: 3%;
	padding-bottom: 3%;
	padding-left: 30%;
	padding-right: 30%;
	background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/jake-givens-i-r-8-m-2-r-ro-z-4-unsplash-2.webp);
	background-repeat: no-repeat;
	background-size: cover; 
	background-position: center; 
}
.fulfillment-container {
	display: flex;
	align-items: center;
	gap: 10px; 
	background-color: #F3E9C6;
	margin: 10px;
	font-family: 'Roboto', sans-serif;
	flex: 1 1 30%; 
	box-sizing: border-box; 
	background-color: white; 
	padding: 10px; margin: 10px; display: flex; align-items: center; height: 100px;
}
.pricing-box-wrapper {background-color: #EDEDED;padding: 10px 0;}
.colorblack {color: #000;}
.golive-widget-container h5 {font-size: 25px;font-family: "Aileron Thin";}
.pricing-subhead {text-align:left;line-height:40px;}
.contact-page-form {border-top: 5px solid #02ab02;box-shadow: 1px 1px 6px 7px rgb(0 0 0 / 8%);
    padding: 22px;background-color:#fff;}
.blue-heading{color:#188DBF;font-size:29px;}
.green-post{color:#23A455;font-size:19px;}

a.getaquote-button, a:hover.getaquote-button
{
	background-image: linear-gradient(97deg, #f7af02 2%, #fe8e00 99%);
	box-shadow: none;
	-webkit-box-shadow: none;
}

.e-font-icon-svg-check
{
   width: 16px;	
}

.e-font-icon-svg-question
{
   width: 16px;	
}

.e-font-icon-svg-question-thin
{
   width: 11px;	
}

.e-font-icon-svg-X
{
   width: 16px;	
}

.vertical-line-white{
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: rgba(255, 255, 255, 0.28);
    transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
    padding: 0px 83px 0px 0px;
}

.Line-3 {
    width: 43px;
    height: 1px;
    opacity: 0.3;
    border: solid 1px #ffffff;
    margin-top: 40px;
    margin-bottom: 40px;
    margin-left: auto;
    margin-right: auto;
}

.divider-orange {
    border-top: 2px solid #FDB913; /* Applies a solid orange border at the top */
    width: 100%; /* Adjust the width as needed */
}

.page .entry-header {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-color: #77cd00 !important;
  padding: 60px 0;
  color: #fff;
}

.page .entry-header .entry-title {
  max-width: 1150px;
  margin: 0 auto !important;
  padding: 0 25px;
  text-align: left;
  font-size: 41px !important;
  line-height: 1em;
  font-weight: 500 !important;
}

.solution-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;	
}

.solution-column {
	flex: 1 1 45%;
	min-width: 250px;
	padding: 16px;
	background: #fff;
	border-radius: 8px;
	color: #58595b;
}

.solution-image
{
	text-align:center;
}
.solution-image img {
	max-width:320px;
}

.homepage .full-green-section {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  background-image: url('/wp-content/uploads/2025/09/pulse-home-hero-1-bkgd.gif');
  padding: 20px 100px;
  color: #fff;
	min-height:632px;
}

.homepage .full-green-section-inner {
	margin: 0 auto;
	padding-top:150px;
}

.products .full-blue-section {
	width: 100vw;
	margin-left: calc(-50vw + 50%);
	background-image: url('/wp-content/uploads/2025/10/pulse-home-hero-2-bkgd.jpg');
	padding: 20px 100px;
	color: #fff;
	min-height:632px;
}

.products .full-blue-section-inner {
	margin: 0 auto;
	padding-top:150px;
}

.row-container {
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
    padding: 0px 10px;
}

.row-column-transparent {
	flex: 1 1 45%;
	min-width: 250px;
	padding: 16px 0px;
	background: transparent;
	color: #58595b;
}

.row-column {
	flex: 1 1 45%;
	min-width: 250px;
	padding: 16px 0px;
	background: #fff;
	color: #58595b;
}

h1.large-h1 {
	font-size:58px;
	color:#fff;
	font-family: 'Aileron Thin';
	line-height:1em;
}

p.white-text {
	font-size:23px;
	color:#fff;
	font-family: 'Aileron Thin';
	line-height:1.5em;
}

.row-column-inner {
	padding-left: var(--wp--style--root--padding-left, 25%);
}
.button-contact {
    background-color: #388BB3;
    color: #ffffff;
    padding: .3em 1em;
    line-height: 1.7em !important;
    background-size: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    border: 2px solid;
    border-radius: 3px;
    -webkit-transition-duration: .2s;
    transition-duration: .2s;
    -webkit-transition-property: all !important;
    transition-property: all !important;
    text-shadow: none;
    text-decoration: none;
    display: inline-block;
	font-size: 18px;
}
.button-contact:hover {
	border: 2px solid transparent;
}
.button-contact a:hover {
	border: 2px solid transparent;
	color:#fff;
	font-size:20px;
	text-decoration: none;
}
.button-contact a {
	color:#fff;
	font-size:20px;
	text-decoration: none;
}
.page .full-row {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 60px 0;
  color: #fff;
}
.page .full-row-lesspad {
  width: 100vw;
  margin-left: calc(-50vw + 50%);
  padding: 10px 0;
}

.full-row-inner {
  width: 1150px;
  margin: 0 auto;
}

.green-background {
	background-color: #77cd00;
}
.green-color {
	color: #77cd00;
}
.white-color {
	color: #ffffff;
}
.gray-color {
	color: #58595B;
}
.blue-color {
	color: #154279!important;
}
.gray-background {
	background-color: #ededed;
}
.darkgray-background{
	background-color: #58595b;
}
.content-container {
	max-width: 1080px;
	margin:auto;
}
.padding5percent {
	padding: 0 5%;
}
.align-content-center {
	text-align: center;
}
h1.page-header-title {
	font-size: 41px;
	font-family: 'Aileron Thin';
	line-height:1em;
}
.page-header-content {
	font-size:18px;
	font-family: 'Aileron Thin';
}
h2.page-header-title {
	font-size: 34px;
	font-family: 'Aileron Thin';
	line-height:1em;
	padding:10px 0px 0px 0px;
}
h5.page-header-title {
	font-size: 21px;
	font-family: 'Aileron Thin';
	line-height:1.3em;
	padding:10px 0px 0px 0px;
}
p.main-pages-content {
	font-size:19px;
	font-family: 'Aileron Thin';
}
.ul-pages
{
	font-size:19px;
	font-family: 'Aileron Thin';
}
.ul-pages li
{
	font-size:19px;
	font-family: 'Aileron Thin';
}

a.small-padding {
	padding: 8px !important;
	font-size:16px !important;
}

a.learn-more {
	display: inline-block;
	padding: 18px;
	background: transparent;
	color: #00ACED !important;
	text-decoration: none;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 1;
	box-shadow: inset 0 0 0 1px #00ACED !important;
	transition: background .18s ease, box-shadow .18s ease, color .18s ease;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	border: solid 1px #00ACED;
	font-size:20px;
	font-weight:500;
}

a.learn-more:hover,
a.learn-more:focus {
	background: #e1e1e1;
	box-shadow: inset 0 0 0 1px #e1e1e1 !important;
	text-decoration: underline;
	outline: none;
	border: solid 1px transparent;
}

a.learn-more::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .18s ease, transform .18s ease;
}

a.learn-more:hover::after,
a.learn-more:focus::after {
  content: '>';
  opacity: 1;
  transform: translateX(0);
}

a.contact-us-gray {
	display: inline-block;
	padding: 18px;
	background: transparent;
	color: #388bb3 !important;
	text-decoration: none;
	border-radius: 3px;
	box-sizing: border-box;
	line-height: 1;
	box-shadow: inset 0 0 0 1px #388bb3 !important;
	transition: background .18s ease, box-shadow .18s ease, color .18s ease;
	-webkit-font-smoothing:antialiased;
	-moz-osx-font-smoothing:grayscale;
	border: solid 1px #388bb3;
	font-size:20px;
	font-weight:500;
}

a.contact-us-gray:hover,
a.contact-us-gray:focus {
	background: transparent;
	box-shadow: inset 0 0 0 2px #388bb3 !important;
	text-decoration: underline;
	outline: none;
	border: solid 1px transparent;
}

a.contact-us-gray::after {
  content: '';
  display: inline-block;
  margin-left: 8px;
  opacity: 0;
  transform: translateX(-4px);
  transition: opacity .18s ease, transform .18s ease;
}

a.contact-us-gray:hover::after,
a.contact-us-gray:focus::after {
  content: '>';
  opacity: 1;
  transform: translateX(0);
}

.container-layout3 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0px;
}
.transparent-div {
	background: transparent !important;
}
.container-layout4 {
  display: flex;
  flex-wrap: wrap;
  gap: 30px;
  padding: 20px 0px;
}

.column-layout3 {
  flex: 1 1 calc(33.333% - 20px);
  background: #fff;
  padding: 0px;  
}
.column-layout2 {
  flex: 1 1 calc(50% - 20px);
  background: #fff;
  padding: 0px;  
}
.column-layout4 {
  flex: 1 1 calc(25% - 20px);
  background: #fff;
  padding: 0px;  
}

h2.page-header-title a {
	font-size: 34px;
	font-family: 'Aileron Thin';
	line-height:1em;
}
h2.page-header-title a:hover {
	text-decoration: underline;
	font-family: 'Aileron Thin';
	line-height:1em;
}

.testimonial {
	position: relative;
	background: #f7f7f7;
	padding: 60px 30px 30px;
	border-radius: 6px;
	margin: 60px auto;	
}
.testimonial-white {
	position: relative;
	background: #fff;
	padding: 60px 30px 30px;
	border-radius: 6px;
	margin: 0px auto;	
}
.quote-icon {
	position: absolute;
	top: -15px;
	left: 50%;
	transform: translateX(-50%);
	background: #fff;
	border: 0px solid #7ed321;
	border-radius: 50%;
	width: 40px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.quote-icon svg {
	fill: #7ed321;
}

.testimonial p {
	line-height: 1.6;
	margin-bottom: 20px;
	text-align:left;
}

.testimonial .author {
	margin-top: 10px;
	text-align:left;	
}

.testimonial .author strong {
	display: block;
	color: #333;
}

.testimonial .author span {
	color: #777;
	text-align:left;
}
.testimonial-white p {
	line-height: 1.6;
	margin-bottom: 20px;
	text-align:left;
}

.testimonial-white .author {
	margin-top: 10px;
	text-align:left;
	font-size: 20px;
}

.testimonial-white .author strong {
	display: block;
	color: #333;
}

.testimonial-white .author span {
	color: #777;
	text-align:left;
}

.issue-title-bar {
	font-weight: 700;
	font-size: 22px !important;
	background-color: #77cd00;
	border-color: #ffffff;
	padding-top: 15px !important;
	padding-bottom: 15px !important;
	text-align: center;
	color: #ffffff !important;
}

.gap60 {
	gap: 60px !important;
}

.anchor-scroll {
	scroll-margin-top: 130px;
}
.solution-partner-image {
	display:flex;
	flex-wrap: wrap;
	gap: 25px;
}
.solution-partner-image img{
	max-width:100%;
}
h2.gray-color a {color: #58595B;}
.size30px {
	font-size:30px !important;
	line-height: normal;
}
.size25px {
	font-size:25px !important;
	line-height: normal;
}

.products-bullet {
	font-size:16px !important;
	font-weight: 600;
}
.products-bullet-card {
  display: flex;
  align-items: center;
  gap: 8px;
}

.products-bullet-card img {
  width: 55px;
}

.testimonial-iconimage img {
	max-width:100px;
}
.customers-casestudies-ul {
	min-height: 150px;
}

.column-layout-border {
	border: solid 1px #999;
	min-height: 800px;
}

.column-layout-border h2.page-header-title, .column-layout-border h2.page-header-title a 
{
	font-size: 22px !important;
	color: #58595B !important;
	line-height: 1.5em !important;
}

.column-layout-border .column-layout3-content
{
	padding: 15px !important;
}

.column-layout-border .column-layout3-image
{
	height: 300px;
}

.column-layout-border .column-layout3-image img
{
	max-height: 100%;
}

.margin50px-bottom {
	margin-bottom: 50px;
}
.blockimage img {
	display:block;
}

.testimonial-iconimage {
	display:inline-block;
	width: 12%;
	vertical-align: top;
}
.testimonial-iconcontent {
	display:inline-block;
	width: 80%;
}

.padding20px {
	padding:20px;
}
.fontnormal {
	font-weight: normal;
}
/*X-Small devices (portrait phones, less than 576px)*/
@media (max-width: 575.98px) 
{
	.full-row-inner{
		width:100%;
	}
	.fulfillment-green-gallery
	{
		padding: 5%;
		text-align: center;
	}
	.ct-image{max-width: fit-content;padding-left: 20px;width: 300px;}
	.steps-turbo
	{
		display: flex;
	}
	.fulfillment-top-section,.fulfillment-top-right-section
	{
		display: inline-flex;
		width: 100%;
	}
	.top-section {
		display: flex;
		flex-direction: column;
	}

	.fulfillment-top-section,
	.fulfillment-top-right-section {
		width: 100%;
		padding: 0;
		height: 400px;
		background-color:white;
	}
	.fulfillment-top-right-section .form-last .form-container {
		text-align:center;
		margin: 25%;
	}

	.pl-top-section{
		padding-left: 0% !important;
	}
	.fulfillment-beige-background
	{
		text-align:center;
		padding: 0% !important;
	}
	.amazon-star-container {
		flex-direction: column;
		align-items: center;
	}

	.fulfillment-container {
		width: 100%;
		margin-bottom: 20px; 
	}
	.fulfillment-container:last-child {
		margin-bottom: 0;
	}
	.peer-top-section{
		background-size: cover;
		background-position: top center;
		height: fit-content;
	}
	.grey-gallery-background
	{
		height: 2200px !important;
	}
	.grey-background
	{
		padding: 0% !important;
		text-align:center;
	}
	.golive-container .partner-column
	{
		max-width: 100%;
	}
	.golive-container .news-column{
		width: 100%;
		max-width: 100%;
	}
	.shipbob-container {
		flex-direction: column;
	} 
	.custom-image-size {
      width: 50%; 
    }
	.post-image {
      width: 40%; 
    }
	.mobile-navigation {
		display: inline-block;
	}
	.custom-site-header .custom-column-navigation {
		display: none;
	}
	.star-container {		
		padding: 25px;
		flex-direction:column;
	}
	.heading-home {padding:0px;}
	.sfp-container-inner, .cust-say-container-inner, .directi-container, .golive-container, .image-section, .testimonial-section {
        flex-direction: column;
		padding:0px;
    }
	.sfp-column, .cust-say-column, .directi-column, .golive-column {max-width:100%;}
	.sfp-icon {max-height: 400px;}
	.cust-say-column {margin-top:50px;}	
	.cahoot-works-left {padding-left:0px;}
	.cahoot-works-right {padding-top: 0px;margin-top: -39px;}
	.golive-column {margin:20px;}
	#main-footer-custom .wrap-custom .footer-navigations-custom .widget {
        width: 50%;
    }
	#main-footer-custom .wrap-custom section.footer-newsletter-custom {
        width: 100%;
    }
	html #main-footer-custom .wrap-custom section.footer-navigations-custom {
        width: 100%;
        padding-right: 0;
    }
	section.footer-newsletter-custom {width: 100%;padding-right: 0%;padding-left:20px;}
	html #main-footer-custom .footer-newsletter-custom .widget h4.widget-title {
        /*text-align: center;*/
    }
	#main-footer-custom .footer-newsletter-custom .widget ul {
        /*text-align: center;*/
        padding-bottom: 30px;
    }
	.order-top-section {
        height: auto;
        background-size: contain;
        background-image: none;
        padding-right: 0%;
    }
	.star-section-f {
        height: auto;
        padding: 10px;
        transform: translatey(0px);
    }
	.star-flt-section {
        height: auto;
        padding: 10px;
        margin-bottom: 35%;
    }
	.pl-top-section{
		height: 600px !important;
		background-color:black;
	}
	.event-main{
		display: block;
	}
	.event-main #event-main-content{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#event-main-content {
		display: block;
	}
	#event-sidebar {
		display: block;
		width: 100%; 
		margin-top: 20px; 
	}
	.event-main #event-sidebar
	{
		width:100%;
	}
	.event-main #event-main-content .event-item .event-content .event-description
	{
		max-width: 100%;
		width: 100%;
	}
	.event-main #event-main-content .event-item .event-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.event-main #event-main-content .event-item .event-content .event-image-wrapper {
		width: 100%;
		text-align: center;
		order:1;
	}
	.event-main #event-main-content .event-item .event-content .event-image-wrapper img {
		width: 100%;
		height: auto;
	}

	.event-main #event-main-content .event-item .event-content .event-description {
		margin-top: 20px;
		text-align: center;
		width: 100%;
		order:2;
	}
	.contact-form-wrapper {
		margin-top: 300px;
	}
	.pgb-wrap{
		padding: 0 20px;
	}
	.solution-column {
		flex: 1 1 100%;
	}
	.column-layout3 {
		flex: 1 1 100%;
	  }
	.column-layout2 {
		flex: 1 1 100%;
	}
	.column-layout4 {
		flex: 1 1 100%;
	}
	.testimonial-iconimage {
		display: block;
	}
	.products .full-blue-section-inner
	{
		padding-top: 20px;
	}

	.products .full-blue-section-inner .row-column-inner
	{
		padding: 20px;
	}


	.homepage .full-green-section-inner
	{
		padding-top: 20px;
	}

	.homepage .full-green-section-inner .row-column-inner
	{
		padding: 20px;
	}
	.products .full-blue-section
	{
		padding: 20px;
	}

	.homepage .full-green-section
	{
		padding: 20px;
	}
}

/*Small devices (landscape phones, less than 768px)*/
@media (min-width: 576px) and (max-width: 767.98px) 
{
	.full-row-inner{
		width:100%;
	}
	.fulfillment-green-gallery
	{
		padding: 5%;
		text-align: center;
	}
	.steps-turbo
	{
		display: flex;
	}
	.ct-image{max-width: fit-content;padding-left: 20px;width: 300px;}
	.fulfillment-top-section,.fulfillment-top-right-section
	{
		display: inline-flex;
		width: 100%;
	}
	.top-section {
		display: flex;
		flex-direction: column;
	}

	.fulfillment-top-section,
	.fulfillment-top-right-section {
		width: 100%;
		padding: 0;
		height: 400px;
		background-color:white;
	}
	.fulfillment-top-right-section .form-last .form-container {
		text-align:center;
		margin: 25%;
	}
	.pl-top-section{
		padding-left: 0% !important;
	}
	.fulfillment-beige-background
	{
		text-align:center;
		padding: 0% !important;
	}
	.amazon-star-container {
		flex-direction: column;
		align-items: center;
	}

	.fulfillment-container {
		width: 100%;
		margin-bottom: 20px; 
	}
	.fulfillment-container:last-child {
		margin-bottom: 0;
	}
	.peer-top-section{
		background-size: cover;
		background-position: top center;
		height: fit-content;
	}
	.grey-gallery-background
	{
		height: 2200px !important;
	}
	.grey-background
	{
		padding: 0% !important;
		text-align:center;
	}
	.golive-container .partner-column
	{
		max-width: 100%;
	}
	.golive-container .news-column{
		width: 100%;
		max-width: 100%;
	}
	.shipbob-container {
		flex-direction: column;
	} 
	.mobile-navigation {
		display: inline-block;
	}
	.custom-site-header .custom-column-navigation {
		display: none;
	}
	.sfp-container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 25px 0 0px;
	}
	.sfp-container-inner-ct {
		max-width: 600px;
		margin: 0 0;
		padding: 0 20px;
		display:flex;
	}
	.top-padding{
		padding-left:10px;
		margin-top:12%;
	}		
	.heading-3pl-style{
		color:#000;	
	}
    .custom-site-header{
		position: relative;
		z-index: 1000;    
    }
	.mobile-navigation .header-column a {
		padding:0;
		margin-left:0;
		text-transform:uppercase;
	}
	.mobile-navigation .header-column-logo img
	{
		max-height:70px;
	}
	.mobile-navigation .header-column .expand-submenu a {
		padding:0;
		margin-left:0;
		visibility:none;		
	}
	.onclick-submenu a {
		padding:0;
		margin-left:0;
		visibility:none;		
	}
	
	.mobile-navigation .header-column .onclick-submenu a {
		padding:0;
		margin-left:0;
		visibility:visible;
		
	}
    .custom-column-navigation .header-column {
        display: none;
    }
	.custom-column-navigation .header-column-contact {
        display: none; 
		text-transform:uppercase;
    }
	.custom-site-identity-clear-custom{
		   display: none; 
	}
	.custom-column-navigation .header-column .custom-small-logo {
        display: inline-block; 
		 width:150px;
		 height:40px;
    }
	.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
		font-size:20px;
	}
    .mobile-navigation {
        display: flex;
		background-color:#000;		
		position:fixed;
    }
    .drawer-wrap {
        display: block;
    }
    .custom-small-logo {
        display: inline-block; 
    }
    .icon-menu {
        display: block;
    }
    .icon-close {
        display: none;
    }
    .drawer-wrap.active .icon-close {
        display: block;
    }
	.drawer-wrap .header-column {
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
		color: #ffffff !important;
		text-align: center;
	}
		.drawer-wrap .header-column a {
		font-size:12px;
		margin-left: 0;
	}
	.gbi{
		float:right;
	}
	.custom-site-header .custom-container {
        flex-direction: column;
    }    
    .custom-site-header .custom-main-navigation {
        flex-direction: column;
        align-items: flex-start;
    }    
    .custom-site-header .custom-main-navigation .custom-menu-item {
        margin-bottom: 10px;
        margin-right: 0;
    }
    .top-section {
        background-size: cover;
        background-position: center;
        padding: 20px 0;
        width: 100%; 
        margin: 0; 
        min-height: 100px; 
        box-sizing: border-box;
    }
	.planet-section {
        background-size: cover;
        background-position: center;
		background:none;
        padding: 20px 0;
        width: 100%; 
        margin: 0; 
        min-height: 100px; 
        box-sizing: border-box;
    }
	.top-bl-section {
        background-size: cover;
        background-position: center;
        padding: 20px 0;
        width: 100%; 
        margin: 0; 
        min-height: 100px; 
        box-sizing: border-box;
    }
	.video-container-cs{
		padding-right: 0px;
		margin-top:0%;
		width:100%;
	}
	.top-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:none;
		/*background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/07/homeroads.jpg);*/
		background-size: cover;
		background-position: center;
		opacity: 0.1;
		z-index: -1;
	}
	.top-bl-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:none;
		/*background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/07/homeroads.jpg);*/
		background-size: cover;
		background-position: center;
		opacity: 0.1;
		z-index: -1;
	}
	html #menu-trigger.hided {
            transform: initial;
    }
	#menu-trigger {
		width: 32px;
	}
	.wrap-custom-video{
		display:block;
	}
	.video-container{
		width: 100%;
		padding-right: 0;
	}
	    #page {
        padding-top: 0%; !important
    }
	.grey-background .testimonial-section {
		display: block;
		align-items: center;
		padding: 50px 0;
	}
	
	.grey-background .testimonial-content {
        align-items: center;
		width:100%;
		padding-left:0%;
		padding-top:0%; 
	}
	.grey-background .testimonial-image {
		text-align: center;
		width:100%;
		padding-right:0%;
	}	
    html #main-footer-custom .footer-newsletter-custom .widget h4.widget-title {
        text-align: center;
    }
	#main-footer-custom .wrap-custom footer-social-custom {
		margin-left: 2px;
	}
	#main-footer-custom .wrap-custom .footer-navigations-custom footer-social-custom .widget {
		float: right;
		transform: translateY(-6px);
	}
	.swiper-container {
		width: 100%;
		padding: 20px 0;
		display: flex;
		justify-content: center;
		flex-direction:column;
	}

	#main-footer-custom footer-newsletter-custom .widget h4.widget-title {
		margin-left: 2px;
		text-align: center;
	}

	#main-footer-custom .wrap-custom .footer-navigations-custom ul li {
		border-bottom: 0;
	}
	 #main-footer-custom .widget ul {
		 text-align:center;
		 padding-bottom:30px
	 }
	#main-footer-custom .wrap-custom .footer-navigations-custom ul li a {
		display: block;
		padding: 0;
		margin-bottom: 0;
		text-align: left;
	}
	#main-footer-custom .wrap-custom .footer-copyright-custom {
		margin-left: 0;
		display: flex;
		flex-direction: column-reverse;
		order:2;
		padding-top:0px !important
	}		
	html #main-footer-custom .wrap-custom footer-social-custom .widget {
		display: -ms-flexbox;
		display: flex;
		-ms-flex-pack: start;
		justify-content: space-around;
		-ms-flex-align: center;
		align-items: revert;
	}		
	 #main-footer-custom .widget h4.widget-title {
		text-align: left;
	}
	html #main-footer-custom {
		padding: 75px 26px 0 26px;
	}
	#main-footer-custom .widget h4.widget-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
		max-width: 100%;
	}
	#main-footer-custom footer-newsletter-custom .widget h4.widget-title {
		margin-bottom: 15px;
		padding-bottom: 15px;
		border-bottom: 0;
		max-width: initial;
	}
	.footer-newsletter-custom {
		width: 37%;
		padding-left: 40px;
		padding-right: 5%;
	}
	
	 html #main-footer-custom .wrap-custom section.footer-navigations-custom {
		width: 100%;
		padding-right: 0;
	}

	#main-footer-custom .wrap-custom section.footer-newsletter-custom {
		width: 100%;
		padding-left: 0;
	}

	#main-footer-custom .wrap-custom .footer-navigations-custom .widget {
		width: 50%;
	}
	#main-footer-custom .wrap-custom .footer-navigations-custom ul li:first-child {
		border-top: 0;
	}
	html #main-footer-custom .wrap-custom footer-social-custom .social-icons a {
		background: #4b4b4b !important;
	}	
	html #main-footer-custom .wrap-custom footer-social-custom .social-icons a:hover {
		background: #4b4b4b !important;
	}
		 html #main-footer-custom .widget ul li a {
		color: #686868 !important;
	}	
	html #main-footer-custom {
		background: #000000;
	}
	html #main-footer-custom .widget h4.widget-title {
		font-family: "Aileron Thin", sans-serif;
		font-size: 18px;
		color: white;
		border-bottom: 0;
	}		
	html #main-footer-custom footer-newsletter-custom .widget ul li:before {
		display:none!important;
	}
	#main-footer-custom .wrap-custom .footer-navigations-custom {
		border-right: none;
	}
	.golive-hide3onmobile {
        display: block;
    }
	label#LblCahoot_Fulfillment_Partner__c {
		height: 70px !important;
    }
	.grey-gallery-background {
        width: 100vw;
		background-image: #f9f9f9;
    }
	.light-green-gallery {
        height: 900px;
    }
	.footer-left-green,
	.footer-right-green {
		width: 100%; 
		float: none; 
		display: block; 
	}
	.golive-container {
        flex-direction: column;
		max-width: 100%; 
    }
    .news-column {
        flex: 1 1 100%; 
        margin-bottom: 20px;
		max-width: 100%; 
    }
	#schedule-btn.show {
        right: 20px;
    }
	#schedule-btn {
        width: 85px;
        height: 85px;
        border-radius: 85px;
        box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.2);
        background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/meeting-icon.svg);
        background-color: #2a4ab0;
        background-repeat: no-repeat;
        background-position: center center;
        text-indent: -99999em;
        right: 20px;
        top: auto;
        transform: translateY(0);
        bottom: 20px;
        background-size: 35px;
    }	
    .sfp-column {
        max-width: 100%;
    }
	 .ct-column {
        max-width: 100%;
    }
	.or-section{
		 padding: 0px;
	}
	.or-heading{
		border-width: 0px 2px 0px 0px;
		font-family: "Roboto", Sans-serif;
		font-weight: 600;
		border-color: #E49619;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		font-size: 22px;
		width:33.33%;
		line-height: 48px;
		border-style: none;
		padding: 0px;
	}
	.sfp-cs-section {
		position: relative;
		padding: 50px 0;
		width: 100vw;
		margin-right: calc(50% - 50vw);
		background-color: #f9f9f9;
		margin-left:7%;
		margin-top:-15%;
		background:none;
		margin-right:20%;
	}
	.ct-cs-section {
		position: relative;
		padding: 50px 0;
		width: 100vw;
		margin-right: calc(50% - 50vw);
		background-color: #f9f9f9;
		margin-left:0%;
		background:none;		
	}
	.cust-say-column {
        max-width: 100%;
    }
	.directi-column {
        max-width: 100%;
    }
	.golive-column {
        max-width: 100%;
        padding: 20px;
    }    
    .golive-hide3onmobile {
        display: block;
    }
    .star-column {
        flex: 1 1 100%;
        margin: 10px 0;
    }
	    .star-section {
       height: auto;
        padding: 10px;
    }
	 .star-section-f {
       height: auto;
        padding: 10px;
		 transform:translatey(0px);
    }
	.star-cl-section {
       height: auto;
        padding: 10px;
		display:contents;
    }
	.black-background{
		padding-top:0%;
		padding-bottom:0%;
		padding-left:5%;
		padding-right:5%;
	}
	.star-flt-section {
       height: auto;
        padding: 10px;		
    }
	.event-main{
		display: block;
	}
	.event-main #event-main-content{
		display: flex;
		flex-direction: column;
		width: 100%;
	}
	#event-main-content {
		display: block;
	}
	#event-sidebar {
		display: block;
		width: 100%; 
		margin-top: 20px; 
	}
	.event-main #event-sidebar
	{
		width:100%;
	}
	.event-main #event-main-content .event-item .event-content .event-description
	{
		max-width: 100%;
		width: 100%;
	}
	.event-main #event-main-content .event-item .event-content {
		display: flex;
		flex-direction: column;
		align-items: center;
		padding-left: 5%;
		padding-right: 5%;
	}

	.event-main #event-main-content .event-item .event-content .event-image-wrapper {
		width: 100%;
		text-align: center;
		order:1;
	}
	.event-main #event-main-content .event-item .event-content .event-image-wrapper img {
		width: 100%;
		height: auto;
	}

	.event-main #event-main-content .event-item .event-content .event-description {
		margin-top: 20px;
		text-align: center;
		width: 100%;
		order:2;
	}
/* 	.event-main #event-main-content .event-item .event-content {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-direction: column;
        flex-direction: column;
    }
	.event-main #event-main-content .event-item .event-meta .event-date{
		left:-10px;
	}
    .event-main #event-main-content .event-item .event-content .event-description {
        -ms-flex-order: 2;
        order: 2;
        width: 100%;
        padding: 0;
    }
    .event-main #event-main-content .event-item .event-content .event-image-wrapper {
        width: 100%;
        height: 400px;
    }
    .event-main #event-main-content {
        width: 100%;
        padding: 0 40px;
    }
    .event-main #event-main-c  .ontent .event-content {
        padding: 40px 0;
    }
    .event-main #event-sidebar {
        width: calc(100% - 60px);
        margin: 0 auto 50px auto;
    }	
    .event-main #event-main-content .event-item .event-meta {
        padding-left: 90px;
    } 
    .event-main #event-main-content .event-item .event-meta .event-date {
        left: -20px;
    } */
	.event-main .numeric-pagination .page-numbers {
        width: 35px;
        height: 35px;
        line-height: 2.1;
    }	
    .home-top-section {
        height: auto;
        background-size: contain;
		background-image:none;		
    }			
	.news-column{    
		max-width: 100%;
	}
	.partner-column{    
		max-width: 100%;
	}
	.integration-wrapper{
		display:block;    
	}
	.heading-peer{
		color:#000;
		text-align: center;
	}
	.peer-button{
		margin: 0px 0px 40px 0px;
		background-color: #FDB913;
	}	
     .order-top-section {
        height: auto;
        background-size: contain;
		background-image:none;
		padding-right: 0%;
	}
	.star-new-section-3pl{
		margin-top: 70%;
        padding-left: 30%;
	}
	.pl-top-section {
		height: auto;
		background-size: cover;
		background-image:none;
		padding-right: 0%;
		padding-top: 0%;				 
		margin-top: 6%;
	}
	.cl-top-section {
		height: auto;
		background-size: contain;
		background-image:none;
		padding-right: 0%;
		padding-top: 0%;				 
		margin-top: 6%;
	}
	.hl-top-section {
		height: auto;
		background-size: contain;
		background-image:none;
		padding-right: 0%;
		padding-top: 0%;				 
		margin-top: 6%;
	}		
	.price-top-section {
        height: auto;
        background-size: contain;
		background-image:none;
	}		
	.price-top-section::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background:none;
		background-size: cover;
		background-repeat: no-repeat;
		background-position: top right;        
		z-index:-1;
	}	
	.peer-top-section {
        height: auto;
        background-size: contain;
		background-image:none;
	}
	.sw-top-section {
        height: auto;
        background-size: contain;
		background-image:none;
	}		
	.ct-top-section {
        height: auto;
        background-size: contain;
		background-image:none;
	}
	.star-new-section-3pl{
		margin-top: 70%;
        padding-left: 30%;
	}
	.widget-wrap-container{
		margin-left: 0%;
		margin-right: 0%;
		margin-top: 10%;
	}
	.heading-container{
		flex-direction:column;
		padding-left:0%;
	}
	.golive-container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		display: block;
		gap: 20px;
	}
	.sfp-container-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		display: block;
	}
	.sfp-icon-a{
	    border-radius: 5px;
		box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
		background-color: #fff;
	    max-height: 350px;
		font-size:80%; !important
	}
	.sfp-icon{
	    border-radius: 5px;
		box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
		background-color: #fff;
	    max-height: 400px;
		font-size:80%; !important
	}		
	.sfp-icon-ct{
	    border-radius: 5px;
		box-shadow: 0 15px 34px 0 rgba(0, 0, 0, 0.08);
		background-color: #fff;
	    max-height: 350px;
		font-size:80%; !important
	}
	    .cust-say-column {
        max-width: 100%;
        margin-right: 0;
        padding-bottom: 20%;
    }
	.cust-say-container-inner {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		display: block;
	}

    .heading-home {
        font-size: 36px;
        padding-left: 10%;
        padding-right: 10%;
    }

    .heading-home2 {
        font-size: 30px;
    }
	.heading-home-2 {
        font-size: 30px;
    }
    .home-new-heading-1,
    .home-new-heading-2 {
        font-size: 30px;
    }

    .home-new-text-content {
        text-align: left;
    }

    .sfp-column {
        max-width: 100%;
    }

    .cust-say-column {
        max-width: 100%;
        margin-right: 0;
    }
	.directi-container {
		max-width: 1200px;
		margin: 0 auto;
		padding: 0 20px;
		display:block;

		gap: 20px;
	}
    .directi-column {
        max-width: 100%;
    }

    .golive-column {
        max-width: 100%;
    }

    .blog-item {
        flex-direction: column;
        align-items: center;
    }
    .blog-image-container {
        margin-right: 0;
        margin-bottom: 10px;
        flex: 0 0 auto;
    }
    .blog-content {
        text-align: center;
    }
    .star-column {
        margin: 10px 0;
		flex:1;
    }
    .review-widget-container {
        padding: 10px;
    }
    .review-widget-image {
        max-width: 150px;
    }
    .req-video-container {
        padding: 10px;
    }
    .req-video-title,
    .req-video-description {
        font-size: 14px;
    }
    .req-video-label {
        font-size: 14px;
    }
	.cahoot-works-left{
		padding-left:0%; !important
		padding-top:0%;
		padding-bottom:0%;
	}
	.wp-container-core-columns-is-layout-4.wp-container-core-columns-is-layout-4 {
		gap: 0em; !important
	}
	.cahoot-works-right{
		padding-right:0%;
		padding-top:0%; !important
		margin-top:0%; !important
	}
	.star-container {
		display: flex;
		
	}			
	.blog-label {
		border-left: 4px solid orange;
		padding-left: 15px;
		margin: 0 0 10px;
		color: orange;
		font-weight: bold;
		text-align: left;
	}
	.new-video-gallery{
		padding-right: 10%;
		flex-direction:column;
		padding-top: 3%;
		padding-left: 10%;
	}
	.pgb-title{
		padding-left:20%;
	}
	.back-shiplabel {
		position: relative;
		padding: 50px 0;
		background: none;
		 font-family: "Aileron Thin", sans-serif;
		color: #fff; 
		margin-top:2%;
	}
	.back-shiplabel::before {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background: none;;
		z-index: -1;
	}
	.items-container{
		flex-direction:column;
	}
	.image-section{
		flex-direction:column;
	}
	.star-ncontainer {
		display: flex;
		width: 100%;
		align-items: center;
		flex-direction:column;
		padding: 0px 25px;
		flex-direction:column;
	}
	.star-container {
		display: flex;
		width: 100%;
		align-items: center;
		flex-direction:column;
		padding: 0px 25px;
		flex-direction:column;
	}
	.star-container {		
		padding: 25px;
		flex-direction:column;
	}
	.heading-home {padding:0px;}
	.sfp-container-inner, .cust-say-container-inner, .directi-container, .golive-container, .image-section, .testimonial-section {
        flex-direction: column;
		padding: 0px;
    }
	.sfp-column, .cust-say-column, .directi-column, .golive-column {max-width:100%;}
	.sfp-icon {max-height: 400px;}
	.cust-say-column {margin-top:50px;}
	.cahoot-works-left {padding-left:0px;}
	.cahoot-works-right {padding-top: 0px;margin-top: -39px;}
	.golive-column {margin:20px;}
	#main-footer-custom .wrap-custom .footer-navigations-custom .widget {
        width: 50%;
    }
	#main-footer-custom .wrap-custom section.footer-newsletter-custom {
        width: 100%;
        padding-left: 0;
    }
	html #main-footer-custom .wrap-custom section.footer-navigations-custom {
        width: 100%;
        padding-right: 0;
    }
	html #main-footer-custom .footer-newsletter-custom .widget h4.widget-title {
        text-align: center;
    }
	#main-footer-custom .footer-newsletter-custom .widget ul {
        text-align: center;
        padding-bottom: 30px;
    }
	.order-top-section {
        height: auto;
        background-size: contain;
        background-image: none;
        padding-right: 0%;
    }
	.star-section-f {
        height: auto;
        padding: 10px;
        transform: translatey(0px);
    }
	.order-top-section {
        height: auto;
        background-size: contain;
        background-image: none;
        padding-right: 0%;
    }
	.star-section-f {
        height: auto;
        padding: 10px;
        transform: translatey(0px);
    }
	.star-flt-section {
        height: auto;
        padding: 10px;
        margin-bottom: 35%;
    }
	.multi-carrier-testimonial {flex-direction:column;text-align:center;}
	.shipbob-container {
        flex-direction: column;
        align-items: center;
    }
	.light-green-gallery
	{
		height: 900px !important;
	}
	.or-section {
		padding-left: 3%;
		padding-right: 3%;
	}

	.or-heading {
		display: block;
		font-size: 16px;
		margin-bottom: 15px;
		text-align: center;
	}

	.or-heading img {
		display: inline-block;
		margin-right: 0;
	}
	.pl-top-section{
		height: 600px !important;
		background-color:black;
	}
	.contact-form-wrapper {
		margin-top: 300px;
	}
	.fulfillment-image-background{padding-left: 15px;padding-right: 15px;}
	.solution-column {
		flex: 1 1 100%;
	  }
	.column-layout3 {
		flex: 1 1 100%;
	  }
	.column-layout2 {
		flex: 1 1 100%;
	}
	.column-layout4 {
		flex: 1 1 100%;
	}
	.testimonial-iconimage {
		display: block;
	}
	.products .full-blue-section-inner
	{
		padding-top: 20px;
	}

	.products .full-blue-section-inner .row-column-inner
	{
		padding: 20px;
	}


	.homepage .full-green-section-inner
	{
		padding-top: 20px;
	}

	.homepage .full-green-section-inner .row-column-inner
	{
		padding: 20px;
	}
	.products .full-blue-section
	{
		padding: 20px;
	}

	.homepage .full-green-section
	{
		padding: 20px;
	}
}

/*Medium devices (tablets, less than 992px)*/
@media (min-width: 768px) and (max-width: 991.98px) 
{	
	.fulfillment-green-gallery
	{
		padding: 5%;
		text-align: center;
	}
	.steps-turbo
	{
		display: flex;
	}
	.fulfillment-top-section,.fulfillment-top-right-section
	{
		display: inline-flex;
		width: 100%;
	}
	.top-section {
		display: flex;
		flex-direction: column;
	}

	.fulfillment-top-section,
	.fulfillment-top-right-section {
		width: 100%;
		padding: 0;
		height: 400px;
		background-color:white;
	}
	.fulfillment-top-right-section .form-last .form-container {
		text-align:center;
		margin: 25%;
	}
	.pl-top-section{
		padding-left: 0% !important;
	}
	.fulfillment-beige-background
	{
		text-align:center;
		padding: 0% !important;
	}
	.amazon-star-container {
		flex-direction: column;
		align-items: center;
	}

	.fulfillment-container {
		width: 100%;
		margin-bottom: 20px; 
	}
	.fulfillment-container:last-child {
		margin-bottom: 0;
	}
	.peer-top-section{
		background-size: cover;
		background-position: top center;
		height: fit-content;
	}
	.grey-gallery-background
	{
		height: 2200px !important;
	}
	.grey-background
	{
		padding: 0% !important;
		text-align:center;
	}
	.golive-container .partner-column
	{
		max-width: 100%;
	}
	.golive-container .news-column{
		width: 100%;
		max-width: 100%;
	}
	.shipbob-container {
		flex-direction: column;
	} 
	.mobile-navigation {
		display: inline-block;
	}
	.custom-site-header .custom-column-navigation {
		display: none;
	}	
	#main-footer-custom .wrap-custom .footer-navigations-custom {
		-ms-flex-pack: left;
		justify-content: left;
	}

	#main-footer-custom .wrap-custom footer-social-custom {
		margin-left: 0;
	}

	#main-footer-custom .wrap-custom footer-newsletter-custom section#recent-posts-3 {
		width: 100%;
	}

	#main-footer-custom footer-newsletter-custom .widget h4.widget-title {
		margin-left: 0;
	}

	#main-footer-custom .wrap-custom footer-newsletter-custom section#recent-posts-3 ul {
		margin-left: 20px;
	}

	#main-footer-custom .wrap-custom .footer-social-custom {
		font-family: "Roboto", sans-serif;
		font-size: 16px;
	}

	#main-footer-custom .wrap-custom .footer-navigations-custom .footer-social-custom .widget {
		float: left;
	}
	section.footer-social-custom div {
		float: left;
	}
	.footer-navigations-custom {
		padding-left: 5%;
	}
	.footer-newsletter-custom {
		padding-right: 5%;
	}
	.ct-top-section {
       margin-bottom: 10%;
		height: auto;
		padding-bottom: 5%;
	}
	.sfp-container {
		max-width: 1200px;
		margin: 0 0;  
	}
	label#LblCahoot_Fulfillment_Partner__c {
		height: 54px !important;	
	}
	
	.pl-top-section {
		background-size: cover;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		height: auto;
		padding-right:50%;

	}
	.cl-top-section {
		background-size: cover;
		height: auto;
	}
	.hl-top-section {
		background-size: cover;
		height: auto;
	}
	.sfp-icon-a{
		max-height: 750px !important;
		height: 100vh;
		padding: 10px 20px 30px 20px;
		max-height: 800px;
	}	
	.star-cl-section{
		margin-left:50% !important;
		transform:translateY(100px) !important;
	}	
	.peer-top-section {
		background-color: #F8F8F8;
		background-position: top center;
		background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/Picture1-scaled.webp);
		height: auto;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding-top: 10%;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
	}
	.star-section-f {
		height: auto;
		padding: 10px;
		transform:translatey(0px);
    }
	.star-column{
		margin:0px;
	}
	.order-top-section {
		background-color: #F8F8F8;
		background-position: top center;
		background-image: url(https://media.cahoot.ai/wp-content/uploads/2024/08/bitmap.webp);
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		padding-top: 10%;
		background-color: #fff;
		background-repeat: no-repeat;
		background-size: cover;
		transition: background 0.3s, border 0.3s, border-radius 0.3s, box-shadow 0.3s;
		width: 100vw;
		margin-left: calc(50% - 50vw);		
		padding-right: 50%;
		text-align: center;
		height:auto;
	}
	.peer-button {
		margin: 0px 0px 0px 0px;
		background-color: #FDB913;
	}
	.event-main #event-main-content .event-item .event-content .event-description {
		padding: 0 40px 0 0;
		width: calc(100% - 150px);
	}
	.event-main #event-main-content .event-item .event-content .event-image-wrapper {
		width: 150px;
		height: 150px;
		overflow: hidden;
		margin-bottom: 30px;
		position: relative;
	}
	.sfp-icon-ct{
		overflow:scroll !important;
	}	
	.pl-top-section{
		padding-right:0%;
		height:auto;
	}
	.sfp-icon-a{
		max-height:530px !important;
	}
	.sfp-icon{
		max-height:500px !important;                
	}  
	div.top-desktop-menu {
		display: contents;
	}
	.ct-top-section {
		margin-bottom: 10%;
		height: auto;
		padding-bottom: 5%;
	}
	.sfp-container {
		max-width: 1200px;
		margin: 0 0;  
	}
	.peer-top-section {
		height: auto;
		background-size: contain;
	}
	.ct-cs-section {
		  position: relative;
		padding: 50px 0;
		width: 100%;
		margin-right: calc(50% - 50vw);
		background-color: #f9f9f9;		
		background:none;		
	}
	.custom-image-size {
      width: 50%; 
      max-width: 50%; 
    }
	
    .custom-image-size {
      width: 50%; 
      max-width: 50%; 
    }

	.pl-para{
		font-family: 'Roboto', sans-serif;
		font-size: 16px;
		color:#000;
		margin-bottom:0%;
		padding-left:0%;
		text-align:left;
		font-size:14px;	
	}	  
	.beige-background{
			position: relative;
		padding: 50px 0;
		width: 100vw;
		margin-left: calc(50% - 50vw);
		margin-right: calc(50% - 50vw);
		background-color:#f6f6f6;
	}
	.amazon-grey-form-style{
		flex:1;
		background-color: #E3E3E3;
		border-radius:5px;
		padding: 10px 0px;
		border: 1px solid black;
	}
	.speakers-image-size {
		width:849px !important;height:auto;
	}
	.post-image {
      width: 40%; 
      max-width: 50%; 
    }
	.cahoot_events .post-content .entry-header h1 {
        font-size: 24px;
        line-height: 36px;
        padding: 30px 0 0 0;
        margin: 0; 
    }
    .cahoot_events .post-content .entry-header {
        flex-direction: column; 
        padding-left: 5%; 
        padding-right: 5%;
    }
    .cahoot_events .post-content .entry-content {
        float: none;
        width: 100%; 
        clear: both;
    }
    .cahoot_events .post-content .featured-image {
        float: none; 
        width: 100%; 
        text-align: center; 
    }
    .cahoot_events .post-content .featured-image img {
        width: 100%; 
        height: auto;
    }
	.calis-image {text-align: center;padding: 0px 20px;}
	.turbo-container, .or-section{
		text-align:center;
		flex-direction: column;
		margin:0px !important;
		padding: 0px !important;
	}
	.fulfillment-top-section{
		padding-left:1%;
	}
	.fulfillment-top-right-section{
		text-align:center;
	}
	.steps-turbo {
		margin-bottom: 20px; 
		width:200px;
	}
	.cta-button {
		margin-top: 20px; 
	}
	.order-top-section {
        height: auto;
        background-size: contain;
        background-image: none;
        padding-right: 0%;
    }
	.star-section-f {
        height: auto;
        padding: 10px;
        transform: translatey(0px);
    }
	.multi-carrier-testimonial {flex-direction:column;text-align:center;}
	.column-layout3 {
		flex: 1 1 100%;
	  }
	.column-layout2 {
		flex: 1 1 calc(50% - 20px);
	}
	.column-layout4 {
		flex: 1 1 calc(50% - 20px);
	}
	.testimonial-iconimage {
		display: block;
	}
	.products .full-blue-section-inner
	{
		padding-top: 20px;
	}

	.products .full-blue-section-inner .row-column-inner
	{
		padding: 20px;
	}


	.homepage .full-green-section-inner
	{
		padding-top: 20px;
	}

	.homepage .full-green-section-inner .row-column-inner
	{
		padding: 20px;
	}
	.products .full-blue-section
	{
		padding: 20px;
	}

	.homepage .full-green-section
	{
		padding: 20px;
	}
}

/*Large devices (desktops, less than 1200px)*/
@media (min-width: 992px) and (max-width: 1199.98px) 
{
	.custom-site-identity-clear-custom
	{
		margin:auto;
	}
	.star-new-section-ct {
		margin-top: 0%;
	}	    
	.video-container-cs{
		padding-right: 0px;
	}
	.ct-container-cs{
        margin-top: 0%;
		padding-right: 0px;
		width:100%;
	}
	.mobile-navigation {
		display: none;
	}
	.custom-site-header .custom-column-navigation {
		display: flex;
		align-items: center; 
		gap: 20px; 
		justify-content: flex-end;
		color: #ffffff !important;
		height:80px;
	}
	.mobile-navigation {
		display: none;
	}	
	.mobile-navigation .header-column a {
		padding:0;
		margin-left:0;
		text-transform:uppercase;
	}
	.mobile-navigation .header-column .custom-small-logo {
		display: inline-block; 
		width:140px;
		height:50px;
    }
	.button-toggle:hover, .button-toggle:active, .button-toggle:focus {
		font-size:20px;
	}    
    .drawer-wrap {
        display: block;
    }
    .custom-small-logo {
        display: inline-block; 
    }
    .icon-menu {
        display: block;
    }
    .icon-close {
        display: none;
    }
    .drawer-wrap.active .icon-close {
        display: block;
    }
	.drawer-wrap .header-column {
		width: 100%;
		font-size: 15px;
		margin-bottom: 10px;
		color: #ffffff !important;
		text-align: center;
		text-transform:uppercase;
	}
	.drawer-wrap .header-column a {
		font-size:12px;
		margin-left: 0;
	}
	.gbi{
		float:right;
		font-size:40px;
	}
	#main-footer-custom .wrap-custom footer-social-custom {
		margin-left: calc(10% - 31px);
	}
	#main-footer-custom .wrap-custom .footer-navigations-custom .widget {
		width: 40%;
	}	
	.sfp-icon-ct{
		overflow:scroll;
	}
	.sfp-icon{
		max-height:500px;                
	} 
	.header-column a {margin-left:20px;}
	.star-section-f {
        height: auto;
        padding: 10px;
        transform: translatey(0px);
    }
	.translate25 {transform: translatey(25px);}
	.paddingright50per {padding-right:50% !important;}
	.order-top-fulfillment {padding-top:2% !important;}
	.contact-form-wrapper {
		
	}
	.fulfillment-image-background{padding-left: 15px;padding-right: 15px;}
	.column-layout3 {
		flex: 1 1 100%;
	  }
	.column-layout2 {
		flex: 1 1 calc(50% - 20px);
	}
	.column-layout4 {
		flex: 1 1 calc(50% - 20px);
	}
	.testimonial-iconimage {
		display: block;
	}
	.products .full-blue-section-inner
	{
		padding-top: 20px;
	}

	.products .full-blue-section-inner .row-column-inner
	{
		padding: 20px;
	}


	.homepage .full-green-section-inner
	{
		padding-top: 20px;
	}

	.homepage .full-green-section-inner .row-column-inner
	{
		padding: 20px;
	}
	.products .full-blue-section
	{
		padding: 20px;
	}

	.homepage .full-green-section
	{
		padding: 20px;
	}
}

/*X-Large devices (large desktops, less than 1400px)*/
@media (min-width: 1200px) 
{
	div.top-desktop-menu {
		min-width: 825px;
	}

	.header-column-logo 
	{
		min-width: 300px;
	}
	.custom-site-identity-clear-custom
	{
		margin:auto;
	}
	.mobile-navigation {
		display: none;
	}
	.custom-site-header .custom-column-navigation {
		display: flex;
		align-items: center; 
		gap: 20px; 
		justify-content: flex-end;
		color: #ffffff !important;
		height:80px;
	}
	.header-column a {margin-left:20px;}	
	.paddingright50per {padding-right:50% !important;}
	.contact-form-wrapper {
		margin-top: -10%;
	}
}
/*Custom Blog Post page Styles*/
section.post-header-section {
    background-color: #f8f8fc;
    display: flex;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 3%;
    padding-top: 40px;
    padding-left: 30%;
    padding-right: 30%;
}
section.post-header-section .entry-header {
	width:50%;
}
section.post-header-section .featured-image {
	width:50%;
}
.sub-head-scroll-margin {scroll-margin-top: 85px;}
#tableofcontents {
	position: -webkit-sticky; /* For Safari */
    position: sticky;
    top: 20px; /* Adjust as needed */
    z-index: 99;
    background: #fff; /* Optional: to prevent content overlap */
    padding: 10px;
    border-right: 0.5px solid grey;
	transition: opacity 0.3s ease, visibility 0.3s ease; /* Smooth transition */
 }
.right-content{
  display: inline-block;
  width: 69%;
  padding-left:20px;
}
.toc-section
{  
    background-color: #f8f8fc;
    display: flex;
    margin-top: -8% !important;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 3%;
    padding-top: 3%;
    padding-left: 30%;
    padding-right: 30%;}

.tableofcontentswrapper {
  position: relative;
  display: inline-block;
  width: 30%;
  vertical-align: top;
}
.tableofcontentsdata {
    position:sticky;
    margin-bottom: 20px;
    top: 50px;    
    z-index: 99;
    border-right: 0.5px solid grey;
}
.tableofcontentsdata a.active {
    font-weight: bold;
}
.entry-title {font-size:2.5em !important;font-weight:700 !important;font-family:'Aileron Bold' !important;}
@media (max-width: 1024px) 
{
	.toc-section, section.post-header-section 
	{
	 padding-left: 15px;
	 padding-right: 15px;
	}
}
@media (max-width: 768px) 
{
 .right-content {
    display: block;
    width: 100%;
    padding-left:0px;
  }
 .tableofcontentswrapper {
    position: relative;
    display: block;
    width: 100%;
    vertical-align: top;
  }
  #tableofcontents {border-right:none;}
  section.post-header-section {
    background-color: #f8f8fc;
	display:block;
    gap: 10px;
    width: 100vw;
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    margin-bottom: 3%;
    padding-top: 20px;
	padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
  }
	section.post-header-section .entry-header {
		width:100%;
	}
	section.post-header-section .featured-image {
		width:100%;
	}
}
/*Custom Blog Post Page Styles*/

/*New Home Page Styles*/
.hero-section {
  background-color: #ffffff;
  padding: 0px 20px;
  padding-top: 20px
}

.hero-wrapper {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 120px;
  max-width: 1200px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.hero-left {
  flex: 1 1 500px;
}

.hero-left h1 {
  font-size: 2.5rem;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.2;
}

.hero-left p {
  font-size: 1rem;
  color: #333;
  margin-bottom: 30px;
  line-height: 1.6;
}

.hero-cta {
  background-color: #03a911;
  color: white;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 4px;
  font-weight: 600;
  display: inline-block;
}

.hero-right {
  flex: 1 1 400px;
  text-align: right;
}

.hero-right img {
  max-width: 100%;
  height: auto;
  display: block;
}

/* Mobile Responsive */
@media (max-width: 768px) {
  .hero-wrapper {
    text-align: center;
	gap: 20px
  }

  .hero-right {
    text-align: center;
  }

  .hero-left {
    text-align: center;
	padding: 35px 0px;
  }

  .hero-cta {
    margin-top: 20px;
  }
}
.pain-point-section {
  padding: 0 20px;
  background: linear-gradient(to bottom, #ffffff, #E6E6E6); /* white to gray */
  clear: both;
  position: relative;
  z-index: 1;
}

.pain-point-container {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 40px;
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 20px;
  padding-top: 85px;

}

.pain-point-text {
  flex: 1;
  max-width: 600px;
}

.pain-point-image {
  flex-shrink: 0;
}

.pain-point-image img {
  width: 300px;
  height: auto;
  display: block;
}

@media (max-width: 768px) {
  .pain-point-container {
    flex-direction: column;
    text-align: center;
  }
}

.modules-section {
  max-width: 960px;
  margin: 0 auto;
  padding: 0px 20px;
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.module {
  display: flex;
  align-items: center;
  margin: 0 auto;
  margin-bottom: 40px;
  gap: 80px;
}

.module.reverse {
  flex-direction: row-reverse;
}

.module-image img {
  width: 400px;
  height: auto;
  display: block;
}

.module-text {
  flex: 1;
}

.module-heading {
  margin-bottom: 0.5em;
}

.module-benefit {
  display: block;
  font-size: 1.4rem;
  color: #898989;
  font-weight: 700;
  margin-bottom: 0.1em;
}

.module-text h3 {
  font-size: 1.4rem;
  color: #111111;
  font-weight: 700;
  margin: 0;
}
.module-text p {
  font-size: 1.05rem;
  color: #333;
}

.module-header {
  text-align: center;
  justify-content: center;
  margin: 0 auto;
  max-width: 720px;
  margin-top: 40px;
}

.module-header h2 {
  font-size: 2rem;
  font-weight: 700;
}

.module-subtitle {
  font-size: 1.05rem;
  color: #444;
  margin-top: 10px;
  line-height: 1.6;
}

.module-text p {
  font-size: 1rem;
  color: #333;
  line-height: 1.6;
}

.module-cta {
  display: inline-block;
  background-color: #000;
  color: #fff;
  font-weight: 600;
  padding: 8px 16px;
  margin-top: 12px;
  text-decoration: none;
  border-radius: 2px;
}

.module-cta:hover {
  background-color: #E6E6E6;
}
/* Responsive behavior */
@media (max-width: 768px) {
  .module,
  .module.reverse {
    flex-direction: column;
    text-align: center;
  }

  .module-image {
    margin-bottom: 20px;
  }
  .module-header {
    text-align: center;
    justify-content: center;
    margin: 0 auto;
    max-width: 90%;
    margin-top: 40px;
  }
  .wp-block-image {
    margin: 0 0 1em;
    max-width: 90%;
    margin: 0 auto;
}
}
.value-props-section {
  padding: 80px 20px;
  background-color: #E6E6E6;
  text-align: center;
  max-width: 1200px;
  margin: 0 auto;
}

.value-props-section h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 40px;
}

.value-prop-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
  max-width: 960px;
  margin: 0 auto;
  margin-top: 60px;
}

.value-prop {
  flex: 1 1 250px;
  max-width: 280px;
  align-items: center;
}

.value-prop img {
  width: 100px;
  height: auto;
  margin-bottom: 0px;
}

.value-prop h3 {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 10px;
}

.value-prop p {
  font-size: 0.95rem;
  line-height: 1.4;
  color: #444;
}
.trustmark-section {
  background-color: #fff;
  padding: 40px 20px;
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.05);
}

.trustmark-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 40px;
  max-width: 1200px;
  margin: 0 auto;
}

.trustmark-column {
  text-align: center;
}

.trustmark-column img {
  max-height: 100px;
  max-width: 200px;
  margin-bottom: 0px;
}

.trustmark-stars {
  font-size: 1.2rem;
  color: #f5a623; /* Star yellow */
}

.reviews-section {
  padding: 80px 20px;
  background-color: #fff;
}

.review-logos {
  display: flex;
  justify-content: center;
  gap: 40px;
  flex-wrap: wrap;
  margin-bottom: 40px;
  margin-top: 40px;
}

.review-logos img {
  max-width: 100px;
  height: auto;
  object-fit: contain;
}

.testimonial-box {
  display: flex;
  align-items: center;
  gap: 40px;
  background-color: #fff4e1;
  padding: 40px;
  border-radius: 8px;
  max-width: 1100px;
  margin: 0 auto;
  flex-wrap: wrap;
}

.testimonial-image img {
  width: 300px;
  height: auto;
  border-radius: 4px;
}

.testimonial-text {
  flex: 1;
  min-width: 280px;
}

.testimonial-text h3 {
  font-size: 1.2rem;
  font-weight: 700;
  margin-bottom: 10px;
}

.testimonial-text p {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
}

.testimonial-text em {
  display: block;
  margin-top: 20px;
  font-style: italic;
  color: #555;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .testimonial-box {
    flex-direction: column;
    text-align: center;
	gap: 0px;
  }

  .testimonial-image img {
    margin-bottom: 20px;
  }
  .testimonial-text {
  flex: 1;
  min-width: 0px;
  }
}
.cta-section {
  background-color: #f9f9f9;
  padding: 0px 60px;
}

.cta-container {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
  gap: 60px;
  flex-wrap: wrap;
}

.cta-content {
  flex: 1 1 500px;
}

.cta-content h2 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: 16px;
}

.cta-content p {
  font-size: 1rem;
  color: #444;
  margin-bottom: 24px;
  line-height: 1.6;
}

.cta-form {
  display: flex;
  flex-wrap: wrap;
  max-width: 600px;
}

.cta-form input[type="email"] {
  flex: 1 1 auto;
  padding: 12px;
  font-size: 1rem;
  border: 1px solid #03a911;
  border-right: none;
  border-radius: 4px 0 0 4px;
  outline: none;
  min-width: 200px;
}

.cta-form button {
  background-color: #03a911;
  color: white;
  font-weight: 600;
  padding: 12px 24px;
  border: none;
  border-radius: 0 4px 4px 0;
  cursor: pointer;
}

.cta-image {
  flex: 1 1 400px;
  text-align: center;
}

.cta-image img {
  width: 100%;
  max-width: 400px;
  height: auto;
}

/* Responsive layout */
@media (max-width: 768px) {
  .cta-container {
    flex-direction: column;
    text-align: center;
  }
  .cta-content,
  .cta-image {
    flex: none;
    width: 100%; /* optional, but often needed */
  }

  .cta-form {
    flex-direction: column;
  }

  .cta-form input,
  .cta-form button {
    border-radius: 4px;
    border: 1px solid #03a911;
    margin-bottom: 12px;
    width: 100%;
  }

  .cta-form button {
    border-left: none;
  }
  #schedule-btn.show {
    right: -120px;
  }
  #schedule-btn {
    position: fixed;
    top: 50%;
    background-color: #2a4ab0;
    height: 40px;
    width: 300px;
    color: #fff;
    transform: translateY(-50%) rotate(-90deg);
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    transform-origin: center top;
    border-radius: 5px 5px;
    padding-top: 5px;
    z-index: 2000;
  }
	.bottom-content {
    max-width: 90%;
    margin-bottom: 20px;
  }
}