/*!
Theme Name: Cash2Go
Theme URI: http://underscores.me/
Author: Connections Marketing
Author URI: https://connectionsmarketing.com/
Description: Cash2Go Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: cash
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

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

Cash2Go is based on Underscores https://underscores.me/, (C) 2012-2020 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal https://necolas.github.io/normalize.css/
*/

:root {
  --standard-side-space: 8.5%;
}

@media (max-width:1225px){
	 :root {
	  --standard-side-space: 2%;
	}
}

@media (max-width:767px){
	 :root {
	  --standard-side-space: 15px;
	}
}

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 2em;
	margin: 0.67em 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 1.5em;
}

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

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

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

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

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

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

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

dt {
	font-weight: 700;
}

dd {
	margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

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

figure {
	margin: 1em 0;
}

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

/* Links
--------------------------------------------- */
a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

.main-navigation ul {
	display: none;
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

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

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}
.main-navigation .sub-menu{
	background: #fff;
	display: block;
}
.main-navigation .sub-menu > li{
	display: block;
	/*border-bottom: 1px solid #61B3E4;*/
	padding:10px;
}
.main-navigation .sub-menu > li:last-child{
	border-bottom-width: 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 1.5em;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

.post,
.page {
	margin: 0 0 1.5em;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

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

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.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;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

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

/* Custom - Common
--------------------------------------------- */
html,body{
	min-width:375px;
}
.wpb-content-wrapper > .vc_row > .vc_column_container>.vc_column-inner {
    padding-left: var(--standard-side-space);
    padding-right: var(--standard-side-space);
}
.btn,
a.btn,
input[type=submit].btn,
input[type=submit].gform_button,
.c2g-post-grid a.vc_btn3,
.c2g-post-grid a.vc_btn3.vc_btn3-color-juicy-pink,
.c2g-post-grid a.vc_btn3:hover,
.c2g-post-grid a.vc_btn3.vc_btn3-color-juicy-pink:hover{
	padding: 20px 35px;
	background: #4CAE2E;
	border-radius: 50px;
	display:inline-block;
	text-decoration:none;
	color: #FFF;
	outline:0;
	border-width:0;
	
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	
	text-transform:uppercase;
}
.btn.white,
a.btn.white{
	padding: 18px;
	background: #FFF;
	border: 2px solid #48A52C;
	color: #010101;
	
	font-weight: 500;
	font-size: 16px;
}
a.btn-blue,
a.btn.btn-blue
{
	background: #0E427B;
}
a.commercial-btn { 
    background: #4CAE2E; /* rgb is 76, 174, 46      old site green rgb(50, 91, 42) #325B2A */
    background: -moz-linear-gradient(left, rgba(76, 174, 46, 1) 0%, rgba(88, 147, 68, 1) 60%, rgba(88, 147, 68, 1) 100%);
    background: -webkit-linear-gradient(left, rgba(76, 174, 46, 1) 0%, rgba(88, 147, 68, 1) 60%, rgba(88, 147, 68, 1) 100%);
    background: linear-gradient(to right, rgba(76, 174, 46, 1) 0%, rgba(88, 147, 68, 1) 60%, rgba(88, 147, 68, 1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4CAE2E',endColorstr='#589344',GradientType=1);
}
.col-grow{
	flex-grow:1;
}
.color-white{
	color: #FFFFFF;
}
.color-black-100{
	color: #010101;
}
.color-black-80{
	color: #343434;
}
.color-black-75{
	color: #404040;
}
.color-black-60{
	color: #676767;
}
.color-black-40{
	color: #999999;
}
.color-black-20{
	color: #CCCCCC;
}
.color-black-12{
	color: #E0E0E0;
}
.color-green{
	color: #48A52C;
}
.color-green-lt,
a.color-green-lt{
	color: #8ACF72;
}
.color-blue{
	color: #0E427B;
}
.bg-gary{
	background-color:#F0F3F5;
}
.bg-blue{
	background: #0E427B;
}
body{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
h1{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	font-size: 48px;
	line-height: 120%;
}
h2{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	font-size: 38px;
	line-height: 130%;
}

h3{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	font-size: 26px;
	line-height: 130%;
}
h4{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 22px;
	line-height: 130%;
}
.text-center{
	text-align:center;
}
.text-hug{
	max-width:219px;
	margin-left:auto;
	margin-right:auto;
}
h1.header-main-section{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 700;
	font-size: 42px;
	line-height: 130%;
	margin-top:0;
}
.row-cards-blue.vc_inner .vc_column-inner > .wpb_wrapper{
	padding: 25px;
	background: linear-gradient(193.84deg, #0E427B 4.24%, #0D56A6 90.16%);
	border-radius: 10px;
	color:#FFF;
}
.row-cards-blue p a{
	text-decoration:none;
}
.row-cards-blue h3 .light{
	font-weight: 300;
}
.row-cards-blue-col-no-bg .vc_column-inner > .wpb_wrapper{
	padding:0 !important;
	background:none !important;
}
.row-cards-blue-col-no-bg .vc_column-inner{
	background: url(./img/car-beyond-currency.png);
	background-size: 100% 100%;
    /*background-position: bottom right;*/
    border-radius: 10px;
    background-repeat: no-repeat;
	margin-left: 15px;
    margin-right: 15px;
}
.card-title{
	
}
.card-desc{
	
}
.title-narrow{
	max-width: 1030px;
	margin-left:auto;
	margin-right:auto;
}
.wpb_content_element.subtitle{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;
	color: #404040;
	max-width:900px;
	
	margin-right:auto;
	margin-left:auto;
	
	margin-bottom: 25px;
}
.vc_col-sm-9 .wpb_content_element.subtitle{
	max-width: none;
}
.wpb_content_element.text-body{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #404040;
	
	max-width:900px;
	margin-right:auto;
	margin-left:auto;
	
	margin-bottom: 25px;
}
.vc_col-sm-8 .wpb_content_element.text-body{
	max-width: none;
}
.wpb_content_element.body-small{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
	color: #404040;
}
.text-bold{
	font-weight: 700;
}
.img-full-width.wpb_single_image .vc_figure,
.img-full-width.wpb_single_image .vc_single_image-wrapper,
.img-full-width.wpb_single_image img{
	width: 100%;
}
.post, .page{
	margin-bottom:0;
}
.wpb-content-wrapper > .vc_row{
	margin-left: 0;
	margin-right: 0;
}
.wpb-content-wrapper > .vc_row > .wpb_column  > .vc_column-inner{
	/*padding-left: 0;
    padding-right: 0;*/
}

.vc_row.gap-medium .vc_col-sm-6:first-child>.vc_column-inner{
	padding-right: 8%;/*around 110*/
}
.vc_row.gap-medium .vc_col-sm-6:last-child>.vc_column-inner{
	padding-left: 8%;
}
.vc_row.gap-small .vc_column_container:first-child>.vc_column-inner{
	padding-right: 3%;
}
.vc_row.gap-small .vc_column_container:last-child>.vc_column-inner{
	padding-left: 3%;
}
.vc_row.service-item-more .vc_column_container:first-child>.vc_column-inner{
	padding-right: 4%;
}
.vc_row.service-item-more .vc_column_container:last-child>.vc_column-inner{
	padding-left: 4%;
}
@media (max-width:767px){
	.vc_row.gap-medium .vc_col-sm-6:first-child>.vc_column-inner{
		padding-right: 15px;
	}
	.vc_row.gap-medium .vc_col-sm-6:last-child>.vc_column-inner{
		padding-left: 15px;
	}
	.vc_row.gap-small .vc_column_container:first-child>.vc_column-inner{
		padding-right: 15px;
	}
	.vc_row.gap-small .vc_column_container:last-child>.vc_column-inner{
		padding-left: 15px;
	}
	.vc_row.service-item-more .vc_column_container:first-child>.vc_column-inner{
		padding-right: 15px;
	}
	.vc_row.service-item-more .vc_column_container:last-child>.vc_column-inner{
		padding-left: 15px;
	}
	.reverse-columns-on-small{
		display: flex;
		flex-wrap: wrap;
		flex-direction: column-reverse;
	}
	.reverse-columns-on-small.open{
		display: flex !important;
	}
}
#hp-banner .vc_column_container>.vc_column-inner {
	padding-left: 0;
    padding-right: 0
}
.page-content, .entry-content, .entry-summary {
    margin: 0;
}
.mobile-menu{
	display:none;
}
/* Custom - Header
--------------------------------------------- */
.header-logo{
	padding-top:7px;
	width: 189px;
}
.header-top{
	display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-top: 17px;
    padding-bottom: 8px;
    padding-right: 34.5px;
    padding-left: 10.5px; /* 65.5px */
}
.header-options {
	display:flex;
	gap: 25px;	
}

@media (max-width:1700px){
	.header-options {
		gap: 15px;	
	}
}
@media (max-width:1560px){
	.header-options {
		gap: 8px;	
	}
}
@media (max-width:1530px){
	.main-navigation{
		/*display:none;*/
	}
	.header-options .btn{
		padding: 7px;
	}
	.header-options .btn.white{
		padding: 6px;
	}
	.header-commercial-check-cashing{
		margin-top: 14px;
	}
	.header-locations{
		margin-top: 16px;
	}
}
@media (max-width:1450px){
	.header-top .header-top-col:nth-child(1){
		order: 1;
	}
	.header-top .header-top-col:nth-child(2){
		order: 3;
		width:100%;
	}
	.header-top .header-top-col:nth-child(3){
		order: 2;
	}
	.header-options .btn,
	.header-options .btn.white{
		padding: 18px;
	}
	.header-commercial-check-cashing{
		margin-top: 0;
	}
	.header-locations{
		margin-top: 0;
	}
}
@media (max-width:840px){
	.header-top{
		padding-right: 15px;
		padding-left: 15px;
	}
}
@media (max-width:740px){
	/*.header-top .header-top-col:nth-child(2),*/
	#primary-menu,
	.header-commercial-check-cashing,
	.header-locations
	{
		display:none !important;
	}
}


.header-commercial-check-cashing{
	
}
.header-locations{
	
}
.header-search-icon{
	margin-top:16px;
	cursor:pointer;
}
.header-menu-icon{
	margin-top:16px;
	padding-right: 11px;
}
.main-navigation{
	padding-left: 5px;
    padding-right: 5px;
}
.main-navigation a{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 500;
	font-size: 16px;
	line-height: 22px;
	color: #010101;
}
#primary-menu{
	padding-top:22px;
	/*padding-right:81px;
	padding-left:30px;
	justify-content: space-between;*/
	justify-content: space-around;
	display: flex;
	
}
.header-menu-icon{
	cursor:pointer;
}
.header-search{
	text-align:center;
	display:none;
	margin-bottom:15px;
}
.header-search input{
	width:90%;
	padding:8px;
}

/* Custom - Footer
--------------------------------------------- */
.site-footer{
	
	
}

.site-footer .footer-inner{
	/* background-color: #0E427B; */
}

.footer-inner-top{
	background: no-repeat url(./img/bg-footer-top2.png);
    background-size: 100%;
	padding-top:229px;
	border-bottom: solid 1px #0e427b;
}

.footer-inner-bottom{
	padding-top:124px;
	background-color:#0E427B;
	padding-left:var(--standard-side-space);
	padding-right:var(--standard-side-space);
}
.footer-inner-bottom-inside{
	background: radial-gradient(50% 50% at 50% 50%, rgba(26, 121, 225, 0.4) 0%, rgba(26, 121, 225, 0) 100%);
}

.site-footer .footer-cta{
	padding: 40px 60px;
	background: #010101;
	border-radius: 20px;
	display: flex;
	margin-left:var(--standard-side-space);
	margin-right:var(--standard-side-space);
}
.site-footer .footer-cta .footer-cta-col{
	width:50%;
}
.site-footer .footer-cta h2{
	margin: 0;
}
.site-footer .footer-cta h3{
	margin-top: 20px;
	margin-bottom: 15px;
}
.site-footer .footer-cta p{
	margin: 0;
	margin-top:10px;
}

.site-footer .footer-cta p{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
}
#footer-cta-form{
	display:flex;
	gap:10px;
	flex-wrap: wrap;
	width: 451px;
	margin-left: auto;
}
#footer-cta-form h3{
	width:100%;
}
#footer-cta-zip{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #48A52C;
	padding-left:55px;
	background: no-repeat url(./img/icon-location.svg);
	background-position: 19px 19px;
	background-color:#FFF;
	height:62px;
}
#footer-cta-zip::placeholder {
  color: #48A52C;
  opacity: 1; /* Firefox */
}

.site-footer .site-info{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	border-top: 1px solid rgba(255, 255, 255, 0.5);
	padding-top:30px;
	margin-top:42px;
	padding-bottom:65px;
}
.footer-nav{
	display: flex;
	justify-content: space-between;
	color:#FFF;
}
.footer-nav .footer-nav-col{
	
	max-width:215px;
}
.footer-nav a{
	color:#FFF;
	text-decoration:none;
}
.footer-nav ul{
	list-style:none;
	margin:0;
	padding:0;
	margin-top:20px;
}
.footer-nav ul li{
	padding-bottom:8px;
}
.footer-nav ul li a{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 150%;
}
.footer-nav-logo{
	text-align:right;
}
.footer-nav-phone{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 22px;
	line-height: 130%;
	text-align:right;
	margin-top:35px;
}
.footer-nav-phone a{
	display:inline-block;
	position:relative;
}
.footer-nav-phone a::before{
	content: "";
    width: 31px;
    height: 30px;
    background: url(./img/icon-phone-footer.svg);
    position: absolute;
    top: 4px;
    left: -42px;
}
.footer-nav-socials{
	display: flex;
}
.footer-nav-social{
	padding-right:16px;
}

.footer-nav-col-title{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
}
@media (max-width:1360px){
	.site-footer .footer-cta{
		flex-wrap:wrap;
	}
	.site-footer .footer-cta .footer-cta-col{
		width:100%;
	}
	#footer-cta-form{
		margin-top:30px;
		margin-left: 0;
	}
}
@media (max-width:1090px){
	.footer-nav{
		flex-wrap:wrap;
	}
	.footer-nav .footer-nav-col{
		max-width:none;
	}
	.footer-nav .footer-nav-col:nth-child(1){
		order:4;
		width:50%;
		padding-top:124px;
	}
	.footer-nav .footer-nav-col:nth-child(2){
		order:1;
		width:33.3%;
	}
	.footer-nav .footer-nav-col:nth-child(3){
		order:2;
		width:33.3%;
	}
	.footer-nav .footer-nav-col:nth-child(4){
		order:3;
		width:33.3%;
	}
	.footer-nav .footer-nav-col:nth-child(5){
		order:5;
		width:50%;
		position: relative;
		padding-top:124px;
	}
	.footer-nav-phone{
		position: absolute;
		bottom: 0;
		right: 0;
	}
}
@media (max-width:665px){
	#footer-cta-zip {
		width: 250px;
	}	
}
@media (max-width:620px){
	#footer-cta-form {
		width: 100%;
		text-align:center;
	}
	#footer-cta-form input{
		margin-left:auto;
		margin-right:auto;
	}
	.site-footer .footer-cta {
		padding-left:15px;
		padding-right:15px;
	}
}
@media (max-width:530px){
	.footer-nav .footer-nav-col{
		width:100% !important;
	}
	.footer-nav-phone{
		position: relative;
		bottom: auto;
		right: auto;
	}
	.footer-nav-logo {
		text-align: center;
	}
	.footer-nav-phone{
		text-align: center;
		padding-left: 42px;
	}
	.footer-nav .footer-nav-col:nth-child(1){
		padding-top:50px;
	}
	.footer-nav .footer-nav-col:nth-child(3){
		padding-top:50px;
	}
	.footer-nav .footer-nav-col:nth-child(4){
		padding-top:50px;
	}
	.footer-nav .footer-nav-col:nth-child(5){
		
	}
}
/* Custom - Testimonial Slider (shared)
--------------------------------------------- */
body.home .testimonial-slider {
	padding-bottom:10px;
}
.testimonial-slider .splide__pagination {
	justify-content: flex-start;
	padding: 0;
	margin-top:25px;
}
.testimonial-slider .splide__pagination li{
	width:44px;
}
.testimonial-slider .splide__pagination .splide__pagination__page{
	padding: 6.5px;
	border-radius: 6.5px;
	background:#010101;
	border-width: 0;
	margin-bottom: 3px;
	margin-left: 3px;
	
}
.testimonial-slider .splide__pagination .splide__pagination__page.is-active{
	padding: 10.1px;
	border-radius: 10.1px;
	background:#48A52C;
	border-width: 0;
	margin-bottom: 0;
	margin-left: 0;
}

