/*
 * Maintaingo Custom Styles
 *
 * This is where we put non-sass CSS customizations
 * version: 1.0.0
 *
 * Green = #18c485
 * Blue = #029cdc
 * Purple = #029cdc
 *
 */

@font-face {
	font-family: 'Avenir Next';
	src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-Regular.ttf');
	font-weight: 400; /* normal, regular */
}

@font-face {
	font-family: 'Avenir Next';
	src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-Medium.ttf');
	font-weight: 500;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-DemiBold.ttf');
	font-weight: 600;
}

@font-face {
	font-family: 'Avenir Next';
	src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-Bold.ttf');
	font-weight: 700; /* bold */
}

/*@font-face {
font-family: 'avenir-demibolditalic';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-BoldItalic.ttf');
}*/

/*@font-face {
font-family: 'avenir-demibolditalic';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-DemiBoldItalic.ttf');
}
@font-face {
font-family: 'avenir-heavy';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-Heavy.ttf');
}
@font-face {
font-family: 'avenir-heavyitalic';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-HeavyItalic.ttf');
}
@font-face {
font-family: 'avenir-italic';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-Italic.ttf');
}*/
/*@font-face {
font-family: 'avenir-mediumitalic';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-MediumItalic.ttf');
}*/
/*@font-face {
font-family: 'avenir-ultralight';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-UltraLight.ttf');
}
@font-face {
font-family: 'avenir-ultralightitalic';
src: url('/wp-content/themes/maintaingo-main-theme/library/fonts/AvenirNext-UltraLightItalic.ttf');
}*/

/* global color styles */
.blue{
	color: #029cdc;
}
.red{
	color: #f00;
}

/*BUTTON STYLES*/
.btn {
	display: inline-block;
	padding: 10px 60px;
	margin: auto;
	font-weight: 500;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none;
	text-transform: uppercase;
	background-color: #029cdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	border: none;
}

.btn-blue {
	padding: 10px 30px;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none;
	background-color: #029cdc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
}

.btn-green {
	padding: 5px 20px;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none;
	background-color: #18c485;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
}

.btn-grey {
	padding: 10px 30px;
	font-size: 17px;
	color: #fff !important;
	text-decoration: none;
	background-color: #a6a6a6;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	font-weight: 600;
	border: 2px solid #a6a6a6;
}

.play-background {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/play-btn.png');
	background-repeat: no-repeat;
	background-size: 20px;
	background-position: right;
}

a.play-background, a.play-background:visited, a.play-background:active, a.play-background:hover {
	color: #fff;
}

.btn-large {
	padding: 10px 70px;
}

.btn-clear {
	padding: 10px 30px;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
}

.full-width {
	/* .wrap width = 96% */
	margin-left: -2%;
	margin-right: -2%;
}

/* device show/hide */
.desktop-only, /* 1030 - ... */
.tablet-only, /* 768 - 1030 */
.tablet-desktop-only{ /* 768 - ... */
	display: none;
}
.mobile-only, /* 0 - 768 */
.mobile-tablet-only { /* 0 - 1030 */
	display: block;
}

/*HOME PAGE STYLES*/
.one-fifth {
	width: 13%;
	float: left;
}

.third {
	width: 15%;
	color: #a6a6a6;
}

.blue-link {
	color: #029cdc !important;
}

.last {
	width: 30%;
}

.last ul {
	margin-top: 0;
	color: #a6a6a6;
}

.one-fifth.large {
	width: 26%;
}

.hero-container {
	width: 100%;
	height: 575px;
	position: relative;
}

.hero-container-pricing {
	width: 100%;
	height: 300px;
	position: relative;
}

.inner-hero-container {
	position: relative;
	margin-left: auto;
	margin-right: auto;
}

