/*--------------
All Contents
--------------*/

/*-----------------
1. Reset.css
2. Helper Classes
3. Home page Hero Sections
4. Pitch Section Styling
5. Features Section Styling
6. Review Styling
7. Pricing section
8. Subscribe Section
9. All Media Queries
------------------*/


/*----- 1. Reset.css -----*/

html {
	font-size: 16px;
}

body {
	color: #5A5C61;
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
}

p {
	font-family: 'Open Sans', sans-serif;
}

::-moz-selection {
    color: #FFFFFF;
    background: #95A823;
}

::selection {
    color: #FFFFFF;
    background: #95A823;
}

.nopadding {
	padding: 0;
}

.custompadding {
	padding-left: 5px;
	padding-right: 5px;
}

.no-margin {
	margin-right: 0;
	margin-left: 0;
}


.error-message {
	color: #FF3333;
	font-family: 'Open Sans';
	margin-top: 5px;
}

.success-message {
	color:#009900;
	font-family: 'Open Sans';
	margin-top: 5px;
}

#loading {
   width: 100%;
   height: 100%;
   top: 0px;
   left: 0px;
   position: fixed;
   opacity: 1;
   background-color: #F2F2F2;
   z-index: 9999;
   text-align: center;
}

#loading-image {
	display: inline;
	top: 40%;
	position: relative;
	z-index: 9999;
}

.logo {
	margin: 0 auto;
	padding: 0px 0px;
	z-index: 111;
}

.logo:hover, .logo:focus {
	text-decoration: none;
	color: #FFF;
}

/* ------ Navbar Styling Starts ----- */

.eyelash {
    background: #333;
   	padding: .5rem 1rem;
}

.eyelash p {
	color: #fff;
	margin-top: 0;
    font-size: 14px;
    text-align: center;
    margin: 0;
	text-transform: none;
	padding: 6px;
}

.eyelash p a {
	color: #00B3E6;
	color: #e2fa3c;
	text-decoration: underline;
}

.eyelash .widget:last-of-type {
	margin-bottom: 0;
}

.navbar {
    font-size: 1rem;
    font-family: 'Open Sans';
    font-weight: 400;
    text-transform: capitalize;
    padding-top: 0;
    letter-spacing: 1px;
    height: auto;
    -webkit-transition: all 0.6s;
    -moz-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-backface-visibility: hidden;
    /*padding-bottom: .5rem;*/
}

.navbar .container {
	max-width: none !important;
}

.navbar-default {
	transition: all 0.6s ease;
	background-color: #fff;
	border-bottom: 1px solid #5A5C61;
	border-color: rgba(0,0,0,.2);
}

/* Mobile toggle */
.navbar-default .navbar-toggle {
 	border-radius: 0;
}

.navbar-default .navbar-toggle:focus {
	background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar {
	background-color: #111111;
}

.navbar-default .navbar-brand .navbar-toggle .collapsed {
	padding: 4px 6px;
	font-size: 1rem;
	color: #111111;
}

.navbar-default .nav-white .navbar-toggle .icon-bar {
	background-color: #FFFFFF;
}

.navbar-default.past-main .nav-white .navbar-toggle .icon-bar {
	background-color: #111111;
}

/* logo */
.navbar-default .navbar-brand {
	padding-top: 5px;
	color: #111111;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-default .navbar-brand:hover {
  	transition: 1s;
}

.navbar-brand {
    line-height: 1;
    text-transform: none;
}

.navbar-default .navbar-brand {
    padding-top: 0;
    /*padding-bottom: 5px;*/
    padding-bottom: 0;
    height: auto;
}

.navbar-default a.navbar-brand.text-logo{
	color: #5A5C61;
}

.navbar-default.past-main a.navbar-brand.text-logo{
	color: #000;
}

.navbar-default .navbar-nav>li >a:focus,
.navbar-default .navbar-nav>li >a:hover {
    color: #2788f2;
    background-color: transparent;
}

/* Main navigation */
.navbar-default .navbar-nav > li > a {
	color: #111111;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5;
	transition: all 0.5s;
}

.navbar-default .navbar-nav > li > a:hover {
  color: #5A5C61;
}

.navbar-default .navbar-nav > .active > a {
	background: transparent;
	color: #5A5C61;
}

.navbar-default .navbar-nav > .active > a:hover {
    background: transparent;
    color: #333333;
}

.navbar-default .navbar-nav > .active > a:focus {
	background: transparent;
 	color: #111111;
}

.navbar-default .navbar-collapse {
	border-color: transparent;
	background-color: transparent;
}

.navbar-default .navbar-nav .open .dropdown-toggle {
	color: #111111;
}

.navbar-default .nav-white > li > a {
	color: #FFFFFF;
}

.navbar-default .nav-white > li > a:hover {
	color: #ffffff;
}

.navbar-default .navbar-brand.nav-white {
	padding-top: 0;
	color: #FFFFFF;
	font-size: 21px;
	letter-spacing: 1px;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}

.navbar-default .navbar-nav > .show > a,
.navbar-default .navbar-nav > .show > a:focus,
.navbar-default .navbar-nav > .show > a:hover {
    color: #555;
    background-color: transparent;
}

/*---------- Media Queries ---------*/

@media only screen and (max-width: 767px) {

	.navbar {
		padding-top: 0px;
		height: auto;
	}

	.navbar-default .navbar-collapse {
		text-align: center;
		border-color: transparent;
		background-color: #FFFFFF;
		border: 0;
		border-color: transparent;
	}

	.navbar-default .navbar-nav > li > a {
		border-top: 1px solid;
		border-color: rgba(0,0,0,.1) !important;
		color: #5A5C61;
		padding-top: 14px;
		padding-bottom: 14px;
	}

	.navbar-default .navbar-nav > li > a:hover {
		color: #5A5C61;
	}

	.navbar-default .navbar-brand {
		color: #FFFFFF;
	}

	.navbar-default .navbar-brand.nav-white {
		color: #FFFFFF;
	}

	.navbar-default .navbar-toggle .icon-bar {
		background-color: #5A5C61;
	}

	.navbar-header {
		padding: .5rem 0;
	}

	.primary-menu {
		margin-bottom: 0;
	}
}

@media only screen and (min-width: 240px) {

	.navbar.past-main {
		font-size: 1rem;
		padding-top: 5px;
		height: 60px;
		/* top: 0; */
		background-color: rgba(255, 255, 255, 0.99);
		-webkit-transition: all 0.6s;
		-moz-transition: all 0.6s;
		-o-transition: all 0.6s;
		transition: all 0.6s;
	}

	.navbar-default.past-main .navbar-brand {
		color: #111111;
	}

	.navbar-default.past-main .navbar-toggle .icon-bar {
		background-color: #111111;
	}

	.navbar-default.past-main .navbar-nav > li > a {
		color: #5A5C61;
		-webkit-transition: color 0.5s;
		transition: color 0.5s;
	}

	.navbar-default.past-main .navbar-nav > li > a:hover {
		color: #111111;
	}

	.navbar-default.past-main .navbar-nav > .active > a {
		background: transparent;
		color: #5924EC;
	}

	.navbar-default.past-main .navbar-nav > .active > a:hover {
	    background: transparent;
	    color: #5A5C61;
	}

	.navbar-default.past-main .navbar-nav > .active > a:focus {
		background: transparent;
		color: #5A5C61;
	}

}

@media only screen and (min-width: 768px) {

	.navbar .container {
		padding: 1rem 2rem;
	}
}

/* ------------------------------------------------------
-------------- Main Section Styling Starts --------------
--------------------------------------------------------*/


#main {
  height: 100%;
  padding-top: 5rem;
}

