/*Small Screen*/

@media only screen and (min-width: 321px) and (max-width: 480px) { 
/*--------------------------------------------------------------
## Base
--------------------------------------------------------------*/
body{
  font-size: 16px;
}

section {
	padding-top: 20px;
	padding-bottom: 20px;
}

section.bigger-padding {
	padding-top: 30px;
    padding-bottom: 30px;
}

h1 {
	font-size: 2.2em;
}

h2 {
	font-size: 1.8em;
}
/*--------------------------------------------------------------
## Object
--------------------------------------------------------------*/
.column-2.v2:first-child,
.column-2.v2:last-child {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.box {
	padding: 2em 1em;
}

input[type="submit"], .big-green-btn {
	font-size: 1.2em;
	padding-left: 10px;
	padding-right: 10px;
}

.pym-333 {
	padding-top: 2em;
	padding-bottom: 2em;
}

/*--------------------------------------------------------------
## HEADER
--------------------------------------------------------------*/





/*--------------------------------------------------------------
## CONTENT AND PAGES
--------------------------------------------------------------*/
/*-------------------------------
## @Home Page
-------------------------------*/
#page-header.bg-3 {
	background-image: none;
}

.page-title {
	font-size: 1.8em;
	margin-bottom: 20px;
}

#green-btn-home {
	display: block;
	margin: 10px 0;
}
	#green-btn-home img {
		margin-bottom: 0;
		width: 45px;
	}

#page-header .mrx-8 {
	margin-right: 0;
}

/*** Price Item ***/
.price-list .price-item {
	height: auto !important;
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

/*** Video App ***/
#visual-phone .column-2.v2:first-child {
	width: 100%;
	float: none;
}

#live-app-demo img {
	width: 300px;
}

#live-app-demo video {
	width: 204px;
}

#visual-phone .column-2.v2:last-child {
	margin-top: 0;
	width: 100%;
	float: none;
}

#visual-phone .m-w-400px {
	max-width: 100%;
}

/*** Features and Benefits ***/
.fnb-item {
	width: 100%;
}

.fnb-item .fnb-icon {
	width: 100px;
}

.big-inner-wrap > .inner-wrap {
	padding-left: 0;
	padding-right: 0;
}

.column-2.v3:first-child,
.column-2.v3:last-child {
	float: none;
	width: 100%;
	border: none;
	padding: 0;
}
	.column-2.v3:first-child {
		margin-bottom: 20px;
	}

.one-hundred-percent .column-2 {
	width: 100%;
	float: none;
}

.super-big {
	text-align: center;
	font-size: 5em;
}

.easy-123 .column-3 {
	width: 100%;
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #999;
}
	.easy-123 .column-3:last-child {
		border-bottom: none;
	}

.easy-123 .column-3 .easy-123-img {
	width: 80px;
	margin: 0 auto;
}

.easy-123-img + p {
	margin-bottom: 0;
}

.column-2.v2:first-child {
	margin-bottom: 40px;
}

/*-------------------------------
## @Form PAGES
-------------------------------*/
#page-form,
#image-col {
	height: auto !important;
}

.app.w-50 {
	width: 100%;
}

/* Price Form */
.packages-row > div:first-child,
.packages-row > div:last-child {
	width: 100%;
	padding: 0;
}

.package .amount {
	font-size: 2.5em;
}

.package-name {
	margin-top: 0;
}

/*--------------------------------------------------------------
## FOOTER
--------------------------------------------------------------*/
.footer-content .column-5 {
	float: none;
	width: 100%;
	margin-bottom: 20px;
}

.footer-content .column-5-offset {
	float: none;
	width: 100%;
}

.footer-content {
	padding-top: 30px;
}

#colophon div {
	float: none;
	width: 100%;
	text-align: center;
}

#colophon li {
	float: none;
	display: inline-block;
	margin-bottom: 10px;
}


.column-5-offset .collapsible li {
	float: none;
	width: 100%;
}

/*--------------------------------------------------------------
## Plugins
--------------------------------------------------------------*/
.price-sm .price-content .price-row.last {
	position: static;
}

.get-the-app-footer,
.our-partners-footer {
	margin-left: 0;
}

#colophon .copyright .nav-menu li:first-child {
	display: block;
}

.us-patent {
	margin-top: 0;
	text-align: left;
}

} /* Ending Bracket for Media Query */