/*
Theme Name: Elegance
Theme URI: https://wordpress.org/themes/elegance/
Author: the WordPress team
Author URI: https://wordpress.org/
Description: The 2013 theme for WordPress takes us back to the blog, featuring a full range of post formats, each displayed beautifully in their own unique way. Design details abound, starting with a vibrant color scheme and matching header images, beautiful typography and icons, and a flexible layout that looks great on any device, big or small.
Version: 1.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, fluid-layout, responsive-layout, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready, accessibility-ready
Text Domain: elegance

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.
*/

/**
 * 8.0 Media Queries
 * ----------------------------------------------------------------------------
 */

html {
    background-color: #fff;
    font-size: 16px;
    font-family: "Fira Sans", sans-serif;
}

body {
    font-family: "Fira Sans", sans-serif;
    font-weight: 350;
    color: #333;
}

body,
p,
h4,
.h4 {
  font-size: 1.1rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

.large {
  font-size: 1.25rem;
}


h2,
.h2 {
  font-size: 2.25rem; /* 1.33^2 */
}

h1,
.h1 {
  font-size: 3.375rem; /* 1.33^3 */
  letter-spacing: -0.05rem;
}

h1, h2, h3, h4,
.h1, .h2, .h3, .h4 {
    margin-top: 3rem;
    margin-bottom: 1.5rem;
    font-weight: 500;
}

p {
    margin-bottom: 1.5rem;    
}

p, li {
    line-height: 1.6;
}

@-ms-viewport {
    width: device-width;
}

@viewport {
    width: device-width;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.loading {
    position: fixed;
    left: 0;
    top: 0;
    background: #fff;
    width: 100%;
    height: 100%;
    /* background-image: url("images/loading.gif"); */
    background-position: 48% 48%;
    background-repeat: no-repeat;
    background-size: 40px 40px !important;
}

#form-response p.response-inner {
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.75);
    z-index: 10001;
}

p.response-inner .alert.alert-success {
    position: absolute;
    top: 300px;
    width: 600px;
    left: calc(50% - 300px);
    z-index: 10002;
}

.loading>* {
    opacity: 0;
}

.col-md-4_5 {
    width: 37.5%;
    float: left;
    padding: 0 15px;
}

body {
    background-repeat: repeat-y;
    background-position: center 92px;
    color: #333;
}

body.home {
    background-size: 100% auto;
}

body.page-template-tpl-how-it-works .home-banner {
    background-image: url("images/how_it_works/how-it-works-banner.webp");
}

body.page-template-tpl-wedding-quote {
    background-image: url("images/wedding/banner_wedding.jpg");
}

body.page-template-tpl-event {
    background-image: url("images/event/events_banner.jpg");
}

body.page-template-tpl-free-quote .home-banner{
    background-image: url("images/free-quote/banner_quote.jpg");
}

body.page-template-tpl-referral .home-banner {
    background-image: url("images/referral/referral-banner.webp");
}

body.page-template-tpl-franchise .home-banner {
    background-image: url("images/franchise/join-us.webp");
}

body.page-template-tpl-delivery .home-banner {
    background-image: url("images/delivery/delivery-banner.webp");
}

body.page-template-tpl-login {
    background-image: url("images/referral/referral-banner.webp");
    background-size: contain;
}

body.page-template-tpl-contact .home-banner {
    background-image: url("images/contact/contact-banner.webp");
}

.clearfix, .clearfix:before, .clearfix:after {
    clear: both;
}

ul li {
    list-style: none;
}

.underline {
    text-decoration: underline;
}

.light {
    font-weight: 100 !important;
}

.white {
    color: #fff !important;
}

.yellow {
    color: #fecb05 !important;
}

.purple {
    color: #d65682 !important;
}

.bold {
    font-weight: bold;
}

.align-center {
    text-align: center;
}

.align-right {
    text-align: right;
}

.page h3{
}

.page h3.panel-title{
    color: #a94442;
}

.page #primary p, .page #primary li{
    font-size:16px;
    color:#444;
}

/* -----------------------   Header Top    -------------------------------*/
.hfeed.site {
    background-repeat: no-repeat;
    background-size: 1349px 848px;
}

a.sign-up-button {
    background-image: url("images/home_page/lock-closed-outline.svg");
    background-repeat: no-repeat;
    background-color: #64af15;
    padding: 5px 10px 5px 25px;
    font-size: 15px;
    color: #fff;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 2px;
    margin-right: 17px;
    background-position: 5px 6px;
    float: right;
    background-size: 17px;
}

.days-left {
    position: fixed;
    top: 32px;
    width: 100%;
    text-align: center;
    background: #ddd;
    color: #111;
    z-index: 10001;
    min-height: 23px;
}

.page-template-tpl-back-update .days-left {
    top: 0;
}

.site-header {
    background-color: #fff;
    -moz-box-shadow: 0 2px 7px rgba(0,0,0,0.25);
    -webkit-box-shadow: 0 2px 7px rgba(0,0,0,0.25);
    box-shadow: 0 2px 7px rgba(0,0,0,0.25);
    position: absolute;
    z-index: 11;
    width: 100%;
    max-height: 90px;
}

.site-main {
    padding-top: 90px;
}

.page-template-tpl-processing .site-header, .page-template-tpl-signup1 .site-header, .page-template-tpl-signup2 .site-header, .page-template-tpl-signup3 .site-header, .page-template-tpl-error .site-header, .page-template-tpl-customer-billing .site-header,
    .page-template-tpl-recipient-info .site-header, .page-template-tpl-user-profile .site-header, .page-template-tpl-back-update .site-header, .page-template-tpl-without-banner .site-header {
    -moz-box-shadow: 0 2px 0 0 #ccc, 0 3px 0 0 #ddd;
    -webkit-box-shadow: 0 2px 0 0 #ccc, 0 3px 0 0 #ddd;
    box-shadow: 0 2px 0 0 #ccc, 0 3px 0 0 #ddd;
}

.header-top {
    padding: 10px 15px 0;
    max-height: 92px;
}

.social-section.mobile {
    display: none;
}

.is-subscribed.admin-bar .header-top {
    margin-top: 24px;
}

.logo a {
    display: block;
    float: left;
    width: 100%;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    background-color: #fff;
    top: -38px;
    padding: 14px 0;
/*    -moz-box-shadow: 0 0 0 0 #ffffff, 0 14px 6px 0 rgba(0,0,0,0.15);
    -webkit-box-shadow: 0 0 0 0 #ffffff, 0 14px 6px 0 rgba(0,0,0,0.15);
    box-shadow: 0 0 0 0 #ffffff, 0 14px 6px 0 rgba(0,0,0,0.15);*/
}

.page-template-tpl-processing .logo a, .page-template-tpl-signup1 .logo a, .page-template-tpl-signup2 .logo a, .page-template-tpl-signup3 .logo a, .page-template-tpl-error .logo a, .page-template-tpl-customer-billing .logo a,
    .page-template-tpl-recipient-info .logo a, .page-template-tpl-user-profile .logo a, .page-template-tpl-back-update .logo a, .page-template-tpl-without-banner .logo a{
    -moz-box-shadow: 0 4px 0 0 #fff, 0 6px 0 0 #ccc, 0 7px 0 0 #ddd;
    -webkit-box-shadow: 0 4px 0 0 #fff, 0 6px 0 0 #ccc, 0 7px 0 0 #ddd;
    box-shadow: 0 4px 0 0 #fff, 0 6px 0 0 #ccc, 0 7px 0 0 #ddd;
}

.logo img {
    max-width: 75%;
    margin: auto;
}

.navbar.navbar-mainbar, .navbar.navbar-topbar {
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    -moz-border: medium none;
    -webkit-border: medium none;
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin: 0;
}

.fixed-header-wrapper .navbar.navbar-mainbar {
    background: #fff;
}

.navbar.navbar-topbar {
    min-height: 15px;
}

.navbar.navbar-topbar .navbar-nav>li>a:hover {
    color: #64af15;
}

.navbar.navbar-topbar .navbar-nav>li>a {
    font-size: 15px;
    padding: 2px 6px;
    color: #222;
    font-weight: 400;
    margin: 10px 0px 0px 0;
    text-transform: uppercase;
}

.header-social-links {
    float: right;
    margin: 0;
    padding: 2px 10px 0 0;
}

.header-social-links li {
    float: left;
    margin-right: 11px;
}

.page-template-tpl-back-update .header-social-links li a {
    padding: 7px 0;
}

.header-social-links li a, .referral a {
    width: 25px;
    height: 25px;
    display: block;
    text-align: center;
    -moz-transition: 0.25s all;
    -webkit-transition: 0.25s all;
    transition: 0.25s all;
    line-height: 22px;
    padding: 1px;
}

.header-social-links li a.facebook svg {
    fill: #555;
}