@media (min-width: 960px) {
	#main {
  		padding-top: 3rem;
	}
}

@media (min-width: 960px) {
	#main {
  		padding-top: 3rem;
	}
}



/* ----- Hero Section Styling Starts ----- */

.hero-section {
	height: 100%;
	background: #FFFFFF;
	padding: 150px 0 0 0;
}

.mobile-hero .vc_column-inner {
/*    background-image: url('/wp-content/uploads/2019/04/mobile-header.jpg');
*/    background-position: center;
    background-color: white;
    background-size: cover;
    background-repeat: no-repeat;
}

.mobile-hero .hero-section .col-md-7 {
    float: none;
    margin: auto;
    text-align: center;
    display: block;
}

.mobile-hero .hero-section.form h1 {
/*	color: #3C3735;*/
	color: #fff;
	text-shadow: 1px 1px 8px rgba(0, 0, 0, .38);
	font-size: 85px;
}

.hero-content {
	padding: 100px 0 100px 0;
	overflow: hidden;
}

.hero-content h1 {
	font-size: 34px;
	font-weight: 400;
	color: #5A5C61;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.hero-content p {
	font-family: 'Open Sans';
	font-size: 1rem;
	color: #5A5C61;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}


.btn-action {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background-color: #95A823;
	border: 1px solid #95A823;
	border-radius: 0;
	color: #FFFFFF;
	font-size: 16px;
	font-weight: 400;
	letter-spacing: 2px;
	line-height: 1;
	padding: 10px 21px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.btn-action:hover, .btn-action:focus,
.btn-action:active, .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #95A823;
	background: transparent;
	border-color: #95A823;
}


.product .btn-action {
	background-color: transparent;
	border: 1px solid #82714a;
	color: #82714a;
}

.product .btn-action:hover, .product  .btn-action:focus {
	background: #92714A;
	color: #FFFFFF;
	border-color: #82714A;
}


/* ----------- App Home ---------*/

.software .hero-section {
	padding: 100px 0 0 0;
	background: #F9F9F9;
}

.software .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #444444;
	margin: 0 0 20px 0;
}

.software .btn-action {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	background-color: #3f51b5;
	border: 1px solid #3f51b5;
	border-radius: 50px;
	color: #FFFFFF;
	font-size: 1.2rem;
	font-weight: 600;
	letter-spacing: 2px;
	line-height: 1;
	padding: 12px 24px;
	text-transform: uppercase;
	outline: none;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.software .btn-action:hover, .software .btn-action:focus,
.software .btn-action:active, .software .btn-action:active:focus {
	background: transparent;
	outline: none;
	color: #3f51b5;
	background: transparent;
	border-color: #3f51b5;
}

.software .hero-section img {
	margin: 0 auto;
}


/* Liviri Homepage styles */


.homepage-quote {
    max-width: 768px;
    margin: auto;
    position: relative;
    height: 100%;
    margin-top: 2rem;
    margin-bottom: 2rem;
}

.review-text {
	position: relative;
}

.homepage-quote p:last-child {
    padding-left: 2rem;
}

.homepage-quote blockquote,
.review-text p {
	padding: 0 2rem;
    line-height: 2rem;
    display: inline-block;
    max-width: 768px;
    border-left: 0;
}

.review-text p {
    font-style: italic;
}

.homepage-quote blockquote p {
	font-weight: 400;
}

.homepage-quote p,
.review-text p{
	font-size: 1.3rem;
}

.review-text p {
	position: relative;
}

.homepage-quote blockquote:before,
.review-text p::before {
    content: "\201C";
    display: none;
    width: 3rem;
    opacity: .3;
    font-size: 4rem;
    position: absolute;
    top: 0;
}

.review-text p::before {
	left: -.3rem;
	opacity: 1;
}

@media(min-width: 520px) {

	.homepage-quote blockquote {
		padding: 0 0 0 2rem;
	    line-height: 3rem;
	    font-size: 1.2rem;
	    max-width: 768px;
	    margin: 0 auto 3rem;
	    display: block;
	}

	.homepage-quote blockquote::before {
		content: "\201C";
	    display: inline-block;
	    width: 3rem;
	    opacity: .3;
	    display: none
	}
}


@media (min-width: 1200px) {

	#faq h4 {
		font-size: 24px !important;
	}

	.homepage-quote {
		margin-top: 4rem;
		max-width: 992px;
	}

	.homepage-quote blockquote,  .review-text p {
		max-width: 992px;
	}

	.homepage-quote blockquote:before {
	    font-size: 9rem;
    	top: 1rem;
   		left: 0;
   		display: none;
   	}

   	.homepage-quote p:last-child {
	    text-align: right;
	}
	.homepage-quote blockquote p:last-child {
		text-align: left;
	}

	.footer .container {
		padding: 0;
	}

	.col-md-6.footer-desktop-left {
	    padding: 0;
	}

	.menu-footer-container {
		width: 100vw;
	    display: block;
	    background: #222a2b;
	    transform: translateY(42px);
	    padding-bottom: 2px;
	}

	.wrapper > .footer > .container {
		text-align: center;
	}

	.footer #menu-footer {
		margin-bottom: 0;
	}

	.footer #menu-footer li {
		margin: .5rem .5rem .5rem 0 !important;
	}

	#menu-footer li a {
	    font-size: 10px;
	}

	#menu-footer li:first-child {
	    padding-left: 15px;
	}
}

.why-liviri-section .col-md-12, .icon-features, .destroy-pseudo {
    float: none;
    max-width: 1680px;
    margin: auto;
}

.destroy-pseudo {
	padding: 0 2rem;
}

.destroy-pseudo .vc-gitem-zone-height-mode-auto:before {
	padding-top: 57%;
}

.why-liviri-section .container {
    background: #efefef;
    padding: 4rem 0 0 0;
}

.why-liviri-section .pitch-intro {
	max-width: 600px;
	margin: 0 auto 20px;
	padding: 0 0 2rem 0;
}

.why-liviri-section .pitch-intro p {
	padding: 0 1rem;
}

.why-liviri-section .pitch-content {
	padding: 1rem 1rem 3.7rem;
}

.homepage-feature-container {
	background: #efefef;
	padding: 4rem 0;
}

.homepage-feature {
	max-width: 992px;
	margin: auto;
}

.homepage-feature ul li {
	margin: 2rem;
    line-height: 1.8rem;
}

.homepage-feature h3,
.homepage-feature h2,
#faq h3,
#faq h2  {
	text-align: center;
}