.testimonial-slider .testimonial-desc{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 150%;
	color: #404040;	
}

.testimonial-slider .testimonial-title{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 16px;
	line-height: 150%;
	color: #0E427B;
	margin-top:25px;
}

/* Custom - Homepage
--------------------------------------------- */

.hp-banner{
	background: linear-gradient(135deg, #0E427B 0%, #0D56A6 100%);
	display:flex;
	height:100%;
}
.hp-banner h1{
	color:#FFF;
}
.hp-banner p{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 300;
	font-size: 20px;
	line-height: 150%;

	color: #FFFFFF;
}
.hp-banner .hp-banner-col{
	width:50%;
}
.hp-banner .hp-banner-col:first-child{
	padding-top:106px;
	padding-left:var(--standard-side-space);
	padding-bottom:182px;
}
.hp-banner .hp-banner-col:last-child{
	background-repeat: no-repeat;
	background-size:cover;
}
.hp-banner .hp-banner-col h1{
	margin-top:0;
	margin-right:30px;
	max-width:390px;
}
.hp-banner .hp-banner-col p{
	margin-right:30px;
	max-width:448px;
}
.hp-banner .hp-banner-col h3{
	margin-bottom:15px;
}
.hp-banner-location-form #footer-cta-form{
	margin-left: 0;
}
@media (max-width:1540px){
	.hp-banner-location-form #footer-cta-form {
		flex-wrap: wrap;
		margin-right:30px;
		width:auto;
	}
	.hp-banner-location-form #footer-cta-form input {
		width:100%;
	}
}

