/**********************************************************************
 GENERAL
**********************************************************************/

body {
    color: #333;
    font-size: 16px;
}
a {
    color: #57CAD2;
}
.alert {
    border-radius: 5px;
    padding: 10px 20px;
    background: #fff;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    margin-bottom: 20px;
    font-weight: 600;
    color: #fff;
}
.alert a {
    color: #fff !important;
}
.alert.info {
    background: #57CBD2;
}
.alert.error {
    background: #EC5821;
}

/**********************************************************************
 HELPERS
**********************************************************************/

.is-family-domine { font-family: 'Domine', serif !important; }
.is-size-12 { font-size: 12px !important }
.is-size-13 { font-size: 13px !important }
.is-size-14 { font-size: 14px !important }
.is-size-15 { font-size: 15px !important }
.is-size-16 { font-size: 16px !important }
.is-size-17 { font-size: 17px !important }
.is-size-18 { font-size: 18px !important }
.is-size-19 { font-size: 19px !important }
.is-size-20 { font-size: 20px !important }
.is-size-21 { font-size: 21px !important }
.is-size-22 { font-size: 22px !important }
.is-size-23 { font-size: 23px !important }
.is-size-24 { font-size: 24px !important }
.is-size-25 { font-size: 25px !important }
.is-size-26 { font-size: 26px !important }
.is-size-27 { font-size: 27px !important }
.is-size-28 { font-size: 28px !important }
.is-size-29 { font-size: 29px !important }
.is-size-30 { font-size: 30px !important }
.is-size-32 { font-size: 32px !important }
.is-size-34 { font-size: 34px !important }
.is-size-36 { font-size: 36px !important }
.is-size-38 { font-size: 38px !important }
.is-size-40 { font-size: 40px !important }
.is-size-42 { font-size: 42px !important }
.is-size-44 { font-size: 44px !important }
.is-size-46 { font-size: 46px !important }
.is-size-48 { font-size: 48px !important }
.is-size-50 { font-size: 50px !important }
.mt-7 { margin-top: 4rem !important; }
.mt-8 { margin-top: 5rem !important; }
.mr-7 { margin-right: 4rem !important; }
.mr-8 { margin-right: 5rem !important; }
.mb-7 { margin-bottom: 4rem !important; }
.mb-8 { margin-bottom: 5rem !important; }
.ml-7 { margin-left: 4rem !important; }
.ml-8 { margin-left: 5rem !important; }
.has-text-green { color: #015129 !important }
.has-text-teal { color: #57cbd2 !important }
.has-text-red { color: #EC5821 !important }
.has-text-grey { color: #666 !important }

/**********************************************************************
 COMPONENTS
**********************************************************************/

.button {
    padding: 7px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
    color: #fff !important;
    font-weight: 600;
    border: none;
    font-size: 16px;
}
.button.is-large {
    font-size: 30px;
    padding: 15px 35px;
}
.button.is-green { background-color: #499b51; }
.button.is-green:hover { background-color: #3e8545; }
.button.is-orange { background-color: #FDAD02; }
.button.is-orange:hover { background-color: #e59c01; }
.button.is-teal { background-color: #176C71; }
.button.is-teal:hover { background-color: #12575b; }
.button.disabled {
    cursor: not-allowed;
    opacity: 0.6;
}
.title {
    font-family: 'Domine', serif !important;
    font-size: 50px;
    font-weight: bold;
    text-align: center;
}
fieldset.form-columns-1 div.input .hs-input, .input input, .input-box{
    display: inline-block;
    width: 100%;
    border: 1px solid #CCCCCC;
    border-radius: 3px;
    height: 40px;
    font-size: 16px;
    padding: 0 10px;
}

/**********************************************************************
 LAYOUT
**********************************************************************/

.header {
    margin-top: 40px;
    margin-bottom: 60px;
}
.footer {
    margin: 160px 0 80px 0;
}
.navigation-bar, .navigation-bar a {
    color: #666;
}
.logo {
    width: 200px;
}
.menu {
    list-style: none;
    text-transform: uppercase;
    line-height: 36px;
}
.menu li {
    display: inline-block;
    padding: 5px 15px;
}
.menu li a {
    padding: 5px 0;
}
.menu li.active a {
    border-bottom: 2px solid orange;
}
.phone, .actions {
    line-height: 46px;
}


/**********************************************************************
 PAGES
**********************************************************************/

/* HOME */
.home .banner-top {
    background: url('/images/frontend/home-banner-top.jpg') top right no-repeat;
    background-size: auto 700px;
    height: 700px;
}
.home .banner-features {
    background: url('/images/frontend/home-banner-features.jpg') 50% 30% no-repeat;
    background-size: cover;
    height: 500px;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.3);
    width: 90%;
    margin: 0 auto 150px auto;
}
.home .dining-badge {
    margin-top: -90px;
    margin-left: 70px;
}
.home .features-text {
    padding: 0 20px;
    background: rgba(0, 0, 0, 0.7);
    display: inline-block;
    margin: 40px 0 50px 60px;
    max-width: 80%;
}
.orange-bar {
    border-bottom: 10px solid #FAB92E;
    padding-bottom: 15px;
}
.home .offer-wrapper {
    padding-top: 10px;
    background: url('/images/frontend/home-offer-background.png') right 100px no-repeat;
}
.home .offer-box {
    border-radius: 10px;
    box-shadow: 0 3px 40px 0 rgba(0, 0, 0, 0.3);
    background-color: #ffffff;
    margin: 140px auto 100px;
    width: 75%;
    height: 500px;
    position: relative;
}
.home .offer-box .number {
    width: 80px;
    height: 80px;
    background: #499B51;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 40px;
    border-radius: 80px;
    font-weight: 600;
    line-height: 75px;
    position: absolute;
    top: -35px;
    left: -35px;
    box-shadow: 0 3px 10px 0 rgba(0, 0, 0, 0.3);
}
.home .offer-content {
    margin-top: 20px;
    width: 350px;
    margin-left: 40px;
}
.home .offer-content img {
    margin-top: 50px;
    width: 75%;
}
.home .offer-1 {
    background: url('/images/frontend/home-offer-1.jpg') top right no-repeat #fff;
}
.home .offer-2 {
    background: url('/images/frontend/home-offer-2.jpg') top right no-repeat #fff;
}
.home .offer-3 {
    background: url('/images/frontend/home-offer-3.jpg') top right no-repeat #fff;
}

.home .help-wrapper {
    margin-top: 140px;
}
.home .help-box {
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px 30px 10px 30px;
    position: relative;
    min-height: 280px;
    z-index: 99;
}
.home .help-box .icon {
    width: 75px;
    height: 75px;
    color: #fff;
    background: #57CBD2;
    font-size: 50px;
    position: absolute;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    top: -45px;
}
ul.blue-bullet {
    color: #57CBD2;
    font-size: 30px;
    list-style: disc;
    line-height: 16px;
    padding-left: 30px;
}
ul.blue-bullet.hidden {
    color: #fff;
}
ul.blue-bullet li {
    margin-bottom: 15px;
}
ul.blue-bullet li span {
    color: #666;
    font-size: 18px;
}
.home .help-box .icon.blue { background: #57CBD2; }
.home .help-box .icon.green { background: #8FE25A; }
.home .help-box .icon.red { background: #EC5821; }
.home .help-box .icon.orange { background: #FAB92E; }
.help-background {
    position: relative;
    text-align: center;
    z-index: 98;
    margin-top: -500px;
}

/* FEATURES */
.features .video-wrapper {
    background: url('/images/frontend/blue-bars.png') top center no-repeat;
    background-size: 100% auto;
    height: 850px;
    padding-top: 110px;
}
.features .video-box {
    text-align: center;
    position: relative;
    border-radius: 10px;
    box-shadow: 0 24px 60px 0 rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
    width: 70%;
    margin: 0 auto;
}
.features .video-box .dining-badge {
    width: 150px;
    margin-top: -60px;
    z-index: 99;
    position: relative;
}
.features .video-box .player-wrapper {
    margin-top: -80px;
    padding-bottom: 10px;
    z-index: 98;
    position: relative;
}
.features .player-wrapper {
    cursor: pointer;
}
.features .solution-wrapper {
    margin-top: 80px;
    background: url('/images/frontend/dinner-shaded.jpg') 50% 0 no-repeat;
    height: 800px;
    width: 100%;
    position: relative;
    text-align: center;
}
.features .solution-wrapper .badge {
    margin-top: 240px;
    width: 530px;
    height: 530px;
    -webkit-transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease;
    -moz-transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease;
    -ms-transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease;
    transition: width 0.5s ease, height 0.5s ease, margin-top 0.5s ease;
}
.features .solution-wrapper:hover .badge {
    width: 250px;
    height: 250px;
    margin-top: 330px;
}
.features .solution-box {
    opacity: 0;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    width: 510px;
    text-align: left;
    padding: 10px 15px;
    position: absolute;
    -webkit-transition: opacity 0.5s ease;
    -moz-transition: opacity 0.5s ease;
    -ms-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease;
}
.features .solution-wrapper:hover .solution-box {
    opacity: 1;
}
.features .solution-box .star {
    position: absolute;
    background: #15666B;
    border-radius: 5px 0 0 5px;
    height: 75px;
    text-align: center;
    padding: 0 8px;
    font-size: 50px;
    color: #fff;
    left: -57px;
    top: 20px;
    line-height: 80px;
}
.features .solution-box h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.features .solution-box ul li span {
    font-size: 16px;
}
.features .solution-box.clear { top: 110px; left: 40px; }
.features .solution-box.cost { bottom: 60px; left: 0px; }
.features .solution-box.choice { top: 80px; right: 110px; }
.features .solution-box.compliant { top: 380px; right: -20px; }
.features .solution-box.complete { bottom: -70px; right: 160px; }
.features .action-wrapper {
    background: url('/images/frontend/action-background.png') 20% -120px no-repeat;
    margin-top: 240px;
    height: 700px;
}
.features .action-wrapper h1 {
    margin-top: 80px;
    margin-bottom: 120px;
}

/* PRICING */
.pricing .pricing-wrapper {
    padding-top: 145px;
    margin-top: 10px;
    background: url('/images/frontend/pricing-background.png') top center no-repeat;
    min-height: 750px;
}
.pricing .price-box {
    width: 500px;
    margin: 0 auto;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px 30px;
    border: 5px solid transparent;
}
.pricing .price-box .icon {
    display: block;
    width: 75px;
    height: 75px;
    color: #fff;
    font-size: 50px;
    background: #57CBD2;
    text-align: center;
    line-height: 80px;
    border-radius: 5px;
    margin: -60px auto 0;
}
.pricing .calculate-wrapper {
    position: relative;
}
.pricing .add-facility {
    position: absolute;
    top: 85px;
    left: 0;
    font-size: 14px;
}
.pricing .calculate {
    display: inline-block;
}
.pricing .facility-wrapper {
    position: relative;
    margin-bottom: 15px;
    border-bottom: 1px solid #57CAD2;
    padding-bottom: 15px;
}
.pricing .facility-wrapper:last-child {
    border: none;
    padding-bottom: 0;
    margin-bottom: 0;
}
.pricing .remove-facility {
    position: absolute;
    font-size: 20px;
    left: -20px;
    top: 5px;
}
.pricing .step-2-wrapper .price-box .icon {
    margin: -60px 0 0 0;
}
.pricing .step-2-wrapper .price-box .icon.red {
    background: #EC5821;
}
.pricing .save-box {
    margin: 0 20px;
    margin-top: 150px;
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 20px 35px;
    position: relative;
}
.pricing .save-box .label {
    padding: 10px 40px;
    display: inline-block;
    position: absolute;
    top: -63px;
    left: 0;
    color: #fff;
    font-size: 28px;
    background: #176C71;
}
/* SIGNUP */
.signup .pricing-wrapper {
    padding-top: 100px;
}
.signup .price-box.select {
    cursor: pointer;
}
.signup .price-box.select:hover {
    border: 5px solid #FDAD02;
}
.signup .price-box.select.selected {
    border: 5px solid #499B51 !important;
}
.signup .form-box {
    border-radius: 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px 30px 20px;
}
.signup .form-box .input-box {
    margin-bottom: 15px;
}
.signup .form-wrapper .form-box {
    width: 60%;
    margin: 0 auto;
}
.signup .agreement {
    height: 360px;
    overflow-y: scroll;
    box-shadow: 1px 4px 10px #ccc;
    padding: 20px;
    color: #555;
    margin: 10px 0;
}
.signup .agreement h1 {
    font-size: 32px;
    font-weight: 600;
}
.signup .agreement h2 {
    font-size: 26px;
    font-weight: 600;
    line-height: 40px;
    margin-bottom: 10px;
}
.signup .agreement h3 {
    font-size: 22px;
    line-height: 40px;
    margin-bottom: 10px;
}
.signup .agreement h4 {
    font-size: 20px;
    font-weight: 600;
    margin: 10px 0;
}
.signup .agreement .terms-license {
    padding-left: 15px;
}
.signup .step-5-wrapper .form-box p {
    margin: 5px 0;
}
.signup .error-wrapper {
    padding: 10px 20px;
    background: #FFF9F6;
    border: 1px solid #BF000C;
    color: #BF000C;
    margin-top: 20px;
}
.signup .error-wrapper ul {
    list-style: circle;
    padding-left: 20px;
}
.signup .radio {
    margin: 10px 0;
    color: #666;
}
.signup .radio label {
    margin-left: 5px;
    color: #333;
}
.signup .bad-card {
    background: #FFF9F6;
    border: 1px solid #BF000C;
    color: #BF000C;
    padding: 3px 5px;
    font-size: 15px;
}

/* DEMO */
.demo .demo-wrapper {
	overflow: auto;
	display: flex;
	justify-content: space-around;
	padding: 20px;
	gap: 20px;
}
.demo .demo-box {
	border-radius: 5px;
	box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
	background-color: #ffffff;
	min-width: 750px;
	padding: 20px 40px;
}
.demo-wrapper .description {
	flex-shrink: 1;
	max-width: 50%;
}
.demo-wrapper .description p {
	margin-bottom: 10px;
}
.demo #appointmentCoreIFrame body {
    background: none !important;
}
.demo .hs-submit {
	text-align: center;
	margin-top: 20px;
}
.demo .hs-submit .hs-button {
	background-color: #FDAD02;
	font-size: 30px;
	padding: 7px 15px;
	border-radius: 5px;
	box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.2);
	color: #fff !important;
	font-weight: 600;
	border: none;
}

/* TESTIMONIALS */
.testimonials .small-wrapper {
    padding-top: 40px;
    margin-top: 40px;
    background: url('/images/frontend/testimonials-top-background.png') center top no-repeat;
    height: 810px;
}
.testimonials .medium-wrapper {
    background: url('/images/frontend/testimonials-bottom-background.png') center 140px no-repeat;
    height: 1360px;
    margin-top: -120px;
}
.testimonials h3 {
    margin-bottom: 100px;
}
.testimonials .testimony-box {
    margin: 0 50px;
    border-radius: 5px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px;
    position: relative;
}
.testimonials .testimony-box + .testimony-box {
    margin-top: 120px;
}
.testimonials .testimony-box .thumbnail {
    position: absolute;
    top: -35px;
    right: 60px;
    background: #54C6CC;
    width: 98px;
    height: 98px;
    border-radius: 10px;
}
.testimonials .testimony-box .img-wrapper {
    width: 98px;
    height: 98px;
    overflow: hidden;
    border-radius: 10px;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.16);
    position: relative;
    top: -10px;
    left: -10px;
}
.testimonials .testimony-box h4 {
    font-size: 28px;
    font-weight: 600;
    margin-bottom: 10px;
}
.testimonials .testimony-box .sub {
    margin-bottom: 20px;
}
.testimonials .testimony-box p {
    font-size: 18px;
    color: #666;
    line-height: 23px;
}
.testimonials .testimony-box p strong {
    color: #666;
    font-weight: 600;
}
.testimonials .testimony-box p .quote {
    color: #57CBD2;
    font-size: 40px;
    font-weight: 600;
    vertical-align: bottom;
}

/* ABOUT US */
.about .bio-wrapper {
    background: url('/images/frontend/blue-bars.png') top center no-repeat;
    background-size: 100% auto;
    min-height: 1100px;
}
.about .bio-box {
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px;
    margin: 0 auto 40px;
    width: 80%;
}
.about .bio-box h3 {
    margin-top: 0;
    font-size: 28px;
    line-height: 20px;
    margin-bottom: 15px;
}

/* CONTACT US */
.contact .contact-wrapper {
    background: url(/images/frontend/pricing-background.png) top center no-repeat;
    background-size: contain;
    height: 700px;
    margin-top: 0;
    padding-top: 140px;
}
.contact .contact-box {
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px;
    margin: 0 20px;
    font-size: 18px;
    min-height: 210px;
}
.contact .contact-box h3 {
    font-size: 28px;
    margin-bottom: 15px;
}
.contact .contact-box a {
    color: #333;
}

/* SAMPLE */
.sample .form-wrapper {
    padding-top: 80px;
    margin-top: 20px;
    background: url(/images/frontend/testimonials-top-background.png) center top no-repeat;
    height: 810px;
}
.sample .form-box {
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 30px;
    width: 50%;
    margin: 0 auto;
}

/* LOGIN */
.login .login-wrapper {
    background: url('/images/frontend/blue-bars.png') top center no-repeat;
    background-size: contain;
    height: 500px;
    padding-top: 80px;
}
.login .login-box {
    border-radius: 0 5px 5px 5px;
    box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
    background-color: #ffffff;
    padding: 40px;
    width: 40%;
    margin: 0 auto;
}


/**********************************************************************
 RESPONSIVE
**********************************************************************/

/* layout */
@media screen and (max-width:1215px) {
	.menu li {
			padding: 5px;
	}

	.demo .demo-wrapper {
		flex-direction: column-reverse;
	}
	.demo .demo-box {
		min-width: 100%;
		flex-grow:2;
	}
	.demo-wrapper .description {
		max-width: 100%;
	}
}

/* Home */
@media screen and (max-width:1408px) {
    .home .offer-content {
        background: #fff;
        height: 500px;
    }
}

/* Features */
@media screen and (max-width:1408px) {
    .features .solution-box {
        width: 450px;
    }
    .features .solution-box.choice {
        right: 0;
    }
    .features .solution-box.complete {
        right: 0;
    }
    .testimonials .medium-wrapper {
        height: auto;
        margin-top: 0;
    }
    .testimonials .small-wrapper {
        height: auto;
    }
}
