@charset "UTF-8";
/*!
Theme Name: Ipad Mymobilex
Theme URI: https://underscores.me/
Author: Automattic
Author URI: https://automattic.com/
Description: Hi. I'm a starter theme called <code>_s</code>, or <em>underscores</em>, if you like. I'm a theme meant for hacking so don't use me as a <em>Parent Theme</em>. Instead try turning me into the next, most awesome, WordPress theme out there. That's what I'm here for.
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: _s
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.

_s 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/
*/
/*--------------------------------------------------------------
>>> 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: #50F40C;
}

a:visited {
	color: #11AD76;
}

a:hover, a:focus, a:active {
	color: #11AD76;
}

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

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

/* mymobilex
--------------------------------------------- */
html {
	background-color: #0f261f;
}

html body {
	background-color: #0f261f;
	color: #FFF;
}

html body p {
	font-family: GilroyRegular;
}

html body h1, html body h2, html body h3 {
	font-family: GilroyHeavy;
}

/*ADMIN BAR*/
body.admin-bar {
	margin-top: -32px;
}

#wpadminbar {
	top: auto;
	bottom: 0;
}

a {
	color: #50f40c;
	text-decoration: none;
}

a:visited {
	color: #50f40c;
}

.highlight {
	color: #50F40C !important;
}

.highlight.dark {
	color: #0F261F !important;
}

/* Buttons */
.btn {
	align-items: center;
	background-color: #50f40c;
	color: #0f261f !important;
	display: inline-block;
	padding: 10px 30px;
	font-family: GilroyMedium;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-weight: 600;
	height: 47px;
	justify-content: center;
	line-height: 27px;
	text-align: left;
	cursor: pointer;
	transition: .2s;
}

.btn:hover {
	background-color: #FFF;
}

.btn.dark {
	background-color: #0F261F;
	color: #50F40C !important;
}

.btn.dark:hover {
	color: #FFF !important;
}

.btn.on-white:hover {
	background-color: #11AD76;
}

.lang-btn {
	padding-top: 0.5rem;
	padding-bottom: 0.5rem;
	font-weight: 700;
	padding-left: 1rem;
	padding-right: 1rem;
	border-radius: .375rem;
	background-color: rgba(217, 217, 217, 0.1);
	color: #FFF;
	margin-right: 35px;
	font-size: 14px;
	max-width: 82px;
	float: left;
	position: relative;
	top: 5px;
	transition: .5s;
	height: 40px;
}

.lang-btn:visited {
	color: #FFF;
}

.lang-btn:hover .lang-select-x {
	opacity: 1;
}

.lang-btn .lang-select-x {
	transition: .2s;
	opacity: 0;
	background-color: #FFF;
	position: absolute;
	top: 0px;
	z-index: 2;
	width: 103px;
	text-align: center;
	border-radius: 0.375rem;
	padding: 10px 0;
	left: -22px;
}

.lang-btn .lang-select-x a {
	color: #0f261f;
	padding: 3px 0;
}

.lang-btn .lang-select-x a:first-of-type:after {
	content: '';
	display: block;
	height: 1px;
	background-color: #cccccc;
	width: 60%;
	margin: 5px auto;
}

.lang-btn .lang-select-x a:hover {
	color: #50F40C;
}

.app-btns {
	position: absolute;
	right: 0px;
	width: 289px;
	display: flex;
	justify-content: space-between;
	top: 30px;
}

.app-btns .apple-btn {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/app-store-logo.svg");
	width: 138px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	cursor: pointer;
	z-index: 2;
}

.app-btns .apple-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.app-btns .google-btn {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/google-play-logo.svg");
	width: 138px;
	height: 40px;
	background-color: rgba(0, 0, 0, 0.3);
	border-radius: 6px;
	cursor: pointer;
	z-index: 2;
}

.app-btns .google-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

/* Layout */
.wrapper {
	max-width: 1194px;
	margin: 0px auto;
}

.anoucement_bar {
	background-color: #314942;
	text-align: center;
	padding: 10px;
	width: 100%;
	font-family: GilroyMedium;
	font-weight: 500;
}

.anoucement_bar p {
	font-size: 14px;
	margin: 0;
}

.site-main.legal-page {
	background-color: #FFF;
	padding: 60px 0;
	color: #0f261f;
}

.site-main.legal-page .wrapper {
	max-width: 1200px;
}

.site-main.legal-page h2 {
	font-family: GilroyHeavy;
	text-transform: uppercase;
	line-height: 85%;
	font-size: 50px;
}