@media (max-width:960px){
	.hp-banner .hp-banner-col:last-child {
		display:none;
	}
	.hp-banner .hp-banner-col:first-child{
		width:100%;
		padding-right: var(--standard-side-space);
	}
	.hp-banner-location-form #footer-cta-form input {
		width:auto;
	}
	.hp-banner-slider .splide__pagination{
		right: 15px !important;
	}
}
@media (max-width: 578px) {
    .hp-banner-location-form {
        text-align:center;
    }
}
@media (max-width:390px){
	.hp-banner-slider .splide__pagination{
		display:none;
	}
}

.hp-banner-slider .splide__pagination {
	flex-direction: column;
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 60px;
    padding-top: 0px;
    padding-bottom: 4px;
    padding-left: 2px;
    padding-right: 2px;
	align-items: center;
	background: rgba(255, 255, 255, 0.65);
	border-radius: 20px;

}
.hp-banner-slider .splide__pagination li{
	height: 25px;
}
.hp-banner-slider .splide__pagination .splide__pagination__page{
	padding: 6.5px;
	border-radius: 6.5px;
	background:#010101;
	border-width:0;
	margin-top:0;
}
.hp-banner-slider .splide__pagination .splide__pagination__page.is-active{
	margin-top:3px;
	padding: 10.1px;
	border-radius: 10.1px;
	background:#48A52C;
	border-width:0;
}