.homepage-feature p {
	margin: 2rem 0;
    line-height: 2rem;
    font-size: 1rem;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper::before,
.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper::after {
	display: none;
	content: none;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_grid-item {
	padding: 0 !important;
}

.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
	margin-right: 0 !important;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
}

.vc_basic_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item, .vc_media_grid .vc_grid.vc_row .vc_grid-item.vc_visible-item {
	width: 100%;
}

.vc_gitem_row .vc_gitem-col {
    box-sizing: border-box;
    padding: 10px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    display: grid;
    grid-template-rows: auto auto auto;
}

@media (min-width: 992px) {
	.vc_gitem_row .vc_gitem-col {
		grid-template-rows: auto 4fr 1fr;
	}

	.icon-features .col-md-4 {
		height: 160px;
	}

	.liviri-footer-copyright {
		text-align: left;
	}
}

@media (min-width: 1280px) {
	.vc_gitem_row .vc_gitem-col {
	    box-sizing: border-box;
	    padding: 10px;
	    background-repeat: no-repeat;
	    background-position: 50% 50%;
	    background-size: cover;
	    display: grid;
    	grid-template-rows: auto 2.5fr 1fr;
	}
}

.purple-button a.vc_btn3.vc_btn3-color-black {
    color: #fff;
    background: #95A823;
    border-radius: 0;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    letter-spacing: .025rem;
    text-transform: uppercase;
}

.purple-button a.vc_btn3.vc_btn3-color-black:hover,
.purple-button a.vc_btn3.vc_btn3-color-black:focus {
	background: #3C3735;
}

.vc_btn3.vc_btn3-color-blue,
.vc_btn3.vc_btn3-color-blue.vc_btn3-style-flat {
    color: #fff;
    background-color: #95A823 !important;
    border-radius: 0;
    font-weight: 700;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 16px;
}

#faq {
	margin: 5rem auto;
	padding: 0 2rem;
	max-width: 1024px;
	text-align: left;
}

#faq h4 {
    border-bottom: 2px solid #95A823;
    padding-bottom: .3rem;
    font-size: 18px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: .5rem;
}

#faq h4 a:hover, #faq h4 a:focus {
	color: #00B3E6;
}

#faq article {
	display: none;
}

#faq ul {
	margin-bottom: 1rem;
}

#faq ul li {
	margin: 1rem;
}

#faq article p {
    margin: 0;
    padding-bottom: 1rem;
    padding-top: .4rem;
    line-height: 2rem;
    font-size: 1rem;
    line-height: 1.4rem;
    font-size: 1rem;
}

/*---------------- Form Home Styling ------------------- */


#open-form .closed .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
}
#open-form .closed .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(-90deg);
	opacity: 1;
}

#open-form .opened {
	opacity: 1;
}
#open-form .opened .vertical {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
}
#open-form .opened .horizontal {
	transition: all 0.5s ease-in-out;
	transform: rotate(90deg);
	opacity: 0;
}

#open-form .circle-plus {
	font-size: 1em;
    display: inline-block;
    transform: translateY(-2px) scale(.8);
}

#open-form .circle-plus .circle {
	position: relative;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    border: solid 5px #95A823;
    display: inline-block;
    vertical-align: middle;
}

#open-form .circle-plus .circle .horizontal {
    position: absolute;
    background-color: #99648E;
    width: 20px;
    height: 4px;
    left: 50%;
    margin-left: -10px;
    top: 50%;
    margin-top: -2px;
}

#open-form .circle-plus .circle .vertical {
    position: absolute;
    background-color: #99648E;
    width: 4px;
    height: 20px;
    left: 50%;
    margin-left: -2px;
    top: 50%;
    margin-top: -10px;
}

.form .hero-section {
	background: #F2F2F2;
	background-size: cover;
	padding: 150px 0 0 0;
}

.form .hero-content {
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.form img {
	margin: 0 auto;
}

.form .hero-content h1 {
	font-size: 34px;
	font-weight: 700;
	color: #5A5C61;
	line-height: 1.2;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.form .hero-content p {
	font-family: 'Open Sans';
	font-size: 1rem;
	color: #5A5C61;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 25px 0;
}

.form .sub-form {
	padding: 30px 0 0 0;
	text-align: left;
}

.form .subscribe-form .submit-button {
    font-size: 1em;
    letter-spacing: .01em;
    height: 40px;
    border: 2px solid;
    border-radius: 0 5px 5px 0;
    margin: 0;
    padding: 0 25px 0 25px;
    border-color: #FFFFFF;
    background-color: #99648E;
    color: #FFFFFF;
    box-shadow: 0 0 1px transparent;
    outline: none;
    -webkit-transition: 500ms;
    -moz-transition: 500ms;
    transition: 500ms;
}

.form .subscribe-form .submit-button:hover {
	border-color: #3C3735;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
	background: #3C3735;
}

.form .btn-action {
	background: #95A823;
	border-color: #95A823;
	color: #FFFFFF;
}

.form .btn-action:hover {
	background: #3C3735;
	border-color: #3C3735;
	color: #3C3735;
}

.subhead-text {
    max-width: 1680px;
    text-align: center;
    font-size: 1.6rem;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 2rem;
}

.subhead-text h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

.subhead-text h3 {
	margin-bottom: 1.5rem;
}

.subhead-text .cta {
	margin-top: 10px;
	display: inline-block;
}

.subhead-text .download-link {
	color: #95A823;
	font-size: 1.2rem;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	letter-spacing: .025rem;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
	line-height: 1.2;
	border-bottom: 2px solid;
}

.subhead-text .download-link:hover {
	text-decoration: none;
	color: #5A5C61;
	transition: .3s ease;
}

.animation-explainer {
	max-width: 992px;
    margin: 0 auto 2rem;
}

/*-----------------------------------------------------
-------------- Image Bg Styling Starts ----------------
------------------------------------------------------*/


.image-bg .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.2));
	background-size: cover;
	padding: 150px 0 100px 0;
}

.image-bg .hero-content h1 {
	font-weight: 600;
	color: #FFFFFF;
}

.image-bg .hero-content p {
	color: #FFFFFF;
}


/* ------------ Signup Hero Section ------------ */

.cta {
    color: #fff;
    background: #95A823;
    border-radius: 0;
    font-size: 1.2rem;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    letter-spacing: .025rem;
    text-transform: uppercase;
    padding: 14px 20px;
    display: inline-block;

}

.cta:hover {
	background: #3C3735;
	text-decoration: none;
	color: #fff;
}

.entry-text {
    width: 100%;
    max-width: 1620px;
    border-top: 2px solid #5a5c61;
    display: block;
    margin: auto;
    text-align: center;
    padding-left: 40px;
    padding-top: 12px;
    padding-bottom: 12px;
    font-family: "Open Sans", sans-serif;
	font-weight: bold;
    font-size: 32px;
    color: #5a5c61;
}

.entry-text.opened-iframe {
	border-bottom: 2px solid #5a5c61;
}

.enter-box .signup-container {
/*	display: none;*/
}

.signup .hero-section {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.7));
	background-size: cover;
	padding: 150px 0 100px 0;
}

.signup .hero-content {
	padding: 50px 0 100px 0;
}

.signup .hero-content h1 {
	font-size: 34px;
	font-weight: 600;
	color: #FFFFFF;
	line-height: 1.2;
	letter-spacing: 0;
}

.signup .hero-content p {
	color: #FFFFFF;
}

.signup-form {
	padding: 25px 25px 30px 25px;
	background: #95A823;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.signup-form h1 {
	font-weight: 600;
	font-size: 24px;
	color: #FFFFFF;
	letter-spacing: 0;
	line-height: 1.4;
	text-transform: capitalize;
	text-align: center;
	margin: 20px 0 30px 0;
}

.signup-form form textarea {
	height: 100px;
}

.signup-form form .input-error {
	border-color: #19b9e7;
}

.signup-form p {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #DDDDDD;
	margin: 25px 0 10px 0;
}