.header-social-links li a.twitter svg {
    fill: #555;
}

.header-social-links li a.instagram svg {
    fill: #555;
}

.header-social-links li a.linkedin svg {
    fill: #555;
}

.referral a{
    display:inline-block;
    padding: 6px;
}
.header-social-links li a img, .referral a img{
    vertical-align: baseline;
    line-height:1;
    margin:0;
    
}

.header-social-links li a:hover, .referral a:hover {
    background: #64af15;
}

h3.call-us {
    color: #77c028;
    font-size: 21px;
    margin: 15px 0 0;
    text-align: right;
    font-weight: 400;
}

h2.header-phone {
    background-image: url("images/phone.png");
    background-position: 0 4px;
    background-repeat: no-repeat;
    color: #222222;
    float: right;
    font-size: 27px;
    font-weight: lighter;
    margin: 3px 0 0;
    max-width: 279px;
    padding: 1px 0 0 32px;
}

/* -----------------------   Main Navigation    -------------------------------*/
.nav-wrapper {
    
}

.navbar.navbar-mainbar .navbar-nav>li>a {
    transition: all 0.25s ease-out;
    color: #222;
    margin: 10px 0px 0px 0;
    padding: 2px 10px 2px;
    font-size: 15px;
    font-weight: 400;
    text-transform: uppercase;
}

.navbar.navbar-mainbar .navbar-nav>li>a:hover {
    color: #64af15;
}

.navbar.navbar-mainbar .navbar-nav>li.current-menu-item>a, .navbar.navbar-topbar .navbar-nav>li.current-menu-item>a {
    color: #64af15;
    border-bottom: 1px solid #64af15;
    padding: 2px 0;
    margin: 10px 7px;
}

.signup-button-wrapper {
    padding: 8px 0;
    text-align: right;
    background-image: url("images/signup_button_hover.png");
    background-repeat: no-repeat;
    background-position: 100% 8px;
}

.menu-item .glyphicon {
    position: absolute;
    top: 20px;
    color: #ddd;
    left: 7px;
    display: none;
}

.navbar.navbar-mainbar .menu-item .glyphicon {
    display: inline-block;
}

a.sign-up {
    border-radius: 35px;
    border: none;
    display: inline-block;
    padding: 9px 30px;
    background-color: #64af15;
    text-transform: uppercase;
    color: #fff !important;
    -moz-box-shadow: 0px 1px 0 0 #B1EC73 inset;
    -webkit-box-shadow: 0px 1px 0 0 #B1EC73 inset;
    box-shadow: 0px 1px 0 0 #B1EC73 inset;
    margin-right: 2px;
    position: relative;
    text-decoration: none;
    -moz-transition: 0.75s all cubic-bezier(.07, .79, .22, .96);
    -webkit-transition: 0.75s all cubic-bezier(.07, .79, .22, .96);
    transition: 0.75s all cubic-bezier(.07, .79, .22, .96);
}

a.sign-up:hover {
    -moz-transform: translateX(-40px);
    -webkit-transform: translateX(-40px);
    transform: translateX(-40px);
}
/* -----------------------   Home Page    -------------------------------*/
.home-banner {
    border-bottom: 12px solid rgba(255, 255, 255, 0.35);
    min-height: 65vh;
    background-size: cover;
    background-position: center;
    position: relative;
    display: flex;
    align-items: center;
}

.home-banner.overlay::before {
    bottom: -12px;
}

.home-banner .container {
    display: flex;
    align-items: center;
    min-height: 35vh;
    position: relative;
    z-index: 2;
}

.home-banner .row {
    display: flex;
    align-items: center;
    min-width: 100%;
    flex-wrap: wrap;
    justify-content: center;
}

.home-banner-inner h1 {
    color: #000;
}

.home-banner-inner h1 span {
    color: #fecb05;
    text-shadow: 1px 1px 0 #000;
}

.home-banner-inner p {
    color: #fff;
    display: block;
    font-size: 23px;
    text-shadow: 1px 1px 5px #525252;
    margin: 0;
}

.home-banner-inner p span {
    color: #fecb05;
    font-weight: bold;
    text-shadow: 1px 1px 5px rgba(0,0,0,0.5);
}

.offer-buttons {
    padding: 0;
    margin-top: 35px;
    margin-left: -10px;
}

.offer-buttons li {
    float: left;
    margin-right: -10px;
}

.offer-buttons li a {
    background: url("images/home_page/banner_button_green.png");
    width: 178px;
    height: 37px;
    display: block;
    padding: 6px 0;
    text-align: center;
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    letter-spacing: 0.5px;
}

/* .never-in-box {
    background: rgba(148, 210, 83);
    background-color: rgba(148, 210, 83, 0.85);
    -moz-box-shadow: 0 -5px 4px 0 #75a13d inset;
    -webkit-box-shadow: 0 -5px 4px 0 #75a13d inset;
    box-shadow: 0 -5px 4px 0 #75a13d inset;
}

.never-in-box h3 {
    text-align: center;
    font-size: 27px;
    padding: 20px 0;
    margin: 0;
    font-weight: 400;
    color: rgb(66, 105, 16);
    line-height: 1.4;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.30);
} */

/* -----------------------   DISCOUNT BANNER    -------------------------------*/
.discount-banner {
    background-color: #64af15;
    border-bottom: 1px solid rgb(228, 228, 228);
    -moz-box-shadow: 0 -2px 0 0 rgb(255, 255, 255) inset;
    -webkit-box-shadow: 0 -2px 0 0 rgb(255, 255, 255) inset;
    box-shadow: 0 -2px 0 0 rgb(255, 255, 255) inset;
    padding: 12px 0;
}

.discount-banner h3, .discount-banner h3 span {
    font-size: 25px;
    font-weight: 300;
    margin: 0;
    color: #fff;
}

.discount-banner h3 {
    padding: 21px 0 24px 0;
    font-size: 32px;
}

.discount-banner h3 span {
    color: #fff;
    font-weight: 500;
    padding: 0;
    font-size: 36px;
}

.discount-banner .form-inline, .delivery-areas .form-inline {
    position: relative;
}

.discount-banner .form-inline .input-group input.form-control, .delivery-areas .form-inline .input-group input.form-control {
    background: #AEDD7D none repeat scroll 0 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    outline: none;
    color: #fff;
    padding: 8px 0 8px 15px;
    width: 100%;
    height: 50px;
    border: 1px solid rgba(255, 255, 255, 0.37);
}

.login-page {
    background: #fff;
    margin-top: 6px;
}

.login-page.with-banner {
    margin: 0;
}

.login-page .alert-message {
    padding: 0 25px 0 60px;
}

.alert-discount {
    background-color: #EAC6C6;
    padding: 10px;
    color: #9C3131;
    border: 1px solid;
}

.form-inline .input-group input::-webkit-input-placeholder {
    color: #fff;
}

.form-inline .input-group input::-moz-placeholder {
    color: #fff;
}

.form-availability {
    position: absolute;
    top: 63px;
    z-index: 101;
    width: 93%;
}

.form-inline  .form-group, .form-inline .btn.btn-success {
    position: relative;
}

.form-inline .btn.btn-success, .franchise-form-wrapper.simple .btn-primary, .franchise-form-wrapper.simple .btn-primary:focus, .franchise-form-wrapper.simple .btn-primary:hover, .contact-us .btn-primary, .contact-us .btn-primary:hover, .contact-us .btn-primary:focus
    {
    background: #fecb05 none repeat scroll 0 0;
    border: medium none;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    color: #000;
    font-size: 18px;
    padding: 12px 0;
    right: 0;
    z-index: 11;
    width: 15%;
    height: 50px;
    top: 1px;
    display: block;
}

.form-inline .input-group input, .form-inline .form-group {
    float: left;
    margin: 0 3% 0 0;
    width: 82%;
}

.form-inline  .input-group {
    width: 100%;
}

.form-inline .input-group input.form-control:focus, .form .input-group input.form-control:focus {
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.discount-banner .form-inline {
    margin: 34px 0;
}

.discount-banner .form-inline .input-group input.form-control:focus {
    outline: none;
}

.discount-banner-bottom {
    background: rgba(255, 255, 255, 0.85) none repeat scroll 0 0;
    padding: 17px 0;
}

.discount-banner-bottom h3 {
    color: #426910;
    font-size: 29px;
    font-weight: 100;
    margin-top: 32px;
    padding-left: 25px;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.25);
}

.discount-banner-bottom h4 {
    display: block;
    font-size: 16px;
    font-weight: 100;
    line-height: 1.1;
    margin: 0;
    padding: 14px 25% 10px 10px;
    position: relative;
    top: 4px;
}

.discount-banner-bottom img {
    float: right;
    width: 100%;
}