/*------------------------------------*\
      Fonts
\*------------------------------------*/
@font-face {
	font-family: "GilroyLight";
	src: url("fonts/GilroyLight/font.woff2") format("woff2"), url("fonts/GilroyLight/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyRegular";
	src: url("fonts/GilroyRegular/font.woff2") format("woff2"), url("fonts/GilroyRegular/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyMedium";
	src: url("fonts/GilroyMedium/font.woff2") format("woff2"), url("fonts/GilroyMedium/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyBold";
	src: url("fonts/GilroyBold/font.woff2") format("woff2"), url("fonts/GilroyBold/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyBlack";
	src: url("fonts/GilroyBlack/font.woff2") format("woff2"), url("fonts/GilroyBlack/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyHeavy";
	src: url("fonts/GilroyHeavy/font.woff2") format("woff2"), url("fonts/GilroyHeavy/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyExtraBold";
	src: url("fonts/GilroyExtraBold/font.woff2") format("woff2"), url("fonts/GilroyExtraBold/font.woff") format("woff");
	font-display: block;
}

@font-face {
	font-family: "GilroyBoldItalic";
	src: url("fonts/GilroyBoldItalic/font.woff2") format("woff2"), url("fonts/GilroyBoldItalic/font.woff") format("woff");
	font-display: block;
}

/*------------------------------------*\
     Cookies
\*------------------------------------*/
.cky-revisit-bottom-left {
	display: none !important;
}

/*------------------------------------*\
     Forms
\*------------------------------------*/
.gform_title {
	display: none;
}

.gform_wrapper {
	position: relative;
	max-width: 1160px;
	margin: 0px auto;
}

body img.gform_ajax_spinner {
	display: none !important;
}

.gform_ajax_spinner {
	display: none !important;
}

.gform-theme--framework .gform_validation_errors {
	margin-bottom: -15px;
}

.validation_error {
	position: absolute;
	z-index: 1;
	font-family: GilroyRegular !important;
	font-size: 14px;
	color: #0F261F !important;
	left: 5px;
	bottom: 198px;
}

.mobilex-form {
	padding-bottom: 100px;
	position: relative;
}

.mobilex-form .gform_fields {
	column-gap: 15px;
	row-gap: 10px;
}

.mobilex-form .gform_ajax_spinner {
	display: none !important;
}

.mobilex-form .gfield {
	background-color: #43e400;
	padding: 8px 13px 10px;
	border-radius: 5px;
	max-height: 86px;
}

.mobilex-form .gfield.gfield--type-textarea {
	max-height: 132px;
}

.mobilex-form .gform_footer {
	padding: 20px;
	border-radius: 5px;
	margin-top: 15px;
	display: flex;
	justify-content: right;
}

.mobilex-form .gform_button, .mobilex-form #gform_submit_button_2 {
	ext-transform: uppercase;
	font-family: GilroyHeavy;
	color: #FFF !important;
	background-color: #0F261F !important;
	font-size: 24px;
	padding: 5px 10px !important;
	border: none;
	float: right;
	height: 75px;
	text-align: center;
	top: -120px;
	position: relative;
	right: -8px;
}

.mobilex-form .gfield_validation_message {
	color: #0f261f;
}

.mobilex-form .gform_validation_errors {
	background-color: whitesmoke !important;
}

.mobilex-form .validation_error {
	color: #0f261f;
}

.mobilex-form .gfield_label {
	color: #0f261f;
	font-family: GilroyHeavy;
	text-transform: uppercase;
	font-size: 14px;
}

.mobilex-form input, .mobilex-form textarea {
	background-color: #FFF !important;
	border: none !important;
	color: #0f261f !important;
}

.mobilex-form select {
	border: none !important;
}

.mobilex-form textarea {
	min-block-size: 75px !important;
	height: 75px !important;
	width: calc(100% - 120px) !important;
}

.mobilex-form .gfield_required {
	color: #FF5029 !important;
}

.mobilex-form .gfield_required_asterisk {
	position: relative;
	top: -6px;
	left: -5px;
	font-size: 9px;
}

.validation_error .gfield_required_asterisk {
	color: #FF5029 !important;
}

.gform-theme--framework .gform_validation_errors {
	background-color: whitesmoke;
}

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 {
	outline-color: #50F40C;
	border-color: #50F40C;
	box-shadow: none !important;
}

.gform_button, #gform_submit_button_2:focus {
	outline-color: #50F40C;
	border-color: #50F40C;
	box-shadow: none !important;
}

body .gform_wrapper .gform_ajax_spinner {
	display: none !important;
	visibility: hidden !important;
	opacity: 0 !important;
}

/*------------------------------------*\
        Header
  \*------------------------------------*/
main {
	position: relative;
}

.scroll-down .site-header, .scroll-down .anoucement_bar {
	transform: translate3d(0, -140%, 0);
}

.anoucement_bar {
	position: fixed;
	top: 0;
	transition: .5s;
	z-index: 99;
}

.site-header {
	position: relative;
	top: 40px;
	height: 100px;
	padding: 30px 0;
	width: 100%;
	background-color: #0F261F;
	transition: .5s;
	z-index: 99;
	display: none;
}

.site-branding {
	display: flex;
	justify-content: left;
	align-items: center;
	width: 330px;
	float: left;
}

.mobilex-logo {
	width: 236.887px;
	height: 62.15px;
	position: relative;
	margin-right: 17px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/mobilex.svg");
}

.mobilex-logo.beyou {
	background-image: url("img/mobilex-beyou.svg");
}

.walmart-logo {
	width: 165.219px;
	height: 39.902px;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/walmart.svg");
	position: relative;
	top: -4px;
}

.menu-btns {
	width: 300px;
	display: flex;
	justify-content: right;
	float: right;
	position: relative;
	top: -5px;
}

#site-navigation {
	display: block;
	width: 650px;
	margin-top: 8px;
	float: right;
}

#site-navigation ul {
	position: absolute;
	left: 50%;
	transform: translate(-50%, -50%);
	top: 50%;
}

#site-navigation ul li {
	margin-right: 36px;
}

#site-navigation ul li:last-of-type {
	margin-right: 0;
}

#site-navigation ul li a {
	color: #FFF;
	leading-trim: both;
	text-edge: cap;
	font-family: GilroyMedium;
	font-size: 17px;
	font-style: normal;
	font-weight: 500;
	line-height: 103%;
	color: #FFF;
	transition: .2s;
}

#site-navigation ul li a:hover {
	color: #11AD76;
}

.split-cta-block {
	background-color: #FFF;
	padding: 160px 0;
}

.split-cta-block .flex_item {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
}

.split-cta-block h2 {
	font-size: 5.563rem;
	color: #50F40C;
	font-family: GilroyHeavy;
	text-transform: uppercase;
	line-height: 5rem;
}

.split-cta-block h2 span {
	color: #FFF !important;
}

.split-cta-block p {
	color: #0f261f;
	max-width: 452px;
	margin: 0;
	width: 100%;
	font-size: 1.063rem;
}

/*------------------------------------*\
      Footer
\*------------------------------------*/
.footer-help {
	background-color: #D2E9E0;
	padding: 140px 0;
}

.footer-help .wrapper {
	max-width: 1200px;
}