.form-group {
	margin-bottom: 20px;
}

.signup .btn-action.btn-round {
	background: #95A823;
	border-color: #95A823;
	color: #FFFFFF;
	font-size: 16px;
	padding: 12px 24px;
	font-weight: 600;
	text-transform: capitalize;
	border: 2px solid #95A823;
	border-radius: 30px;
}

.signup .btn-action.btn-round:hover, .signup .btn-action.btn-round:focus {
	background: transparent;
	color: #95A823;
	border-color: #95A823;
}

.signup .btn-action {
	background: #95A823;
	border-color: #95A823;
	color: #FFFFFF;
}

.signup .btn-action:hover {
	background: transparent;
	border-color: #95A823;
	color: #95A823;
}

/*Liviri signup form*/

.signup-container {
	text-align: center;
	max-width: 992px;
    margin: 0 auto 4rem;
}

.signup-container h3, #faq h3 {
	margin-bottom: 2rem;
	margin-top: 3rem;

}

.form-container {
	display: grid;
	grid-template-columns: 50% 50%;
	grid-column-gap: 15px;

}

.field-box {
	text-align: left;
}

.field-box .text-field {
	display: block;
	width: 100%;
	background: #95A823;
}

.number-field {
	display: block;
}

#button-box label {
	display: inline-block;
	margin-right: 1rem;
	width: auto;
}

#message-box {
	grid-column: span 2;
}

#button-box {
	text-align: left;
	grid-column: span 2;
    margin-top: 1rem;
    margin-bottom: 2rem;
}

#message-box textarea {
	width: 100%;
	height: 100%;
}

.field-box .text-field, #message-box textarea, .number-field {
	margin: .4rem 0 1rem 0;
	background: #fff;
}

#checkbox-box {
	grid-column: span 2;
}

#checkbox-box .checkbox-grid {
	display: grid;
    grid-template-columns: auto;
}

@media(min-width: 570px) {
	#checkbox-box .checkbox-grid {
		grid-template-columns: auto auto;
		grid-column-gap: 2rem;
	}
}

@media(min-width: 820px) {
	#checkbox-box .checkbox-grid {
		grid-template-columns: auto auto auto;
	}
}

#checkbox-box p {
	margin: 0 0 .5rem;
}

.checkbox_wrap {
	margin-left: 1rem;
}

#checkbox-box .checkbox-describer, #button-box .button-describer {
	margin-bottom: .4rem;
	color: #3C3735;
}

#checkbox-box select {
    width: 100%;
    max-width: 320px;
    height: 75px;
}

#specify-box {
	padding-top: 1rem;
    margin-bottom: 1rem;
}

#specify-box textarea {
	width: 100%;
	height: 82px;
}

.other-selected {
	background: #fff;
    border: 1px solid #3C3735;
}

#recaptcha-box {
	position: relative;
    width: 304px;
    left: 50%;
    transform: translateX(-50%);
}

.checkbox_wrap input {
    display: inline;
}

label.checkbox_label {
    width: auto;
    display: inline-block
}

.signup-container input.submit {
	width: 200px;
    padding: .5rem 1rem;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    text-transform: uppercase;
    font-size: 1.2rem;
    letter-spacing: .025rem;
    background: #95A823;
    color: #fff;
    margin-top: 1rem;
    border: 0;
}

.signup-container input.submit:hover, .signup-container input.submit:focus  {
    background: #3C3735;
}

input[type="text"],
textarea,
textarea.form-control, .text-field, .number-field{
	height: 45px;
    margin: 0;
    padding: 0 20px;
    vertical-align: middle;
    background: #F8F8F8;
    border: 1px solid #DDDDDD;
    font-family: '', sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 50px;
    color: #3C3735;
    -moz-border-radius: 0; -webkit-border-radius: 0; border-radius: 0;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
    -o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

textarea,
textarea.form-control {
	padding-top: 10px;
	padding-bottom: 10px;
	line-height: 30px;
}

input[type="text"]:focus,
#message-box textarea:focus,
textarea:focus,
textarea.form-control:focus {
	outline: 0;
	background: #FFFFFF;
    border: 1px solid #111;
    color: #3C3735;
    -moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
}

input[type="text"]:-moz-placeholder, textarea:-moz-placeholder, textarea.form-control:-moz-placeholder { color: #888; }
input[type="text"]:-ms-input-placeholder, textarea:-ms-input-placeholder, textarea.form-control:-ms-input-placeholder { color: #888; }
input[type="text"]::-webkit-input-placeholder, textarea::-webkit-input-placeholder, textarea.form-control::-webkit-input-placeholder { color: #888; }

.signup-form button.btn {
	height: 45px;
	margin: 0;
	padding: 0 20px;
	vertical-align: middle;
	background: #111111;
	border: 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-weight: 400;
	line-height: 45px;
	color: #FFFFFF;
	text-transform: uppercase;
	-moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
	text-shadow: none;
	text-transform: uppercase;
	-moz-box-shadow: none; -webkit-box-shadow: none; box-shadow: none;
	-o-transition: all .3s; -moz-transition: all .3s; -webkit-transition: all .3s; -ms-transition: all .3s; transition: all .3s;
}

.signup-form button.btn:hover {
	opacity: 0.6; color: #FFFFFF;
 }

.signup-form button.btn:active {
	outline: 0;
	opacity: 0.6;
	color: #FFFFFF;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
 }

.signup-form button.btn:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

.signup-form button.btn:active:focus, button.btn.active:focus {
	outline: 0;
	opacity: 0.6;
	background: #19b9e7;
	color: #fff;
}

@media only screen and (max-width: 991px) {
	.signup-form {
		max-width: 500px;
		margin: 0 auto;
	}

	.form-container {
		display: block;
    	margin: 0 2rem;
	}

	#checkbox-box {
		margin-bottom: 2rem;
	}

	#button-box {
		text-align: center;
	}

	.vc_grid.vc_row.vc_grid-gutter-30px .vc_pageable-slide-wrapper {
    	grid-template-columns: 1fr;
    }

    .homepage-feature {
    	padding: 0 1rem 0 2rem;
    }

}


/*-------------------------------------------------------
---------------- Slider Section Styling -----------------
--------------------------------------------------------*/

.slider-pro .sp-slide {
	background: #5A5C61;
}

.slider-pro h2.sp-layer {
	font-size: 44px !important;
	color: #111111;
	font-weight: bold;
	letter-spacing: -1px;
	line-height: 1.3;
	text-align: left;
}

.slider-pro p.sp-layer {
	font-size: 16px;
	color: #5A5C61;
	line-height: 1.4;
}

.slider-pro a {
	text-decoration: none;
	color: #444444;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro .link-color {
	text-decoration: none;
	color: #111;
	-webkit-transition: 0.5s !important;
	-moz-transition: 0.5s !important;
	transition: 0.5s !important;
}

.slider-pro a:hover {
	color: #999999;
}



@media only screen and (max-width: 768px) {

	.slider-pro h2.sp-layer {
		font-size: 34px !important;

	}
}


/* -----------------------------------------------------
--------------- App Home Styling starts ----------------
--------------------------------------------------------*/


.app .hero-section {
	padding: 50px 0 0 0;
}

.app .hero-content {
	padding: 100px 0 0 0;
}

.app img {
	margin: 0 auto;
}

.app-info h1 {
	font-size: 34px;
	font-weight: 600;
	color: #404040;
	margin-top: 30px !important;
}

.app-info h4 {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;
	color:  #3C4B5D;
	line-height: 1.4;
	margin-top: 20px;
}

.app-info i {
	margin-top: 15px;
	display: inline-block;
}

.app-info span {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 400;
	color: #5A5C61;
}

.app-info .ion {
	font-size: 1em;
	color: #ff8000;
}

.download-buttons {
	margin-top: 25px;
	margin-bottom: 25px;
}

.download-buttons img {
	margin-left: 5px;
	margin-right: 5px;
}


.app .btn-action {
	color: #FFFFFF;
	background: #95A823;
	border-color: #95A823;
}

.app .btn-action:hover {
	color: #95A823;
	background: transparent;
	border-color: #95A823;
}



/*----------------------------------------------------
-------------- Split Home Coming Soon ----------------
-----------------------------------------------------*/


.cs-main .left-section {
	background-color: #F2F2F2;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	overflow: hidden;
	z-index: 1;
}

.cs-main .right-section {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
	padding: 0 20px 0 20px;
	width: 50%;
	height: 100%;
    background: #FFFFFF;
    z-index: 99;
    overflow: hidden;
    overflow-y: auto;
}

.cs-main .hero-section {
	padding: 120px 0 0 0;
	background: #FFFFFF !important;
}

.cs-main .hero-content {
	padding: 50px 0 0 0;
}

.cs-main .app-info h1 {
	font-weight: 600;
	font-size: 42px;
}

.cs-main .left-section {
	background: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0));
	background-size: cover;
}