.discount-banner-bottom .free-delivery img {
    min-height: 137px;
}

.love-romance, .free-delivery, .refer-friend {
    background-color: #a0c748;
    margin: 0;
    min-height: 137px;
    padding-right: 0;
}

.love-romance>.row, .free-delivery>.row, .refer-friend>.row {
    height: 100%;
}

.refer-friend .genericon {
    bottom: 26px;
    color: #426910;
    font-size: 26px;
    font-weight: 100;
    position: absolute;
    right: 17px;
}

.home-posts {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding: 90px 0 90px;
}

.home-post-wrapper {
    background-image: url("images/home_page/post_bottom_shadow.jpg");
    background-repeat: no-repeat;
    background-position: 0 103%;
    background-size: 100% auto;
    background-color: #F9F9F9;
    min-height: 700px;
    text-align: center;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    background-size: 100% auto;
}

.home-post-wrapper h2 {
    border-bottom: 1px solid #ebebeb;
    color: #d65682;
    font-size: 20px;
    margin: 0 0 20px;
    padding: 0 15px 15px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.home-post-wrapper img {
    width: 100%;
    margin: 0 auto 20px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    height: auto;
}

.home-post-wrapper p {
    padding: 0 15px 15px;
}

.video-wrapper > div {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 56.2500%;
    padding-bottom: 0;
    box-shadow: 0 2px 15px 0 rgba(63, 69, 81, 0.56);
    overflow: hidden;
    border-radius: 0;
    will-change: transform;
    border: 7px solid #ffffff36;
    backdrop-filter: blur(15px);
}

/* -----------------------   How It Works    -------------------------------*/
.inner-pages-banner-inner h1 {
    color: #fff !important;
    display: inline-block;
    padding: 10px 0;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    margin: 0;
    letter-spacing: 2px;
}

.banner-heading-wrapper {
    position: relative;
}

.banner-heading-wrapper p.diamonds {
    position: absolute;
    color: #fff;
    font-size: 25px;
    left: 50%;
    display: flex;
    gap: 11px;
    margin: 0;
    transform: translateX(-50%);
}

.banner-heading-wrapper p.diamonds svg {
    width: 12px;
    height: auto;
}

.banner-heading-wrapper p.diamonds.top {
    top: -19px;
}

.banner-heading-wrapper p.diamonds.bottom {
    bottom: -19px;
}

.inner-pages-banner-inner h1 span {
    display: block;
}

.inner-pages-banner-inner h1 span{
    font-weight: 300;
}

.delivery-areas .form-inline .input-group input.form-control, .delivery-areas .form-inline {
    background: #F9D49F none repeat scroll 0 0;
}

.delivery-areas .form-inline .input-group input.form-control, .delivery-areas .form-inline .input-group input.form-control:focus {
    border: none;
    color: #fff;
}

.how-it-works-banner .form-inline .btn.btn-success, .delivery-areas .form-inline .btn.btn-success {
    color: #000;
    font-size: 15px;
    font-weight: unset;
    padding: 5.5px 25px;
}

.how-it-works, .referral-page {
    background: #fff;
    padding: 70px 0;
}

.how-it-works h3, .delivery-areas h3, .referral-page h3, .contact-us h3, .franchise-form-wrapper.simple h2 {
    border-bottom: 2px solid #d65682;
    color: #d65682;
    margin: 0 0 1.5rem;
    font-size: 18px;
    padding: 7px 0 10px;
    letter-spacing: 1px;
    font-weight: 600;
    text-transform: uppercase;
}

.video-wrap {
    text-align: center;
    background-image: url("images/how_it_works/video_shadow.png");
    background-repeat: no-repeat;
    background-position: 0 100%;
    background-size: 100% auto;
}

.video-wrap p {
    margin: 0;
}

.video-wrap iframe {
    padding: 10px;
    background-color: #E7E7E7;
    width: 95%;
}

/* -----------------------   Franchise    -------------------------------*/
.page-template-tpl-franchise .site-main {
    background-color: #fffff;
}

.main-content-inner {
    background-color: #ffffff;
}

h1, .page-template-tpl-franchise .site-main h1, .page-template-tpl-delivery h1, .page-template-tpl-signup1 h1, .login-page h1, .signup-2-page h1, .signup-3-page h1, .contact-us h1, .back-update h1 {
    color: rgb(103 177 26);
}

.franchise-form-wrapper {
    background-color: rgb(148, 210, 83);
    margin: 60px 0;
    width: 100%;
    position: relative;
}

.franchise-form-wrapper.simple {
    background: none;
    text-align: left;
}

.franchise-form-wrapper.simple img {
    margin: auto;
}

.franchise-form-wrapper.simple .input-group {
    float: left;
    width: 100%;
}

.form-group {
    float: left;
    width: 100%;
}

.franchise-form-wrapper.simple .input-group .form-control {
    background: #F1EFF0;
    border: 1px solid #d6d6d6;
    font-size: 18px;
}

.free-quote-form-wrapper h2 {
    background: none;
    padding: 0 0 5px;
    color: #d65682;
    text-transform: uppercase;
    font-size: 18px;
    border-bottom: 2px solid;
    display: inline-block;
    margin: 0 0 40px 0;
}

.signup2 .franchise-form-wrapper.simple h2 {
    font-size: 30px;
    border: none;
    color: #222;
    text-align: center;
    display: block;
    text-transform: none;
    margin: 0px 0 14px 0;
    position: relative;
    clear: both;
}

.signup2 .franchise-form-wrapper.simple .flowers-arrangement h2, .signup2 .franchise-form-wrapper.simple .delivery-frequency h2 {
    color: #FE7201;
    text-align: left;
    border-bottom: 3px solid;
    font-size: 20px;
    margin: 0 0 19px 0px;
    text-transform: uppercase;
}

.signup2 .franchise-form-wrapper.simple .alert {
    z-index: 101;
    padding: 3px 20px;
    right: 0;
}

.signup2 .franchise-form-wrapper.simple h4 {
    color: #7D7373;
}

.franchise-form-wrapper.simple .btn-primary, .franchise-form-wrapper.simple .btn-primary:focus, .franchise-form-wrapper.simple .btn-primary:hover, .contact-us .btn-primary, .contact-us .btn-primary:hover, .contact-us .btn-primary:focus {
    width: 150px;
    text-align: center;
    height: auto;
    clear: both;
}

.page-template-tpl-signup3 .franchise-form-wrapper {
    padding: 30px 15px;
    margin-top: 15px;
}

.signup-3-page {
    padding-top: 15px;
}

.franchise-form-wrapper h2 span {
    color: rgb(210, 155, 73);
    font-size: 24px;
    left: 461px;
    margin: 3px 0 0;
    padding: 0 30px;
    position: absolute;
}

.franchise-form-wrapper form {
    margin-top: 0;
}

.main-form-fields {
    position: relative;
    padding: 0px 20px 30px 20px;
    clear: both;
}

/* Form Styling */
.franchise-form-wrapper .input-group-addon {
    background-color: #fecb05;
    background-position: 21px center;
    background-repeat: no-repeat;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 5px 18px 5px 20px;
    z-index: 10001;
    position: relative;
}

.input-group-addon.user {
    background-image: url("images/franchise/user.png");
}

.input-group-addon.email {
    background-image: url("images/franchise/email.png");
}

.input-group-addon.phone {
    background-image: url("images/franchise/phone.png");
}

.input-group-addon.password {
    background-image: url("images/franchise/password.png");
}

.contact-us .input-group-addon.user {
    background-image: url("images/contact/user.png");
}

.contact-us .input-group-addon.email {
    background-image: url("images/contact/email.png");
}

.contact-us  .input-group-addon.phone {
    background-image: url("images/contact/phone.png");
}

.input-group-addon.message {
    background-image: url("images/contact/message.png");
}

.franchise-form-wrapper .form-control {
    border: medium none;
    -moz-border-radius: 0 32px 32px 0;
    -webkit-border-radius: 0 32px 32px 0;
    border-radius: 0 32px 32px 0;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 49px;
    background-color: #FFE3DF;
}

.franchise-form-wrapper .btn-primary, .franchise-form-wrapper .btn-primary:focus, .franchise-form-wrapper .btn-primary:hover, .franchise-form-wrapper.signup2.signup3 .btn-primary, .franchise-form-wrapper.signup2.signup3 .btn-primary:focus,
    .franchise-form-wrapper.signup2.signup3 .btn-primary:hover {
    background-color: rgba(0, 0, 0, 0);
    background-image: url("images/franchise/submit_button.png");
    background-repeat: no-repeat;
    border-color: rgba(0, 0, 0, 0);
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: rgba(0, 0, 0, 0);
    height: 59px;
    width: 170px;
    background-position: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.franchise-form-wrapper .form-group.form-inline {
    padding: 15px 0;
}

.signup2 .franchise-form-wrapper .form-group.form-inline {
    padding: 5px 0;
}

.franchise-form-wrapper .form-group.form-inline label {
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 0;
    color: #555;
}

.signup2 .franchise-form-wrapper .form-group label {
    font-size: 15px;
    font-style: normal;
    padding: 0;
    color: #7B7575;
}

.franchise-form-wrapper .form-group.form-inline label.radio-inline {
    position: relative;
    top: -5px;
}

.toggle-radio {
    background-image: url("images/signup/yellow_uncheck.png");
    background-position: 0 0;
    display: inline-block;
    height: 21px;
    left: 5px;
    position: relative;
    top: 4px;
    width: 21px;
    background-repeat: no-repeat;
    margin-right: 8px;
}

.toggle-radio.checked {
    background-image: url("images/signup/yellow_check.png");
}

.toggle-checkbox, .flowers-arrangement .toggle-radio {
    background: rgb(255, 227, 223) none repeat scroll 0 0;
    color: rgb(148, 210, 83) !important;
    display: inline-block;
    height: 20px;
    margin-right: 5px;
    padding: 2px;
    position: relative;
    top: 4px;
    width: 20px;
}

.toggle-checkbox {
    width: 15px;
    background: url("images/signup/uncheck.png");
    height: 18px;
    background-repeat: no-repeat;
    top: 0;
    left: 0;
}

.toggle-checkbox.checked {
    background: url("images/signup/check.png");
}

.signup3 .checkbox label {
    padding: 0;
}

.toggle-checkbox.checked:before {
    content: "";
}

.flowers-arrangement .toggle-radio {
    width: 19px;
    height: 19px;
    top: 4px;
    background-image: url("images/signup/tick_uncheck.png");
    left: -1px;
}

.flowers-arrangement .toggle-radio.checked {
    background-image: url("images/signup/tick_check.png");
    background-repeat: no-repeat;
}

.diamonds-divider {
    background-color: #c0c0c0;
    height: 1px;
    margin: 51px 0 25px;
    position: relative;
    display: block;
}

.diamonds-divider p.diamds {
    position: absolute;
    top: -18px;
    left: calc(50% - 25px);
    margin: 0;
    color: #fecb05;
    font-size: 24px;
}

/* -----------------------   Delivery Areas    -------------------------------*/
.delivery-areas, .contact-us {
    background: rgb(255, 255, 255) none repeat scroll 0 0;
    padding: 60px 0;
}


.delivery-areas .form-inline {
    background: #8C8C8C;
    display: block;
    margin: 10px 0 20px;
    max-width: 100%;
}

.delivery-areas .form-inline .form-group {
    width: 70%;
}

.delivery-areas .form-inline .input-group input.form-control, .delivery-areas .form-inline .input-group input.form-control:focus {
    background: #8C8C8C;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.delivery-areas .form-inline .btn.btn-success {
    width: 27%;
    top: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    right: -1px;
}

.delivery-areas img {
    margin: 15px 0;
}

.ajax-image {
    display: none;
    float: right;
    position: absolute;
    top: 1px;
    right: -24px;
    width: 16px;
}

.non-editable-form .ajax-image, .editable-non-redirecting .ajax-image {
    position: absolute;
    margin: 14px auto;
    float: none;
    right: -18px;
    bottom: 7px;
    top: auto;
}

.contact-form .ajax-image {
    right: 13px;
}

.editable-non-redirecting .ajax-image {
    right: 15px;
}

.franchise-form-wrapper.simple img.ajax-image {
    margin: auto;
    bottom: 19px;
}

.page-template-tpl-franchise .franchise-form-wrapper.simple img.ajax-image {
    right: 12px;
}
/* -----------------------   Back Office Login    -------------------------------*/
.back-update-panels {
    background: rgb(252, 252, 252) none repeat scroll 0 0;
    border: 1px solid rgb(204, 204, 204);
    -moz-box-shadow: 0 0 4px 1px rgb(238, 238, 238) inset;
    -webkit-box-shadow: 0 0 4px 1px rgb(238, 238, 238) inset;
    box-shadow: 0 0 4px 1px rgb(238, 238, 238) inset;
    margin-bottom: 60px;
    text-align: center;
    padding-bottom: 50px;
}

.login-icon img {
    margin: -50px auto -20px;
    transform: translate(10%, 0);
}

.login-form, .free-quote-form {
    text-align: center;
    background-image: url("images/login/quote_bg.png");
    background-repeat: no-repeat;
    background-position: 0px 0;
    margin-bottom: 50px;
    margin-top: 100px;
    padding-bottom: 128px;
    background-color: rgb(255, 255, 255);
    background-size: 100% 180%;
}

.page-template-tpl-login .login-page {
    background: #fff;
}

.free-quote-form.signup2 {
    background-image: url("images/signup/recipient_bg.png");
    background-size: 100% 116%;
    padding: 50px 0 100px 25px;
}

.free-quote-form.signup2.signup3 {
    margin-top: 0;
    padding-top: 0;
}

.free-quote-form.signup2 .btn-default {
    background: #D3D3D3;
    margin: 0;
    border: none;
}

.free-quote-form.signup2 .bootstrap-select.btn-group .dropdown-toggle .caret {
    position: absolute;
    top: 0;
    right: 0;
    margin-top: 0;
    vertical-align: middle;
    background-color: #fecb05;
    padding: 16px 23px;
    border: none;
}

.free-quote-form.signup2 .bootstrap-select.btn-group .dropdown-toggle .caret:before {
    content: "\e252";
    display: inline-block;
    color: #E2E2E2;
    top: 6px;
    position: absolute;
    right: 14px;
    text-shadow: none;
}

#loginform {
    padding: 41px 25px 30px 60px;
}

.login-form h2, .free-quote-form h2, .free-quote-form.signup h2 {
    color: #222;
    font-weight: 400;
    margin: -40px 0 0;
    padding: 17px 25px;
    text-align: center;
    border: none;
    font-size: 25px;
    text-transform: capitalize;
    display: block;
}

.free-quote-form h2 {
    margin: 0;
}

.login-username, .login-password, .free-quote-form .franchise-form-wrapper.simple .input-group {
    background-color: #D3D3D3;
    border: 1px solid rgb(221, 221, 221);
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 34px;
    text-align: left;
    background-position: 95% 20px;
    background-repeat: no-repeat;
    position: relative;
}

.free-quote-form .franchise-form-wrapper.simple textarea.form-control {
    background-color: #D3D3D3;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

.login-username {
    /* background-image: url("images/login/user_icon.png"); */
    
}

.login-password {
    /* background-image: url("images/login/password_icon.png"); */
    
}

.login-username label, .login-password label {
    color: rgba(153, 153, 153, 0);
    font-size: 10px;
    font-weight: 100;
    padding: 15px 30px;
    width: 26%;
}

.login-username input, .login-password input, .free-quote-form .franchise-form-wrapper.simple .input-group .form-control {
    background: transparent;
    border: medium none;
    height: 33px;
    padding: 6px 15px;
    position: absolute;
    top: 0px;
    width: 94%;
    left: 0px;
    font-style: normal;
    font-size: 14px;
}

.free-quote-form .franchise-form-wrapper.simple .input-group .form-control.signup {
    padding: 0;
    width: 100%;
}

.free-quote-form .franchise-form-wrapper.simple .input-group textarea.form-control, .free-quote-form .franchise-form-wrapper.simple .input-group.textarea {
    height: 100px;
}

input:-webkit-autofill, input:-webkit-autofill {
    background: #ccc !important;
    -webkit-box-shadow: 0 0 0px 1000px #D3D3D3 inset !important;
    box-shadow: 0 0 0px 1000px #D3D3D3 inset !important;
}

p.forgot-password, p.not-a-member {
    text-align: center;
    color: #F47149;
    font-size: 17px;
    padding: 0;
    margin: 0;
    border-bottom: 0 solid #ccc;
    margin: 15px 0;
    font-size: 20px;
}

p.forgot-password a {
    color: #F47149;
    font-weight: 400;
    font-size: 20px;
}

.login-form .button-primary, p.not-a-member a, .free-quote-form .franchise-form-wrapper.simple .btn-primary {
    background: #fecb05;
    border: none;
    color: #fff;
    font-weight: 400;
    font-size: 20px;
    border-bottom: 3px solid #E59D20;
    height: 59px;
    display: block;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    width: 100%;
    text-transform: uppercase;
}

p.not-a-member {
    border: none;
    margin: 0;
}

p.not-a-member a {
    width: auto;
    display: inline-block;
    height: auto;
    padding: 5px 15px;
    text-transform: uppercase;
}

.login-page h1, .signup-2-page h1, .signup-3-page h1, .back-update h1 {
    margin: 34px 0;
}

.free-quote-form-wrapper h2 {
    margin: 35px 0 15px;
}

.free-quote-form h3 {
    displaY: inline-block;
    border-bottom: 1px solid #aaa;
    padding: 10px 0;
    font-size: 19px;
    position: relative;
}

.free-quote-form h3:before {
    content: "\e253";
    display: inline-block;
    font-size: 10px;
    position: absolute;
    bottom: -4px;
    left: calc(50% - 5.5px);
    color: #aaa;
}

.free-quote-form-wrapper {
    margin-top: 10px;
}

.free-quote-form-wrapper p {
    line-height: 1.5;
    font-size: 16px;
}

.free-quote-form {
    margin-top: 50px;
}

.free-quote-form-wrapper .franchise-form-wrapper {
    margin-top: 10px;
    padding-left: 30px;
}

.free-quote-form-wrapper .franchise-form-wrapper #form-response {
    padding-left: 0;
}

.free-quote-form-wrapper #form-response {
    padding-left: 30px;
}
/* -----------------------   Sign Up 2    -------------------------------*/
.delivery-frequency {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,7db9e8+100&amp;1+0,0.01+100 */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    padding: 15px;
    background:
        url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM3ZGI5ZTgiIHN0b3Atb3BhY2l0eT0iMC4wMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 1)), color-stop(100%, rgba(125, 185, 232, 0.01))); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); /* IE10+ */
    background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(125, 185, 232, 0.01) 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#037db9e8', GradientType=0); /* IE6-8 */
}