.affiliates-col > .vc_column-inner > .wpb_wrapper{
	display:flex;
	align-items: center;
	justify-content: space-between;
}
.affiliates-col > .vc_column-inner > .wpb_wrapper > .wpb_content_element:first-child{
	max-width:333px;
}
body.home .site-footer{
	margin-top: -500px;
}
body.home .site-footer .footer-inner-top{
	padding-top: 600px;
}


.cash-fancy-box > .wpb_column > .vc_column-inner > .wpb_wrapper{
	background: #F0F3F5;
	
	/*border-width: 10px 10px 0px 10px;*/
	border-width: 10px 10px 10px 10px;
	border-style: solid;
	border-color: #528D44;
	border-radius: 20px; 
	
	/*background: no-repeat url(./img/bg-green-border-open-bottom.png);
	background-size: 100% 80%;
	background-color:#F0F3F5;*/
}
.cash-fancy-box > .wpb_column > .vc_column-inner .vc_row{
	padding-right: 6%;
    padding-left: 6%;
}
.cash-fancy-box .vc_row .wpb_column:last-child{
	padding-left: 25px;
}
.cash-fancy-box-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper{
	margin-right: 10px;
    margin-left: 10px;
    background: #F0F3F5;
    margin-top: -18px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
.cash-fancy-box-bottom > .wpb_column > .vc_column-inner .vc_row{
	padding-right: 6%;
    padding-left: 6%;
}
.cash-fancy-box-top{
	background: linear-gradient(180deg, #F0F3F5 75%, #FFF 25%);
}
.cash-fancy-box-top > .wpb_column > .vc_column-inner > .wpb_wrapper{
	margin-right: 10px;
    margin-left: 10px;
    margin-bottom: 0;
	position: relative;
    z-index: 1;
}
body.page-id-25 .cash-fancy-box > .wpb_column > .vc_column-inner > .wpb_wrapper{
	margin-top: -400px;
	padding-top:400px;
	padding-bottom:38px;
	border-width: 10px 10px 10px 10px;
	background: transparent;
}
body.page-id-25 .testimonial-inner{
	text-align:center;
}
body.page-id-25 .testimonial-inner .testimonial-desc{
	max-width:1030px;
	margin-left:auto;
	margin-right:auto;
}
body.page-id-25 .testimonial-slider .splide__pagination{
	justify-content: center;
}
body.page-id-25 .testimonial-slider .splide__pagination li{
	text-align: center;
}


/* Custom - Page header
--------------------------------------------- */

.page-banner{
	background: linear-gradient(135deg, #0E427B 0%, #0D56A6 100%);
	display:flex;
}
.page-banner h1{
	color:#FFF;
}
.page-banner .page-banner-col{
	width:50%;
}
.page-banner .page-banner-col:first-child{
	padding-top:106px;
	padding-left:var(--standard-side-space);
	padding-bottom:182px;
}
.page-banner .page-banner-col:last-child{
	background-repeat: no-repeat;
	background-size:cover;
	position:relative;
	background-image: url(./img/header-page.png)
}

@media (max-width:1540px){
	.page-banner-outer{
		background-image: url(./img/header-page-img.jpg);
		background-repeat: no-repeat;
		background-position: right top;
	}
	.page-banner{
		background-image: url(./img/header-page-bg2.png);
        background-size: 100% 100%;
        background-size: cover;
        background-position: center;
	}
	.page-banner .page-banner-col:last-child{
		background:none;
	}
}
@media (max-width:1250px){
	.page-banner-outer{
		background:none;
	}
	.page-banner{
		background: linear-gradient(135deg, #0E427B 0%, #0D56A6 100%);
	}
}
@media (max-width:1120px){
	.page-banner .page-banner-col:first-child {
        width:100%;
		padding-right:var(--standard-side-space);
    }
	.page-banner .page-banner-col:last-child {
        display: none;
    }
}

.page-banner-outer{
	position:relative;
	
}
.page-banner-bottom-spacer{
	height: 122px;
	background-color:#F0F3F5;
}
.page-banner-location-form{
	position:absolute;
	bottom:-47px;
	right: 14%;
	background: #010101;
	border-radius: 10px;
	padding-left:30px;
	padding-right:30px;
	padding-bottom:35px;

}
@media (max-width:920px){
	.page-banner-location-form{
		right: 50%;
		left: 50%;
		transform: translate(-50%, 0%);
		width: 510px;
	}
}
@media (max-width: 620px) {
    .page-banner-location-form h3 {
        text-align: center;
    }
}
@media (max-width:515px){
	 .page-banner-location-form h3 {
        padding-top:30px;
    }
	.page-banner-location-form{
		position: relative;
		transform: none;
		width: auto;
		right: auto;
		left: auto;
		margin-left:15px;
		margin-right:15px;
		bottom: auto;
	}
}
.cash-breadcrumbs,
.cash-breadcrumbs a{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	color: rgba(255, 255, 255, 0.7);
	text-decoration:none;
}
.cash-breadcrumbs a:hover{
	color:#FFF;
}
.cash-breadcrumbs a.breadcrumb-home{
	color:#FFF;
}










a.link-green-arrow{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;

	color: #48A52C;
	text-decoration:none;
	display: inline-block;
    position: relative;
}
a.link-green-arrow::after{
	content: "";
    width: 15px;
    height: 15px;
    background: url(./img/icon-arrow-right.svg);
    position: absolute;
    top: 4px;
    right: -29.5px;
}

.service-item-toggle{
	font-family: 'Lexend';
	font-style: normal;
	font-weight: 600;
	font-size: 17px;
	line-height: 22px;
	letter-spacing: 2px;
	text-transform: uppercase;

	color: #48A52C;
	display: inline-block;
    position: relative;
	cursor:pointer;
}
.service-item-toggle::after{
	content: "";
    width: 14px;
    height: 14px;
    background: url(./img/icon-plus.svg);
    position: absolute;
    top: 4px;
    right: -21.5px;
}
.service-item-toggle.open::after{
	height: 3px;
	top: 9px;
	background: url(./img/icon-minus.svg);
}
.service-item-more{
	display:none;
}
.service-item-more.open{
	display:block;
}
ul.list-check-circles{
	list-style: none;
    margin: 0;
    padding-left: 42px;
}
ul.list-check-circles li{
	display: block;
    position: relative;
	margin-top:25px;
}
ul.list-check-circles li::before{
	content: "";
    width: 31px;
    height: 30px;
    background: url(./img/icon-circle-checkmark.svg);
    position: absolute;
    top: 4px;
    left: -42px;
}

.cash-fancy-box-col-top-right > .vc_column-inner > .wpb_wrapper{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:18px;
	padding-left:18px;
	margin-bottom:70px;
	
	background: #F0F3F5;
	
	border-width: 10px 10px 0px 0px;
	border-style: solid;
	border-color: #528D44;
	border-radius: 20px; 
}
.cash-fancy-box-col-top-left > .vc_column-inner > .wpb_wrapper{
	padding-top:25px;
	padding-bottom:25px;
	padding-right:18px;
	padding-left:18px;
	
	background: #F0F3F5;
	
	border-width: 10px 0px 0px 10px;
	border-style: solid;
	border-color: #528D44;
	border-radius: 20px; 
}
.cash-fancy-box-open-bottom > .wpb_column > .vc_column-inner > .wpb_wrapper{
	margin-right:50px;
	margin-left:50px;
	
	background: #FFF;
	
	border-width: 10px 10px 0px 10px;
	border-style: solid;
	border-color: #528D44;
	border-radius: 20px; 
}
.cash-fancy-box-open-bottom .vc_row{
	padding-left:6%;
	padding-right:6%;
}
.cash-fancy-box-open-bottom .wpb_content_element.subtitle{
	margin-left: 0;
}
.service-item-toggle-btn{
	padding: 15px 20px;
	
	border-radius: 10px;
	background: url(./img/icon-circle-plus.svg);
	background-repeat:no-repeat;
	background-position: right 10px top 8px;
	background-color: #48A52C;
	
	cursor:pointer;
	min-height: 85px;
}
.service-item-toggle-btn.open{
	background: url(./img/icon-circle-minus.svg);
	background-repeat:no-repeat;
	background-position: right 10px top 8px;
	background-color: #FFF;
	color:#404040;
}
.service-item-toggle-btn ul{
	margin:0;
	margin-top:25px;
}
.service-item-toggle-btn ul li a{
	text-decoration:none;
	color:#FFF;
}
.service-item-toggle-btn.open ul li a{
	color:#404040;
}
.service-item-toggle-btn ul li a:hover{
	color:#48A52C;
}
.service-item-box-more{
	display:none;
}

.faq{
	padding-bottom:24px;
	padding-top:24px;
	border-bottom: 1px solid rgba(14, 66, 123, .25);
}
.faq-title{
	cursor:pointer;
	background: url(./img/icon-plus.svg);
	background-repeat:no-repeat;
	background-position: right 10px top 8px;
	padding-right:20%;
}
.faq-title.open{
	background: url(./img/icon-minus.svg);
	background-repeat:no-repeat;
	background-position: right 8px top 14px;
}
.faq-title h4{
	margin-top:0;
	margin-bottom:0;
}
.faq-desc{
	display:none;
	margin-top:10px;
}

/* Custom - Responsive
--------------------------------------------- */

@media (max-width:1065px){
	body.home .row-cards-blue{
		display:flex;
		flex-wrap:wrap;
		justify-content: center;
	}
	body.home .row-cards-blue .vc_column_container{
		width:33.3%;
		margin-bottom:35px;
	}
	body.home .row-all-services-btn{
		margin-top: 35px !important;
	}
}
@media (max-width:650px){
	body.home .row-cards-blue .vc_column_container{
		width:100%;
	}
}
@media (max-width:1120px){
	body.home .cash-fancy-box .vc_row > .vc_column_container:nth-child(1){
		width:66.6%;
		float: left;
	}
	body.home .cash-fancy-box .vc_row > .vc_column_container:nth-child(2){
		width:33.3%;
		float: left;
	}
	body.home .cash-fancy-box .vc_row > .vc_column_container:nth-child(3){
		width:100%;
		margin-bottom:70px;
	}
}
@media (max-width:1120px){
	.affiliates-col > .vc_column-inner > .wpb_wrapper{
		flex-wrap:wrap;
		justify-content: center;
	}
	.affiliates-col > .vc_column-inner > .wpb_wrapper > .wpb_content_element:nth-child(1){
		width:100%;
		max-width: none;
		text-align: center;
	}
	
}
@media (max-width:515px){
	.page-banner-bottom-spacer{
		height: 70px;
	}
}
body.page-id-13 .row-cards-blue{
	display:flex;
	flex-wrap:wrap;
}
body.page-id-13 .row-cards-blue .vc_column_container{
	width:33.3%;
	margin-bottom:35px;
}
@media (max-width:1180px){
	body.page-id-13 .row-cards-blue .vc_column_container{
		width:50%;
	}
}
@media (max-width:776px){
	body.page-id-13 .row-cards-blue .vc_column_container{
		width:100%;
	}
	body.page-id-13 .row-cards-blue .vc_column_container:last-child{
		display:none;
	}
}

.row-sub-services .vc_column-inner .wpb_wrapper{
	display:flex;
	flex-wrap:wrap;
	justify-content: center;
}
.row-sub-services .vc_column-inner .wpb_wrapper .wpb_content_element {
	width:100%; /*was 33.3%*/
	padding-left:10px;
}
@media (max-width:1324px){
	.row-sub-services .vc_column-inner .wpb_wrapper .wpb_content_element {
		width:50%;
	}
}
@media (max-width:750px){
	.row-sub-services .vc_column-inner .wpb_wrapper .wpb_content_element {
		width:100%;
	}
}
@media (max-width:900px){
	.service-item-more .vc_col-sm-8,
	.service-item-more .vc_col-sm-4{
		width:50%;
	}
}
@media (max-width:767px){
	.service-item-more .vc_col-sm-8,
	.service-item-more .vc_col-sm-4{
		width:100%;
	}
}

@media (max-width:1400px){
	body.page-id-25 .cash-fancy-box > .wpb_column > .vc_column-inner > .wpb_wrapper{
		margin-top: -300px;
		padding-top: 300px;
	}
}
@media (max-width:870px){
	body.page-id-25 .cash-fancy-box > .wpb_column > .vc_column-inner > .wpb_wrapper{
		margin-top: -200px;
		padding-top: 200px;
	}
}
@media (max-width:470px){
	body.page-id-25 .cash-fancy-box > .wpb_column > .vc_column-inner > .wpb_wrapper{
		margin-top: -150px;
		padding-top: 150px;
	}
}
@media (max-width:767px){
	.cash-fancy-box .vc_row .wpb_column:last-child{
		padding-left: 0;
	}
}



/* LOCATION DETAILS */
.sngl-locdet {
    padding: 65px 0 280px;
}
.sngl-locbckbtn a {
    color: #477a37;
    font-size: 25px;
    font-family: 'Work Sans', sans-serif;
    font-weight: normal;
    position: relative;
    padding-left: 50px;
    display: inline-block
}
.sngl-locbckbtn a:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 10px;
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/inr-sprites.png) no-repeat;
    background-position: -366px -17px;
    left: 0px;
    top: 11px;
}
.sngl-locbckbtn {
    margin-bottom: 55px;
}
.sngl-locdetlft {
    float: left;
    width: 45.72%;
}
.sngl-locdetimg img {
    border-radius: 20px;
    width: 100%;
}
.sngl-locdetlscnt {
    float: right;
    width: 50%;
}
.sngl-locdetlscnt h2 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 50px;
    line-height: 55px;
    color: #173d7b
}
.sngl-locdetlscnt h4 {
    font-family: 'Overpass', sans-serif;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    color: #477a37
}
.sngl-locdetlscnt h4 a {
    color: #477a37
}
.sngl-locdetlscnt h4 a:hover {
    color: #173d7b
}
.sng-getdirbtn a:hover {
    color: #173d7b;
    border-bottom: 1px solid #173d7b
}
.sngl-locdetlscnt h5 {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 25px;
    line-height: 40px;
    color: rgba(123, 124, 124, 0.8);
    margin-bottom: 10px;
}
.sng-getdirbtn a {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 20px;
    display: inline-block;
    color: #59854d;
    position: relative;
    padding: 0 45px 5px 0;
    border-bottom: 1px solid #477a37;
}
.sng-getdirbtn a:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 10px;
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/inr-sprites.png) no-repeat;
    background-position: -366px -17px;
    right: 0px;
    top: 8px;
    transform: rotate(180deg);
}
.sng-getdirbtn {
    margin-bottom: 55px;
}
.sngl-locdetlscnt h3 {
    font-family: 'Work Sans', sans-serif;
    font-weight: 600;
    font-size: 35px;
    line-height: 40px;
    color: #173d7b;
    margin-bottom: 10px;
}
.sngloc-hrs ul {
    margin: 0;
    padding: 0;
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap:wrap;
}
.sngloc-hrs ul li {
    width: 90px;
    background: #fff;
    border: 1px solid #cdcdcd;
    list-style: none;
    text-align: center;
    border-radius: 5px;
    margin:0 0.5% 10px 0.5%;
}
.sngloc-dy {
    background: #477a37;
    font-size: 22px;
    line-height: 40px;
    padding: 13px 10px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0.4px
}
.sngloc-tim p {
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 17px;
    line-height: 20px;
    color: #858585;
    margin: 0
}
.sngloc-tim {
    /* padding: 15px 10px; */
    /* padding: 10px; */
    /* height: 100px; */
    height: 90px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.sngloc-hrs {
    margin-bottom: 60px;
}
.sngl-locbnts ul {
    margin: 0;
    padding: 0;
}
.sngl-locbnts ul li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block
}
.sngl-locbnts ul li a {
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: normal;
    font-size: 18px;
    color: rgba(92, 92, 92, 0.8);
    border: 1px solid #d4e0ed;
    background: #fff;
    padding: 18px 30px 17px 62px;
    border-radius: 50px;
    position: relative
}
.sngl-locbnts ul li a:before {
    position: absolute;
    content: '';
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/inr-sprites.png) no-repeat;
    left: 25px;
    top: 18px;
}
.sngl-locbnts ul li.snloc-btn1 a:before {
    width: 32px;
    height: 21px;
    background-position: -11px -530px
}
.sngl-locbnts ul li.snloc-btn2 a:before {
    width: 20px;
    height: 27px;
    background-position: -65px -530px;
    top: 15px;
}
.sngl-locbnts ul li.snloc-btn3 a:before {
    width: 31px;
    height: 22px;
    background-position: -114px -530px
}
.sngl-locbnts ul li.snloc-btn4 a:before {
    width: 32px;
    height: 31px;
    background-position: -170px -530px;
    top: 11px;
}
.sngl-locbnts ul li.snloc-btn5 a:before {
    width: 30px;
    height: 30px;
    background-position: -236px -532px;
    top: 14px;
}
.sngl-locbnts ul li.snloc-btn6 a:before {
    width: 24px;
    height: 24px;
    background-position: -292px -532px;
    top: 15px;
}
.sngl-locbnts ul li.snloc-btn7 a:before {
    width: 35px;
    height: 22px;
    background-position: -344px -533px
}
.sngl-locbnts ul li.snloc-btn8 a:before {
    width: 21px;
    height: 29px;
    background-position: -406px -533px;
    top: 13px;
}
.sngl-locbnts ul li.snloc-btn9 a:before {
    width: 34px;
    height: 25px;
    background-position: -451px -533px
}
.sngl-locbnts ul li.snloc-btn10 a:before {
    width: 27px;
    height: 27px;
    background-position: -508px -533px;
    top: 14px;
}
.sngl-locbnts ul li.snloc-btn1 a:hover:before {
    background-position: -11px -593px
}
.sngl-locbnts ul li.snloc-btn2 a:hover:before {
    background-position: -65px -593px;
}
.sngl-locbnts ul li.snloc-btn3 a:hover:before {
    background-position: -114px -593px;
}
.sngl-locbnts ul li.snloc-btn4 a:hover:before {
    background-position: -170px -593px;
}
.sngl-locbnts ul li.snloc-btn5 a:hover:before {
    background-position: -236px -592px
}
.sngl-locbnts ul li.snloc-btn6 a:hover:before {
    background-position: -292px -593px;
}
.sngl-locbnts ul li.snloc-btn7 a:hover:before {
    background-position: -344px -593px;
}
.sngl-locbnts ul li.snloc-btn8 a:hover:before {
    background-position: -406px -593px;
}
.sngl-locbnts ul li.snloc-btn9 a:hover:before {
    background-position: -451px -593px;
}
.sngl-locbnts ul li.snloc-btn10 a:hover:before {
    background-position: -508px -593px;
}
.sngl-locbnts ul li a:hover {
    color: #fff;
    background: #173d7b;
}
.sngl-locbnts {
    margin-top: 20px;
}