@media only screen and (max-width : 801px) {

	 .cs-main .right-section{
			position: relative;
			width: 100%;
	}

	.cs-main .hero-section {
		padding: 50px 0 0 0;
	}


	 .cs-main .left-section{
			position: relative;
			width: 100%;
			min-height: 100vh;
	}
}



/*-------------------------------------------------
----------- About Section Styling Starts ----------
--------------------------------------------------*/

.about {
	padding: 100px 0 100px 0;
	background: #F1F1F1;
}

.about-content {
	max-width: 800px;
	margin: 0 auto;
}

.about-content h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	line-height: 1.2;
	color: #111111;
}

.about-content h3 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 27px;
	font-weight: bold;
	line-height: 1;
	letter-spacing: 1px;
	text-transform: capitalize;
	color: #111111;
	margin: 50px 0 0 0;
}



/* ----- Client Sectiion Styling ----- */

.client-section {
	background-color: #F3F3F3;
	padding: 5px 0 0 0;
}

.clients .single {
	padding: 25px 0 25px 0;
}

.clients .single img {
	-webkit-filter: grayscale(100%);
    filter: grayscale(100%);
		opacity: 0.3;
}


/*----------------------------------------------------
----------- Pitch Section Styling Starts ----------
-----------------------------------------------------*/


.pitch {
/*	padding: 100px 0 100px 0; */
	background: #FFFFFF;
}


div.pitch-icon {
	margin: 0 0 10px 0;
    width: 100%;
    height: 100vw;
    max-width: 650px;
    display: inline-block;
    border-radius: 0;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}

div.pitch-icon i {
	font-size: 34px;
	color: #FFFFFF;
	position: absolute;
	width: 80vw;
	height: 80vw;
	left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}

/*div.pitch-icon > i.ion-android-notifications {
    background-image: url(../images/reuse-sustainability.jpg);
}

div.pitch-icon > i.ion-android-arrow-dropup-circle {
    background-image: url(../images/quality-protection.jpg);
}

div.pitch-icon > i.ion-cube, div.pitch-icon > div.ion-cube{
    background-image: url(../images/operational-solutions.jpg);
}*/

.why-liviri-section .col-md-4:nth-child(1) .pitch-icon {
/*    background-image: url(../images/reuse-sustainability.jpg);	*/
	background-size: contain;
   	max-width: 480px;
	max-height: 480px;
}

.why-liviri-section .col-md-4:nth-child(2) .pitch-icon {
/*    background-image: url(../images/quality-protection.jpg);*/
	background-size: contain;
   	max-width: 480px;
	max-height: 480px;
}

.why-liviri-section .col-md-4:nth-child(3) .pitch-icon {
/*    background-image: url(../images/operational-solutions.jpg); */
	background-size: contain;
   	max-width: 480px;
	max-height: 480px;
}

@media(min-width: 992px) {
	div.pitch-icon {
	    width: 25vw;
	    height: 25vw;
	}

	div.pitch-icon i {
		width: 25vw;
		height: 25vw;
		max-width: 480px;
	    max-height: 480px;
	}
}

.pitch-intro {
	max-width: 600px;
	margin: 0 auto;
	padding: 0 0 100px 0;
}

.pitch-intro h1 {
	font-size: 34px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: -1px;
	color: #575C61;
	margin: 0 0 30px 0;
}


.pitch-intro p {
	font-family: 'Open Sans';
	font-size: 1rem;
	line-height: 1.5;
	color: #5A5C61;
	letter-spacing: 0;
}


.ion-cube::before, .ion-android-arrow-dropup-circle::before, .ion-android-notifications::before {
	display: none;
}

.pitch-icon .ion-cube::after {
	content: url(/wp-content/themes/freshbox/svg/efficient.svg);
}

.pitch-icon .ion-android-arrow-dropup-circle::after {
	content: url(/wp-content/themes/freshbox/svg/protective.svg);

}

.pitch-icon .ion-android-notifications::after {
	content: url(/wp-content/themes/freshbox/svg/convenient.svg);
}

.pitch-icon .ion-android-notifications::after,
.pitch-icon .ion-android-arrow-dropup-circle::after,
.pitch-icon .ion-cube::after {
/*	display: inline-block; */
	display: none;
	width: 60px;
    height: 60px;
}

.pitch-content {
	padding: 10px 0 50px 0;
}

.pitch-content h1 {
	font-size: 21px;
	font-weight: 600;
	line-height: 1.2;
	letter-spacing: 0;
	color: #575C61;
	margin: 0 0 10px 0;
}

.pitch-content p {
	font-family: 'Open Sans';
	font-size: 1rem;
	line-height: 1.5;
	color: #5A5C61;
	letter-spacing: 0;
}


/*----------------------------------------------------
----------- Features Icon Styling Starts -------------
-----------------------------------------------------*/

.icon-features {
    padding: 2rem 0 4rem 0;
}

.icon-features-intro {
	padding: 0 0 50px 0;
}

.icon-features-intro h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 10px 0;
	text-align: center;
}

.icon-features-intro p {
	font-size: 16px;
	color: #5A5C61;
	text-align: center;
	margin: 0 0 30px 0;
}

.icon-features .f-single {
	text-align: center;
	position: relative;
    padding: 1rem 0;
}

.f-single {
	position: relative;
	padding: 10px 0 80px 0;
}

.icon-features .f-icon {
	display: none;
}

.f-icon i {
	font-size: 54px;
	font-weight: bold;
	position: absolute;
	left: 0;
}

.icon-features .f-content {
	padding: 0 1rem;
}

.f-content h2 {
	font-size: 21px;
	font-weight: 400;
	margin: 0 0 10px 0;
}

.f-content p {
	font-family: 'Open Sans';
	font-size: 1rem;
	color: #5A5C61;
	line-height: 1.5;
	text-align: left;
}

