/*
======================================================================
GLOBAL STYLES
======================================================================
*/
*{
    padding: 0;
    margin: 0;
    outline: none;
}

@font-face {
    font-family: 'montserrat';
    src:url('../fonts/montserrat-semibold.otf');
}

@font-face {
    font-family: 'montserrat-light';
    src:url('../fonts/montserrat-light.otf');
}


@font-face {
    font-family: 'montserrat-bold';
    src:url('../fonts/montserrat-black.otf');
}

@font-face {
    font-family: 'sourcepro';
    src:url('../fonts/sourcepro.otf');
}

@font-face {
    font-family: 'bouquet';
    src:url('../fonts/bouquet.otf');
}

html, body {
    height: 100%;
    margin: 0;
}

@media screen {
    .hide-on-print {
        display: block;
    }
}

@media print {
    .hide-on-print {
        display: none;
    }
}

.remove-row-bottom {
    margin-bottom: 0 !important;
}

.clearfix {
    clear: both;
    display: block;
}

.margin-top-10
{
    margin-top: 10px !important;
}

.margin-top-20 {
    margin-top: 20px !important; 
}

.margin-top-50 {
    margin-top:50px !important;
}

.margin-bottom-10 {
    margin-bottom:10px !important;
}

.margin-bottom-20 {
    margin-bottom:20px !important;
}

.margin-bottom-50 {
    margin-bottom:50px !important;
}

.margin-bottom-100 {
    margin-bottom:100px !important;
}

.margin-right-15 {
    margin-right:15px !important; 
}

.margin-left-5 {
    margin-left:5px !important; 
}

.margin-left-15 {
    margin-left:15px !important; 
}

.padding-left-15 {
    padding-left: 15px !important;
}

.padding-right-50 {
    padding-right: 50px !important;
}

.padding-bottom-20 {
    padding-bottom: 20px !important;
}

.padding-bottom-30 {
    padding-bottom: 30px !important;
}

.padding-top-20 {
    padding-top: 20px !important;
}

.no-top-margin {
    margin-top: 0 !important;
    border-left:none !important;
    border-right: none !important;
}

.no-margin-left {
    margin-left: 0px !important;
}

.no-pad-top {
    padding-top: 0 !important;
}

.no-pad-left {
    padding-left: 0 !important;
}

.no-pad-right {
    padding-right: 0 !important;
}


.no-pad-left-right {
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.no-padding {
    padding: 0px !important;
}

.work-intro {
    background-size: cover !important; 
    height: 250px; 
    margin-top:10px;
}

.curvedlogo {
    display: block;
    margin-top: 7px;
    height: 60px;
}

.flatlogo {
    display: none
}

.dark-top-area {
    background: #2B2839;
    min-height: 50px;
    color: #D5D2DF;
    font-size: 14px;
}

.dark-top-area .space-top-1 {
    margin-top: 13px;
    margin-bottom: 13px;
}

.dark-top-area .space-top-2 {
    margin-top: 10px;
    margin-bottom: 10px;
}

.dark-top-area .coloritem {
    color: #FF6600;
}

.dark-top-area .social-button {
    color: #D5D2DF;
    font-size: 18px;
    margin-right: 10px;
    display: inline-block;
}

.dark-top-area .social-button:hover {
    color: #FF6600;
}

.dark-top-area .action-button {
    padding: 7px 15px;
    background:#FF6600;
    color: #fff; 
    border-radius: 5px;
    margin-left: 20px;
}

.dark-top-area .action-button:hover {
    background:#999;
    color: #fff; 
}

.move-to-right {
    text-align: right;
}

nav ul a {
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    font-family: 'montserrat', sans-serif;
    font-size: 12px;
    color: #4B485B;
    display: block;
    padding: 0 15px;
    cursor: pointer;
    text-transform: uppercase;
}

.side-nav li>a {
    color: rgba(0,0,0,0.87);
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 48px;
    line-height: 48px;
    padding: 0 32px;
}

.slider-settings {
    margin-top: 12px;
}

.sp-buttons {
    position: relative;
    width: 100%;
    text-align: center;
    padding-top: 10px;
    top: -54px;
}

.slider-padding {
    padding-left:100px;
    padding-top:120px;
}



.sp-black {
    background: rgba(0,0,0,0.3);
}

.slider-heading {
    font-family: montserrat-bold, sans-serif;
    text-transform: uppercase;
    font-size: 47px !important;
    width: 650px;
    line-height: 51px !important;
    color: #fff;
    margin-bottom: 10px;
    text-align: left;
    text-shadow: 2px 2px #333;
    border-top: 2px solid #fff;
    padding-top: 15px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-left: 15px;
    padding-right: 15px;
}

.slider-subheading {
    font-size:17px !important;
    line-height: 30px !important;
    color: #fff;
    text-shadow: 1px 1px #333;
    width: 650px;
    margin-top: 10px;
    text-align: left;
    font-family: montserrat-light, verdana;
    font-weight: 200 !important;
    border-bottom:2px solid #fff;
    padding-bottom:15px;
    border-right: 2px solid #fff;
    border-left: 2px solid #fff;
    padding-left: 15px;
    padding-right: 15px; 
    padding-top: 10px;
}

.slider-heading-style {
    top: 30% !important;
    left: 6% !important;
}

.slider-subheading-style {
    top: 48% !important;
    left: 6% !important;
}

.slider-subheading-style2 {
    top:320px !important;
    left:6% !important;
}

/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky .curvedlogo {
    display:none;
}

.sticky .flatlogo {
    display: block;
    height: 54px;
    padding-top: 10px;
    margin-left: 0px;
}

.sticky {
    position: fixed;
    top: 0;
    width: 100%;
    background:#fff !important;
    border-bottom:1px solid #ddd;
    min-height:50px;
    z-index: 10;
}
nav.sticky{
    margin-top:0px !important;
}

.sticky ul li a {
    color: #333 !important;
    text-shadow:none;
}

.sticky ul li a:hover {
    color: #333 !important;
    text-shadow:none;
}

.sticky .top-create-button {
    color: #333;
}

.sticky .top-login-button {
    color: #333;
}

.sticky .logged-in-user {
    background: #42AEF7;
    color: #fff !important;
}

.sticky .logged-in-user-name {
    margin-right: 26px;
    color: #42AEF7;
}


.slider-settings {
    height:601px;
}

.dont-show {
    display: none;
}

.small-date-title {
    font-weight: bold;
    color: #000;
}

.small-date-content {
    font-size: 12px;
    color: #999;
}

.small-description {
    font-size: 13px;
}

.border-bottom {
    border-bottom: 1px solid #ddd !important;
}

.notification-pane {
    height: 500px;
    overflow-y: auto;
}

.black_overlay
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:10;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}

.black_overlay2
{
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index:10;
    -moz-opacity: 0.8;
    opacity:.80;
    filter: alpha(opacity=80);
}


.white_content 
{
    display: none;
    position: fixed;
    top: 15%;
    left: 29%;
    width: 39%;
    height: 52%;
    padding: 16px 10px;
    background-color: white;
    z-index:11;
    -webkit-animation-duration: 0.5s;
    animation-duration: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-name: white_content;
    animation-name: white_content;


}
@keyframes white_content{
    from {
        -webkit-transform: scale(0.7);
        -moz-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
        opacity: 0;
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
    }
  
    to {
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
        opacity: 1;
    }
}

.sub-page-header {
    font-family: 'montserrat', sans-serif;
    font-size: 30px;
    font-weight: 400;
    color: #333333;
    margin-bottom: 0px;
    text-transform: uppercase;
}

.sub-page-rider {
    font-family: 'bouquet', sans-serif;
    font-size: 32px;
    color: #666666;
}


.page-text {
    font-family: 'sourcepro', sans-serif;
    font-size: 16px;
    color: #333333;
}

.capitalize {
    text-transform: capitalize !important;
}

.orange-button {
    background: #FF6600;
    color: #fff;
    font-size: 16px;
    padding: 8px 15px;
    text-transform: capitalize;
    display: inline-block;
    border: 1px solid #FF6600;
    transition: linear all 0.2s;
}

.orange-button:hover {
    background: #666666;
    color: #fff;
    border: 1px solid #666666;
}

.under-shadow {
    box-shadow: inset 5px 5px 7px #cccccc;
}

.sermonpic {
    height: auto;
    max-width: 300px;
    margin-right: 20px;
}

.sermon-area {
    background: #E9E9E9;
    padding-top: 20px;
    padding-bottom: 20px;

}

.sermon-title {
    font-size: 22px;
    font-family: 'sourcepro', sans-serif;
    line-height: 26px;
}

.sermon-title a {
    color:#333;
}

.sermon-title a:hover {
    color:#F86302;
}

.pastors-name {
    font-size: 18px;
    font-family: 'sourcepro', sans-serif;
}

.trans-button {
    background: transparent;
    color: #333333;
    font-size: 16px;
    padding: 8px 15px;
    text-transform:capitalize;
    display: inline-block;
    border: 1px solid #666666;
    transition: linear all 0.2s;
}

.trans-button:hover {
    background: #666666;
    color: #fff;
    border: 1px solid #666666;
}

.scatter a {
    background: transparent;
    border: 1px solid #999;
    color: #999;
    padding: 11px;
    line-height: 17px;
    width: 40px !important;
    height: 40px !important;;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    display:inline-block;
}
.scatter a:hover {
    color: #D0940D;
    border: 1px solid #D0940D;
}

.plyr audio, .plyr video {
    border-radius: inherit;
    height: auto;
    vertical-align: middle;
    width: 100%;
    height: 300px;
}


.food-explanation {
    font-size:16px;
}

.dmplayer2 {
    width:100%;
    height: 400px !important;
}

.new-title {
    font-size: 20px;
    color: #333;
    text-transform: uppercase;
}

#sic2
{
  overflow-y: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
}

#sic2a
{
  overflow-y: auto;
  height: 100%;
  padding-left: 20px;
  padding-right: 30px;
}


#closebox {
   position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 10;
    background: #fff;
    color: #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:none;
    border: 2px solid #ddd;
}

#closebox:hover {
    background: #FF6600;
    color: #fff;
    border: 2px solid #FF6600;
}

#closebox2 {
    position: absolute;
    right: 15px;
    top: 15px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 10;
    background: #fff;
    color: #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:none;
    border: 2px solid #ddd;
}

#closebox2:hover {
    background: #FF6600;
    color: #fff;
    border: 2px solid #FF6600;
}



.mobile-close {
    position: absolute;
    right: 15px;
    top: 3px;
    margin-left: 15px;
    margin-bottom: 15px;
    z-index: 10;
    background: #fff;
    color: #666666;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    border:none;
    border: 2px solid #ddd;
}

.mobile-close:hover {
    background: #FF6600;
    color: #fff;
    border: 2px solid #FF6600;
}