.sgl_store_social_icons ul{
    font-size: 0px;
}
.sgl_store_social_icons ul li {
    display: inline-block;
}
.sgl_store_social_icons ul li a {
    display: block;
    width: 61px;
    height: 61px;
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/hm-sprites.png) no-repeat;
    font-size: 0;
    margin-right: 5px;
}
.sgl_store_social_icons ul li a.sgl_store_social_fb {
    background-position: -1px -135px;
}
.sgl_store_social_icons ul li a.sgl_store_social_twtr {
    background-position: -68px -135px;
}
.sgl_store_social_icons ul li a.sgl_store_social_ggl {
    background-position: -263px -135px;
}
.sgl_store_social_icons ul li a.sgl_store_social_ins {
    background-position: -132px -135px;
}
.sgl_store_social_icons ul li a:hover {
    transform: scale(1.05);
}
/* LOCATION DETAILS */
/* LOCATIONS */
#wpsl-wrap {
    position: relative;
    width: 100%;
    overflow: hidden;
    clear: both;
    margin-bottom: 20px;
}
#wpsl-search-btn{
	padding: 20px 35px;
    background: #4CAE2E;
    border-radius: 50px;
    display: inline-block;
    text-decoration: none;
    color: #FFF;
    outline: 0;
    border-width: 0;
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
}
#wpsl-search-input {
    font-family: 'Lexend';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 150%;
    color: #48A52C;
    padding-left: 55px;
    background: no-repeat url(https://cash2go.cmdev.io/wp-content/themes/theme19/img/icon-location.svg);
    background-position: 19px 19px;
    background-color: #FFF;
    height: 62px;
}
#wpsl-stores .wpsl-store-location img {display: none;}
.wpsl-store-location a,
a.wpsl-directions
{
	font-family: 'Lexend';
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 22px;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #48A52C;
    text-decoration: underline;
    display: inline-block;
    position: relative;
}
.wpsl-dropdown .wpsl-selected-item, .wpsl-dropdown li, .wpsl-selected-item {
    padding: 18px 12px !important;
}
.wpsl-search .wpsl-input label,
#wpsl-search-wrap div label
{
	display: none!important;
}