.icon-features .f-content p {
	text-align: center;
}

/*----------------------------------------------------
----------- Features Section Styling Starts ----------
-----------------------------------------------------*/


.features {
	padding: 25px 0 25px 0;
}

.features-inner {
	width: 100%;
}

.features .features-list {
	padding: 20px 0 0 0;
	text-align: center;
}

.features .features-list h1 {
	font-size: 26px;
	font-weight: 400;
	line-height: 1;
	color: #5A5C61;
	margin: 0 0 30px 0;
}

.features .features-list ul {
	list-style-type: circle;
	padding-left: 20px;
	text-align: center;
}


.features .features-list ul li {
	display: block;
	margin: 0 0 15px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 1.2;
	color: #5A5C61;
}

/* ----- App Features List ----- */

.software .features {
	padding: 100px 0 100px 0;
}

.software .features .features-list h1 {
	font-size: 26px;
	font-weight: 600;
	letter-spacing: -1px;
	line-height: 1.2;
	color: #5A5C61;
	margin: 20px 0 20px 0;
}

.software .features-list p {
	margin: 0 0 25px 0;
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 18px;
	line-height: 1.2;
	color: #5A5C61;
}

.software .features .features-list ul {
	list-style-type: disc;
	padding-left: 20px;
}


.software .features .features-list ul li {
	font-family: 'Open Sans';
	display: block;
	font-size: 13px;
	margin: 0 0 15px 0;
	color: #5A5C61;
}


/* --------------- Feature Sub ------------ */

.product .feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(146, 127, 84, 0.99));
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.product .sub-inner {
	max-width: 500px;
	float: right;
}

.product-showcase {
    margin: 40px 0;
}

.product-showcase h3 {
    margin: 40px 0;
}

.feature-sub .sub-inner h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 34px;
	font-weight: 300;
	line-height: 1;
	color: #FFFFFF;
	margin: 0 0 30px 0;
}

.feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #99648E;
	border-color: #99648E;
}

.feature-sub .sub-inner .btn-action:hover {
	color: #fff;
	background: #3C3735;
	border-color: #3C3735;
}

.product .feature-sub .sub-inner .btn-action {
	color: #FFFFFF;
	background: #82714a;
	border-color: #82714a;
}

.product .feature-sub .sub-inner .btn-action:hover {
	color: #82714a;
	background: transparent;
	border-color: #82714a;
}

.feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.6));
	padding: 150px 0 150px 0;
}

.sub-inner {
	max-width: 500px;
	float: left;
}

/* --------- App Features Sub ------- */


.software .feature-sub {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.99));
	background-repeat: no-repeat;
	background-position: center;
	background-size: cover;
	padding: 150px 0 150px 0;
}

.software .feature-sub .sub-inner h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 34px;
	font-weight: 300;
	line-height: 1.1;
	color: #FFF;
	margin: 0 0 30px 0;
}


/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/

.app-features {
	background: #F9F9F9;
	padding: 100px 0 100px 0;
}

.app-features h1 {
	font-size: 34px;
	font-weight: 600;
	margin: 0 0 10px 0;
}

.app-features p {
	font-size: 16px;
	font-weight: 400;
	color: #5A5C61;
	line-height: 1.4;
	margin: 10px 0 50px 0;
}

.app-features img {
	 margin: 0 auto;
}

.app-features .features-left, .app-features .features-right {
	padding: 50px 0 0 0;
}

.app-features .icon {
	margin-top: 10px;
	margin-bottom: 20px;
}

.app-features .icon i {
	font-size: 42px;
	color: #95A823;
}


.app-features .feature-single {
	margin-left: 0;
	margin-bottom: 50px;
}

.app-features .feature-single h1 {
	font-size: 18px;
	font-weight: 400;
	color: #5A5C61;
	margin: 0 0 10px 0;
	letter-spacing: 1px;
}

.app-features .feature-single p {
	font-family: 'Open Sans';
	font-size: 1rem;
	color: #5A5C61;
	line-height: 1.4;
	margin: 10px 0 0 0;
}


/*-------------------------------------------------------
------------- Split Features Section Styling ------------
--------------------------------------------------------*/

.split-features {
	background: #FFFFFF;
	padding: 50px 0 50px 0;
	overflow: hidden;
}

.signup .split-features {
	background: #F2F2F2;
}

.split-image img {
	margin: 0 auto;
}

.split-content {
	padding: 20px;
}

.split-content h1 {
	font-size: 34px;
	font-weight: 600;
	letter-spacing: -1px;
	margin: 0 0 20px 0;
}

.split-content p {
	font-size: 16px;
	line-height: 1.4;
	color: #5A5C61;
	letter-spacing: 0;
}

.split-content ul {
	list-style-type: disc;
	display: inline-block;
	margin: 30px 0 0 0;
}

.split-content ul li {
	font-family: 'Open Sans';
	font-size: 16px;
	letter-spacing: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	color: #5A5C61;
}



/*  --------------------------------------------------
------------- Reviews Section Styling ----------------
-----------------------------------------------------*/


#packout-carousel .container {
	background: #fff;
}

.review-section {
	padding: 2rem 0;
	text-align: center;
	background: #F9F9F9;
}


.reviews {
	width: 100%;
}


.review-single img {
	width: auto;
	height: auto;
	max-width: 600px;
}

.review-text h3 {
	font-family: 'Open Sans';
	font-size: 16px;
	font-weight: 300;
	letter-spacing: 0;
	line-height: 1.5;
	color: #000000;
}

.review-text .ion {
	display: none;
	margin-top: 20px;
	font-size: 1rem;
	color: #ff8000;
}

/*.review-text p {
  font-family: 'Open Sans';
  font-size: 1rem;
	font-weight: 300;
  padding: 20px 10px 20px 10px;
	letter-spacing: 1px;
	line-height: 1.5;
  color: #5A5C61;
}
*/

.articles-header h3 {
	text-align: center;
	margin: 4rem 0;
    padding-bottom: 2rem;
}

h1.articles-header {
    text-align: center;
    text-transform: uppercase;
    font-size: 56px;
    margin: 4rem 2rem;
}

.accessory-animation {
	margin-bottom: 2rem;
}

@media (min-width: 768px) {
	.accessory-animation {
		margin-top: 4rem;
	}
}


/*  --------------------------------------------------
------------- Pricing Section Styling ----------------
-----------------------------------------------------*/


.pricing {
	padding: 50px 0 100px 0;
}

.pricing-content {
	padding: 60px 0 0 0;
	text-align: center;
}

.pricing h1 {
	font-size: 28px;
	font-weight: 400;
	letter-spacing: -1px;
	line-height: 1.2;
}

.pricing h4 {
	font-size: 1rem;
	font-weight: 400;
	color: #5A5C61;
	margin: 10px 0 30px 0;
}

.pricing p {
	font-family: 'Open Sans';
	font-size: 1rem;
	font-weight: 400;
	color: #444444;
	line-height: 1.4;
}

.pricing .btn-buy {
	padding: 40px 0 20px 0;
}

.pricing .btn-buy img {
	display: inline;
}

.pricing .price-tag h2 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 24px;
	font-weight: 400;
	color: #5A5C61;
	margin: 0 0 20px 0;
}



/* ----- Pricing Tables Styling Starts ----- */

.pricing-section {
	width: 100%;
	height: 100%;
	padding-top: 100px;
	padding-bottom: 100px;
	background: #FFFFFF;
}