.footer-help .flex_item {
	display: flex;
	align-items: baseline;
	justify-content: center;
	flex-direction: column;
}

.footer-help h2 {
	font-size: 5.563rem;
	color: #0F261F;
	font-family: GilroyHeavy;
	text-transform: uppercase;
	margin-top: 0;
}

.footer-help p {
	color: #0f261f;
	max-width: 452px;
	margin: 15px auto;
	width: 100%;
	font-size: 1.063rem;
	line-height: 26px;
}

.site-info {
	font-size: 13px;
	color: rgba(255, 255, 255, 0.3);
	margin: 0px auto;
}

.site-info a {
	color: rgba(255, 255, 255, 0.3);
}

footer .mobilex-logo {
	background-image: url("img/mymobilex-footer-copyright.png");
}

footer .mobilex-logo:after {
	display: none;
}

footer .app-btns {
	position: relative;
	float: right;
	top: 0;
}

#legal-menu {
	margin: 1em 0 0;
	padding: 0;
	text-align: right;
}

#legal-menu li {
	list-style: none;
	display: inline-block;
	margin-right: 10px;
}

#legal-menu li:last-of-type {
	margin-right: 0;
}

#legal-menu li a {
	text-decoration: underline;
}

.social-icons {
	text-align: right;
}

.social-icons a {
	margin: 10px;
}

.with-border {
	padding: 40px 0px;
	border-top: solid 1px rgba(255, 255, 255, 0.1);
	border-bottom: solid 1px rgba(255, 255, 255, 0.1);
}

/*------------------------------------*\
     BLOCKS
\*------------------------------------*/
/*------------------------------------*\
      Banner
\*------------------------------------*/
.banner-block {
	background-size: cover;
	background-position: center;
	width: 100%;
	position: relative;
	max-width: 820px;
	margin: 0px auto;
}

.banner-block .banner-content {
	position: relative;
	z-index: 2;
	padding-bottom: 20px;
}

.banner-block .banner-content h2 {
	text-transform: uppercase;
	font-family: GilroyHeavy;
	font-size: 145px;
	margin: 0;
	line-height: 131px;
	padding-top: 0px;
	text-align: center;
	max-width: 820px !important;
	margin-top: 40%;
}

.banner-block .banner-content h2 span {
	color: #50F40C;
}

.banner-block .banner-content p {
	font-size: 30px;
	color: #DADFDA;
	text-align: center;
	margin: 0px auto;
}

.banner-block .banner-content strong {
	font-family: GilroyBoldItalic;
}

.banner-block .banner-content a:first-of-type {
	margin-right: 40px;
}

.banner-block .download-content {
	position: absolute;
	bottom: -52px;
	width: 96%;
	text-align: center;
	padding: 40px 0;
	text-transform: uppercase;
	font-family: GilroyHeavy;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 20px;
	line-height: 85%;
	border-top: solid 1px rgba(255, 255, 255, 0.5);
}

.banner-block .download-content span {
	color: #50F40C;
}

/*------------------------------------*\
      Plans Block
\*------------------------------------*/
.plans-block {
	background-color: #50F40C;
	padding: 20px 0 100px;
}

.plans-block .price_svg {
	width: 100%;
	height: 200px;
}

.plans-block sup {
	font-family: GilroyMedium;
	font-size: 1rem;
	top: -34px;
	margin-right: -5px;
}

.plans-block .highlight.dark {
	color: #0f261f;
}

.plans-block h3 {
	font-size: 70px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 63.75px */
	letter-spacing: 0px;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 30px;
}

.plans-block h3 span {
	color: #0f261f;
}

.plans-block h3.small {
	font-size: 63px;
	color: #0f261f;
}

.plans-block h3.small span {
	color: #FFF;
}

.plans-block .plan-cards {
	max-width: 1554px;
	margin: 0px auto;
}

.plans-block .plan-card {
	border-radius: 10px;
	background-color: #FFF;
	color: #0f261f;
	max-width: 480px;
	margin: 20px;
	min-height: 700px;
}

.plans-block .plan-card.row-1 .plan-card-header:after {
	content: 'starting at';
	display: block;
	position: absolute;
	bottom: -70px;
	font-family: GilroyHeavy;
	font-size: 17px;
	color: #0f261f;
	left: 50%;
	transform: translate(-50%, -50%);
}

.plans-block .plan-card-header {
	position: relative;
	width: 100%;
	background-color: #0F261F;
	padding: 40px;
	text-align: center;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: #FFF;
	font-size: 40px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 39.95px */
	letter-spacing: -0.705px;
	text-transform: uppercase;
}

.plans-block .plan-card-header span {
	color: #50F40C;
	display: block;
}

.plans-block .price {
	font-family: GilroyBlack;
	text-transform: uppercase;
	text-align: center;
	font-size: 8.75rem;
	margin: 0 0 -70px 0;
	position: relative;
}

.plans-block .price sup {
	font-size: 4rem;
	top: -40px;
	right: -27px;
}

.plans-block .price .price_dollar {
	position: relative;
	margin: 0;
	padding: 0;
	line-height: 3rem;
}

.plans-block .price .price_dollar:after {
	content: '/mo*';
	font-size: 2.5rem;
	display: block;
	position: absolute;
	right: -94px;
	text-transform: lowercase;
	top: 100px;
}

.plans-block .price .price_cents {
	font-size: 5rem;
	position: relative;
	top: -40px;
	left: -30px;
}

.plans-block .price .price_terms {
	font-size: 2.4rem;
	position: relative;
	top: 109px;
	left: 251px;
	text-transform: lowercase;
	position: absolute;
}

.plans-block .card-info {
	padding: 20px 20px 0;
	text-align: center;
	margin-top: 10px;
}

.plans-block .card-info p {
	font-family: GilroyRegular;
	text-align: center;
	font-size: 28px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	margin: 15px 0;
	padding: 0 20px;
}