.custom-dropdown {
    position: relative;
    display: inline-block;
    cursor: pointer;
}

.custom-dropdown:hover .custom-dropdown-content {
    display: block;
}


.custom-dropdown-content {
    display: none;
    position: absolute;
    background-color: #fff;
    min-width: 190px;
    -webkit-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
    -moz-box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
    box-shadow: 1px 2px 5px 1px rgba(0,0,0,0.2);
    padding: 0px 0px;
    z-index: 1;
    right: 0;
    width: auto;
    text-align: left;
    margin-top:0px;
}

.custom-dropdown-content a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
    line-height: 50px;
    transition: all 0.2s;
}

.custom-dropdown-content a:hover,
.custom-dropdown-content a:focus {
    background-color: #00AEFC;
    color: #fff;
    display: block;
}

.cart-alert {
    background: #2B9C2B;
    color:#fff;
}

h4 {
    font-size: 24px;
    line-height: 110%;
    margin: 1.14rem 0 .912rem 0;
}

.mobile-white-content {
    top: 5% !important;
    left: 13% !important;
    width: 78% !important;
    height: 90% !important;
}

.minheight {
    min-height: 300px;
}

.eventpic {
    height: 200px;
    max-width: 400px;
    margin-right: 10px;
}

.testimony-area {
    border: 1px solid #ddd;
    border-radius: 15px;
    padding: 20px 15px;
    box-shadow: 5px 5px 5px #f1f1f1;
    display: block;
    min-height: 300px;
}

.semonpic {
    height: auto;
    max-width: 400px;
    margin-right: 20px;
    display: inline-block;
}

.event-date-img {
    width: 120px;
    height: 120px;
    text-align: center;
}

.event-date-block {
    width: 120px;
    height: 120px;
    background: url(../img/stripes-light.png);
    text-align: center;
}

.event-date-block2 {
    width: 100%;
    height: 100%;
    background: url(../img/stripes-light.png);
    text-align: center;
}

.event-date-block .day {
    font-size: 52px;
    font-family: 'sourcepro', sans-serif;
    font-weight: 700;
    line-height: 40px;
    padding-top: 22px;
}

.event-date-block .month {
    font-size: 14px;
    font-family: 'sourcepro', sans-serif;
    margin-top:5px;
}

.event-title {
    font-size: 28px;
    font-family: 'sourcepro', sans-serif;
    border-bottom: 1px solid #E9E9E9;
}

.event-title2 {
    font-size: 28px;
    font-family: 'sourcepro', sans-serif;
}

.event-item {
    font-size: 16px;
    font-family: 'sourcepro', sans-serif;
    border-bottom: 1px solid #E9E9E9;
    padding: 5px 0px;
}

.event-item-icon {
    color: #FF6600;
}

.event-read-more {
    border: 1px solid #E5E5E5;
    padding: 10px 15px;
    color: #666666;
    font-family: 'sourcepro', sans-serif;
    transition: all 0.2s;
    margin-top: 20px;
    display: inline-block;
}

.event-read-more:hover {
    border: 1px solid #666666;
    background: #666666;
    color: #fff;
}

.event-read-more2 {
    border: 1px solid #E5E5E5;
    padding: 5px 15px;
    color: #E5E5E5;
    font-family: 'sourcepro', sans-serif;
    transition: all 0.2s;
    margin-top: 0px;
    display: inline-block;
    min-width: 120px;
}

.event-read-more2:hover {
    border: 1px solid #666666;
    background: #666666;
    color: #fff;
}

.quote-area {
    height: 460px;
    background: url('../img/cross-picture.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    font-size: 35px;
    color: #fff;
    width: 100%;
    background-size: cover;
    font-family: 'sourcepro', sans-serif;
    padding-top: 90px;
    text-shadow: 1px 1px #333;
}

.quote-verse {
    font-family: montserrat, sans-serif;
    font-size: 32px;
    color: #FFCC00;
    margin-top: 40px;
}

.quote-icon {
    color: #FFCC00;
    margin-right: 30px;
}

.quote-icon2 {
    color: #FFCC00;
    margin-left: 30px;
}

.thumbnail-pic {
    height: 100px;
}

.myform{
    text-align:left !important;
}

.myform input[type=submit]{
    background:#F86302;
    color:#fff;
    padding:10px 20px;
    border:none;
}

.myform input[type=submit]:hover{
    background:#666666;
    color:#fff;
}

.myform input[type="text"]:disabled {
    background: #dddddd;
    cursor: not-allowed;
}

.myform input[type="number"] {
    
    width:100%;
    border: 1px solid #666666;
    background:transparent;
    padding:13px 10px;
    margin-bottom:20px;
    
}

.myform input[type=text],
.myform input[type=email],
.myform input[type=date],
.myform input[type=file],
.myform input[type=password],
.myform select
{
    width:100%;
    border: 1px solid #666666;
    background:transparent;
    padding:10px 10px;
    margin-bottom:20px;
}
.myform input[type=text]:focus,
.myform input[type=email]:focus,
.myform input[type=date]:focus,
.myform input[type=file]:focus,
.myform input[type=password]:focus,
.myform textarea:focus,
.myform select:focus
{
    border: 1px solid #D0940D;
    background:transparent;
    padding:10px 10px;
    
}


.myform textarea
{
    margin-bottom:20px;
    width:100%;
    height:150px;
    border: 1px solid #666666;
    background:transparent;
    padding:10px 10px;
}

.myform label {
    color:#666666;
    font-size:14px;
    text-align:left !important;
}

.myform ::placeholder {
    color: #666666;
}


.myform input[type="radio"]:not(:checked) + label::before, 
input[type="radio"]:not(:checked) + label::after {

    border: 2px solid #999999;

}

.myform input[type="radio"]:checked + label::after, 
input[type="radio"].with-gap:checked + label::before, 
input[type="radio"].with-gap:checked + label::after {
    border: 2px solid #F7D275;
}

.myform input[type="radio"]:checked + label::after, 
.myform input[type="radio"].with-gap:checked + label::after {
    background-color: #0099cc;
}

/*
=============================================================
ADMIN
=============================================================
*/

.preview-area {
    height: 200px;
    background: #f2f2f2;
    border: 1px solid #ccc;
    text-align: center;
    margin-top: 20px;
    margin-right: 10px;
    padding-top: 80px;
}


.entire-top-area {
    position: absolute;
    z-index: 1200;
    left: 0;
    right: 0;
    top:0;
}

.fixed-position{
    position: fixed !important; 
}

.space-body {
    margin-top: 44px;
}


.side-menu-area {
    width: 250px;
    position: fixed;
    left: 0;
    top: 144px;
    border-right: 1px solid #ddd;
    padding:15px;
    height: 500px;
    background:#fff;
    padding-right: 0px;
}

#side-menu-area {
    padding-right: 15px;
}

.admin-link-area {
    padding-top:20px;
    margin-bottom: 50px;
    margin-top: 30px;
}

a.admin-link{
    display: block;
    border-bottom: 1px solid #ccc;
    padding:15px 15px;
    background-color: #fff;
    color:#333;
    text-transform: uppercase;
}

a.admin-link:hover {
    background-color: #00A1E1;
    color:#fff;

}

a.admin-link:hover .link-icon {
    color:#fff;
}

.link-icon {
    color:#F2B922;
    display: inline-block;
    margin-right: 10px;
    width: 15px;
    height: 20px;
}


.status-box {
    border: 2px solid #F7D275;
    padding:10px 0px;
    display: block;
    margin-top: 20px;
    margin-right: 30px;
    margin-left: 20px;
    border-radius: 3px;
    text-transform: uppercase;
    color: #666666;
}

.status-box-icon {
    background: #EDBE18;
    padding:15px 15px;
    color: #fff;
    border-radius: 50%;
    font-size: 20px;
    margin-right: 10px;
    
}


.status-box-icon-small {
    background: #EDBE18;
    color: #fff;
    border-radius: 50%;
    font-size: 14px;
    display: inline-block;
    width: 20px;
    height: 20px;
    text-align: center;
    line-height: 20px;
    margin-top: 6px;
}

a:hover .status-box-icon-small{
    color: #fff;
    background: #666666;
}

a .status-box-small-text{
    text-decoration: none;
    color: #333;
}

a:hover .status-box-small-text{
    color: #999;
}

.side-container {
    margin-left: 250px;
    margin-top: 160px;
}

.detail-area {
    margin-top: 18px;
    margin-right: 18px;
    margin-left: 10px;
}


.detail-box {
    background:#fff;
    margin-bottom: 30px;

}

.top-box {
    background:#F2B922;
    padding:20px;
    height: 130px;
    color: #000;
}


.top-box-figure {
    font-size: 40px;
    color: #fff;
}

.bottom-box {
    background-color: #fff;
    height: 80px;
    text-align: center;
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}

.space-left {
    margin-right: 20px;
}

.admin-page-title {
    padding-left: 20px;
    margin-top: 0;
}

.top-box-major {
    color: #fff;
    text-transform: uppercase;
    margin-right: 40px;
}

a.view-bottom-box-link {
    border:1px solid #353229;
    padding:10px 25px;
    color: #353229;
    display: inline-block;
    margin-top: 15px;
    width: 250px;
}

a.view-bottom-box-link:hover{
    background-color: #666666;
    color: #fff;
    border:1px solid #fff;
}

.count-value {
    font-weight: bold;
    font-size: 14px;
    text-transform: initial;
    color: #666666;

}


.grey-top {
    background: #2B2839;
    min-height: 50px;
    color: #D5D2DF;
    font-size: 14px;
}

.grey-top .row {
    margin-bottom:0;
}

.grey-top span{
    margin-right: 40px;
    font-weight: bold;
    color:#f55c23;
}


.grey-top .material-icons {
    font-size:16px !important;
}

.adjustpic img {
    vertical-align: top;
}


div.my-account{
    color:#fff;
    background:#666666;
    padding: 11px 20px;
    font-family: trebuchet, verdana;
    font-weight: 500;
    height: 50px;
}
div.my-account:hover {
    color:#fff;
    background:#666666;
}

.admin-logo {
    height:60px;
}

.side-menu-area {
    width: 250px;
    position: fixed;
    left: 0;
    top: 124px;
    border-right: 1px solid #ddd;
    padding:15px;
    height: 500px;
    background:#fff;
    padding-right: 0px;
}

#side-menu-area {
    padding-right: 15px;
}

.side-container {
    margin-left: 250px;
    margin-top: 81px;
}

.admin-logo {
    margin-top: 7px;
}


/* 
==============================================================
SPINNER PRELOADER
==============================================================
*/
.spinner {
	margin: 0px auto;
	width: 50px;
	height: 40px;
	text-align: center;
	font-size: 10px;
	display:none;
}