.delivery-frequency .form-inline {
    padding: 15px 0;
}

.signup2 .franchise-form-wrapper.simple .delivery-frequency h2 {
    color: #585858;
    border-color: #FF7101;
}

.flowers-arrangement {
    padding: 12px;
    position: relative;
    margin: 0px 0 25px;
    background-color: #fff;
    float: left;
    width: 100%;
}

.flowers-arrangement>h3 {
    color: rgb(68, 68, 68);
    font-size: 25px;
    margin: 0 0 18px;
}

.flowers-arrangement .checkbox {
    font-size: 16px;
    font-weight: 100;
    margin: 13px 0 0;
}

.flowers-arrangement .flower-option>label {
    margin-bottom: 15px;
}

.flowers-arrangement .checkbox>span {
    font-style: italic;
    font-weight: 700;
    color: #64af15;
    font-size: 20px;
}

.flowers-arrangement .checkbox span {
    font-size: 18px;
    margin: 0;
    font-weight: 400;
    color: #FE7201;
}

.flowers-arrangement .checkbox span.less_popular_price, .flowers-arrangement .checkbox span.most_popular_price {
    font-weight: normal;
    color: #7B7575;
    font-size: 15px;
}

.flowers-arrangement .checkbox span.orange {
    color: rgb(255, 165, 0);
    font-size: 23px;
    text-transform: uppercase;
}