.plans-block .card-info p strong {
	font-family: GilroyBold;
}

.plans-block .card-info p strong em {
	font-family: GilroyHeavy;
	font-style: normal;
}

.plans-block .card-info hr {
	max-width: 94px;
	margin: 0px auto;
	border-radius: 1px;
	height: 2px;
	background-color: #50F40C;
}

.plans-block .card-info h5 {
	font-family: GilroyHeavy;
	font-size: 4rem;
	margin: 0;
}

.plans-block .card-info h5 em {
	font-size: 27px;
	font-style: normal;
	display: inline-block;
	max-width: 181px;
	text-align: left;
	line-height: 1;
	position: relative;
	top: 0px;
}

.network-image {
	max-width: 850px;
	margin: 0px auto;
	padding: 0 40px;
}

/*------------------------------------*\
     Modal Popup
\*------------------------------------*/
.modal-popup {
	position: fixed;
	width: 40vw;
	max-width: 600px;
	height: 98vh;
	right: -40vw;
	background-color: #FFF;
	z-index: 999;
	transition: .5s;
	top: 10px;
}

.modal-popup.active {
	right: 0px;
}

.modal-popup .modal-content {
	text-align: center;
}

.modal-popup .modal-content h2 {
	text-transform: uppercase;
	color: #50F40C;
	font-size: 3rem;
}

.modal-popup .modal-content h2 span {
	color: #0f261f;
}

.modal-popup .modal-content .app-btns {
	margin: 10px auto;
	text-align: center;
	position: relative;
}

.modal-popup .modal-content .app-btns .apple-btn {
	background-image: url("img/app-store-logo-default.svg");
	margin: 0px auto;
	display: block;
	background-color: transparent;
	cursor: pointer;
}

.modal-popup .modal-content .app-btns .apple-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.modal-popup .modal-content .app-btns .google-btn {
	background-image: url("img/play-store-logo-default.svg");
	margin: 0px auto;
	display: block;
	background-color: transparent;
	cursor: pointer;
}

.modal-popup .modal-content .app-btns .google-btn a {
	display: block;
	width: 100%;
	height: 100%;
}

.modal-popup .close {
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	background-image: url("img/faq-icons/close.svg");
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	transition: .2s;
}

.modal-popup .close:hover {
	opacity: .5;
}

.modal-popup .qr-image {
	max-width: 300px;
	width: 100%;
	margin: 20px auto -100px;
}

/*------------------------------------*\
     Sim Block
\*------------------------------------*/
.sim-block {
	padding: 100px 0 0;
	background-color: #FFF;
	width: 100%;
	color: #0f261f;
	text-align: center;
	z-index: 1;
	position: relative;
	overflow-x: hidden;
}

.sim-block .btn {
	position: relative;
	z-index: 3;
}

.sim-block sup {
	font-size: 50%;
	top: -25px;
}

.sim-block h2 {
	text-align: center;
	font-size: 75px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 63.75px */
	letter-spacing: -1.125px;
	text-transform: uppercase;
	text-align: center;
	max-width: 840px;
	margin: 0px auto;
}

.sim-block h2 span {
	color: #50F40C;
}

.disclaimer {
	background-color: #E9EDEA;
	padding: 40px 0;
	text-align: center;
	font-size: 20px;
	display: block;
	clear: both;
	z-index: 2;
	position: relative;
}

.disclaimer sup {
	font-size: 70%;
	top: -5px !important;
}

.disclaimer .wrapper {
	max-width: 1194px;
	margin: 0px auto;
}

.disclaimer p {
	font-family: GilroyLight;
	margin: 0;
	text-align: center;
	font-size: 17px;
	font-style: normal;
	font-weight: 400;
	line-height: 21px;
}

.sim-image {
	max-width: 680px;
	position: relative;
	float: right;
	top: -260px;
	margin-bottom: -386px;
	transform: translate(0px, 380px);
	z-index: 1;
}

/*------------------------------------*\
     Store Locator
\*------------------------------------*/
.store-locator-block {
	background-color: #FFF;
	padding: 50px 0 100px;
	color: #FFF;
}

.store-locator-block .wrapper {
	max-width: 1600px;
}

.store-locator-block h2 {
	text-align: center;
	color: #50F40C;
	font-family: GilroyHeavy;
	text-transform: uppercase;
	max-width: 1020px;
	margin: 60px auto;
	font-size: 75px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 63.75px */
	letter-spacing: -1.125px;
}

.store-locator-block h2 span {
	color: #0f261f;
}

#wpsl-wrap #wpsl-result-list li {
	background-color: #E9EDEA;
	border-bottom: none !important;
	margin-bottom: 10px;
	color: #0f261f;
	border-radius: 7px;
	padding: 20px;
}

#wpsl-wrap #wpsl-result-list li strong {
	font-family: GilroyHeavy;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	/* 28.8px */
	margin-bottom: 5px;
	display: block;
}

#wpsl-wrap #wpsl-result-list li a {
	text-decoration: underline;
}

#wpsl-wrap #wpsl-result-list li a:hover {
	color: #0f261f;
}

#wpsl-wrap #wpsl-result-list li a {
	position: relative;
	top: -2px;
	color: #53DC1A;
}

#wpsl-wrap #wpsl-result-list li a:hover {
	color: #11AD76;
}

.gm-style .gm-style-iw {
	color: #0f261f;
}

#wpsl-wrap .wpsl-info-window p {
	color: #0f261f;
}

#wpsl-wrap .wpsl-info-window p strong {
	text-transform: uppercase;
}

#wpsl-gmap {
	border-radius: 7px;
	top: -2px;
	width: calc(67% - 10px);
}

#wpsl-result-list {
	top: -2px;
	position: relative;
}

#wpsl-search-input {
	height: 56px !important;
}

#wpsl-search-input:focus {
	outline-color: #11AD76;
}