.page_bnr.snglloc-bnr {
    display: none;
}
.page_bnr {
    padding: 320px 0 45px;
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/gnrlpg-bnr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    background-position: center center;
    z-index: 1;
}
.sngloc-pg #wpsl-base-gmap_0 {
    height: 680px;
    position: relative !important;
}
#wpsl-base-gmap_0 {
    height: 350px;
}

.wpsl-gmap-canvas {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
}
.sngl-locdet {
    padding: 65px 0 280px;
}


.wpsl-contact-details, .wpsl-location-address, .wpsl-locations-details {
    margin-bottom: 15px;
}
.single-wpsl_stores .wpsl-locations-details {
    display: block;
    clear: both;
    width: 100%;
    position: relative;
}
.sngloc-pg .wpsl-locations-details, .sngloc-pg table.wpsl-opening-hours {
    display: none;
}

.sngl-locbckbtn a:before {
    position: absolute;
    content: '';
    width: 30px;
    height: 10px;
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/inr-sprites.png) no-repeat;
    background-position: -366px -17px;
    left: 0;
    top: 11px;
}

.sng-getdirbtn {
    margin-bottom: 55px;
}
.sgl_store_social_icons ul {
    font-size: 0;
}
.sgl_store_social_icons ul li {
    display: inline-block;
}
.sgl_store_social_icons ul li a.sgl_store_social_fb {
    background-position: -1px -135px;
}