.form-control.signup {
    background: none;
}

.franchise-form-wrapper.signup2 .form-control.signup {
    padding: 0;
}

.franchise-form-wrapper.signup2 .form-control.signup .btn-default {
    background: rgb(255, 227, 223) none repeat scroll 0 0;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    padding: 10.5px 30px;
    border-radius: 35px;
}

.franchise-form-wrapper.signup2 .form-control.signup .btn-default .caret::before {
    background: rgb(252, 191, 101) none repeat scroll 0 0;
    border: medium none;
    -moz-border-radius: 0 35px 35px 0;
    -webkit-border-radius: 0 35px 35px 0;
    border-radius: 0 35px 35px 0;
    color: rgb(210, 155, 73);
    content: '\f431';
    display: block;
    font-size: 28px;
    height: 43px;
    position: absolute;
    right: -18px;
    text-shadow: 0 1px 0 rgb(218, 156, 65);
    top: -23px;
    vertical-align: middle;
    width: 53px;
    border-radius: 0 35px 35px 0;
}

.franchise-form-wrapper.signup2 .form-control.signup.poen {
    top: -17px;
}

.franchise-form-wrapper.signup2 .input-group {
    width: 100%;
}

.franchise-form-wrapper.signup2 .input-group.date {
    width: 50%;
}

.franchise-form-wrapper.signup2 .input-group.date .form-control {
    width: 100%;
}

.franchise-form-wrapper.signup2 .main-form-fields>.form-group.select {
    width: 50%;
}

.franchise-form-wrapper.signup2 .input-group .form-control {
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    height: 39px;
    padding: 11px 30px;
    width: 50%;
}

.franchise-form-wrapper.signup2 .form-group.select .input-group .form-control {
    padding: 0;
}

.franchise-form-wrapper.signup2 .form-group.form-inline label.radio-inline {
    font-size: 19px;
    margin-left: 0;
    margin-right: 15px;
    padding-left: 0;
}

.franchise-form-wrapper.signup2 .form-group.form-inline {
    padding: 5px 0;
    margin: 0;
}

.franchise-form-wrapper.signup2 textarea.form-control {
    height: auto;
    -moz-border-radius: 35px;
    -webkit-border-radius: 35px;
    border-radius: 35px;
}

.franchise-form-wrapper.signup2 h2 {
    left: -17px;
    top: -10px;
}

.inner-wrapper {
    display: block;
    margin: 0 0 15px;
    min-height: 73px;
    position: relative;
    clear: both;
}

.franchise-form-wrapper.signup2 .btn-primary, .franchise-form-wrapper.signup2 .btn-primary:focus, .franchise-form-wrapper.signup2 .btn-primary:hover {
    background: rgba(0, 0, 0, 0) url("images/signup/next_button.png") no-repeat scroll 0 0;
    margin: 27px 0 0;
    width: 170px;
}

.franchise-form-wrapper.signup2 .inner-wrapper h2 {
    left: -38px;
}

.page-template-tpl-signup3 .franchise-form-wrapper.signup2 .inner-wrapper h2 {
    left: -32px;
}

.franchise-form-wrapper .input-group.date {
    position: relative;
}

.franchise-form-wrapper.signup2 form>.form-group {
    width: 50%;
}

/* -----------------------   Contact Us    -------------------------------*/
.contact-us .form-control, .contact-us .input-group {
    width: 100%;
}

.contact-us .form-control {
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
        height: 50px;
    background: #ebebeb;
    border: 1px solid #dedede;
    transition: all 0.35s ease-out;
    box-shadow: none;
}

.contact-us textarea.form-control {
    height: auto;
}

.contact-us .form-control:focus {
    background: #fff;
    border-color: #d65682;
    box-shadow: none;
}

.contact-us .btn-primary, .contact-us .btn-primary:hover, .contact-us .btn-primary:focus {
    width: auto;
    padding: 10px 25px;
    font-size: 15px;
}

.contact-us iframe {
    border: 1px solid #ddd;
    padding: 5px;
}

/* -----------------------   Back Update    -------------------------------*/
.back-update img {
    margin: 20px 0;
}

.back-update-panels {
    padding: 60px;
}

/* -----------------------   Thankyou Page    -------------------------------*/
.thankyou-page {
    background: rgba(0, 0, 0, 0) url("images/thankyou/thankyou-back.jpg") no-repeat scroll center top;
    background-size: cover;
    padding: 38px 0 10px;
}

.thankyou-page h2 {
    font-size: 35px;
    line-height: 1.4;
}

.thankyou-page h3 {
    font-size: 25px;
    line-height: 1.4;
    margin-bottom: 60px;
}

.thankyou-page h3 span {
    color: #ff4202;
}

ul.social-share {
    margin: 60px auto;
}

ul.social-share li {
    display: inline-block;
    /* padding: 15px; */
    margin: 0 14px;
}

ul.social-share li a {
    text-decoration: none;
    padding: 15px 30px;
    color: #fff;
    display: block;
    -moz-transition: 0.3s all;
    -webkit-transition: 0.3s all;
    -o-transition: 0.3s all;
    transition: 0.3s all;
    -moz-border-radius: 10px;
    border-radius: 5px;
    position: relative;
}

ul.social-share li a:hover {
    -moz-transform: translateY(-5px);
    -webkit-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}

ul.social-share li.facebook a {
    background: #3b5998;
}

ul.social-share li.twitter a {
    background: #55acee;
}

ul.social-share li.linkedin a {
    background: #0976b4;
}

ul.social-share li.gplus a {
    background: #dd4b39;
}

/* -----------------------   Referral    -------------------------------*/
.image-wrap img {
    max-width: 100%;
    height: auto;
}

.page-template-tpl-referral h2 {
    border: none;
    font-weight: 600;
}

.referral p {
    font-size: 14px;
    line-height: 1.5;
}

.processing-page img {
    margin: 100px auto;
}

/* -----------------------   Footer    -------------------------------*/
.site-info.row {
    padding: 24px 0;
}