.wpsl-country {
	display: none;
}

.wpsl-store-location {
	margin-bottom: -12px;
}

.wpsl-direction-wrap {
	display: flex;
	font-family: GilroyRegular;
	font-size: 20px;
	font-style: normal;
	font-weight: 400;
	line-height: 120%;
	position: relative;
	top: 0;
}

.wpsl-direction-wrap a {
	margin-left: 10px;
	font-family: GilroyMedium;
	font-size: 18px;
	font-style: normal;
	font-weight: 600;
	line-height: 120%;
	text-decoration-line: underline;
}

.wpsl-direction-wrap a:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 2px;
	background-color: #0f261f;
	position: relative;
	top: 4px;
	margin-right: 10px;
}

.wpsl-search {
	background-color: transparent;
	color: #0f261f;
	padding: 0;
}

.wpsl-input {
	background-color: #50F40C;
	width: 33%;
	padding: 20px;
	border-radius: 7px;
	height: 128px;
	display: flex !important;
	justify-content: left;
	align-items: left;
	flex-direction: column;
}

.wpsl-input input {
	display: block;
	position: relative;
	top: 30px;
	border-radius: 7px !important;
	width: 100% !important;
	border: none !important;
}

.wpsl-input:before {
	content: 'enter an address or zip code';
	text-transform: uppercase;
	font-family: GilroyHeavy;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 17px */
	letter-spacing: -0.3px;
	position: absolute;
	top: 20px;
}

#wpsl-result-list li p {
	font-family: GilroyRegular;
	font-size: 20px;
	font-style: normal;
	font-weight: 800;
	line-height: 120%;
	/* 28.8px */
}

#wpsl-radius {
	background-color: #50F40C;
	width: calc(50% - 10px);
	padding: 20px;
	border-radius: 7px;
	height: 128px;
	display: flex !important;
	justify-content: left;
	align-items: left;
	flex-direction: column;
}

#wpsl-radius label {
	text-transform: uppercase;
	font-family: GilroyHeavy;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 85% !important;
	/* 17px */
	letter-spacing: -0.3px;
}

.wpsl-input label, #wpsl-radius label, #wpsl-category label {
	text-wrap: nowrap;
}

.wpsl-dropdown {
	position: relative;
	top: 13px;
	width: 100% !important;
	align-items: center;
	display: flex;
	height: 56px;
	border: none !important;
	border-radius: 7px !important;
}

#wpsl-results {
	background-color: #50F40C;
	width: calc(50% - 10px);
	padding: 20px;
	border-radius: 7px;
	height: 128px;
	display: flex !important;
	justify-content: left;
	align-items: left;
	flex-direction: column;
	position: relative;
}

#wpsl-results label {
	text-transform: uppercase;
	font-family: GilroyHeavy;
	font-size: 20px;
	font-style: normal;
	font-weight: 900;
	line-height: 85% !important;
	/* 17px */
	letter-spacing: -0.3px;
}

#wpsl-search-wrap div label {
	margin-right: 0;
	line-height: none;
}

#wpsl-search-wrap .wpsl-input, #wpsl-search-wrap .wpsl-select-wrap {
	display: inline-block;
}

.wpsl-select-wrap {
	width: 26%;
}

.wpsl-search-btn-wrap {
	background-color: #50F40C;
	border-radius: 7px;
	position: relative;
	width: calc(41% - 10px);
	right: 0;
	margin: 0 !important;
	padding: 0 !important;
	height: 128px;
	float: right !important;
}

.wpsl-search-btn-wrap input {
	border-radius: none;
	background-color: #0f261f;
}

.wpsl-search-btn-wrap #wpsl-search-btn {
	text-align: center;
	font-family: GilroyHeavy;
	font-size: 24px;
	font-style: normal;
	font-weight: 900;
	/* 28.8px */
	text-transform: uppercase !important;
	color: #50F40C;
	background: #0f261f;
	border-radius: 0 !important;
	border: none !important;
	padding: 15px 60px;
	position: absolute;
	right: 13px;
	bottom: 23px;
	transition: .2s;
	height: 56px;
	line-height: 0px;
}

.wpsl-search-btn-wrap #wpsl-search-btn:hover {
	color: #0f261f;
	background-color: #FFF;
}

#wpsl-search-btn, #wpsl-search-wrap div {
	margin-bottom: 0;
}

/*------------------------------------*\
      Plugin Hide
\*------------------------------------*/
.side-by-side {
	padding: 105px 0 80px;
	position: relative;
	z-index: 3;
}

.side-by-side .wrapper {
	max-width: 1600px;
}

.side-by-side h2 {
	color: #FFF;
	text-align: center;
	font-family: GilroyHeavy;
	font-size: 75px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 63.75px */
	letter-spacing: -1.125px;
	text-transform: uppercase;
	max-width: 1170px;
	margin: 0px auto 40px;
}

.side-by-side h2 span {
	color: #50F40C;
	display: block;
}

.side-by-side .cta-card {
	margin: 25px;
	background-color: #FFF;
	border-radius: 15.5px;
	position: relative;
	overflow: hidden;
}

.side-by-side .cta-header {
	width: 100%;
	background-color: #50F40C;
	border-top-left-radius: 15.5px;
	border-top-right-radius: 15.5px;
	padding: 40px 40px 1px 40px;
}