.spinner > div {
	background-color: #333;
	height: 100%;
	width: 6px;
	display: inline-block;

	-webkit-animation: sk-stretchdelay 1.2s infinite ease-in-out;
	animation: sk-stretchdelay 1.2s infinite ease-in-out;
}

.spinner .rect2 {
	-webkit-animation-delay: -1.1s;
	animation-delay: -1.1s;
}

.spinner .rect3 {
	-webkit-animation-delay: -1.0s;
	animation-delay: -1.0s;
}

.spinner .rect4 {
	-webkit-animation-delay: -0.9s;
	animation-delay: -0.9s;
}

.spinner .rect5 {
	-webkit-animation-delay: -0.8s;
	animation-delay: -0.8s;
}

@-webkit-keyframes sk-stretchdelay {
	0%, 40%, 100% { -webkit-transform: scaleY(0.4) }  
	20% { -webkit-transform: scaleY(1.0) }
}

@keyframes sk-stretchdelay {
	0%, 40%, 100% { 
		transform: scaleY(0.4);
		-webkit-transform: scaleY(0.4);
	}  20% { 
		transform: scaleY(1.0);
		-webkit-transform: scaleY(1.0);
	}
}

.page-title-area2 {
    min-height: 124px;
    background-color: #f1f1f1;
    color: #000;
    margin-bottom: 30px;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 1;
}

.page-title-area-header {
    font-size: 2.1rem;
    padding-top: 2px !important;
    color: #000;
}

.card .card-content {
    padding: 10px;
    border-radius: 0 0 2px 2px;
}

.intro-text {
    display: inline-block;
    color: #fff;
    text-shadow: 2px 2px #333;
    margin-top: 169px;
    float: right;
    font-size: 2.5em;
    font-family: bouquet
}

/*
======================================================================
HOMEPAGE
======================================================================
*/

.blue-homepage-otherpage {
    background: #E9E9E9;
    margin-top: -65px; 
    padding-top: 100px;
    padding-left:30px;
    min-height: 90px;
}

.blue-homepage-footer{
    background: rgba(12, 10, 10, 0.95); 
    padding-top: 30px;
    padding-bottom: 30px;
    font-family: 'sourcepro', sans-serif;
    font-size: 16px;
    color: #D5D2DF;
}

.blue-homepage-footer .coloritem {
    color:#FF6600;
    margin-right: 10px;
}

.service-times, .blue-homepage-footer h5 {
    font-family: 'sourcepro', sans-serif;
    font-size: 25px;
    margin-bottom: 20px;
    color: #ccc;
}

.extra-right-buttons {
    margin-right: 60px;
}

a.start-button {
    background: #0074E8;
    border-radius: 30px;
    color: #fff;
    padding: 10px 25px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-shadow: none !important;
    font-size: 14px;
    font-weight: 400;
    cursor: pointer;
}

a.start-button:hover {
    background: #fff;
    color: #666666;
}


a.start-button2 {
    background: #00AEFC;
    border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.start-button2:hover {
    background: #999;
    color: #fff;
}

.right-border-line {
    border-right: 1px solid #ddd !important;
}

.special-padding-form {
    padding: 50px 70px !important;
}

.grey-curve-1 {
    
    background: url(../img/grey-curve-1.png);
    background-repeat: no-repeat;
    min-height: 650px;
    font-family: opensans, sans-serif;
    color: #333;
    font-size: 16px;
    margin-top: -175px;
}

.grey-curve-1 .header {
    font-family: opensanslight, sans-serif;
    font-size: 40px;
    color: #C6743A;
}

.grey-curve-1 span {
    font-family: opensans, sans-serif;
    font-size: 40px;
    color: #C6743A;
}

.grey-curve-1 .description {
    font-family: roboto, sans-serif;
    font-size: 17px;
}

.laundry-pic-offset {
    padding-top: 150px;
}

.laundry-text-offset {
    padding-top: 150px !important;
}



.washing-machine {
    position: relative;
    z-index: 1;
}

.washing-machine2 {
    position: relative;
    z-index: 1;
}

.step-header {
    color: #159CCE;
    font-size: 23px;
    font-weight: 700;
    font-family: opensans, sans-serif;
    margin-bottom:10px;
    color: #666666;
    margin-top: 10px;
}

.step-description{
    font-family: roboto, sans-serif;
    font-size: 16px;
    color:#666666;
    padding-left: 20px;
    padding-right: 20px;
}

.up-line {
    border-top: 1px dashed #ddd;
}


.how-to-circle {
    /*border: 3px solid #AAAEB5;*/
    width: 150px;
    height: 150px;
    border-radius: 50%;
    margin-left: auto;
    margin-right: auto;
}

.price-item-header {
    font-size: 22px;
    font-family: opensans, sans-serif;
    border-bottom: 2px solid #00AEEF;
    padding: 10px;
    display: inline-block;
}



.discount-box {
    background: #fff;
    box-shadow: 2px 2px 15px #e1e1e1;
    padding: 35px;
    margin-bottom: 15px;
}

.discount-box2 {
    background: #fff;
    box-shadow: 2px 2px 15px #e1e1e1;
    padding: 0px;
}

.discount-figure {
    font-size: 40px;
    color:#000;
}

.discount-figure-sub {
    color: #000;
    font-size: 16px;
}

.discount-cost {
    color:#666666;
}

.discount-package-name {
    color: #000;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.description-text-large {
    font-size: 16px;
    color: #666666;
    line-height: 27px;
}

.hidden-fields {
    display: none !important;
}

.signup-actions {
    display: none;
}

#preloader
{
    display: none;
    position: fixed;
    z-index: 10002;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0,0,0,0.7);
    text-align: center;
    padding-top: 20%;
    color: #ccc;
}

.top-create-button {
    border: 1px solid #fff;
    padding: 10px 10px;
}

.top-create-button:hover {
    border: 1px solid #666666;
    background: #666666;
    color: #fff;
}

.top-login-button {
    padding: 10px 10px;
    background: #fff;
    border: 1px solid #fff;
    color: #333;
}

.top-login-button:hover {
    border: 1px solid #666666;
    background: #666666;
    color: #fff;
}


.upgrade-header{
    margin-top: 10px;
    font-size: 25px;
    line-height: 29px;
    width: 400px;
}

.negative-password-margin {
    margin-top:-27px !important;
}

.invoice-style
{
  border: 1px solid #ddd; 
  padding:30px 50px; 
  background:#fff;
}

.payment-status-text {
    font-size: 15px;
}

.paid-status-text {
    font-size: 26px;
    line-height: 24px;
}

.total-price {
    font-size:1.2em; 
    color:#000;
}

.transaction-receipt-text {
    font-size: 20px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 10px
}

.social-media-bottom-links a {
    background: transparent;
    border: 1px solid #666666;
    color: #666666;
    padding: 11px;
    line-height: 17px;
    width: 40px !important;
    height: 40px !important;;
    border-radius: 50%;
    margin-right: 10px;
    margin-top: 10px;
    text-align: center;
    display:inline-block;
}
.social-media-bottom-links a:hover {
    color: #47B0F8;
    border: 1px solid #47B0F8;
}

.count-span-circle {
   /* border: 2px solid #ddd;*/
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    display: inline-block;
    margin-right: 10px;
    border-radius: 50%;
    font-weight: 700;
    background: #4CB3F8;
    color: #fff;
}

.collapsible-header {
    line-height: 2em;
    color: #068ce6 !important;
    font-size: 18px;
}

.remove-top-margin {
     margin-top: 0px !important;
}

.contact-sub-title {
    color: #068CE6;
}

/* 
======================================================================
PRELOADER ANIMATION
======================================================================
*/

.preloader-cover {
    
    position: absolute; 
    left:0; 
    right: 0; 
    top:0; 
    bottom: 0; 
    background: rgba(255,255,255,0.5); 
    color: #333; 
    font-size: 16px; 
    text-align: center; 
    padding-top: 20%; 
    display: none;
}

.preloader4 {
   width:35px;
   height:35px;
   display:inline-block;
   padding:0px;
   border-radius:100%;
   border:2px solid;
   border-top-color:rgba(0,0,0, 0.65);
   border-bottom-color:rgba(0,0,0, 0.15);
   border-left-color:rgba(0,0,0, 0.65);
   border-right-color:rgba(0,0,0, 0.15);
   -webkit-animation: preloader4 0.8s linear infinite;
   animation: preloader4 0.8s linear infinite;
}
@keyframes preloader4 {
   from {transform: rotate(0deg);}
   to {transform: rotate(360deg);}
}
@-webkit-keyframes preloader4 {
   from {-webkit-transform: rotate(0deg);}
   to {-webkit-transform: rotate(360deg);}
}




/* 
======================================================================
INDIVIDUAL PAGES 
======================================================================
*/

/*
* Login
*/

.field-icon {
    float: right;
    margin-left: -25px;
    margin-top: -47px;
    position: relative;
    z-index: 2;
    color: #666666;
    padding-right: 12px;
}

.field-icon2 {
    float: right;
    margin-left: -25px;
    margin-top: -27px;
    position: relative;
    z-index: 2;
    color: #666666;
    padding-right: 12px;
}

.toggle-password {
    cursor: pointer;
}

.blue-background {
    background-color:#00AEEF;
    background-image: url('../img/line-arts.png');
    height: auto;
    min-height: 1000px;
}

.side-white {
    background-color: #fff;
    min-height: 1000px !important;
    background-image: url(../img/quarter-circle.png);
    background-repeat: no-repeat;
}

.right-side-pic {
    background-image: url(../img/white-cuve.png);
    background-repeat: no-repeat;
    background-height:100%;
    min-height: 1000px !important;
}

.form-layer-holder {
    position: absolute;
    z-index: 2;
    left: 32%;
    width: 400px;
    margin-bottom: 200px;
}

.login-form-layer {
    border-radius: 18px;
    background: #fff;
    box-shadow: 0px 0px 15px 0px #ccc;
    padding: 30px 30px;
}


.software-logo {
    margin-top: 40px;
}

.software-name {
    font-size: 18px;
    color: #333;
    font-family: 'adam', sans-serif;
    text-align: center;
    line-height: 26px;
    font-weight: 600;
    margin-top: 5px;
    margin-bottom: 30px;
}


.header-label {
    font-size: 27px;
    line-height: 30px;
    text-align: center;
    margin-top: 0px;
    margin-bottom: 20px;
}


.login-form-layer ::-webkit-input-placeholder {
    color: #666666;
}
.login-form-layer ::-moz-placeholder {
    color: #666666;
}
.login-form-layer :-ms-input-placeholder {
    color: #666666;
}
.login-form-layer ::placeholder {
    color: #666666;
}

.login-form-layer label {
    color:#7A8399;
    font-size: 16px;
}