.pricing-intro {
	padding-bottom: 30px;
}

.pricing-intro h1 {
	font-size: 28px;
	color: #111111;
	font-weight: 600;
	line-height: 1.4;
}

.pricing-intro p {
	font-size: 16px;
	color: #303030;
	font-weight: 300;
	line-height: 1.4;
	letter-spacing: 1px;
	margin-top: 10px;
	margin-bottom: 50px;
}

.pricing-section .table-left, .pricing-section .table-right {
	padding: 20px 20px 50px 20px;
	margin: 0 auto;
	margin-bottom: 30px;
	background-color: #FFFFFF;
	box-shadow: 0px 0px 80px 0px rgba(0,0,0,.1);
	border: transparent;
	max-width: 400px;
}

.table-left .icon, .table-right .icon {
	padding: 50px 50px 40px 50px;
	display: none;
}

.table-left .icon img, .table-right .icon img {
	width: 60px;
	height: 60px;
	margin: 0 auto;
}

.table-left .pricing-details span, .table-right .pricing-details span {
	display: inline-block;
	font-family: 'Open Sans';
	font-size: 28px;
	font-weight: 400;
	color: #808080;
	margin-bottom: 20px;
}

.table-left .pricing-details h2, .table-right .pricing-details h2 {
	font-size: 18px;
	font-weight: 600;
	color: #505050;
	margin-bottom: 30px;
}

.table-left .pricing-details p, .table-right .pricing-details p {
	font-family: 'Open Sans';
	font-size: 1rem;
	font-weight: 300;
	color: #505050;
	letter-spacing: 1px;
	line-height: 1.4;
}

.table-left .pricing-details ul, .table-right .pricing-details ul {
	margin-top: 30px;
	margin-bottom: 50px;
}


.table-left .pricing-details li, .table-right .pricing-details li {
	font-family: 'Open Sans';
	font-size: 1rem;
	font-weight: 400;
	color: #505050;
	line-height: 1.4;
	margin-bottom: 10px;
}

.pricing-section .table-left:hover, .pricing-section .table-right:hover {
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
}

.pricing-section .table-left, .pricing-section .table-right {
	margin-top: 20px;
}

.pricing-section .table-center {
	margin-top: 0;
}

/* ----- Pricing Section Styling Ends ----- */



/* ----- Counter Section Styling Starts -----*/

.counter-section {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
	background: #F1F1F1;
}

.counter-section h3  {
	font-size: 28px;
	font-weight: 400;
	color: #5A5C61;
}

.counter-icon {
 	padding: 15px;
}

.counter-icon i {
	font-size: 48px;
	color: #95A823;
}

.counter-text {
margin-top: 10px;
margin-bottom: 20px;
}

.counter-text h4 {
	font-size: 16px;
	font-weight: 400;
	padding: 0.5em;
	color: #5A5C61;
}

/* -------- Counter Section Styling Ends --------- */



/* ----- CTA Section Styling Starts ----- */


.cta-sub {
	padding-top: 150px;
	padding-bottom: 150px;
	background: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.9));
	background-size: cover;
}

.cta-inner {
	max-width: 500px;
	float: none;
}

.cta-sub .cta-inner h1 {
	font-size: 28px;
	color: #FFFFFF;
	font-weight: 400;
	line-height: 1.2;
	margin-top: 10px;
	margin-bottom: 0;
}

.cta-sub .cta-inner p {
	font-family: 'Open Sans';
	font-size: 1rem;
	color: #FFFFFF;
	font-weight: 300;
	line-height: 1.4;
	margin-top: 20px;
	margin-bottom: 40px;
}

.subscribe-form {
	text-align: left;
}

.subscribe-form .mail {
	background-color: #F9F9F9;
	border: none;
	border-radius: 5px 0 0 5px;
	outline: none;
	height: 40px;
	padding: 0 150px 0 20px;
	box-shadow: none;
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
	transition: all .3s;
}


.subscribe-form input {
	color: #5A5C61;
	font-family: 'Open Sans';
	padding: 0;
	font-size: 0.9em;
}

.subscribe-form .submit-button {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.9em;
	height: 40px;
	border: 2px solid;
	border-radius: 0 5px 5px 0;
	margin: 0;
	padding: 0 25px 0 25px;
	border-color: #FFFFFF;
	background-color: #927f54;
	color: #FFFFFF;
	box-shadow: 0 0 1px transparent;
	outline: none;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.subscribe-form .submit-button:hover {
	border-color: #927f54;
	-webkit-transition: 500ms;
	-moz-transition: 500ms;
	transition: 500ms;
}

.product .subscribe-form .submit-button {
	border-color: #FFFFFF;
	background-color: #927f54;
}

.product .subscribe-form .submit-button:hover {
	border-color: #927f54;
}


/* ----- CTA Section Styling Ends ----- */

#contact-us-anchor .contact-copy {
    margin: 0 auto 3rem;
}


/* ------- Footer Section Styling Starts ------- */

.footer {
	background-color: #3C3735;
    width: 100%;
    height: 100%;
    overflow: hidden;
    padding-top: 75px;
    padding-bottom: 20px;
    color: #fff;
}

.liviri-footer-copyright {
	text-align: center;
}


/* .contact {
	text-align: left;
} */

.contact i {
	font-size: 42px;
	color: #95A823;
}

.contact h1 {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 21px;
	font-weight: 400;
	color: #95A823;
	margin: 10px 0 10px 0;
}

.contact p {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px !important;
	font-weight: 400;
	color: #111111;
	line-height: 1.3;
	margin: 10px 0 20px 0 !important;
}

.contact a {
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 400;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}

.footer img {
	margin-bottom: 20px;
}

.footer-menu ul {
	list-style-type: none;
}

.footer-menu li {
	display: inline;
	line-height: 2;
	font-family: 'Open Sans';
	font-size: 1rem;
	padding-right: 15px;
	text-transform: capitalize;
}

.footer-menu li a {
	color: #707570;
	text-decoration: none;
}

.footer p {
	font-family: 'Open Sans', sans-serif;
	font-weight: bold;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	line-height: 1.3;
	margin: 10px 0 30px 0;
}

.footer #menu-footer {
    padding-left: 0;
    list-style-type: none;
    margin-bottom: 24px;
	text-transform: uppercase;
}

.footer #menu-footer li {
	display: block;
	float: none;
/*    display: inline-block;
    float: left;*/
    font-size: 16px;
    margin: .5rem 1.4rem .5rem 0;
    text-decoration: underline;
}

.footer #menu-footer li a:focus,  .footer #menu-footer li a:hover {
	color: #00B3E6;
}

.footer #menu-footer li a {
	color: #fff;
}

.footer-text p {
    font-family: 'Open Sans';
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4;
    margin-top: 10px;
}

.contact.text-center {
	font-size: 20px;
}

.contact.text-center p {
	font-family: 'Open Sans';
	font-size: 16px;
}


.product .footer .contact h1, .product .contact i, .product .footer .contact a, .product .footer-text p  {
	color: #927f54;
}

.hello-box {
    position: fixed;
    bottom: 50px;
    right: 30px;
    background: #fff;
    z-index: 99;
    /* padding: 30px; */
    /* border: 10px solid #00B3E6; */
    display: none;
}

/*.hello-box p {
	color: #3C3735;
}*/