.side-by-side .cta-header h2 {
	color: var(--palette-x-blue, #0F261F);
	font-family: GilroyHeavy;
	font-size: 47px;
	font-style: normal;
	font-weight: 900;
	line-height: 85%;
	/* 39.95px */
	letter-spacing: -0.705px;
	text-transform: uppercase;
	text-align: left;
}

.side-by-side .cta-header h2 span {
	color: #FFF;
}

.side-by-side .cta-content {
	max-width: 247px;
	margin: 0px 40px 40px;
	float: left;
}

.side-by-side .cta-content p {
	color: #0F261F;
	font-family: GilroyRegular;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 120%;
	/* 28.8px */
	margin: 40px 0 30px;
}

.side-by-side .cta-image {
	width: 60%;
	position: absolute;
	bottom: -6px;
	transform: translate(0px, 380px);
}

.side-by-side .flex_item:nth-of-type(2) .cta-image {
	left: 0;
}

.side-by-side .flex_item:nth-of-type(2) .cta-header h2 {
	text-align: right;
}

.side-by-side .flex_item:nth-of-type(2) .cta-content {
	float: right;
	max-width: 268px;
}

.side-by-side .flex_item:nth-of-type(2) .cta-content a {
	float: right;
}

.side-by-side .flex_item:nth-of-type(2) .cta-content p {
	text-align: right;
}

.side-by-side .flex_item:nth-of-type(1) .cta-image {
	right: 0;
}

/*------------------------------------*\
      Plugin Hide
\*------------------------------------*/
#trp-floater-ls.trp-bottom-right {
	display: none;
}

/*------------------------------------*\
      FLEX CONTAINERS
\*------------------------------------*/
/*Flex Conatiners
NOTE FROM TIM: This is an awesome way to
do flex grids for responsvie containers.
*/
.flex_container {
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-direction: normal;
	-moz-box-direction: normal;
	-webkit-box-orient: horizontal;
	-moz-box-orient: horizontal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-moz-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
	-webkit-box-align: stretch;
	-moz-box-align: stretch;
	-webkit-align-items: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	clear: both;
}

.flex_container .flex_item {
	flex-grow: 1;
	-webkit-box-ordinal-group: 1;
	-moz-box-ordinal-group: 1;
	-webkit-order: 0;
	-ms-flex-order: 0;
	order: 0;
	-webkit-box-flex: 0;
	-moz-box-flex: 0;
	-webkit-flex: 0 1 auto;
	-ms-flex: 0 1 auto;
	flex: 0 1 auto;
	-webkit-align-self: auto;
	-ms-flex-item-align: auto;
	align-self: auto;
}

.flex_container .flex_item.with-border {
	border-right: solid 1px #707070;
}

.flex_container.flex_one > .flex_item {
	width: 100%;
}

.flex_container.flex_two > .flex_item {
	width: 50%;
}

.flex_container.flex_two > .flex_item.flex_60 {
	width: 60%;
}

.flex_container.flex_two > .flex_item.flex_40 {
	width: 40%;
}

.flex_container.flex_two > .flex_item.one_third {
	width: 30%;
}

.flex_container.flex_two > .flex_item.two_thirds {
	width: 70%;
}

.flex_container.flex_two > .flex_item.three_fourths {
	width: 70%;
}

.flex_container.flex_two > .flex_item.one_fourth {
	width: 30%;
}

.flex_container.flex_three > .flex_item {
	width: 33.3%;
}

.flex_container.flex_four > .flex_item {
	width: 25%;
}

.flex_container.flex_five > .flex_item {
	width: 20%;
}

.flex_container.flex_six > .flex_item {
	width: 16.6%;
}

#notification {
	position: fixed;
	width: calc(100% - 40px);
	max-width: 400px;
	background-color: #0f261f;
	bottom: 20px;
	left: 20px;
	padding: 20px;
	font-size: 11px;
	z-index: 999;
}

#notification button {
	align-items: center;
	background-color: #50f40c;
	color: #0f261f !important;
	display: inline-block;
	padding: 10px 30px;
	font-family: GilroyMedium;
	font-feature-settings: normal;
	font-variation-settings: normal;
	font-weight: 600;
	height: 47px;
	justify-content: center;
	line-height: 27px;
	text-align: left;
	cursor: pointer;
	transition: .2s;
	outline: none;
	border: none;
	border-radius: 0px;
	margin-top: 15px;
	display: block;
}

#notification button:hover {
	background-color: #FFF;
}

#notification button a:hover {
	color: #0f834d;
}

#notification button a:visited {
	color: #50F40C;
}

/*------------------------------------*\
      Mobile
\*------------------------------------*/
.mobile-button {
	display: none;
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	width: 40px;
	height: 40px;
	background-image: url("img/menu-closed-icon.svg");
	z-index: 999;
	position: relative;
	top: 5px;
	outline: none;
}

.mobile-button.active {
	background-image: url("img/menu-open-icon.svg");
}

.mobile-menu-extras {
	border-top: solid 1px rgba(49, 73, 66, 0.5);
	display: none;
	max-width: 600px;
	margin: 40px auto;
}

.mobile-menu-cta {
	text-align: center;
	font-family: GilroyHeavy;
	font-size: 18px;
	color: #FFF;
	margin-bottom: 0;
	margin-top: 30px;
	line-height: 85%;
}

.mobile-menu-cta span {
	color: #50F40C;
}

@media (max-width: 1630px) {
	.sim-image {
		display: block;
		position: relative;
		transform: none !important;
		float: none;
		top: 0;
		margin: 40px auto -40px;
		max-width: 370px;
	}
}