.login-form-layer textarea
{
    background: #F1F1F4 !important;
    color: #333;
    padding: 5px 15px;
    border: 1px solid #F1F1F4;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;

}

.login-form-layer input[type=text],
.login-form-layer input[type=email],
.login-form-layer input[type=number],
.login-form-layer input[type=password]
{
    background: #F1F1F4;
    color: #333;
    padding: 5px 15px;
    border: 1px solid #F1F1F4;
    height: 40px;
    width: 100%;
    margin-bottom: 20px;

}

.login-form-layer input[type=text]:focus,
.login-form-layer input[type=email]:focus,
.login-form-layer input[type=number]:focus,
.login-form-layer input[type=password]:focus
{
    background: #fff;
    color: #666666;
    border: 1px solid #ccc !important;
}


.login-form-layer input[type=submit] {
    background: #00AEFC;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 30px;
    border:none;
    margin-top: 20px;
    width: 100%;
}

.login-form-layer input[type=submit]:hover {
    background: #999;
    color: #fff;
}


.login-form-button {
    background: #00AEFC;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 30px;
    border:none;
    margin-top: 10px;
    width: 100%;
    display: block;
    margin-bottom: 10px;
}

.login-form-button:hover {
    background: #999;
    color: #fff;
}





.login-form-button2 {
    background: #999;
    color: #fff;
    padding: 10px 15px;
    font-size: 18px;
    border-radius: 30px;
    border:none;
    margin-top: 10px;
    width: 100%;
    display: block;
}

.login-form-button2:hover {
    background: #ccc;
    color: #fff;
}

.faq-min-height {
    min-height: 600px;
}

.switch label input[type=checkbox]:checked+.lever:after {
    background-color: #fff;
}

.switch label input[type=checkbox]:checked+.lever {
    background-color: #55B55B;
}

/*
* Frontdesk dashboard
*/

.sub-section-item {
    font-size: 14px;
    padding-top: 6px;
    padding-bottom: 14px;
    cursor: pointer;
    color: rgba(0,0,0,0.87);
}

.sub-section-item:hover {
    color: #fff;
    background: #2798fe;
}

.top-white-row {
    background: #fff;
    height: 60px;
    box-shadow: 0px 1px 26px 0px #f1f1f1;
    z-index: 2;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;

}





.menu {
    height: 60px;
    width: 60px;
    margin-right: 10px;
}

.menu a{
    background: #00AEFC;
    color: #fff;
    font-size: 20px;
    display: block;
    height: 60px;
    text-align: center;
    line-height: 60px;
}

.menu a:hover {
    background: #999999;
    color: #fff;
}

.logo {
    height: 60px;
}

.logo img {
    height: 40px;
    margin-top: 10px;
}

.software-name2 {
    font-size:30px;
    color: #999;
    font-family: 'adam', sans-serif;
    text-align: left;
    line-height: 26px;
    font-weight: 600;
    margin-top: 12px;
    padding-left: 10px !important;
}

a.logged-in-user {
    color: #fff !important;
}

.logged-in-user {
    background: #ffff00;
    width: 30px;
    height: 30px;
    text-align: center;
    border-radius: 50%;
    color: #000;
    line-height: 32px;
    cursor: pointer;
    margin-top: 14px;
    margin-right: 6px;
}

.logged-in-user:hover {
    background: #999;
    color: #fff;
}

.logged-in-user-name {
    margin-right: 15px;
    color: #ffff00;
}

.space-right-icons {
    padding-left: 30px;
    line-height: 60px;
}

.announcement {
    margin-right: 40px;
}

.blink {
    display: inline-block;
    padding-left: 10px;
    padding-right: 10px;
  -webkit-animation: blink_animation 2s infinite;  /* Safari 4+ */
  -moz-animation: blink_animation 2s infinite;  /* Fx 5+ */
  -o-animation: blink_animation 2s infinite;  /* Opera 12+ */
  animation: blink_animation 1s infinite;  /* IE 10+, Fx 29+ */
}

@keyframes blink_animation {
  0%, 49% {
    background-color: transparent;
    color: #333;
  }
  50%, 100% {
    background-color: #FDAD4A;
    color: #fff;
  }
}

.unread {
    background: #FDAD4A !important;
    color: #000 !important;
}

.unread .small-date-content {
    color: #000 !important;
}

.unread-count {
    display: inline-block;
    position: absolute;
    color: red;
    top: -9px;
}

.notification-dot {
    width: 10px;
    height: 10px;
    background: red;
    border-radius: 50%;
}

.dashboard-menus {
    position: relative;
    margin-right:350px;
    z-index: 1;
    margin-top: 100px
}

.dashboard-summary {
    background: #fff;
    right: 0;
    top: 60px;
    bottom: 0;
    width: 350px;
    position: fixed;
}


.dashboard-white-block {
    border-radius: 15px;
    background: #fff;
    text-align: center; 
    box-shadow: 0px 1px 10px 0px #ccc;
}

.dashboard-block-title {
    font-size: 19px;
    color: #333;
    font-weight: 900px;
    text-transform: capitalize;
}


a.cancel-button {
    background: #cc0000;
    border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
}

a.cancel-button:hover {
    background: #999;
    color: #fff;
}

a.print-button {
    background: #00AEFC;
    border-radius: 30px;
    color: #fff;
    padding: 10px 15px;
    display: inline-block;
}

a.print-button:hover {
    background: #999;
    color: #fff;
}

.reset-summary {
    cursor: pointer;
    display: inline-block;
}

.reset-summary:hover {
    color: rgba(255,255,255, 0.6);

}



.blue-submit-button {
    background: #00AEFC;
    border-radius: 30px;
    color: #fff;
    padding: 10px 30px;
    display: inline-block;
    margin-top: 10px;
    margin-bottom: 10px;
    border: none;
}

.blue-submit-button:hover {
    background: #999;
    color: #fff;
}

.blue-submit-button:disabled,
.blue-submit-button[disabled] {
    cursor: not-allowed;
    opacity: 0.3;
}

.big-circle-icon {
    padding:30px; 
    margin-bottom:20px;
    border-radius: 50%;
}

.white-img {
    margin-top: 30px;
    height: 120px;
}

.section-division {
    border-top:1px solid #ddd;
    margin-top: 30px;
}

.section-division2 {
    border-top:1px solid #fff;
    margin-top: 30px;
}


.section-division3 {
    border-top:1px solid #ddd;
    border-bottom:1px solid #ddd;
}

.division-space-text {
    margin-top: 7px; 
    margin-bottom: 11px;
}


.start-button-holder {
    margin-top: 20px;
    margin-bottom: 30px;
}

.active-button {
    margin-top: 30px !important;
    margin-bottom: 20px !important;
}

.dashboard-summary-title {
    background:#2798FE;
    padding:20px;
    color: #fff;
    font-size: 25px;
}

.small-summary-text {
    font-size: 13px;
    color: #C6E3FF;
}

.collection {
    border:none;
}

.collection-circle {
    background: #00AEFC;
    position: absolute;
    width: 42px;
    height: 42px;
    overflow: hidden;
    left: 15px;
    display: inline-block;
    vertical-align: middle;
    color: #fff;
    font-size: 18px;
    line-height: 42px;
    text-align: center;
    border-radius: 50%;
}

/*
* frontdesk new wash
*/

.table-custom-fit {
    width:100%;
    margin-left: 4px;
}

.table-custom-fit th {
    cursor: pointer;
}

div.dt-buttons {
    position: relative;
    float: right;
    margin-left: 4px;
}

.dataTables_info {
    margin-left: 4px;
}

.dataTables_paginate {
    margin-left: 4px;
}

.new-wash {
    position: relative;
    margin-right:350px;
    z-index: 1;
    margin-top: 40px
}

.start-new-wash {
    font-size: 25px;
    margin-left: 47px;
    margin-top: 40px;
}

.grey-text-label label {
    font-size: 14px;
    color: #666666;
}

.grey-text-label{
    background: #F1F1F4;
    color: #666666;
    font-size: 16px;
    padding: 8px 10px
}

.grey-text-label2{
    background: #F1F1F4;
    color: #666666;
    font-size: 13px;
    padding: 0px;

}

.grey-text-label2 select {
    background: #F1F1F4;
    height: 40px;
}

.grey-text-label2 select:focus {
    background: #fff;
    border: 2px solid #E2E2E2;
}


.form-layer label {
    color:#666666;
    font-size: 16px;
}

.form-layer textarea {
    background: #F1F1F4;
    color: #333;
    padding: 5px 15px;
    border: 1px solid #F1F1F4;
    height: 100px;
    width: 100%;
}

.form-layer textarea:focus{
    background: #fff;
    color: #666666;
    border: 1px solid #ccc !important;
}


.form-layer input[type=text],
.form-layer input[type=email],
.form-layer input[type=number],
.form-layer input[type=password] {
    background: #F1F1F4;
    color: #333;
    padding: 5px 15px;
    border: 1px solid #F1F1F4;
    height: 40px;
    width: 100%;

}

.form-layer input[type=text]:focus,
.form-layer input[type=email]:focus,
.form-layer input[type=number]:focus,
.form-layer input[type=password]:focus {
    background: #fff;
    color: #666666;
    border: 1px solid #ccc !important;
}

.form-layer ::-webkit-input-placeholder {
    color: #666666;
}
.form-layer ::-moz-placeholder {
    color: #666666;
}
.form-layer :-ms-input-placeholder {
    color: #666666;
}
.form-layer ::placeholder {
    color: #666666;
}


.add-button {
    background: #2798FE;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    display: inline-block;
}

.add-button:hover {
    background: #999;
    color: #fff;
}

.add-color-area {
    width: 15%;
    display: inline-block;
    float: left;
    text-align: left;
    padding-left: 10px;
    font-weight: 400;
}


.donation-form input[type=text],
.donation-form input[type=email],
.donation-form input[type=password],
.donation-form input[type=number]
{
    width:100%;
    border: 1px solid #ccc;
    background:transparent;
    padding:10px 10px;
    margin-bottom:10px;
    border-radius: 5px;
}
.donation-form input[type=text]:focus,
.donation-form input[type=email]:focus,
.donation-form input[type=password]:focus,
.donation-form input[type=number]:focus,
.donation-form textarea:focus
{
    border: 1px solid #D0940D;
    background:transparent;
    padding:10px 10px;
    
}

.donation-form label {
    color:#fff;
    font-size:14px;
    text-align:left !important;
    font-weight: bold;
}


.donation-form ::placeholder {
    color: #666666;
}


.donation-form  input[type="text"]:disabled,
.donation-form  input[type="number"]:disabled,
.donation-form  input[type="email"]:disabled {
    background: #dddddd;
    cursor: not-allowed;
}