.hello-box .contact-button {
    color: #fff;
    background: #95A823;
    border-radius: 10px;
    font-size: 1rem;
    font-family: 'Open Sans', sans-serif;
	font-weight: bold;
    letter-spacing: .025rem;
    text-transform: uppercase;
    padding: 10px 15px;
    box-shadow: 10px 10px 20px -12px rgba(0,0,0,1);
}


.hello-box .close-button {
    position: absolute;
    top: 5px;
    right: 5px;
    font-weight: 700;
}

@media (min-width: 768px) {
	.footer #menu-footer li {
		display: inline-block;
		float: none;
	}
}

/* -------------------------------------------------------
----------- Bact-to-Top Styling Starts Here --------------
---------------------------------------------------------*/

.back-to-top {
    background: #95A823;
    margin: 0;
    position: fixed;
    bottom: 100px;
    right: 30px;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    z-index: 90;
    display: none;
    text-decoration: none;
    box-shadow: 10px 10px 20px -12px rgba(0,0,0,1);
}

.back-to-top i {
	position: relative;
	left: 13px;
	top: 8px;
	font-size: 24px;
	color: #FFFFFF;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.back-to-top:hover {
    background: #5A5C61;
    color: #FFFFFF;
}

.back-to-top:hover i {
	top: 6px;
}

.back-to-top:focus {
    color: #FFFFFF;
    background: #5A5C61;
}

.product .back-to-top {
	background: rgba(146, 127, 84, 0.5);
}

.product .back-to-top:hover {
	background: rgba(146, 127, 84, 0.9);
}

/*----------------------------------------------------
------------- All ------------------------------------
--------------------- Media --------------------------
------------------------------- Queries --------------
-----------------------------------------------------*/

@media only screen and (min-width: 767px) {
	.logo {
	  position: absolute;
	  top: 20px;
	  left: 20px;
	}

	.hero-section {
		padding: 150px 0 100px 0;
	}

	.form .hero-section {
		padding: 150px 0 50px 0;
	}

	.form .hero-content {
		padding: 100px 0 100px 0;
		overflow: hidden;
	}

	.form .hero-content h1 {
		font-size: 54px;
	}

	.product .hero-content {
		padding: 150px 0 100px 0;
		text-align: left;
	}

	.hero-content h1 {
		font-size: 48px;
		margin: 0 0 20px 0;
	}

	.hero-content p {
		font-size: 1rem;
	}

	.about-content h2 {
		font-size: 38px;
	}

	.software .hero-content h1 {
		font-size: 42px;
	}

	.image-bg .hero-content h1 {
		font-size: 54px;
	}

	.signup .hero-content h1 {
		font-size: 48px;
	}

	.features .features-list {
		padding: 100px 0 0 0;
		text-align: left;
	}

	.features .features-list ul li {
		font-size: 18px;
		display: list-item;
		text-align: left;
	}

	.software .features {
		padding: 100px 0 100px 0;
	}

	.software .features .features-list h1 {
		font-size: 34px;
	}

	.software .features .features-list {
		padding: 30px 0 0 0;
	}

	.software .features .features-list ul li {
		display: list-item;
		font-size: 1rem;
		text-align: left;
	}

	.feature-sub {
		padding: 200px 0 200px 0;
	}

	.feature-sub .sub-inner h1 {
		font-size: 42px;
	}

	.software .feature-sub .sub-inner h1 {
		font-size: 42px;
	}

	.split-content {
		padding: 120px 100px 50px 10px;
		text-align: left;
	}

	.split-content h1 {
		font-size: 42px;
	}

	.pricing {
		padding: 100px 0 100px 0;
	}

	.pricing-content {
		text-align: left;
	}

	.cta-sub .cta-inner h1 {
		font-size: 36px;
	}

	.cta-inner {
		max-width: 500px;
		float: right;
	}

	.contact {
		text-align: center;
	}


	.contact h1 {
		font-size: 24px;
	}

	.contact p {
		font-size: 16px !important;
	}

	.contact a {
		font-size: 16px;
	}

}

@media only screen and (min-width: 767px) and (max-width: 1024px) {
	.features .features-list {
		padding: 80px 0 0 0;
	}

	.split-content {
		padding: 100px 100px 50px 50px;
		text-align: left;
	}
}


/*@media screen and (min-width: 400px) and (max-width: 600px) {

 .subscribe-form .mail {
   padding: 0 30px 0 20px;
   border-radius: 5px 0 0 5px;
 }

 .subscribe-form .submit-button {
   padding: 0 5px 0 5px;
   border-radius: 0 5px 5px 0;
 }
}*/


@media screen and (max-width: 600px) {

	.cta-sub {
		text-align: center;
	}

	.subscribe-form {
		text-align: center;
		position: relative;
	}

	.subscribe-form .mail {
		text-align: center;
		padding: 0 0 0 0;
		border-radius: 5px 0 0 5px;
	}

	.subscribe-form .submit-button {
		padding: 0 5px 0 5px;
		border-radius: 0 5px 5px 0;
		margin-top: 15px;
	}

	.form .sub-form .subscribe-form {
		text-align: center;
	}


	.form .sub-form .subscribe-form .mail {
		text-align: center;
		padding: 0 0 0 0;
		border-radius: 5px;
		border: 1px solid #5a5C61;
	}

	.form .sub-form .subscribe-form .submit-button {
		border-radius: 5px;
		margin: 15px auto 0;
		display: block;
	}

	.back-to-top {
		right: 10px;
	}
 }

 @media only screen and (min-width: 991px) and (max-width: 1201px) {

	 .app-features .features-left, .app-features .features-right {
	 	padding: 0 0 0 0;
	 }

	 .software .features .features-list {
		 padding: 0 0 0 0;
	 }

 }
 .ajax-loader {
    visibility: hidden;
    display: inline-block;
    background-image: url(../../images/ajax-loader.gif);
    width: 16px;
    height: 16px;
    border: none;
    padding: 0;
    margin: 0 0 0 4px;
    vertical-align: middle;
    position: absolute;
    top: 70%;
}

.vc_gitem-post-data {
	margin-bottom: 0 !important;
}
.vc_gitem-post-data-source-post_title{
	padding-top: 1rem;
}

.vc_custom_1419240516480 {
	background: #fff !important;
}

.single .index-header {
	min-height: 100%;
}

.vc_responsive_container .wpb_video_wrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}

.vc_responsive_container .wpb_video_wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.single .index-header {
	height: auto;
}

.single .index-header h2 {
	font-size: 56px;
    color: #3C3735;
    margin-top: 10px;
}

.single .col-md-8.center {
    margin-top: 80px;
}

#blog .lead-heading {
	font-size: 56px;
	color: #3C3735;
	margin-top: 10px;
}

.entry-content .notes p {
    font-size: 16px;
}

.indicator-icon {
    width: 24px;
    height: 24px;
    font-size: 32px;
    color: #99648E;
    display: inline-block;
    margin-left: 1rem;
    font-weight: 700;
    transform: translateY(.2rem);
}

.footer .container {
	max-width: none !important;
}

.footer .container .footer-logo {
	height: 35px;
    width: 103px;
}

.footer ul.social-menu {
	list-style-type: none;
    text-align: center;
    padding-left: 0;
}

.footer ul.social-menu li {
    display: inline-block;
    color: #fff;
    font-size: 24px;
    margin: 0 .5rem;
}