.site-footer {
    border-top: 1px solid rgba(255,255,255,0.07);;
    background: #382F2F;
    background: linear-gradient(90deg, rgb(39 32 32) 0%, rgb(62 34 53) 50%, rgb(39 32 32) 100%);
}

.site-footer .container .row {
    display: flex;
    gap: 15px;
    margin: 0 -30px;
}

.copyright p {
    color: rgba(255,255,255,0.5);
    margin: 0;
    font-weight: 100;
    font-size: 0.9rem;
}

body a {
    color: #426910;
    font-weight: 300;
}

.footer-widgets {    
    border-bottom: 1px solid rgba(255,255,255,0.07);
}

.footer-widgets .widget {
    border-right: 1px solid rgba(255,255,255,0.07);
    float: left;
    width: 100%;
    min-height: 175px;
    height: calc(100% - 80px);
    margin-top: 50px;
    margin-bottom: 30px;
}

.footer-widgets .widget.last {
    border: none;
}

.footer-widgets h3 {
    color: rgba(255,255,255,0.5);
    margin-top: 0;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 100;
}

.footer-widgets ul {
    padding: 0;
}

.footer-widgets li a, .footer-widgets li a:hover {
    padding: 5px 0;
    display: block;
    text-decoration: none;
}

.footer-widgets ul li a:before {
    content: "\2022";
    color: #fecb05;
    margin-right: 10px;
}

.footer-widgets p {
    color: rgba(255,255,255,0.6);
    margin-bottom: 10px;
}

.footer-widgets a {
    color: #fff;
}

.footer-widgets p.email span {
    color: #d65682;
}

.footer-widgets p.phone {
    font-size: 23px;
    background-image: url("images/home_page/call-outline.svg");
    background-repeat: no-repeat;
    background-position: -2px 8px;
    padding-left: 27px;
    background-size: 23px;
}

.footer-widgets .form-inline .input-group input.form-control {
    background-color: #837F80;
    height: 50px;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    border: none;
    color: #fff;
}

.footer-widgets .form-inline .input-group input::-webkit-input-placeholder {
    color: #ccc;
}

.footer-widgets .form-inline .input-group input::-moz-placeholder {
    color: #ccc;
}

.footer-widgets .form-inline .btn.btn-success {
    font-size: 14px;
    padding: 13px;
    min-width: 100px;
    position: relative;
    top: -50px;
    right: -1px;
    float: right;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
}

.footer-nav {
    clear: both;
    display: block;
    padding: 6px 0;
    text-align: center;
}

.footer-nav li {
    border-right: 1px solid #426910;
    display: inline-block;
    line-height: 1;
    padding: 0 5px;
}

.footer-nav li a {
    padding: 2px 6px 2px 4px;
    font-weight: 400;
}

/* -----------------------   Contact Form    -------------------------------*/
span.wpcf7-not-valid-tip {
    background: #fdd091 none repeat scroll 0 0;
    border: 2px solid;
    clear: both;
    color: #ff0000;
    display: block;
    padding: 5px 16px;
    position: relative;
    top: 6px;
}

div.wpcf7-validation-errors {
    background: #ffffff none repeat scroll 0 0;
    border: 2px solid #fdd091;
    margin: 0;
    position: absolute;
    top: 92px;
    z-index: 101;
    width: 82%;
}

div.wpcf7 img.ajax-loader {
    position: absolute;
    right: 0;
    top: 57px;
}

div.wpcf7-mail-sent-ok {
    background: #a0d569 none repeat scroll 0 0;
    border: 2px solid #426910;
    color: #ffffff;
    left: 0;
    padding: 60px 68px;
    position: fixed;
    top: 25%;
    width: 50%;
    z-index: 101;
    left: 25%;
    font-size: 23px;
}

.wpcf7-mail-sent-ok .cross {
    background: #e47121 none repeat scroll 0 0;
    -moz-border-radius: 15px;
    -webkit-border-radius: 15px;
    border-radius: 15px;
    -moz-box-shadow: 1px 1px 0 0 #333333;
    -webkit-box-shadow: 1px 1px 0 0 #333333;
    box-shadow: 1px 1px 0 0 #333333;
    height: 30px;
    padding: 0;
    position: absolute;
    right: -10px;
    text-align: center;
    top: -10px;
    width: 30px;
    cursor: pointer;
    font-size: 20px;
}

.popup-back {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    z-index: 102;
}

/* -----------------------   Forms    -------------------------------*/
#terms-conditions-popup{
    position:fixed;
    background:rgba(0,0,0,0.70);
    width:100%;
    height:100%;
    left:0;
    top:0;
    z-index:100001;
    overflow-y: hidden;
}

#terms-conditions-popup h1{
    margin:0 0 15px 0;
}

#terms-conditions-popup article h1{
    display:none;
}

#terms-conditions-popup .modal-content{    
    padding:30px;
    position:absolute;
    overflow:hidden;
    max-height: 500px;
}

#terms-conditions-popup .modal-content .modal-body{
    overflow-y: scroll;
    max-height: 300px;
}


#terms-conditions-popup .close{
    position:absolute;
    top:10px;
    right:10px;
    opacity:0.5;
    
}
form.information-edit {
    padding: 10px 20px 30px;
    margin: 0 0 30px 0;
    background-color: #f4f4f4;
    position: relative;
}

form.information-edit h2 {
    background-color: #767676;
    padding: 10px;
    color: rgb(215, 223, 207);
    border: 1px solid #fff;
    font-size: 24px;
    clear: both;
    margin: 15px 0;
    display: block;
    float: left;
    width: 100%;
}

form.information-edit .form-group {
    clear: both;
    display: block;
    /* padding: 10px 0; */
    margin: 10px 0;
    float: left;
    width: 100%;
    background-color: rgb(205, 229, 149);
}

form.information-edit .form-group>label {
    width: 25%;
    float: left;
    padding: 5px 15px 4px;
    color: #111;
}

form.information-edit .form-group>.input-group {
    width: 75%;
    float: right;
    min-height: 34px;
    border: 1px solid #ccc;
}

form.information-edit .input-group .form-control {
    border: none;
    position: static;
}

form.information-edit h5 {
    margin: 5px 0 0 0;
}

.alert ul {
    padding-left: 0;
}

.input-group p {
    position: absolute;
    right: 55px;
    top: 0;
    padding: 6px 20px;
}

.input-group p.card {
    background-image: url("images/all_cards.png");
    background-repeat: no-repeat;
    width: 51px;
    height: 35px;
    background-size: 98%;
    position: absolute;
    right: -1px;
    top: 0px;
}

.input-group p.card.visaelectron {
    background-position: 0 -46px;
}

.input-group p.card.visa {
    background-position: 0 0px;
}

.input-group p.card.maestro {
    background-position: 0 -134px;
}

.input-group p.card.mastercard {
    background-position: 0 -90px;
}

.input-group p.card.discover {
    background-position: 0 -180px;
}

.input-group p.card.dinersclub {
    background-position: 0 -263px;
}

.input-group p.card.amex {
    background-position: 0 -221px;
}

.input-group p.card.jcb {
    background-position: 0 -306px;
}

.form-group .custom-alert, .radio-inline .custom-alert {
    clear: both;
    color: #FFFFFF;
    margin: 1px 0 0 0;
    display: block;
    float: left;
    width: 100%;
    font-size: 13px;
    background-color: #E0625F;
    padding: 5px 15px;
    position: relative;
}

.form-group .custom-alert:before {
    content: "\e253";
    display: inline-block;
    font-style: normal;
    font-weight: 400;
    position: absolute;
    top: -12px;
    z-index: 10001;
    color: #E0625F;
}

.modal-dialog #login {
    width: 80%;
    padding: 39px 0;
}

.modal-dialog #login h1 {
    border-bottom: 4px solid #d65682;
    text-align: center;
    margin: 0 0 10px 0;
}

.modal-dialog #login input[type="submit"] {
    width: 100%;
    background-color: #d65682;
    border: none;
    padding: 5px 15px;
    color: #FFF;
    font-size: 16px;
    margin-bottom: 15px;
}

.modal-dialog #login input[type="text"] {
    width: 100%;
    border: 1px solid #ccc;
}

.modal-dialog #login label {
    width: 100%;
}

.modal-dialog #login h1 a {
    color: #d65682;
    font-size: 25px;
}

.form.information-edit .form-group .custom-alert {
    background: #E0625F;
    color: #fff;
    margin: 0;
    padding: 5px 15px;
}

.page-template-tpl-error .panel {
    margin: 50px auto;
}

.processing-page .image-wrapper {
    max-width: 600px;
    margin: 0 auto;
}

.processing-page .image-wrapper img {
    margin: 25px auto 100px
}