.donate-page-btn2 {
    background:#0099FF !important;
    color:#fff;
    padding:10px 15px;
    border-radius: 15px;
    margin-top:20px;
    display:inline-block;
    border:none;
    margin-right:10px;
}

.donate-page-btn2:hover {
    background:#999 !important;
    color:#fff;
}


.color-list-area {
    height: 100px;
    overflow-y: auto;
    width: 80%;
    display: inline-block;
    float: left;
    padding-top: 7px;
    text-align: left;
}

.wash-description {
    font-weight: 400; 
    font-size: 12px;
}


.add-customer-btn {
    background: #2798FE;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    display: block;
}

.add-customer-btn:hover {
    background: #999;
    color: #fff;
}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
    cursor: pointer;
}

.btn-upload {
    border: 2px solid #00aeef;
    color: #fff;
    background-color: #00aeef;
    padding: 8px 20px;
    border-radius: 8px;
    font-size: 16px;
    font-weight: bold;
    cursor: pointer;
}


.add-item-btn {
    background: #2798FE;
    color: #fff;
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    width: 40px;
    display: block;
}

.add-item-btn:hover {
    background: #999;
    color: #fff;
}

.laundry-item {
    width: 110px;
    height: 130px;
    background: #fff;
    margin-right: 10px;
    margin-bottom: 10px;
    float: left;
    cursor: pointer;
    border: 1px solid #e1e1e1;
    box-shadow: 1px 1px 5px #e1e1e1;
}

.laundry-shift {
    margin-left: 0px !important;
}

.laundry-title {
    font-size: 12px;
    color: #000;
    text-transform: capitalize;
    text-align: center;
    padding-top: 10px;
    padding-bottom: 5px;
}

.laundry-picture {
    text-align: center;
}

.laundry-item .overlay
{
    width: 100%;
    height: 100%;
    background: rgb(39, 152, 254, 0.3);
    margin-top: -109px;
    z-index: 10;
    position: relative;
    display: none;
    transition: all 0.1s linear;
}

.laundry-item:focus .overlay,
.laundry-item:hover .overlay
{
    width: 100%;
    height: 100%;
    background: rgb(39, 152, 254, 0.3);
    margin-top: -109px;
    z-index: 10;
    position: relative;
    display: block;
}

.order-summary-title {
    background:#2798FE;
    padding:15px;
    color: #fff;
    font-size:18px;
}

.order-bottom-area {
    padding: 10px;
    position: relative;
    width: 100%;
}


.process-order-button {
    background: #5BC46C;
    color: #fff;
    font-size: 18px;
    padding: 10px 30px;
    border-radius: 30px;
    text-align: center;
    margin-top: 20px;
    display: inline-block;
}

.process-order-button:hover,
.process-order-button:focus {
    background: #999;
    color: #fff;
}

.switch label .lever {
    content: "";
    display: inline-block;
    position: relative;
    width: 36px;
    height: 14px;
    background-color: rgba(0,0,0,0.38);
    border-radius: 15px;
    margin-right: 10px;
    -webkit-transition: background 0.3s ease;
    transition: background 0.3s ease;
    vertical-align: middle;
    margin: 0px 7px;
}

.small-text {
    font-size: 12px !important;
}

.note {
    padding-left: 0px !important;
}

.note input[type=text] {
    height: 40px;
    padding-left: 10px !important;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid  #F1F1F4 !important;
}

.note input[type=text]:focus {
    border: 2px solid #E2E2E2 !important;
}


.note textarea {
    height: 200px;
    padding-left: 10px !important;
    font-size: 13px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    border: 2px solid  #F1F1F4 !important;
}

.note textarea:focus {
    border: 2px solid #E2E2E2 !important;
    background: #fff;
}

.note-switch {
    padding-left:  0px !important;
    font-size: 13px !important;
    line-height: 38px;
}

.curve-edge-5 {
    border-radius: 5px !important;
}

.wash-customer {
    border-bottom: 1px solid #ddd;
    padding-bottom: 5px;
}

.start-wash-list {
    height: 225px;
    display: block;
    overflow-y: auto;
}

.customer-avatar {
    width: 40px;
    height: 40px;
    float: left;
    background: #00AEFC;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 40px;
    color: #fff;
    margin-right: 10px;
    font-size: 13px;
}

.customer-details {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 221px;
}

.customer-details3 {
    float: left;
    padding-top: 4px;
    padding-bottom: 4px;
    width: 270px;
}

.customer-detail-title {
    margin-top: 10px;
    font-weight: 700;
}

.customer-plan-area {
    font-size: 13px;
}

.customer-plan-area span {
    font-size: 700;
}

.customer-change-button{
    color: #fff;
    background: #00AEFC;
    padding: 3px 10px;
    border-radius: 15px;
    margin-top: 5px;
    font-size: 12px;
    cursor: pointer;
    display: inline-block;
}

.customer-change-button:hover {
    color: #fff;
    background: #999;

}

.customer-change-circle {
    width: 25px;
    height: 25px;
    display: inline-block;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 50%;
    color: #666666;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
    margin-right: 5px;
}

.customer-change-circle:hover {
    background: #ccc;
    color: #fff;
}

.customer-avatar2 img {
    width: 30px;
    height: 30px;
    float: left;
    background: #fff;
    border-radius: 50%;
    margin-left: 10px;
    margin-top: 10px;
    text-align: center;
    line-height: 30px;
    color: #fff;
    margin-right: 10px;
    border: 1px solid #666666;
}


.customer-details2 {
    float: left;
    width: 140px;
}

.customer-price {
    float: left;
    font-weight: 700;
    margin-top: 10px;
}

.special-character {
    padding-top: 11px !important;
}

.datepicker--nav-title {
    border-radius: 4px;
    padding: 0 8px;
    color: #fff;
}

.datepicker--nav-action path {
    fill: none;
    stroke: #fff;
    stroke-width: 2px;
}

.datepicker--nav-title i {
    font-style: normal;
    color: #fff;
    margin-left: 5px;
    font-size: 14px;
}

.datepicker--nav {
    background: #00aefc;
    color: #fff;
}

.autocomplete-box {
    background: #fff;
    position: absolute;
    min-width: 237px;
    z-index: 15;
    box-shadow: 0px 3px 5px -1px #ccc;
    display: none;
}

.autocomplete-box a {
    color: black;
    padding: 0px 16px;
    text-decoration: none;
    display: block;
    line-height: 50px;
    transition: all 0.2s;
    text-transform: capitalize;
}

.autocomplete-box a:hover {
    background-color: #2D9AFD;
    color: #fff;
    display: block;
}

.wash-box {
    height: 40px !important;
    font-size: 14px; 
    background: #F1F1F4;
    color: #666666;
    padding: 10px;
    border: 1px solid #F1F1F4 !important;
}

.pad-left-12 {
    padding-left: 12px;
}

.color-area {
    background: #fff !important;
    position: fixed;
    left: 0;
    right: 377px;
    height: 80px;
    bottom: 0px;
    box-shadow: -4px 0px 8px #999;
    z-index: 10;
    padding-left: 10px;
    padding-top: 15px;
}

.color-circle {
    width: 25px; 
    height:25px;
    display: inline-block;
    border-radius: 50%;
    margin-right:5px;
    cursor: pointer;
}

.color-circle.c-active {
    box-shadow: 2px 2px 5px #555;
    border: 2px solid #fff;
}



.color-circle.c-inactive {
    box-shadow: none;
    border: none;
}

.customer-fabric-color {
    color: #999;
    font-size: 12px;
}


/*
=====================================================================
front desk clothes for wash
=====================================================================
*/

a.cloth-wash-detail {
    color: rgb(0,0,0,87);
    border-bottom: 1px dashed #666666;
}

a.cloth-wash-detail:hover {
    color: #2798FE;
    border-bottom: 1px dashed #2798FE;
}


a.item-detail {
    color: rgb(0,0,0,87);
    border-bottom: 1px dashed #666666;
}

a.item-detail:hover {
    color: #2798FE;
    border-bottom: 1px dashed #2798FE;
}


.warning {
    background: #ff9900;
    color: #fff;
    padding: 5px 10px;
    border-radius:20px;
    display: inline-block;
}

.success {
    background: #769D00;
    color: #fff;
    padding: 5px 10px;
    border-radius:20px;
    display: inline-block;
}

.danger {
    background: #cc0000;
    color: #fff;
    padding: 5px 10px;
    border-radius:20px;
    display: inline-block;
}

.primary {
    background: #2798FE;
    color: #fff;
    padding: 5px 10px;
    border-radius:20px;
    display: inline-block;
}

button.dt-button, div.dt-button, a.dt-button {
    border: none;
    background: #00AEFC;
    color:#fff;
}

button.dt-button:hover, div.dt-button:hover, a.dt-button:hover {
    border: none !important;
    background: #999 !important;
    color:#fff;
}

.dataTables_filter input[type=search] {
    background: #fff !important;
}

.dataTables_filter label {
    float: left;
    margin-left: 6px;
}

.paginate_button {
    display: inline-block;
    padding: 5px 10px;
    border: 1px solid #ddd;
    margin-right: 5px;
    margin-top:10px;
    cursor: pointer;
}

.paginate_button:hover {
    background: #00AEFC;
    border: 1px solid #00AEFC;
    color: #fff;
}

.paid {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #009900;
    border-radius: 15px;
}

.unpaid {
    display: inline-block;
    padding: 5px 10px;
    color: #fff;
    background: #cc0000;
    border-radius: 15px;
}

.clothes-wash-container {
    position: relative;
    margin-right: 0px;
    z-index: 1;
    margin-top: 50px;
}

.blue-section-header {
    background:#2798fe;
    color: #fff;
    padding: 10px;
}

.uppercase {
    text-transform: uppercase;
}

.current-spacing {
    padding-top:14px !important;
    padding-bottom: 14px !important;
}

/*
======================================================================
reports
======================================================================
*/

.reports-area {
    position: relative;
    margin-left: 403px;
    z-index: 1;
    margin-top: 6px;
    display: inherit;
    margin-right: 50px;
    background: #fff;
    padding: 37px 19px;
    min-height: 600px;
    box-shadow: 2px 2px 20px #E5E5E5;
}