@media (max-width: 1330px) {
	.plans-block sup {
		top: -19px;
	}
	.plans-block {
		padding-bottom: 40px;
	}
	.side-by-side {
		padding: 40px 0 40px;
	}
	.side-by-side h2 {
		margin-bottom: 20px;
	}
	.store-locator-block h2 {
		margin-top: 0;
		margin-bottom: 20px;
	}
	.store-locator-block {
		padding: 50px 0 20px;
		margin-bottom: -10px;
	}
	.sim-block {
		padding-top: 40px;
	}
	.footer-help {
		padding: 40px 0;
	}
	.side-by-side .flex_container.flex_two .flex_item {
		width: 100%;
	}
	.side-by-side .cta-image {
		max-width: 500px;
	}
	.side-by-side .cta-card {
		max-width: 730px;
		margin: 10px auto;
	}
	.lang-btn {
		margin-right: 20px;
	}
	.menu-btns {
		width: 160px;
	}
	#site-navigation {
		padding-top: 30px;
		display: none;
		width: 100vw;
		height: 100vh;
		background-color: #0f261f;
		left: 0;
		right: 0;
		position: absolute;
		top: 92px;
	}
	#site-navigation.active {
		display: block;
	}
	#site-navigation .main-navigation ul {
		display: block !important;
		text-align: center;
	}
	#site-navigation #primary-menu {
		position: relative;
		left: auto;
		transform: none;
		top: auto;
		display: block;
		text-align: center;
		margin: 0;
	}
	#site-navigation #primary-menu li {
		margin: 0;
	}
	#site-navigation #primary-menu li a {
		text-transform: uppercase;
		font-weight: 900;
		font-family: GilroyHeavy;
		font-size: 44px;
		margin-top: 28px;
	}
	.menu-btns a.btn {
		display: none;
	}
	.menu-btns .mobile-button {
		display: block;
	}
	.mobile-menu-extras {
		display: block;
	}
	.mobile-menu-extras .app-btns {
		position: relative;
		margin: 0px auto;
	}
	/*------------------------------------*\
   Banner Mobile
\*------------------------------------*/
	.banner-block .banner-content h2 {
		font-size: 80px;
		max-width: 750px;
		line-height: 85%;
	}
	.banner-block .banner-content p {
		font-size: 20px;
		max-width: 600px;
	}
	.banner-block .app-btns {
		position: relative;
		margin: 0px auto;
	}
	/*------------------------------------*\
     Plans Card Mobile
\*------------------------------------*/
	.plans-block h3 {
		font-size: 51px;
	}
	.plans-block .flex_container .flex_item {
		width: 100%;
	}
	.plans-block .plan-card {
		margin: 0px auto 15px;
		height: 145px;
		min-height: unset;
		overflow: hidden;
		transition: .5s;
		border-radius: none !important;
	}
	.plans-block .plan-card .plan-card-header {
		height: 145px;
	}
	.plans-block .plan-card .plan-card-header:before {
		content: '';
		background-image: url("img/faq-icons/arrow-up.svg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: contain;
		transform: rotate(180deg);
		width: 20px;
		height: 20px;
		position: absolute;
		bottom: 10px;
		display: block;
		left: calc(50% - 10px);
		transition: .2s;
	}
	.plans-block .plan-card.active {
		height: 730px;
		border-radius: 10px;
	}
	.plans-block .plan-card.active .plan-card-header:before {
		transform: rotate(0deg);
	}
	.plans-block h3.small {
		font-size: 43px;
	}
}

@media (max-width: 1080px) {
	.footer-help {
		text-align: center;
	}
	.footer-help h2 {
		text-align: center;
		width: 100%;
		font-size: 3rem;
		margin-bottom: 0;
	}
	.footer-help .flex_container .flex_item {
		width: 100%;
	}
	.side-by-side .cta-content p {
		max-width: 217px;
		font-size: 20px;
	}
	.side-by-side .cta-image {
		max-width: 340px;
	}
}

.site-footer {
	display: none;
}

@media (max-width: 1000px) {
	footer .mobilex-logo {
		margin-right: 0;
	}
	#legal-menu {
		text-align: center;
		margin-top: 0;
	}
	.site-footer {
		text-align: center;
	}
	.site-footer p {
		margin-bottom: 0;
	}
	.site-footer .flex_container .flex_item {
		width: 100%;
		justify-content: center;
		align-items: center;
		display: flex;
		margin: 20px auto;
	}
	.site-footer .flex_container .flex_item:last-of-type {
		margin-bottom: 0;
	}
}

@media (max-width: 825px) {
	.wpsl-select-wrap {
		width: 60.3%;
	}
}