.processing-page .image-wrapper .processing-loading-image {
    margin: 51px auto 0;
    max-width: 31px;
}

.no-admin-bar-logout {
    position: relative;
    top: -32px;
    right: 35px;
}

.no-admin-bar-logout>a {
    position: absolute;
    top: 4px;
    right: 0;
    padding: 2px 9px;
    z-index: 100000;
}

.fixed-header-wrapper {
    position: fixed;
    background: #fff;
    top: -150px;
    width: 100%;
    z-index: 10001;
    -moz-transition: 0.75s top, 0.25s opacity;
    -webkit-transition: 0.75s top, 0.25s opacity;
    -o-transition: 0.75s top, 0.25s opacity;
    -ms-transition: 0.75s top, 0.25s opacity;
    transition: 0.75s top, 0.25s opacity;
    -moz-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
    -webkit-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
    -o-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
    -ms-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
    box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
}

.bottom-content {
    position: relative;
    padding: 40px 0 90px 0;
    background-color: #fecb05;
}

.bottom-content::before,
.overlay::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgb(19 13 28 / 65%);
    z-index: 1;
    pointer-events: none;    
}

.bottom-content::before {
    backdrop-filter: blur(15px);
}

.bottom-content .container {
    position: relative;
    z-index: 2;
}



.bottom-content h1 {
    color: #222;
}

.d-flex {
    display: flex;
}

.bottom-content .d-flex {
    gap: 50px;
}

.bottom-content .feature {
    padding: 45px;
    background: rgb(255 255 255 / 8%);
    width: 50%;
    margin-top: 35px;
    backdrop-filter: blur(13px);
    position: relative;
    padding-left: 20%;
    border-radius: 0;
    overflow: hidden;
    border-left: 5px solid #d65682;
}

.bottom-content .feature img {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 35%;
    object-fit: cover;
    height: 100%;
}

.bottom-content .h1 + p {
    opacity: 0.7;
}

.bottom-content .feature h3 {
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    font-weight: 400;
}

.bottom-content .feature p {
    font-size: 1.05rem;
    color: rgba(255,255,255,0.6);
    margin: 0;
}


.bottom-content h1{
  font-weight: 700;
}

.copyright-links{
    position:relative;
}
.copyright-links li{
    display:inline-block;
    margin-right:10px;
}

.copyright-links li:last-child{
    margin:0;
}

.copyright-links li a{
    color:#ddd;
}

@media ( min-width :1400px ) {

    .container {
        width: 1300px;
    }
}

@media ( max-width :1200px) {
    body.home {
        background-repeat: repeat;
        background-size: 1300px auto;
    }
    body.page-template-tpl-delivery {
        background-size: 1300px auto;
    }
    .header-top {
        max-height: 89px;
    }
    .navbar.navbar-mainbar .navbar-nav>li>a, .navbar.navbar-topbar .navbar-nav>li>a {
        font-size: 15px;
        padding: 2px 4px;
    }
}

@media ( max-width :991px) {

    body,
    p,
    h4,
    .h4 {
      font-size: 1rem;
    }

    h3,
    .h3{
      font-size: 1.33rem;
    }

    .large {
      font-size: 1.15rem;
    }


    h2,
    .h2 {
      font-size: 1.77rem; /* 1.33^2 */
    }

    h1,
    .h1 {
      font-size: 2.35rem; /* 1.33^3 */
    }

    h1, h2, h3, h4,
    .h1, .h2, .h3, .h4 {
        margin-top: 3rem;
        margin-bottom: 1.5rem;
        font-weight: 650;
    }

    body {
        background-position: center 290px;
        background-size: auto auto;
    }
    .home-banner {
        padding-top: 96px;
    }
    .header-top {
        max-height: 320px;
    }
    .header-top .align-right {
        text-align: center;
    }
    a.sign-up-button {
        display: block;
        float: none;
        position: relative;
        top: 0;
    }
    .col-md-4_5 {
        width: 100%;
    }
    .logo a {
        background-color: #ffffff;
        -moz-border-radius: 23%;
        -webkit-border-radius: 23%;
        border-radius: 23%;
        -moz-box-shadow: 0 1px 0 0 #cccccc, 0 3px 0 0 #dddddd, 0 5px 0 0 #eeeeee, 0 7px 0 0 #f4f4f4;
        -webkit-box-shadow: 0 1px 0 0 #cccccc, 0 3px 0 0 #dddddd, 0 5px 0 0 #eeeeee, 0 7px 0 0 #f4f4f4;
        box-shadow: 0 1px 0 0 #cccccc, 0 3px 0 0 #dddddd, 0 5px 0 0 #eeeeee, 0 7px 0 0 #f4f4f4;
        display: block;
        float: none;
        margin: 51px auto 7px;
        padding: 14px;
        position: static;
        top: 23px;
        width: 50%;
    }
    .logo img {
        display: block;
        margin: 0 auto;
    }
    .home-posts {
        margin: 0;
        padding: 0;
    }
    .home-post-wrapper {
        margin: 30px auto;
        max-width: 100%;
        min-height: auto;
        padding-bottom: 20px;
    }
    .home-post-wrapper img {
        display: block;
        margin: 0 auto 20px;
        max-width: 100%;
        width: auto;
    }
    .header-social-links {
        display: flex;
        float: none;
        padding: 0;
        align-items: center;
    }
    .header-social-links li {
        display: inline-block;
        float: none;
        margin: 0 5px;
    }
    h2.header-phone, h3.call-us {
        float: none;
        margin: 5px auto;
        max-width: 188px;
        text-align: center;
    }
    .navbar-mainbar .navbar-nav, .navbar-topbar .navbar-nav {
        float: none;
        text-align: center;
    }
    .navbar-mainbar .navbar-nav>li, .navbar-topbar .navbar-nav>li {
        display: inline-block;
        float: none;
    }
    .home-banner-inner {
        padding: 0 5px 29px;
        text-align: center;
        width: 100%;
    }
    .offer-buttons li {
        display: inline-block;
        margin-right: -10px;
        float: none;
    }
    .video-wrapper {
        max-width: 500px;
        margin: 0 auto 35px;
        width: calc(100vw - 30px);
    }
    .discount-banner h3 {
        padding: 15px 0;
        text-align: center;
    }
    .franchise-form-wrapper.signup2 h2 {
        top: -106px;
    }
    .franchise-form-wrapper.signup2 .inner-wrapper h2 {
        top: -16px;
    }
    .page-template-tpl-franchise .franchise-form-wrapper form, .page-template-tpl-contact .contact-form form {
        margin-bottom: 50px;
    }
    .franchise-form-wrapper.simple .btn-primary, .franchise-form-wrapper.simple .btn-primary:focus, .franchise-form-wrapper.simple .btn-primary:hover, .contact-us .btn-primary, .contact-us .btn-primary:hover, .contact-us .btn-primary:focus {
        width: 100%;
        text-align: center;
    }
    .free-quote-form-wrapper .franchise-form-wrapper {
        padding-right: 25px;
    }
    .delivery-areas img {
        max-width: 100%;
    }
    .contact-form .ajax-image {
        bottom: 0;
        right: 34px;
    }
    #loginform, .franchise-form-wrapper.simple form {
        padding: 41px 20px 30px 4px;
    }
    .page-template-tpl-franchise .franchise-form-wrapper.simple form {
        padding: 0px 20px 30px 4px;
    }
    .login-form, .free-quote-form {
        background-size: 123% 180%;
    }
    .free-quote-form.signup2 {
        background-size: 121% 118%;
    }
    .free-quote-form.signup2 form {
        padding-right: 45px;
    }
    body.page-template-tpl-delivery {
        background-position: center 130px;
        background-size: 1300px auto;
    }
    footer div.wpcf7 {
        float: left;
    }
    .footer-widgets .widget {
        border-bottom: 1px solid #525151;
        border-right: medium none;
        min-height: 100px;
        padding: 19px 0 16px;
        margin: 20px 0 0;
    }
    .widget .form-inline .form-group {
        width: 100%;
    }
}

@media ( min-width :768px) and (max-width:991px) {
    .header-social-links {
        margin: 14px auto 5px;
    }
    .navbar.navbar-topbar {
        float: none !important;
        margin: 0 auto 35px;
        text-align: center;
    }
    .navbar.navbar-topbar .navbar-nav {
        float: none;
    }
    .navbar.navbar-topbar .navbar-nav>li {
        float: none;
        display: inline-block;
    }
    .discount-banner-bottom h3 {
        font-size: 15px;
        margin-top: 25px;
        padding-left: 18px;
    }
    .love-romance, .free-delivery, .refer-friend {
        min-height: 90px;
    }
    .discount-banner-bottom .free-delivery img {
        min-height: 81px;
    }
    .discount-banner-bottom h4 {
        font-size: 13px;
        padding: 14px 25% 11px 10px;
        top: 5px;
    }
    .video-wrap {
        background-position: 0 97%;
    }
    body.page-template-tpl-franchise {
        background-size: 1600px auto;
        background-position: -600px 0;
    }
}