.sgl_store_social_icons ul li a {
    display: block;
    width: 61px;
    height: 61px;
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/hm-sprites.png) no-repeat;
    font-size: 0;
    margin-right: 5px;
}

.sngloc-hrs {
    margin-bottom: 60px;
}
.sngloc-hrs ul {
    margin: 0;
    padding: 0;
    display: flex
;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.sngloc-hrs ul li {
    width: 90px;
    background: #fff;
    border: 1px solid #cdcdcd;
    list-style: none;
    text-align: center;
    border-radius: 5px;
    margin: 0 .5% 10px .5%;
}
.sngloc-dy {
    background: #477a37;
    font-size: 22px;
    line-height: 40px;
    padding: 13px 10px;
    border-radius: 5px 5px 0 0;
    text-transform: uppercase;
    text-align: center;
    font-family: 'Work Sans', sans-serif;
    font-weight: 800;
    color: #fff;
    letter-spacing: .4px;
}
.sngloc-tim {
    height: 90px;
    padding: 8px;
    display: flex
;
    justify-content: center;
    align-items: center;
}
.sngloc-tim p {
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 17px;
    line-height: 20px;
    color: #858585;
    margin: 0;
}

.sngl-locbnts {
    margin-top: 20px;
}
.sngl-locbnts ul {
    margin: 0;
    padding: 0;
}
.sngl-locbnts ul li {
    list-style: none;
    margin: 0 10px 10px 0;
    display: inline-block;
}
.sngl-locbnts ul li a {
    display: inline-block;
    font-family: 'Overpass', sans-serif;
    font-weight: 400;
    font-size: 18px;
    color: rgba(92, 92, 92, .8);
    border: 1px solid #d4e0ed;
    background: #fff;
    padding: 18px 30px 17px 62px;
    border-radius: 50px;
    position: relative;
}
.sngl-locbnts ul li.snloc-btn1 a:before {
    width: 32px;
    height: 21px;
    background-position: -11px -530px;
}

.sngl-locbnts ul li a:before {
    position: absolute;
    content: '';
    background: url(https://cash2go.cmdev.io/wp-content/themes/theme19/images/inr-sprites.png) no-repeat;
    left: 25px;
    top: 18px;
}


footer.site-footer{
	clear: both;
}

/*
.fw {
    float: left;
    width: 100%;
}
.container {
    position: relative;
}
.container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
}
*/
/* LOCATIONS */
body.single.single-post article
{
	width: 80%;
    margin: 0px auto 0px auto;
}
body.single.single-post article .byline
{
	display: none;
}

/*
	#wpsl-gmap::before {
		content: "";
		position: absolute;
		width: 580px;
		height: 580px;
		left: -20px;
		top: 12px;
		box-shadow: rgba(0, 0, 0, 0) 0px 0px 5px;
		border-radius: 100%;
		background: rgba(255, 255, 255, 0.08);
	}
*/
.sub-service-section > .vc_column_container > .vc_column-inner > .wpb_wrapper
{
	border-bottom: solid 1px #0E427B;
}