.hero-image {
	position: absolute;
	height: 575px;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero-image-pricing {
	position: absolute;
	text-align: center;
	height: 300px;
	width: 100%;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.hero-image-overlay {
	height: 575px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	background-color: #2f363f;
	opacity: 0.3;
	position: absolute;
	color: #fff;
}

.hero-title, .hero-tagline, .hero-cta {
	color: #fff;
	/* position:absolute;*/
}

.hero-title-pricing, .hero-tagline-pricing {
	color: #fff;
}

.hero-title h1, .hero-title-pricing h1,
.hero-title h2, .hero-title-pricing h2 {
	font-size: 36px;
	line-height: 42px;
	color: #fff;
	font-weight: 600;
}

.compare-all-benefits {
	width: 230px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 70px;
}

.pricing-cta {
	width: 100%;
	height: auto;
	background-color: #eeeeee;
	padding: 18px 0 13px 0;
	text-align: center;
}

#logo-image {
	width: 175px;
}

.menu-item-has-children {

}

.maintaingo-feature {
	margin-top: 55px;
}

.feature-blurb h3 {
	font-size: 30px;
	color: #2f363f;
	padding-top: 12px;
	line-height: 34px;
	margin-bottom: 10px;
}

.circle {
	position: relative;
	border-radius: 50%;
	width: 130px;
	height: 130px;
	font-weight: bold;
	text-align: center;
	color: white;
	padding: 36px;
	float: left;
	font-size: 36.82px;
}

.grey {
	color: #81878c;
}

.blue {
	background-color: #009ddc;
}

.purple {
	background-color: #8259b7;
}

.green {
	background-color: #18c485;
}

.dark-blue {
	background-color: #345478;
}

.entry-content h1 {
	width: 100%;
	text-align: center;
	color: #2f363f;
	margin-bottom: 75px;
	font-size: 36px;
}

.entry-content ul {
	padding-left: 50px;
}

.clear-floats {
	clear: both;
}

.taingo-flipped {
	width: 70%;
	position: absolute;
	top: -9px;
	left: -40px;
}

section.homepage p {
	text-align: center;
	line-height: 20px;
}

.no-bottom {
	margin-bottom: 30px !important;
}

.last {
	margin-bottom: 100px;
}

/*
.agent-01, .agent-02{
  position: absolute;
  width: 405px;
  height: 362px;
  z-index: 0;
  bottom: -7%;
}
.agent-01{
  background-image:url('/wp-content/themes/maintaingo-main-theme/library/images/devon-d-agent.jpg');
  left:-15%;

}
.agent-02{
  background-image:url('/wp-content/themes/maintaingo-main-theme/library/images/alissa-pixel.gif');
  right:-15%;
}
.signup-agent-01{
  background-image:url('/wp-content/themes/maintaingo-main-theme/library/images/devon-d-agent.jpg');
  background-size:cover;
  border-bottom:5px #8259b7 solid;
}
.signup-agent-02{
  background-image:url('/wp-content/themes/maintaingo-main-theme/library/images/alissa-pixel.gif');
  background-size:cover;
  border-bottom:5px #34b983 solid;
}

.signup-domain-field{

}
.signup-agent-01, .signup-agent-02, .signup-domain-field{
  width: 208px;
  height: 228px;

  margin: 0 0.7em;

}
.signup-domain-field{
  width: 257px;
  height: 128px;
  margin: 0 5px;

}

.align-left{
  float:left;
  width:32%;
}

.maintaingo-benefits{
  background-color: #eeeeee;
  width: 100%;
  position: relative;
  height: auto;
  z-index: 10;
  padding-bottom: 75px;
}
.maintaingo-clients{
  background-color: #ffffff;
  width: 100%;
  position: relative;
  height: auto;
  padding-bottom: 75px;
  z-index: 10;
}
.maintaingo-signup{

  width: 100%;
  position: relative;
  height: 600px;
  z-index: 10;
}

.entry-content{
  position:relative;
}

.signup-image{
  position:absolute;
  height:700px;
  width:100%;
  background-repeat:no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.signup-image-overlay{
  height: 600px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  opacity: 0.3;
  position: absolute;

}*/

.footer {
	z-index: 11;
	position: relative;
	padding-top: 20px;
	font-size: 14px;
	min-height: 200px;
}

.footer a {
	color: #a6a6a6;
}

.footer ul {
	margin-top: 0;
}

.domain-form {
	float: left;
}

.maintaingo-ben {
	float: left;
	width: 25%;
}

.maintaingo-ben-head {
	width: 96%;
	padding-left: 25px;

}

.maintaingo-ben-body {
	width: 91%;
	margin-top: 20px;
	font-size: 14px;
	color: #81878c;
	line-height: 22px;

}

.hero-title-pricing {
	margin-top: 110px;
}

.shield-icon, .woo-icon, .chart-icon, .bubble-icon {
	width: 100%;
	height: 60px;
	padding-left: 50px;
	background-repeat: no-repeat;
	background-position: -10px -5px;
}

.maintaingo-ben-head h4 {
	font-size: 18px;
	line-height: 26px;
	font-weight: normal;
	color: #2f363f;
}

.shield-icon, .bubble-icon, .chart-icon, .woo-icon {

}

.benefits .btn-blue {
	font-weight: normal !important;
}

.shield-icon {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/shield-icon.png');
	background-size: 32px;
	background-position: 0 2px;
}

.bubble-icon {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/bubble-icon.png');
	background-size: 35px;
	background-position: 0 6px;
}

.chart-icon {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/chart-icon.png');
	background-size: 35px;
	background-position: 0 6px;
}

.woo-icon {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/woo-icon.png');
	background-size: 37px;
	background-position: 0 6px;
}

.maintaingo-benefits h1,
.maintaingo-clients h1,
.maintaingo-signup h1 {
	width: 100%;
	text-align: center;
	color: #2f363f;
	margin-bottom: 20px;
	margin-top: 52px;
}

.maintaingo-benefits h2,
.maintaingo-clients h2,
.maintaingo-signup h2 {
	width: 100%;
	text-align: center;
	color: #2f363f;
	margin-bottom: 40px;
	margin-top: 5px;
}

.maintaingo-clients-testimonials {
	/*    width: 90%;
		margin-right: 5%;
		margin-left: 5%;*/
}

.client-01,
.client-02 {
	color: white;
	position: relative;
	background-repeat: no-repeat;
	width: 390px;
	height: 308px;
	margin-bottom: 3%;
}

.client-01 {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/testimonial-01.png');
	float: left;
	background-size: contain;
}

.client-02 {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/testimonial-02.png');
	float: right;
	background-size: contain;
}

.maintaingo-clients{
	margin-bottom: 60px;
}
.maintaingo-clients .wrap {
	margin-left: auto;
	margin-right: auto;
}

.client {
	position: absolute;
	bottom: 25px;
	left: 25px;
}

.client-quote {
	position: absolute;
	top: 25px;
	left: 25px;
	width: 80%;
}

.client-list img {
	margin-top: 2% !important;
}

.hero-tagline-pricing {
	color: #fff;
}

.inner-client-list {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}

/* pricing page */
.page-template-page-pricing #content {
	padding-top: 0;
}