.report-page-heading {
    font-size: 25px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.reports-menus {
    background: #fff;
    left: 0;
    top: 147px;
    bottom: 20px;
    width: 300px;
    position: absolute;
    margin-left: 60px;
    box-shadow: 2px 2px 20px #E5E5E5;
    min-height: 600px;
}

.reports-menus .head {
    padding:20px 0px 0px 0px;
    border-bottom:1px solid #ddd;
    text-align: center;
}

.reports-menus .body {
    padding: 15px;
}

.report-space-top {
    margin-top: 80px;
}

.under-blue-line {
    border-bottom: 5px solid #00AEFC;
}

.report-block {
    width: 100%;
    height: 120px;
    color: #999;
    text-align: center;
    cursor: pointer;
    padding-top: 20px;
    text-transform: uppercase;
    font-size: 13px;
    border-radius: 3px;
}

.report-block:hover {
    background: #00AEFC;
    color: #fff;

}

.report-block.active {
    background: #00AEFC;
    color: #fff;

}

.report-page-subheading {
    color: #999;
    font-size: 13px;
}

a.report-format-box {
    padding:10px 15px;
    border: 1px solid #ddd;
    color: #666;
    background: #fff;
    margin-left: 5px;
}

a.report-format-box:hover {
    border: 1px solid #00AEFC;
    color: #fff;
    background:#00AEFC;
}


a.report-format-box-active {
    border: 1px solid #00AEFC;
    color: #fff;
    background:#00AEFC;
    padding:10px 15px;
}


a.generate-report-button {
    background:#00AEFC;
    color: #fff;
    padding: 10px 15px;
    border-radius: 3px;
    margin-left: 5px;
}

a.generate-report-button:hover {
    background:#999;
    color: #fff;
}


.generated-report {
    box-shadow: 2px 2px 20px #E5E5E5;
    min-height: 700px !important;
    padding:30px 45px;
}

.generated-report .header {
    font-size: 30px;
    text-align: center;
}

.social-media-links a {
    width: 30px;
    height: 30px;
    text-align: center;
    display: inline-block;
    border: 1px solid #fff;
    color: #D5D2DF;
    line-height: 30px;
    border-radius: 50%;
    margin-right: 10px;
}

.social-media-links a:hover {
    color: #ff6600;
    border: 1px solid #ff6600;
}

.footer-feature {
    color: #D5D2DF;
    padding: 10px 0px;
    border-bottom: 1px solid rgba(255,255,255, 0.3);
}

a.footer-link{
    color: #D5D2DF;
    display: block;
    margin-bottom: 13px;
    font-family: 'sourcepro', sans-serif;
}
a.footer-link:hover{
    color: #ff6600;
}

.visible-on-large-only {
    display: block !important;
}


nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
    display: block;
    font-size: 24px;
    height: 0; 
    line-height: initial;
}


.popup-logo {
    margin-top:50px;
    /* height:170px !important; */
}

#popup-close {
	position: absolute;
	right: 15px;
	top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
	z-index: 10;
	background: transparent;
	color: #333;
	border-radius: 50%;
	width: 50px;
	height: 50px;
	border:none;
	border: 2px solid #ccc;
	text-align: center;
	line-height: 60px;
}
 
#popup-close:hover {
	background: #f46b45;
	color: #fff;
	border: 2px solid #f46b45;
}

.popup-box {
    width: 42%;
    height: 80%;
    position: fixed;
    left:27%;
    top: 9%;
    background-color: #fff;
    z-index: 1501;
    box-shadow: 1px 1px 10px #333;
	display: none;
	color:#333;
	text-align:center;
	overflow:hidden;
}

.popup-box ::placeholder {
	color:#666666;
}
.popup-box input[type=text] {
	width:100%;
	height:35px;
	color:#ddd;
	padding:5px 10px;
	color:#000;
	font-family:basic, sas-serif;
	font-size:14px;
	margin-bottom:10px;
}

.popup-box-space-in {
	padding: 2% 0%;
}

.popup-box input[type=submit] { 
	width:100%;
	height:35px;
	background:#FC8D93;
	color:#fff;
	text-align:center;
	border:none;
}
.popup-box input[type=submit]:hover,
.popup-box input[type=submit]:focus
{ 
	background:#666666;
	color:#fff;
}

.popup-background {
    background: #000;
    opacity: 0.9;
    position: fixed;
    top:0;
    left:0;
    right: 0;
    bottom:0;
    z-index: 1500;
    display: none;
}

.popup-small-text {
	font-size: 15px;
	font-family: 'basic', verdana;
    margin-bottom:10px;
    margin-top:15px;
}

.popup-big-text { 
	font-size: 40px;
	line-height:50px;
	font-weight:600;
    font-family: 'opti', verdana;
    /* color:#1F8BCB; */
}

.more-details {
    background:#01887C;
    color:#fff;
    font-size: 18px;
    padding:7px 15px;
    border-radius: 3px;
    display: inline-block;
    width:220px;
}

.more-details:hover { 
    background: #666666;
    color:#fff;
}

.about-page-section-header2 {
    font-size:30px;
}

.more-details2 {
    background:#1F8BCB;
    color:#fff;
    font-size: 18px;
    padding:7px 15px;
    border-radius: 3px;
    display: inline-block;
    margin-top:10px;
    width:220px;
}

.more-details2:hover { 
    background: #666666;
    color:#fff;
}


.popup-side-bg {
    background: url('../img/covid-bg.jpg');
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height:90vh;
}


/*
======================================================================
RESPONSIVENESS
======================================================================
*/

/*laptop and higher screens*/
@media screen and (min-width: 1200px)  {
    .container {
        width: 90%;
    }
    
}