@media ( min-width :768px) {
    .navbar-brand {
        display: none;
    }
    .fixed-header-wrapper .navbar-brand {
        display: block;
        padding: 5px;
    }
    .fixed-header-wrapper .social-section.mobile {
        display: block;
        text-align: center;
        margin-left: 0;
        background: #fff;
        width: auto;
        position: absolute;
        top: 10px;
        right: 0;
    }
    .fixed-header-wrapper .container {
        position: relative;
    }
    .fixed-header-wrapper .social-section.mobile .header-social-links, .fixed-header-wrapper .social-section.mobile a.sign-up-button {
        float: none;
        display: inline-block;
    }
    .fixed-header-wrapper .social-section.mobile a.sign-up-button {
        margin: 0;
        position: relative;
        top: -8px;
    }
    .fixed-header-wrapper .navbar-brand img {
        max-width: 100%;
        max-height: 42px;
        margin-right: 19px;
    }
    .nav-wrapper.mobile {
        display: none;
    }
    .fixed-header-wrapper .nav-wrapper.mobile {
        display: block;
    }
    .navbar.navbar-mainbar .collapse.navbar-collapse {
        padding: 0;
    }
    .back-update-panels .left-wrap {
        text-align: right;
    }
    .back-update-panels .right-wrap {
        text-align: left;
    }
}

@media ( max-width :767px) {
    .site-footer .container .row {
        flex-wrap: wrap;
        margin: 0 -15px;
        gap: 0;
        display: block;
    }

    .bottom-content .feature img {
        width: 30%;
    }
    .bottom-content .feature {
        width: 100%;
        padding: 30px 30px 30px 35%;
        margin: 0;
    }
    .bottom-content .feature p {
        font-size: 1rem;
    }
    .bottom-content .d-flex {
        flex-wrap: wrap;
        gap: 20px;
    }
    .nav-wrapper.desktop, .navbar.navbar-topbar {
        display: none;
    }
    .social-section.mobile {
        display: flex;
        justify-content: center;
        gap: 10px;
    }
    .social-section.desktop {
        display: none;
    }
    .logo a {
        margin: 0 auto 13px;
    }
    .navbar.navbar-topbar {
        float: none;
        margin: 0px 0 0;
    }
.navbar-mainbar .navbar-brand, .navbar-mainbar .navbar-brand:hover {
    color: #94d252;
    max-width: 97px;
    margin: 0 0 0 8px;
    padding: 5px 0;
}
    .navbar-mainbar .navbar-toggle, .navbar-mainbar .navbar-toggle:hover, .navbar-mainbar .navbar-toggle:focus {
        border: medium none;
        background: none;
        margin-right: 0;
    }
    .fixed-header-wrapper {
        position: fixed;
        background: #fff; top : -150px;
        width: 100%;
        z-index: 10001;
        -moz-transition: 0.75s top, 0.25s opacity;
        -webkit-transition: 0.75s top, 0.25s opacity;
        -o-transition: 0.75s top, 0.25s opacity;
        -ms-transition: 0.75s top, 0.25s opacity;
        transition: 0.75s top, 0.25s opacity;
        -moz-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
        -webkit-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
        -o-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
        -ms-box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
        box-shadow: 0 0px 0 0 #F4F4F4, 0 0px 7px 0 #333;
        top: -150px;
    }
    .nav-wrapper.mobile.fixed {
        
    }
    .nav-wrapper.mobile.fixed a.navbar-brand {
        padding: 0;
        margin: 0;
    }
    .mobile.social-section.fixed {
        background: #fff;
        padding: 10px 0;
        border-top: 3px solid #94d252;
        display: none;
    }
    .nav-wrapper.mobile.fixed .navbar-mainbar .navbar-header {
        margin-top: 0;
        border: none;
        background: #fff;
    }
    .navbar-mainbar .navbar-toggle .icon-bar {
        background-color: #94d252;
    }
    .navbar-mainbar .navbar-collapse {
        -moz-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
        -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
        box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.15) inset;
    }
    .navbar-mainbar .navbar-header {
        background: #fff none repeat scroll 0 0;
        border-top: 1px solid #94d252;
        -moz-box-shadow: 0 -1px 0 0 #ffffff;
        -webkit-box-shadow: 0 -1px 0 0 #ffffff;
        box-shadow: 0 -1px 0 0 #ffffff;
        margin-top: 10px;
    }
    .navbar-mainbar .navbar-nav {
        margin-top: 0;
        margin-bottom: 0;
        background: #fff;
    }
    .navbar-mainbar .navbar-nav>li, .navbar-topbar .navbar-nav>li {
        display: block;
        text-align: left;
    }
    .navbar.navbar-mainbar .navbar-nav>li>a {
        padding: 8px 15px;
        border-bottom: 1px solid #ccc;
        margin: 0;
    }
    .navbar.navbar-mainbar .navbar-nav>li.current-menu-item>a {
        background: #64af15;
        border-radius: 0;
        color: #fff;
        margin: 0;
        padding: 8px 15px;
    }
    .home .home-banner {
        min-height: 236px;
        display: block;
        padding: 70px 0 0;
    }
    .offer-buttons li {
        margin-bottom: 16px;
    }
    .never-in-box h3 {
        font-size: 18px;
    }
    .discount-banner {
        padding: 12px 0 20px;
    }
    .discount-banner-bottom h4 {
        clear: both;
        padding: 14px 25% 21px 10px;
    }
    .love-romance, .free-delivery, .refer-friend {
        background-color: #a0c748;
        margin: 31px 0;
        min-height: 137px;
        padding-right: 0;
    }
    .img-wrapper {
        display: none;
    }
    .franchise-form-wrapper h2 {
        font-size: 20px;
        padding: 21px 15px 22px 30px;
    }
    .franchise-form-wrapper.simple h2 {
        font-size: 16px;
        margin-bottom: 20px;
    }
    .franchise-form-wrapper.signup2 form>.form-group {
        width: 100%;
    }
    .franchise-form-wrapper .form-group.form-inline label {
        font-size: 15px;
    }
    .how-it-works h2, .delivery-areas h2 {
        margin: 20px 0 8px;
    }
    .delivery-areas {
        text-align: center;
    }
    .delivery-areas .form-inline {
        margin: 10px auto 20px;
    }
    .delivery-areas img {
        margin: 0 auto;
    }
    .delivery-areas .ajax-image {
        display: none;
        right: 8px;
        top: 16px;
        z-index: 101;
    }
    .form-inline .form-group {
        width: 60%;
    }
    .form-inline .btn.btn-success {
        width: 35%;
    }
    body {
        background-position: center 173px;
        background-size: 1300px auto !important;
    }
    .home-banner {
        min-height: 400px;
        padding-top: 0;
    }
    .discount-banner h3 {
        background-position: center top;
        padding: 20px 25px 0;
        text-align: center;
        font-size: 27px;
    }
    .discount-banner h3 span {
        font-size: 27px;
    }
    .copyright, .footer-site, .copyright p {
        text-align: center;
    }
    .copyright-links {
        position: relative;
        top: 0;
        text-align: center;
    }
    
    .copyright-links ul{
      padding-left:0;
    }
}

@media ( max-width :600px) {
    .home-banner-inner p {
        font-size: 1.15rem; 
    }
    .franchise-form-wrapper h2 span {
        left: 82%;
        margin: 0;
    }
    .contact-us .input-group-addon {
        background-position: center 5px;
        padding: 28px 0;
        text-align: center;
        width: 30%;
    }
    .contact-us .input-group-addon.message {
        padding: 30px 0 110px;
    }
    .contact-us .input-group.message {
        -moz-border-radius: 0 0 8px 8px;
        -webkit-border-radius: 0 0 8px 8px;
        border-radius: 0 0 8px 8px;
    }
    .contact-us .btn-primary, .contact-us .btn-primary:hover, .contact-us .btn-primary:focus {
        display: block;
        margin: 40px auto 0;
    }
    .offer-buttons li {
        width: 33.33%;
    }
    .offer-buttons li a {
        font-size: 13px;
        font-weight: 600;
        height: auto;
        text-align: center;
        width: 100%;
        background-size: 100% 100%;
    }
}

@media ( max-width :400px) {
    .franchise-form-wrapper h2 {
        font-size: 16px;
        padding: 23px 15px 24px;
    }
    .franchise-form-wrapper h2 span {
        left: 80%;
        margin: -2px 0 0;
    }
    .login-form {
        background-size: 92% auto;
        padding-bottom: 12px;
    }
    .video-wrap {
        background-position: 0 97%;
    }
}