.page-template-page-pricing .hentry {
	margin-bottom: 0;
}

.pricing-tables {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

.price-tier-outer {
	flex-basis: 100%;
	margin-bottom: 20px;
}

.price-tier-inner {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
	width: 100%;
	height: 100%;
	padding-bottom: 20px;
	font-size: 15px;
	border: #d2d2d2 solid 1px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.description-features {
	margin-bottom: auto;
}

.price-tier-inner h3 {
	width: 100%;
	margin: 0;
	font-size: 21px;
	font-weight: normal;
	color: #fff;
	line-height: 50px;
	text-align: center;
}

/* eye-catching element - happy bird */
.has-eye-catching-element {
	/* mobile case */
	margin-top: 40px;
}

.happy-taingo {
	position: absolute;
	bottom: 90px;
	left: 0;
}

.eye-catching-quote {
	position: absolute;
	top: -40px;
	left: 60px;
	padding: 10px 15px 20px;
	white-space: nowrap;
	background: url('../images/speech_bubble.png') no-repeat center center;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

.eye-catching-quote p {
	margin: -5px 0 0;
	font-size: 18px;
}

/* price block */
.price-tier-inner .price-block {
	line-height: 100px;
	text-align: center;
}

.price-tier-content {
	display: flex;
	flex-flow: column nowrap;
	justify-content: space-between;
}

.price-tier-section {
	position: relative;
}

/* product description bullet images */
.feature-container {
	position: relative;
}

.feature {
	display: block;
	font-size: 15px;
	line-height: 20px;
	margin: 20px 15px;
}

.feature,
.feature:hover,
.feature:active {
	color: #2f363f;
	cursor: pointer;
}

.feature img {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-top: 2px; /* account for line height of neighboring text */
	vertical-align: top;
}

.feature .description {
	display: inline-block;
	width: calc(100% - 27px);
	padding-left: 12px;
}

.feature:hover .description,
.feature:active .description,
.feature:focus .description {
	text-decoration: underline;
}

/* feature popups */
.feature-popup {
	position: absolute;
	bottom: calc(100% + 10px);
	left: 30px;
	width: 230px;
	padding: 20px;
	text-align: center;
	background-color: #e7e7e7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	z-index: 2;
}

.feature-popup h3 {
	width: auto;
	padding: 0 15px;
	font-size: 18px;
	color: #2f363f;
	font-weight: bold;
	line-height: 1.5em;
}

.feature-popup .content {
	padding: 0;
}

.feature-popup .btn-blue {
	padding: 10px 0;
}

/* pricing options */
.price-tier-inner input[type="checkbox"] {
	position: absolute;
	top: 50%;
	width: 15px;
	height: 15px;
	transform: translateY(-50%);
}

.add-options {
	background-color: #e6def1;
}

.add-options .option {
	position: relative;
	padding: 15px;
	vertical-align: middle;
}

.option .text {
	display: inline-block;
	padding-left: 27px;
	font-weight: bold;
}

.submit-wrapper {
	width: 100%;
	margin-top: 20px;
	text-align: center;
}

.faq h3 {
	width: 100%;
	text-align: center;
	font-size: 24px;
	color: #2f363f;
	line-height: 61px;
	margin-top: 0;
	margin-bottom: 0;
}

.faq p {
	width: 100%;
	text-align: center;
	font-size: 14px;
	margin-top: -15px;
}

.sub-price {
	font-size: 12px !important;
	color: #a6a6a6 !important;
	margin-top: -24px;
}

.price-tier-inner p.center {
	text-align: center;
	width: 100%;
}

.pp-price {
	height: 100px;
	font-size: 48px;
	color: #2f363f;
}

.pp-price span,
.pp-price sup {
	font-size: 18px;
}

.pp-price sup {
	top: -0.9em;
}

.pp-list {
	padding: 0 40px;
	text-align: left;
	line-height: 26px;
	margin-bottom: 30px;
	/*list-style-image: url('/wp-content/themes/maintaingo-main-theme/library/images/list-check.png');*/
}

.pp-list li {
	list-style-image: url('/wp-content/themes/maintaingo-main-theme/library/images/list-check.png');
	line-height: 19px;
	margin-bottom: 15px;
}

.pp-sublist {
	text-align: left;
	padding-left: 20px;
	padding-right: 20px;
	margin-top: 8px;
	line-height: 24px;

}

.pp-sublist li {
	list-style-image: none;
	list-style-image: url('/wp-content/themes/maintaingo-main-theme/library/images/bullet.png');
	padding-left: 10px;
	margin-bottom: 4px;
}

.menu-contact {
	position: absolute;
	top: 23px;
	right: 17px;
	color: #fff;
	line-height: 16px;
}

.pricing-content {
	margin-top: 50px !important;
}

.page-template-page-pricing .article-footer {
	padding: 35px 0 85px;
	background-color: #eee;
}

strong {
	font-weight: 600;
}

strong.footer-bold {
	font-size: 14px;
}

.spacer {
	height: 17px;
}

.spacer-last {
	height: 12px;
}

.faq h2 {
	font-size: 36px;
}

.faq p {
	font-size: 15px;
}

.faq-questions {
	padding: 0 18% 4%;
}

.question {
	font-weight: 600;
	font-size: 18px;
}

.answer {
	margin-top: 5px;
	margin-bottom: 25px;
	font-size: 15px;
}

.faq h3 {
	font-weight: normal;
	line-height: 1.5em;
}

/*****************************************
 * Cart
 */
.woocommerce table.cart td.actions .input-text,
.woocommerce-page #content table.cart td.actions .input-text,
.woocommerce-page table.cart td.actions .input-text{
	width: 180px;
	margin-right: 10px;
}


/****************************************
 * Checkout Page
 */
.wc_payment_methods li{
	list-style: none;
}
#payment{
	margin-top: 40px;
}

#order_review_heading{
	padding-left: 12px;
}
.woocommerce-password-strength{
	margin-top: 20px;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table td,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot th,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot td{
	border: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .entry-content tr:nth-child(even){
	background-color: transparent;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot th,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot td{
	font-weight: normal;
}
.woocommerce-checkout:not(.woocommerce-order-received) .entry-content th{
	background-color: transparent;
	border: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .subscription-details{
	display: none;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot .order-total th,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot .order-total td{
	font-weight: 600;
	color: #18c485;
	border-top: 1px solid rgba(0,0,0,.1);
}
.cart_item .product-name .variation{
	margin-top: 0;
	margin-left: 1em;
}
.woocommerce-table__product-name .wc-item-meta li{
	padding-left: 0;
	list-style-image: none;
}
.cart-discount{
	font-style: italic;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table .recurring-totals-header th{
	padding-top: 40px;
}
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot .order-total.recurring-total th,
.woocommerce-checkout:not(.woocommerce-order-received) .woocommerce table.shop_table tfoot .order-total.recurring-total td,
.woocommerce-checkout:not(.woocommerce-order-received) .order-total.recurring-total strong{
	font-weight: normal;
	color: #2f363f;
}
.woocommerce-checkout:not(.woocommerce-order-received) .order-total.recurring-total .first-payment-date{
	display: none;
}
.comodo-seal{
	text-align: right;
}
/****************************************/

/*****************************************
 * Checkout Confirmation - Order Received
 */
.woocommerce ul.order_details li{
	list-style: none;
}



/******************************************/

.ent-tier {
	margin-top: 47px;

}

.corporate-list {
	margin-top: 51px;
}

.menu-hamburger {
	width: 45px;
	height: 36px;
	border: #ffffff solid 1px !important;
	-webkit-border-radius: 3px !important;
	-moz-border-radius: 3px !important;
	border-radius: 3px !important;
	padding: 5px 5px;
	position: absolute;
	right: 3%;
	top: 20px;
	display: none;
	cursor: pointer;
}

.hamburger {
	background-color: #fff;
	height: 5px;
	width: 100%;
	margin-bottom: 5px;
	border-radius: 3px !important;
}

div.top-nav {
	position: absolute;
	right: 34%;
	top: 14px;
	display: block !important;
}

a.add-hours {
	font-weight: bold;
}

.mobile-slide-left {
	-webkit-animation: anim-left 0.5s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
	animation: anim-left 0.5s;
	animation-iteration-count: 1;
	right: 260px;
}

@-webkit-keyframes anim-left {
	from {
		right: 0;
	}
	to {
		right: 260px;
	}
}

@keyframes anim-left {
	from {
		right: 0;
	}
	to {
		right: 260px;
	}
}

.mobile-slide-right {
	-webkit-animation: anim-right 0.5s; /* Chrome, Safari, Opera */
	-webkit-animation-iteration-count: 1; /* Chrome, Safari, Opera */
	animation: anim-right 0.5s;
	animation-iteration-count: 1;
	right: 0;
}

@-webkit-keyframes anim-right {
	from {
		right: 260px;
	}
	to {
		right: 0;
	}
}

@keyframes anim-right {
	from {
		right: 260px;
	}
	to {
		right: 0;
	}
}

.domain-form {
	width: 34%;
}

#container {
	position: inherit;
}

.demibold {
	font-weight: 600;
}

.inner-pricing-cta, .maintaingo-feature {
	width: 100%;
	font-size: 14px;
}

.maintaingo-feature {
	max-width: 760px;
	margin-left: auto;
	margin-right: auto;
}

.prem-details {
	margin-top: 47px;
}

.registration-form {
	width: 32%;
}

.signup-image .registration-form {
	padding: 1%;
	margin-top: 43px;
	text-align: center;
}

.feature-blurb a {
	text-decoration: underline;
}

.signup-image, .maintaingo-signup {
	height: 700px;
	background-size: cover;
	background-repeat: no-repeat;
}

.hero-image-pricing .inner-hero-container {
	margin-top: 6%;
}

.feature-blurb p {
	text-align: left !important;
	color: #7c8187;
	font-size: 17px;
	line-height: 20px;
}

.woocommerce form.checkout_coupon, .woocommerce form.login, .woocommerce form.register {
	border: none;
}

.signup-page h2 {
	text-align: center;
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
	margin-top: 0.3em;
	font-size: 36px;
}

.check-label {
	float: right;
	width: 91%;
	margin-top: -4px;
}

.domain-form div {
	font-size: 14px;
	font-weight: normal;
}

.signup-page form {
	width: 70%;
	margin-left: 15%;
	margin-right: 15%;
}

.signup-logo {
	width: 180px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
}

.signup-page {
	position: relative;
}

.signup-page .registration-form {
	width: 820px;
	margin-left: auto;
	margin-right: auto;
}

.agent-bio {
	color: #2f363f;
}

.agent-bio h4 {
	margin: 0 0.7em;
	font-size: 18px;
	font-weight: normal;
}

.domain-form h4 {
	margin: 0 5px;
	font-size: 18px;
	margin-bottom: 6%;
	font-weight: normal;
}

.agent-bio p {
	margin: 0 0.7em;
	width: 90%;
	font-size: 14px;
	color: #81878c;
}

.header-14 {
	font-size: 14px;
}

.header-16 {
	font-size: 16px;
}

#menu-main a {
	font-size: 17px;
}

.woocommerce #respond input#submit, .woocommerce a.button, .woocommerce button.button, .woocommerce input.button {
	font-size: 100%;
	margin: 0;
	line-height: 1;
	cursor: pointer;
	position: relative;
	font-family: inherit;
	text-decoration: none;
	overflow: visible;
	padding: .618em 1em;
	font-weight: 700;
	border-radius: 3px;
	left: auto;
	color: #FFF;
	background-color: #029cdc;
	border: 0;
	white-space: nowrap;
	display: inline-block;
	background-image: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	text-shadow: none;
}

.client-container {
	width: 150px;
	height: 80px;
	background-size: contain;
	background-repeat: no-repeat;
	float: left;
	background-position: center;
	margin-top: 1.5em;
	margin-left: 42px;
}

/*.client-container:nth-child(5), .client-container:nth-child(1), .client-container:nth-child(9){
  margin-left:0;
}*/

.cambodia {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-cambodia.png');
}

.cycle-u {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-cycle.png');
}

.edf {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-edf.png');
}

.louroe {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-louroe.png');
}

.lytrod {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-lytrod.png');
}

.phaserx {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-phaserx.png');
}

.quill {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-quill.png');
}

.isb {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-sysbio.png');
}

.table360 {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-table360.png');
}

.tillamook {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-tillamook.png');
}

.workcare {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-workcare.png');
}

.shawl {
	background-image: url('/wp-content/themes/maintaingo-main-theme/library/images/client-shawl.png');
}

::-webkit-input-placeholder {
	color: #a6a6a6;
}

:-moz-placeholder { /* Firefox 18- */
	color: #a6a6a6;
}

::-moz-placeholder { /* Firefox 19+ */
	color: #a6a6a6;
}

:-ms-input-placeholder {
	color: #a6a6a6;
}

textarea:focus, input:focus {
	outline: none;

}

.multiple-domains {
	font-size: 17px;
	font-weight: 600;
}

.medium {
	font-weight: 600;
	font-size: 12px;
	margin-top: 20px !important;
}

/***********************************************
 * My Account Page
 */
.account-balance-total .total-hours{
	float: left;
}
.account-balance-total .add-hours{
	float: right;
	margin-bottom: 20px;
}


/**************************************************/

/***********************************************
 * Additional Support Hours page
 */
.entry-content img{
	margin-bottom: 0;
}


/**************************************************/

/*
*MEDIA QUERIES (DeLapp Design)
*/
@media (max-width: 1126px) {
	.client {
		bottom: 44px;
	}
}

@media (max-width: 1133px) {
	.client-01, .client-02 {
		float: none;
		margin-left: auto;
		margin-right: auto;
	}
}

@media (max-width: 960px) {
	.client-list {
		/*margin-top:0!important;*/
	}

	.client-container:nth-child(2n) {
		/*margin-left:5px !important;*/
	}

	/*  .maintaingo-clients .wrap {
		margin: 0;
	}*/
	.registration-form h2 {
		margin-top: 25px;
	}

	.maintaingo-benefits h1, .maintaingo-clients h1, .maintaingo-signup h1 {
		margin-top: 20px;
	}

	.maintaingo-clients-testimonials {
		width: 100%;
	}

	.maintaingo-signup, .signup-image {
		height: 688px;
	}

	.registration-form {
		width: 90% !important;
		padding: 5%;
		margin-top: 22px !important;
	}

	.mobile-center {
		text-align: center !important;
	}

	.hero-links {
		float: none;
	}

	.hero-links:nth-child(2) {
		margin-top: 50px;
	}

	.view-more-corp, .view-more-prem, .view-more-ent {
		margin-top: 15px;
		display: block;
		cursor: pointer;
		color: #029cdc;
		font-weight: 600;
		margin-bottom: 21px;
	}

	.corp-details, .prem-details, .ent-details {
		display: none;
	}

	.chart-icon h4, .bubble-icon h4, .woo-icon h4, .shield-icon h4 {
		padding-top: 6px;
	}

	.maintaingo-ben-body {
		width: 90%;
		margin-top: -5px;
		margin-left: 5%;
	}

	.maintaingo-ben {
		width: 100%;
	}

	h1 {
		font-size: 1.8em !important;
		line-height: 1.5em;
	}

	section.homepage p {
		text-align: center;
	}

	.client-list {
		margin: 0;
		margin-top: 35px;
		width: 100%;

	}

	.hero-title {
		margin-top: 15%;
		width: 70%;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-tagline {
		margin-top: 3%;
		width: 53%;
		margin-left: auto;
		margin-right: auto;
	}

	.hero-cta {
		margin-top: 8%;
	}

	.client-01, .client-02 {
		float: none;
		margin-left: auto;
		margin-right: auto;

	}

	.client-02 {
		margin-top: 20px;
	}

	.agent-01, .agent-02 {
		display: none;
	}

	.inner-hero-container {
		text-align: center;
	}

	.menu-contact {
		display: none;
	}

	.menu-hamburger {

		display: block;
	}

	.nav li {
		float: none;
		width: 100%;
		background-color: #ffffff;
		opacity: 0.9;

	}

	.nav li a,
	.nav li a:active,
	.nav li a:hover {
		color: #2f363f;
		text-decoration: none;
		padding: 0.75em;
		width: 100%;
		border-bottom: #029cdc solid 1px !important;
		text-align: center;

	}

	.free-trial-btn a,
	.free-trial-btn a:active,
	.free-trial-btn a:hover {
		border: none !important;
		-webkit-border-radius: 0 !important;
		-moz-border-radius: 0 !important;
		border-radius: 0 !important;
		padding: 0.75em !important;
		margin-top: 0 !important;
	}

	nav {
		position: absolute;
		width: 260px;

		display: none;
		right: -260px;
		background: #EEE;
	}

	.entry-content h1 {
		font-size: 2.2em;
	}

	#container {
		position: absolute !important;
		width: 100%;
	}

	#inner-header {
		width: 100%;
	}

	.menu-contact {
		right: 3%;
	}

	#logo {
		margin-left: 3%;
	}

	.sub-menu {
		width: 100%;
	}

	.sub-menu a {
		width: 100%;
		text-align: center;
	}
}

@media (max-width: 440px) {
	.client-01, .client-02 {
		width: 100%;
	}

	.maintaingo-benefits .wrap {
		width: 96%;
	}

	.client-container {

		margin-left: 10px !important;
	}

	div.top-nav {
		right: 3%;
	}
}

@media (max-width: 500px) {

	.taingo-flipped {

		left: -26px;
	}

	.maintaingo-feature {
		padding-left: 5% !important;
	}

	.client-01, .client-02 {
		margin-left: 5%;
		margin-right: 5%;

	}

	.inner-client-list img {
		width: 95%;
		margin-left: 5%;
		margin-right: 5%;
	}

	.taingo-flipped {
		width: 85% !important;
	}

	.feature-blurb {
		margin-left: 30% !important;
		font-size: 90% !important;
	}

	.shield-icon, .woo-icon, .chart-icon, .bubble-icon {
		margin-bottom: 22px !important;
	}

	.maintaingo-feature {
		margin-top: 25px !important;
	}

	.entry-content h1 {
		margin-bottom: 5px !important;
	}

	.entry-content {
		padding: 0em 1.5em;
	}

	.feature-blurb p {
		text-align: left !important;
	}

	.hero-title {
		margin-top: 27% !important;
	}

	.hero-title h2, .hero-title-pricing h2 {
		font-size: 35px;
	}

	.maintaingo-benefits h1, .maintaingo-clients h1, .maintaingo-signup h1 {
		margin-bottom: 0;
		margin-top: 25px;
	}

	div.top-nav {
		right: 12%;
	}
}

@media (max-width: 768px) {

	.client-container {
		/*   margin-left:0 !important;
		   width:150px !important;*/
	}

	.one-fifth, .one-fifth.large {
		width: 50%;
		float: none;
		margin-left: auto;
		margin-right: auto;
	}

	.entry-content h1 {
		font-size: 1.8em !important;
		line-height: 1.2em;
	}

	.feature-blurb h3 {
		font-size: 20px !important;
		line-height: 22px;
		padding-top: 8px !important;

	}

	.circle {
		width: 70px !important;
		height: 70px;
		padding: 10px !important;
		font-size: 35px;
	}

	.entry-content p {
		margin-left: 0;
		margin-top: 5px;
		font-size: 16px;
		text-align: left;
	}

	.hero-title {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-tagline {
		margin-left: auto;
		margin-right: auto;
	}

	.hero-cta {
		margin-left: auto;
		margin-right: auto;
	}

	div.top-nav {
		right: 3%;
	}

}

@media (min-width: 500px) {
	/* pricing tables */
	.price-tier-outer {
		flex-basis: 48%;
		margin-bottom: 60px;
	}

	.has-eye-catching-element {
		margin-top: 0;
	}

	.has-eye-catching-element .price-tier-title {
		padding-left: 60px;
	}

}

@media (min-width: 768px) {

	/* device show/hide */
	.desktop-only, /* 1030 - ... */
	.mobile-only{ /* 0 - 768 */
		display: none;
	}

	.tablet-only, /* 768 - 1030 */
	.tablet-desktop-only, /* 768 - ... */
	.mobile-tablet-only { /* 0 - 1030 */
		display: block;
	}

	.full-width {
		/* .wrap width = 768px */
		margin-left: calc(-100vw / 2 + 760px / 2);
		margin-right: calc(-100vw / 2 + 760px / 2);
	}

	.inner-client-list img {
		width: 48%;
	}

	.feature-blurb {
		margin-left: 23%;
		width: 560px;
	}

	.has-eye-catching-element .price-tier-title {
		padding-left: 0;
	}
}

@media (min-width: 961px) {
	.circle {
		margin-right: 4%;
	}

	.hero-links {
		float: left;
	}

	.view-more-corp, .view-more-prem, .view-more-ent {
		display: none;
	}

	.corp-details, .prem-details, .ent-details {
		display: block !important;
	}

	nav {
		position: absolute;
		right: 14%;
		top: 14px;
		display: block !important;
	}

	.free-trial-btn a {
		border: #ffffff solid 1px !important;
		-webkit-border-radius: 3px !important;
		-moz-border-radius: 3px !important;
		border-radius: 3px !important;
		padding: 5px 15px !important;
		margin-top: 6px;
		background: white;
		color: #029cdc !important;
	}

	.hero-title {
		margin-top: 15% !important;
		width: 55%;
	}

	.hero-tagline {
		margin-top: 3% !important;
		width: 40% !important;
		font-size: 18px;
	}

	.hero-cta {
		margin-top: 8% !important;
	}
}

@media (min-width: 1030px) {

	/* device show/hide */
	.mobile-only, /* 0 - 768 */
	.mobile-tablet-only, /* 0 - 1030 */
	.tablet-only{ /* 768 - 1030 */
		display: none;
	}
	.tablet-desktop-only, /* 768 - ... */
	.desktop-only{ /* 1030 - ... */
		display: block;
	}

	.full-width {
		/* .wrap width = 960px */
		margin-left: calc(-100vw / 2 + 960px / 2);
		margin-right: calc(-100vw / 2 + 960px / 2);
	}

	.inner-hero-container {
		width: 960px;
	}

	/* pricing tables */
	.price-tier-outer {
		flex-basis: 24%;
		margin-bottom: 20px;
	}

	.eye-catching {
		left: -15px;
	}

	.has-eye-catching-element .price-tier-title {
		text-align: right;
		padding-right: 10px;
	}

}

@media (min-width: 1240px) {

	.full-width {
		/* .wrap width = 1200px */
		margin-left: calc(-100vw / 2 + 1200px / 2);
		margin-right: calc(-100vw / 2 + 1200px / 2);
	}

	.page-template-page-pricing .wrap,
	.woocommerce-checkout .wrap{
		width: 1200px;
	}

	.has-eye-catching-element .price-tier-title {
		text-align: center;
		padding-left: 30px;
	}
}

/**
 * End media queries
 ***************************************************************************/