/*smaller laptops*/
@media screen and (min-width: 993px) and (max-width: 1199px)  { 
    .container {
        width: 90%;
    }

    nav ul a {
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
        font-family: 'montserrat', sans-serif;
        font-size: 11px;
        color: #4B485B;
        display: block;
        padding: 0 10px;
        cursor: pointer;
        text-transform: uppercase;
    }

    .curvedlogo {
        display: block;
        margin-top: 12px;
        height: 47px;
    }

    .event-item {
        font-size: 14px;
        font-family: 'sourcepro', sans-serif;
        border-bottom: 1px solid #E9E9E9;
        padding: 5px 0px;
    }

    .event-title {
        font-size: 25px;
        font-family: 'sourcepro', sans-serif;
        border-bottom: 1px solid #E9E9E9;
    }

    .event-date-block {
        width: 102px;
        height: 120px;
        background: url(../img/stripes-light.png);
        text-align: center;
    }

    .event-read-more {
        border: 1px solid #E5E5E5;
        padding: 9px 13px;
        color: #666666;
        font-family: 'sourcepro', sans-serif;
        transition: all 0.2s;
        margin-top: 20px;
        display: inline-block;
    }

    .quote-area {
        height: 460px;
        background: url(../img/cross-picture.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-size: 37px;
        color: #fff;
        width: 100%;
        background-size: cover;
        font-family: 'sourcepro', sans-serif;
        padding-top: 90px;
        text-shadow: 1px 1px #333;
    }
    
    .quote-verse {
        font-family: montserrat, sans-serif;
        font-size: 29px;
        color: #FFCC00;
        margin-top: 25px;
    }

}

/*mini laptops*/
@media screen and (min-width: 768px) and (max-width: 992px)  { 

    nav .button-collapse {
        float: left;
        position: relative;
        z-index: 1;
        height: 56px;
        margin: 0 18px;
        color: #666;
        font-size: 18px;
    }

    .curvedlogo {
        display: block;
        margin-top: 7px;
        height: 58px;
    }

    .slider-subheading-style {
        top: 51%!important;
        left: 6% !important;
    }

    .slider-subheading {
        font-size: 17px !important;
        line-height: 30px !important;
        color: #fff;
        text-shadow: 1px 1px #333;
        width: 630px;
        margin-top: 10px;
        text-align: left;
        font-family: montserrat-light, verdana;
        font-weight: 200 !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 16px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

    .slider-subheading-style {
        top: 51%!important;
        left: 6% !important;
    }

    .slider-subheading {
        font-size: 17px !important;
        line-height: 30px !important;
        color: #fff;
        text-shadow: 1px 1px #333;
        width: 630px;
        margin-top: 10px;
        text-align: left;
        font-family: montserrat-light, verdana;
        font-weight: 200 !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 16px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 10px;
    }

}

/*tabs */
@media screen and (min-width: 536px) and (max-width: 767px)  { 
    nav .button-collapse {
        float: left;
        position: relative;
        z-index: 1;
        height: 56px;
        margin: 0 18px;
        color: #666;
        font-size: 18px;
    }

    .curvedlogo {
        display: block;
        margin-top: 13px;
        height: 58px;
    }

    .dark-top-area .space-top-1 {
        margin-top: 10px;
        margin-bottom: 7px;
        font-size: 13px;
    }

    .dark-top-area .space-top-2 {
        margin-top: 4px;
        margin-bottom: 7px;
        display: inline-block;
    }

    .dark-top-area .action-button {
        padding: 7px 15px;
        background: #FF6600;
        color: #fff;
        border-radius: 5px;
        margin-left: 0px; 
    }

    .dark-top-area .action-button {
        padding: 4px 12px;
        background: #FF6600;
        color: #fff;
        border-radius: 5px;
        margin-left: 0px;
        font-size: 13px;
    }

    .dark-top-area .social-button {
        color: #D5D2DF;
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    nav .brand-logo {
        left: 31%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

   

    .move-to-right {
        text-align: left;
    }

    .slider-heading {
        font-family: montserrat-bold, sans-serif;
        text-transform: uppercase;
        font-size: 34px !important;
        width: 535px;
        line-height: 38px !important;
        color: #fff;
        margin-bottom: 10px;
        text-align: left;
        text-shadow: 2px 2px #333;
        border-top: 2px solid #fff;
        padding-top: 15px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 15px;
        padding-right: 15px;
    }

    .slider-heading-style {
        top: 30% !important;
        left: 6% !important;
    }

    .slider-subheading-style {
        top: 43% !important;
        left: 6% !important;
    }

    .slider-subheading {
        font-size: 16px !important;
        line-height: 30px !important;
        color: #fff;
        text-shadow: 1px 1px #333;
        width: 535px;
        margin-top: 10px;
        text-align: left;
        font-family: montserrat-light, verdana;
        font-weight: 200 !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 12px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 15px;
        padding-right: 15px;
        padding-top: 13px;
    }

    .reduce-pic {
        height: 270px !important;
        margin-left: 23%;
    }

    .sermon-title {
        font-size: 23px;
        font-family: 'sourcepro', sans-serif;
        margin-bottom: 15px;
        margin-top: 0px;
    }

    .orange-button {
        background: #FF6600;
        color: #fff;
        font-size: 13px;
        padding: 8px 15px;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #FF6600;
        transition: linear all 0.2s;
    }

    .trans-button {
        background: transparent;
        color: #333333;
        font-size: 13px;
        padding: 8px 15px;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #666666;
        transition: linear all 0.2s;
    }

    .event-date-block {
        width: 92px;
        height: 111px;
        background: url(../img/stripes-light.png);
        text-align: center;
    }

    .event-title {
        font-size: 22px;
        font-family: 'sourcepro', sans-serif;
        border-bottom: 1px solid #E9E9E9;
    }

    .event-item {
        font-size: 14px;
        font-family: 'sourcepro', sans-serif;
        border-bottom: 1px solid #E9E9E9;
        padding: 5px 0px;
    }

    .quote-verse {
        font-family: montserrat, sans-serif;
        font-size: 26px;
        color: #FFCC00;
        margin-top: 21px;
    }

    .quote-area {
        height: 330px;
        background: url(../img/cross-picture.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-size: 31px;
        color: #fff;
        width: 100%;
        background-size: cover;
        font-family: 'sourcepro', sans-serif;
        padding-top: 48px;
        text-shadow: 1px 1px #333;
    }
    .popup-side-bg {
		background: url('../img/covid-bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100% 26%;
		width: 100%;
		height:30vh;
	}
	.popup-box-space-in {
		padding: 0% 4%;
	}

	.popup-logo {
		margin-top: 8px;
		height: 50px;
	}

	.popup-big-text {
		font-size: 24px;
		line-height: 27px;
		font-weight: 600;
		font-family: 'opti', verdana;
	}

	.popup-overflow  {
		height: 290px;
		overflow-y: auto;
	}

}

/* larger mobile phones*/
@media screen and (min-width: 321px) and (max-width: 535px)  {
    .move-to-right {
        text-align: left;
    }

    .margin-left-15 {
        margin-left:0px !important; 
        white-space: pre-wrap; 
    }

    .dark-top-area .space-top-1 {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .dark-top-area .space-top-2 {
        margin-top: 5px;
        margin-bottom: 6px;
        display: inline-block;
    }

    .dark-top-area .action-button {
        padding: 4px 12px;
        background: #FF6600;
        color: #fff;
        border-radius: 5px;
        margin-left: 0px;
        font-size: 13px;
    }

    .dark-top-area .social-button {
        color: #D5D2DF;
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    .margin-top-10s {
        margin-top:10px !important;
    }

    .extra-right-buttons {
        margin-right: 0px;
    }

    nav .brand-logo {
        left: 43%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .curvedlogo {
        display: block;
        height: 46px;
        margin-top: 7px;
    }

    nav .button-collapse {
        font-size: 18px;
        margin-left: 17px;
        margin-right: 7px;
        color: #666666;
    }


    .slider-heading-style {
        top: 37% !important;
        left: 12% !important;
    }

    .slider-heading {
        font-family: montserrat-bold, sans-serif;
        text-transform: uppercase;
        font-size: 21px !important;
        width: 280px;
        line-height: 21px !important;
        color: #fff;
        margin-bottom: 10px;
        text-align: left;
        text-shadow: 2px 2px #333;
        border-top: 2px solid #fff;
        padding-top: 7px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 7px;
        padding-right: 15px;
    }

    .slider-subheading-style {
        top: 47%!important;
        left: 12% !important;
    }

    .sp-button {
        display: none;
    }

    .slider-subheading {
        font-size: 13px !important;
        line-height: 14px !important;
        color: #fff;
        text-shadow: 1px 1px #333;
        width: 280px;
        margin-top: 26px;
        text-align: left;
        font-family: montserrat-light, verdana;
        font-weight: 200 !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 9px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 10px;
    }

    .slider-settings {
        height:206px;
    }
        
    .pastors-name {
        font-size: 15px;
        font-family: 'sourcepro', sans-serif;
    }

    .sub-page-header {
        font-family: 'montserrat', sans-serif;
        font-size: 21px;
        font-weight: 400;
        color: #333333;
        margin-bottom: 0px;
        text-transform: uppercase;
    }

    .sub-page-rider {
        font-family: 'bouquet', sans-serif;
        font-size: 21px;
        color: #666666;
    }

    .page-text {
        font-family: 'sourcepro', sans-serif;
        font-size: 16px;
        color: #333333;
    }

    .sermon-title {
        font-size: 22px;
        font-family: 'sourcepro', sans-serif;
        margin-bottom: 15px;
        margin-top: 10px;
    }


    .orange-button {
        background: #FF6600;
        color: #fff;
        font-size: 13px;
        padding: 8px 15px;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #FF6600;
        transition: linear all 0.2s;
    }

    .trans-button {
        background: transparent;
        color: #333333;
        font-size: 13px;
        padding: 8px 15px;
        text-transform: uppercase;
        display: inline-block;
        border: 1px solid #666666;
        transition: linear all 0.2s;
    }

    .add-pads {
        padding-left: 15px !important;
        padding-right: 15px !important;
    }

    .event-date-block {
        width: 90px;
        height: 111px;
        background: url(../img/stripes-light.png);
        text-align: center;
    }

    .event-title {
        font-size: 18px;
        font-family: 'sourcepro', sans-serif;
        border-bottom: 1px solid #E9E9E9;
    }

    .event-item {
        font-size: 13px;
        font-family: 'sourcepro', sans-serif;
        border-bottom: 1px solid #E9E9E9;
        padding: 5px 0px;
    }

    .quote-area {
        height: 460px;
        background: url(../img/cross-picture.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-size: 28px;
        color: #fff;
        width: 100%;
        background-size: cover;
        font-family: 'sourcepro', sans-serif;
        padding-top: 52px;
        text-shadow: 1px 1px #333;
    }


    .quote-verse {
        font-family: montserrat, sans-serif;
        font-size: 25px;
        color: #FFCC00;
        margin-top: 22px;
    }

    .quote-area {
        height: 345px;
        background: url(../img/cross-picture.jpg);
        background-repeat: no-repeat;
        background-attachment: fixed;
        font-size: 28px;
        color: #fff;
        width: 100%;
        background-size: cover;
        font-family: 'sourcepro', sans-serif;
        padding-top: 52px;
        text-shadow: 1px 1px #333;
    }


        
    .logged-in-user {
        background: #ffff00;
        width: 22px;
        height: 22px;
        text-align: center;
        border-radius: 50%;
        color: #000;
        line-height: 24px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 6px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .blue-area-header {
        font-size: 25px;
        color: #fff;
        text-shadow: 1px 1px #0979C4;
        line-height: 36px;
        font-family: opensanslight, sans-serif;
        font-weight: 600;
        margin-top: 0px;
    }

  


    .blue-area-subheader {
        font-size: 14px;
        color: #fff;
        margin-top: 17px;
        font-weight: 400;
        line-height: 20px;
    }

    a.start-button {
        background: #0074E8;
        border-radius: 30px;
        color: #fff;
        padding: 10px 25px;
        display: inline-block;
        margin-bottom: 16px;
        text-transform: uppercase;
        text-shadow: none !important;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        margin-top: 0px;
    }

    .washing-machine {
        height: 198px;
        width: 137px;
        background: url(../img/washing-machine.png);
        background-repeat: no-repeat;
        background-size: 231px 165px;
        display: block;
        position: relative;
        margin-left: 155px;
        margin-top: -62px;
    }

    .white-curve-1 h4 {
        font-size: 21px;
        font-weight: 700;
        margin-top: 38px;
    }

    .how-to-circle {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .sticky .flatlogo {
        display: block;
        height: 56px;
        padding-top: 6px;
        margin-left: -37px;
        padding-bottom: 4px;
    }

    .step-description {
        font-family: roboto, sans-serif;
        font-size: 15px;
        color: #666666;
        padding-left: 20px;
        padding-right: 20px;
    }

    .step-header {
        color: #159CCE;
        font-size: 20px;
        font-weight: 700;
        font-family: opensans, sans-serif;
        margin-bottom: 10px;
        color: #666666;
        margin-top: 10px;
    }

    .white-curve-1 p {
        color: #666666;
        font-size: 15px;
    }

    .laundry-pic-offset {
        padding-top: 31px;
    }

    .laundry-text-offset {
        padding-top: 4px !important;
    }

    .grey-curve-1 .header {
        font-family: opensanslight, sans-serif;
        font-size: 25px;
        color: #C6743A;
        line-height: 35px;
        padding-left: 5px;
    }
    .grey-curve-1 span {
        font-family: opensans, sans-serif;
        font-size: 25px;
        color: #C6743A;
    }

    .grey-curve-1 .description {
        font-family: roboto, sans-serif;
        font-size: 15px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .sticky .top-create-button {
        color: #999;
        border: 1px solid #ddd;
    }

    .sticky .button-collapse {
        font-size: 18px;
        margin-left: 14px;
        color: #999;
    }

    .grey-curve-1 {
    
        background: url(../img/grey-curve-1.png);
        background-repeat: no-repeat;
        min-height: 733px;
        font-family: opensans, sans-serif;
        color: #333;
        font-size: 16px;
        margin-top: -175px;
    }

    h5 {
        font-size: 17px;
    }

    .washing-machine2 {
        position: relative;
        z-index: 1;
        height: 136px;
        margin-top: 10px;
    }

    


    .center-on-small {
        text-align: center !important;
    }

    #sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 120vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 9;
        will-change: opacity;
    }

    h4 {
        font-size: 21px;
        line-height: 110%;
        margin: 1.14rem 0 .912rem 0;
    }

    .description-text-large {
        font-size: 15px;
        color: #666666;
        line-height: 26px;
    }

    .header-label {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .discount-box {
        background: #fff;
        box-shadow: 2px 2px 15px #e1e1e1;
        padding: 20px;
        margin-bottom: 15px;
    }

    .collapsible-header {
        line-height: 20px;
        padding: 10px;
    }

    .collapsible-body {
        display: none;
        border-bottom: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px;
    }

    .grey-text-label label {
        font-size: 13px;
        color: #666666;
    }

    .process-order-display-button {
        margin-right: 15px;
        padding: 10px 15px;
        background: #fff;
        color: #666666;
        border-radius: 23px;
    }

    .process-order-display-button span {
       font-weight: 700;
    }

    #mobile-wash-list {
        position: fixed;
        top: 4%;
        right: 0;
        height: 100%;
        z-index: 11;
        display: none;
    }

    .reset-summary {
        cursor: pointer;
        display: inline-block;
        margin-right: 57px;
    }

    nav i, nav [class^="mdi-"], nav [class*="mdi-"], nav i.material-icons {
        display: block;
        font-size: 24px;
        height: 0; 
        line-height: initial;
    }

    .shopping-cart {
       display: none
    }

    .sticky .shopping-cart {
        display: inline-block;
        color: #666666;
        margin-left: 10px;
        width: 20px;
    }
    .sticky .shopping-cart span{
        width: 18px;
        height: 18px;
        background: #068CE6;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 39px;
        top: 4px;
        font-size: 12px
    }

    .visible-on-large-only {
        display: none !important;
    }

    .mobile-white-content {
        top: 3% !important;
        left: 3% !important;
        width: 94% !important;
        height: 94% !important;
    }

    #sic2 {
        overflow-y: auto;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .process-order-button {
        background: #5BC46C;
        color: #fff;
        font-size: 16px;
        padding: 9px 26px;
        border-radius: 30px;
        text-align: center;
        margin-top: 20px;
        display: inline-block;
    }

    .note textarea {
        height: 123px;
        padding-left: 10px !important;
        font-size: 13px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 2px solid #F1F1F4 !important;
    }

    .customer-plan-area {
        font-size: 14px;
    } 

    .work-intro {
        background-size: 100% 100% !important; 
        background-repeat: no-repeat !important;
        height: 125px;
        margin-top:10px;
    }  

    .intro-text {
        display: inline-block;
        color: #fff;
        text-shadow: 2px 2px #333;
        margin-top: 86px;
        float: right;
        font-size: 24px;
        font-family: bouquet;
    }
}

/*mobile phones*/
@media screen and (min-width: 1px) and (max-width: 320px)  {

    .page-text {
        font-family: 'sourcepro', sans-serif;
        font-size: 16px;
        color: #333333;
    }

    .move-to-right {
        text-align: left;
    }

    .margin-left-15 {
        margin-left:0px !important; 
        white-space: pre-wrap; 
    }

    .dark-top-area .space-top-1 {
        margin-top: 5px;
        margin-bottom: 0px;
        font-size: 13px;
    }

    .dark-top-area .space-top-2 {
        margin-top: 5px;
        margin-bottom: 6px;
        display: inline-block;
    }

    .dark-top-area .action-button {
        padding: 4px 12px;
        background: #FF6600;
        color: #fff;
        border-radius: 5px;
        margin-left: 0px;
        font-size: 13px;
    }

    .dark-top-area .social-button {
        color: #D5D2DF;
        font-size: 14px;
        margin-right: 10px;
        display: inline-block;
    }

    .margin-top-10s {
        margin-top:10px !important;
    }

    .extra-right-buttons {
        margin-right: 0px;
    }

    nav .brand-logo {
        left: 43%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .curvedlogo {
        display: block;
        height: 46px;
        margin-top: 6px;
    }

    nav .button-collapse {
        font-size: 18px;
        margin-left: 17px;
        margin-right: 7px;
        color: #666666;
    }

    .slider-heading-style {
        top: 67px !important;
        left: 2% !important;
    }

    .slider-heading {
        font-family: montserrat-bold, sans-serif;
        text-transform: uppercase;
        font-size: 21px !important;
        width: 280px;
        line-height: 21px !important;
        color: #fff;
        margin-bottom: 10px;
        text-align: left;
        text-shadow: 2px 2px #333;
        border-top: 2px solid #fff;
        padding-top: 7px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 7px;
        padding-right: 15px;
    }

    .slider-subheading-style {
        top: 107px !important;
        left: 2% !important;
    }

    .sp-button {
        display: none;
    }

    .slider-subheading {
        font-size: 13px !important;
        line-height: 14px !important;
        color: #fff;
        text-shadow: 1px 1px #333;
        width: 280px;
        margin-top: 10px;
        text-align: left;
        font-family: montserrat-light, verdana;
        font-weight: 200 !important;
        border-bottom: 2px solid #fff;
        padding-bottom: 9px;
        border-right: 2px solid #fff;
        border-left: 2px solid #fff;
        padding-left: 9px;
        padding-right: 9px;
        padding-top: 10px;
    }

    .slider-settings {
        height: 202px;
    }

    .logged-in-user {
        background: #ffff00;
        width: 22px;
        height: 22px;
        text-align: center;
        border-radius: 50%;
        color: #000;
        line-height: 24px;
        cursor: pointer;
        margin-top: 15px;
        margin-right: 6px;
        font-size: 12px;
        text-transform: uppercase;
    }

    .blue-area-header {
        font-size: 25px;
        color: #fff;
        text-shadow: 1px 1px #0979C4;
        line-height: 36px;
        font-family: opensanslight, sans-serif;
        font-weight: 600;
        margin-top: 0px;
    }

   


    .blue-area-subheader {
        font-size: 14px;
        color: #fff;
        margin-top: 17px;
        font-weight: 400;
        line-height: 20px;
    }

    a.start-button {
        background: #0074E8;
        border-radius: 30px;
        color: #fff;
        padding: 10px 25px;
        display: inline-block;
        margin-bottom: 16px;
        text-transform: uppercase;
        text-shadow: none !important;
        font-size: 14px;
        font-weight: 400;
        cursor: pointer;
        margin-top: 0px;
    }

    .washing-machine {
        height: 198px;
        width: 137px;
        background: url(../img/washing-machine.png);
        background-repeat: no-repeat;
        background-size: 231px 165px;
        display: block;
        position: relative;
        margin-left: 120px;
        margin-top: -62px;
    }

    .white-curve-1 h4 {
        font-size: 21px;
        font-weight: 700;
        margin-top: 38px;
    }

    .how-to-circle {
        width: 150px;
        height: 150px;
        border-radius: 50%;
        margin-left: auto;
        margin-right: auto;
        margin-top: 30px;
    }

    .sticky .flatlogo {
        display: block;
        height: 56px;
        padding-top: 6px;
        margin-left: -37px;
        padding-bottom: 4px;
    }

    .step-description {
        font-family: roboto, sans-serif;
        font-size: 15px;
        color: #666666;
        padding-left: 20px;
        padding-right: 20px;
    }

    .step-header {
        color: #159CCE;
        font-size: 20px;
        font-weight: 700;
        font-family: opensans, sans-serif;
        margin-bottom: 10px;
        color: #666666;
        margin-top: 10px;
    }

    .white-curve-1 p {
        color: #666666;
        font-size: 15px;
    }

    .laundry-pic-offset {
        padding-top: 31px;
    }

    .laundry-text-offset {
        padding-top: 4px !important;
    }

    .grey-curve-1 .header {
        font-family: opensanslight, sans-serif;
        font-size: 25px;
        color: #C6743A;
        line-height: 35px;
        padding-left: 5px;
    }
    .grey-curve-1 span {
        font-family: opensans, sans-serif;
        font-size: 25px;
        color: #C6743A;
    }

    .grey-curve-1 .description {
        font-family: roboto, sans-serif;
        font-size: 15px;
        padding-left: 5px;
        padding-top: 10px;
    }

    .sticky .top-create-button {
        color: #999;
        border: 1px solid #ddd;
    }

    .sticky .button-collapse {
        font-size: 18px;
        margin-left: 14px;
        color: #999;
    }

    .grey-curve-1 {
    
        background: url(../img/grey-curve-1.png);
        background-repeat: no-repeat;
        min-height: 733px;
        font-family: opensans, sans-serif;
        color: #333;
        font-size: 16px;
        margin-top: -175px;
    }

    h5 {
        font-size: 17px;
    }

    .washing-machine2 {
        position: relative;
        z-index: 1;
        height: 136px;
        margin-top: 10px;
    }

   


    .center-on-small {
        text-align: center !important;
    }

    #sidenav-overlay {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        height: 120vh;
        background-color: rgba(0,0,0,0.5);
        z-index: 9;
        will-change: opacity;
    }

    h4 {
        font-size: 21px;
        line-height: 110%;
        margin: 1.14rem 0 .912rem 0;
    }

    .description-text-large {
        font-size: 15px;
        color: #666666;
        line-height: 26px;
    }

    .header-label {
        font-size: 21px;
        line-height: 30px;
        text-align: center;
        margin-top: 0px;
        margin-bottom: 10px;
    }

    .discount-box {
        background: #fff;
        box-shadow: 2px 2px 15px #e1e1e1;
        padding: 20px;
        margin-bottom: 15px;
    }

    .collapsible-header {
        line-height: 20px;
        padding: 10px;
    }

    .collapsible-body {
        display: none;
        border-bottom: 1px solid #ddd;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 18px;
    }

    .grey-text-label label {
        font-size: 13px;
        color: #666666;
    }

    .process-order-display-button {
        margin-right: 15px;
        padding: 10px 15px;
        background: #fff;
        color: #666666;
        border-radius: 23px;
    }

    .process-order-display-button span {
       font-weight: 700;
    }

    #mobile-wash-list {
        position: fixed;
        top: 4%;
        right: 0;
        height: 100%;
        z-index: 11;
        display: none;
    }

    .reset-summary {
        cursor: pointer;
        display: inline-block;
        margin-right: 57px;
    }

    
    .shopping-cart {
       display: none
    }

    .sticky .shopping-cart {
        display: inline-block;
        color: #666666;
        margin-left: 10px;
        width: 20px;
    }
    .sticky .shopping-cart span{
        width: 18px;
        height: 18px;
        background: #068CE6;
        border-radius: 50%;
        color: #fff;
        display: inline-block;
        line-height: 20px;
        text-align: center;
        position: absolute;
        right: 39px;
        top: 4px;
        font-size: 12px
    }

    .visible-on-large-only {
        display: none !important;
    }

    .mobile-white-content {
        top: 3% !important;
        left: 3% !important;
        width: 94% !important;
        height: 94% !important;
    }

    #sic2 {
        overflow-y: auto;
        height: 100%;
        padding-left: 0px;
        padding-right: 0px;
    }

    .process-order-button {
        background: #5BC46C;
        color: #fff;
        font-size: 16px;
        padding: 9px 26px;
        border-radius: 30px;
        text-align: center;
        margin-top: 20px;
        display: inline-block;
    }

    .note textarea {
        height: 123px;
        padding-left: 10px !important;
        font-size: 13px;
        border-top-left-radius: 5px;
        border-bottom-left-radius: 5px;
        border: 2px solid #F1F1F4 !important;
    }

    .customer-plan-area {
        font-size: 14px;
    }

    .work-intro {
        background-size: 100% 100% !important; 
        background-repeat: no-repeat !important;
        height: 125px;
        margin-top:10px;
    }  

    .intro-text {
        display: inline-block;
        color: #fff;
        text-shadow: 2px 2px #333;
        margin-top: 86px;
        float: right;
        font-size: 24px;
        font-family: bouquet;
    }
    .popup-box {
        width: 90%;
        height: 90%;
        position: fixed;
        left:5%;
        top: 5%;
        background-color: #fff;
        z-index: 1501;
        box-shadow: 1px 1px 10px #333;
        display: none;
        color:#333;
        text-align:center;
        overflow:hidden;
    }
    .popup-side-bg {
		background: url('../img/covid-bg.jpg');
		background-repeat: no-repeat;
		background-size: cover;
		background-position: 100% 26%;
		width: 100%;
		height:30vh;
	}
	.popup-box-space-in {
		padding: 0;
	}

	.popup-logo {
		margin-top: 8px;
		height: 50px;
	}

	.popup-big-text {
		font-size: 24px;
		line-height: 27px;
		font-weight: 600;
		font-family: 'opti', verdana;
	}

	.popup-overflow  {
		height: 290px;
		overflow-y: auto;
	}
}