@media (max-width: 680px) {
	#wpsl-result-list li p {
		line-height: 75%;
	}
	#wpsl-wrap #wpsl-result-list li {
		padding: 13px;
	}
	.plans-block .plan-card .plan-card-header:before {
		bottom: 20px;
	}
	.banner-content {
		border-bottom: solid 1px rgba(255, 255, 255, 0.5);
	}
	.banner-block .download-content {
		border: none;
		position: relative;
		top: 67px;
	}
	.banner-block .download-content .app-btns {
		top: 20px;
	}
	.walmart-logo {
		top: -2px;
	}
	.site-main.legal-page h2 {
		font-size: 30px;
	}
	.sim-image {
		max-width: 100%;
		top: -50px;
		z-index: 3;
		left: -30px;
		margin-bottom: -120px;
	}
	.sim-block sup {
		top: -10px;
	}
	.disclaimer {
		z-index: 3;
	}
	.disclaimer p {
		font-size: 12px;
		line-height: 120%;
	}
	.side-by-side .cta-image {
		max-width: 180px;
	}
	#wpsl-radius, #wpsl-results {
		background-color: #50F40C;
		width: calc(50% - 10px);
		padding: 20px;
		border-radius: 7px;
		height: 128px;
		display: flex !important;
		justify-content: center !important;
		align-items: center !important;
		flex-direction: column;
	}
	#wpsl-search-wrap div label {
		text-align: center;
		top: -12px;
		position: relative;
		margin-bottom: -11px;
	}
	.wpsl-input:before {
		width: 100%;
		text-align: center;
		display: block;
		position: relative;
		top: 0px;
		margin-bottom: -15px;
	}
	#wpsl-search-btn, #wpsl-search-wrap div {
		margin-right: 10px;
	}
	#wpsl-radius label {
		font-size: 14px;
	}
	#wpsl-results label {
		font-size: 14px;
	}
	.wpsl-input:before {
		font-size: 14px;
	}
	.wpsl-search-btn-wrap {
		margin-right: 0 !important;
		margin-top: 10px !important;
		width: 100%;
	}
	.wpsl-search-btn-wrap #wpsl-search-btn {
		width: 93%;
		top: 28%;
	}
	.wpsl-search-btn-wrap {
		margin: 10px auto 0 !important;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.wpsl-search-btn-wrap #wpsl-search-btn {
		position: relative;
		float: none !important;
		display: block;
		top: unset !important;
		left: unset;
		right: unset;
		bottom: unset;
		margin: 0 !important;
	}
	.wpsl-select-wrap {
		width: 100%;
	}
	#wpsl-results {
		margin-right: 0 !important;
		width: 50%;
	}
	.store-locator #wpsl-gmap {
		width: 100%;
		height: 450px !important;
	}
	.anoucement_bar p {
		font-size: 10px;
	}
	.menu-btns {
		width: 40px;
	}
	.menu-btns .lang-btn {
		display: none;
	}
	.store-locator-block h2 {
		font-size: 2rem;
	}
	.side-by-side .cta-header h2 {
		font-size: 2rem;
	}
	.side-by-side h2 {
		font-size: 2rem;
	}
	.plans-block h3 {
		font-size: 2rem;
		margin: 20px auto;
	}
	.plans-block h3.small {
		max-width: 290px;
	}
	.sim-block h2 {
		font-size: 2rem;
	}
	.plans-block .plan-card-header {
		font-size: 2rem;
		padding-bottom: 75px;
	}
	.site-branding {
		width: 200px;
	}
	.site-branding .mobilex-logo:after {
		content: '';
		height: 46.53px;
		width: 0.58px;
		display: block;
		background-color: #789194;
		position: absolute;
		right: -9px;
		top: -8px;
	}
	.banner-block .space-period {
		width: 15px;
		display: inline-block;
	}
	.banner-block .banner-content h2 {
		font-size: 4rem;
		line-height: 85%;
		text-align: center;
		padding-top: 0px;
	}
	.banner-block .banner-content p {
		text-align: center;
		max-width: 90%;
		margin: 20px auto 20px;
	}
	.banner-block .banner-content a {
		display: block;
		margin: 20px auto;
		text-align: center;
	}
	.banner-block .banner-content a:first-of-type {
		margin: 20px auto;
	}
	.mobilex-logo {
		margin: 0px auto;
	}
	.modal-popup {
		width: 100vw;
		right: -100vw;
	}
	#site-navigation #primary-menu li a {
		margin-top: 13px;
		padding: 0  20px;
	}
	.mobilex-logo.beyou {
		margin: 0px auto;
	}
}

@media (max-width: 480px) {
	.banner-block .banner-content h2 {
		font-size: 3.5rem;
	}
	.with-border {
		padding: 40px 0px !important;
	}
	.banner-block .banner-content p {
		font-size: 20px;
	}
	.site-header {
		top: 30px;
	}
	.wrapper {
		padding: 0 20px;
	}
	.banner-block .download-content {
		max-width: 300px;
	}
	.side-by-side .flex_item:nth-of-type(2) .cta-content p {
		text-align: center;
		max-width: 90%;
	}
	.side-by-side .cta-content {
		float: none;
		text-align: center;
		margin: 0px auto 25px;
		max-width: 100%;
	}
	.side-by-side .cta-header h2 {
		text-align: center;
	}
	.side-by-side .flex_item:nth-of-type(2) .cta-header h2 {
		text-align: center;
	}
	.side-by-side .flex_item:nth-of-type(2) .cta-content {
		float: none;
		max-width: 100%;
	}
	.side-by-side .cta-content p {
		margin: 20px auto;
		float: none;
		max-width: 90%;
	}
	.side-by-side .flex_item:nth-of-type(2) .cta-content a {
		float: none;
	}
	.wpsl-search-btn-wrap #wpsl-search-btn {
		max-width: 278px;
	}
	.side-by-side .cta-image {
		display: none;
	}
	.plans-block .card-info h5 {
		font-size: 3.5rem;
	}
	.plans-block .card-info h5 em {
		font-size: 23px;
	}
	.plans-block .card-info p {
		font-size: 20px;
		padding: 0;
	}
	.plans-block .price {
		font-size: 6rem;
		margin-bottom: -52px;
	}
	.plans-block .price .price_cents {
		font-size: 3rem;
	}
	.plans-block .price sup {
		font-size: 3rem;
	}
	.plans-block .price .price_dollar:after {
		font-size: 1.5rem;
	}
	.plans-block .price .price_dollar:after {
		right: -55px;
		top: 60px;
	}
	.plans-block .card-info h5 {
		font-size: 2.5rem;
	}
	.plans-block .card-info h5 em {
		max-width: 116px;
		font-size: 18px;
	}
	.plans-block .plan-card.row-1 .plan-card-header:after {
		bottom: -43px;
		font-family: GilroyBold;
		font-size: 13px;
	}
	.plans-block .plan-card.active {
		height: 560px;
	}
}

/*Spanish*/
.translatepress-es_MX .footer-help h2 {
	font-size: 3.7rem;
}

.translatepress-es_MX .plans-block .card-info p {
	font-size: 22px;
}

.translatepress-es_MX #wpsl-radius label {
	font-size: 12px;
}

.translatepress-es_MX #wpsl-results label {
	font-size: 12px;
}

.translatepress-es_MX .wpsl-input:before {
	content: 'INGRESA UNA DIRECCIÓN O CÓDIGO POSTAL';
	font-size: 16px;
}

.translatepress-es_MX .plans-block .plan-card.row-1 .plan-card-header:after {
	content: 'COMENZANDO EN' !important;
}

.translatepress-es_MX .plans-block .price .price_dollar:after {
	content: '/al mes*';
	font-size: 1.5rem;
}

.translatepress-es_MX .side-by-side .btn {
	padding: 10px 20px;
}

/*# sourceMappingURL=style.css.map */