/*
 Theme Name:   Theme from Denis
 Description:  Wordpress Theme From Denis
 Author:       Denis R
 Version: 1.0
*/
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

html, body {
    font-family: "Open Sans";
    font-weight: 400;
    font-size: 14px;
    color: #222;
    line-height: normal;
    min-height: 100vh;
    overflow-x: hidden;
}

body {
    position: relative;
    overflow-y: hidden;
}

a {
    text-decoration: none !important;
}

a:hover {
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
    display: block;
}

button {
    cursor: pointer;
}

h1, h2, h3, h4, h6 {
}

p {
    margin-bottom: 10px;
}

.flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.flexed--between {
    justify-content: space-between;
}

.flexed--around {
    justify-content: space-around;
}

.flexed--top {
    align-items: flex-start;
}

.logo {
    max-width: 120px;
}

header {
    padding: 20px 0;
}

.container {
    max-width: 600px;
    margin: 0 auto;
    padding: 0 20px;
}

ul#menu-main-menu li {
    display: block;
    margin-bottom: 5px;
}

ul#menu-main-menu li a {
    color: #333;
    font-size: 16px;
}

.pickup-inner h1 {
    text-align: center;
    margin-bottom: 20px;
}

.pickup-field-input label {
    display: flex;
    align-items: center;
    margin-top: 7px;
}

.pickup-field-title {
    font-size: 18px;
    font-weight: 600;
}

.pickup-field-subtitle {
    font-size: 12px;
}

.pickup-field {
    margin-bottom: 30px;
}

.pickup-field-input span {
    margin-left: 5px;
}

input#pickaddr {
    width: calc(100% - 140px);
}

.pickup-field-input input, .pickup-field-input select {
    padding: 10px;
}

.pickup-field-input input + select {
    margin-left: 10px;
}

.pickup-field-input {
    margin-top: 10px;
}

.pickup-field-info h3 {
    margin: 20px 0;
}

input#apartment {
    width: 130px;
    margin-left: 10px;
}

.pickup-field textarea {
    width: 100%;
    height: 80px;
    padding: 10px;
}

.pickup-fields > div {
    flex: 1;
}

.pickup-fields > div input {
    width: 100%;
}

.pickup-fields > div + div {
    margin-left: 10px;
}

button.button {
    background: #f48847;
    color: #fff;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    margin-bottom: 50px;
    font-size: 16px;
}

#gmap {
    height: 300px;
}

.user-profile-order-line span:nth-child(1) {
    font-weight: 600;
    padding-right: 20px;
    width: 110px;
}

.user-profile-order-line span + span {
    flex: 1;
}

.user-profile-order-line {
    padding: 10px 0;
    border-bottom: 1px solid #bbb;
}

.user-profile-order-title {
    padding: 10px;
    background: #eee;
    cursor: pointer;
}

.user-profile-active-orders {
    margin: 30px 0;
}

.user-profile-active-orders h3 {
    margin-bottom: 20px;
}

.user-profile-stat {
    flex: 1;
    border: 1px solid #bbb;
    border-right: none;
    align-self: stretch;
    text-align: center;
    padding: 20px 0 5px;
}

.user-profile-stat i {
    display: block;
    font-size: 24px;
    color: #0092eb;
}

.user-profile-stat span {
    display: block;
    margin: 5px 0;
}

.user-profile-stat span + span {
    font-size: 22px;
}

.user-profile-stat:last-child {
    border-right: 1px solid #bbb;
}

.user-profile-stats {
    margin-top: 20px;
}

.user-profile-found h2 {
    margin-bottom: 15px;
}

.user-orders-search > h2 {
    margin: 10px 0;
}

.user-profile-found {
    margin-top: 20px;
}

.user-profile-order-title:after {
    content: '\f107';
    font-family: fontAwesome;
    position: absolute;
    right: 13px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 20px;
    transition: 0.3s;
}

.user-profile-order-title {
    position: relative;
}

.user-profile-order-title.active:after {
    transform: translateY(-50%) rotate(180deg);
}

.order-list-item-info {
    flex: 1;
    padding-right: 30px;
}

.order-list-item {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    border: 1px solid #bbb;
    padding: 15px;
    border-radius: 5px;
    margin: 15px 0;
}

.order-list-item-info b {
    display: block;
    margin-bottom: 5px;
}

.order-list-item-info a {
    color: #4b855a;
}

.order-list-item-actions a {
    background: #30D158;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.tab {
    flex: 1;
    text-align: center;
    padding: 7px;
    border: 1px solid #eee;
    font-size: 16px;
    cursor: pointer;
}

.tabs {
    margin-top: 15px;
}

.tab.active {
    color: #fff;
    background: #0092eb;
}

.order-list-item.order-list-item2 {
    align-items: center;
}

.order-list-item.order-list-item2 p {
    margin: 0;
}

.btn a {
    background: #30D158;
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
}

.date-day-navigator h1 span {
    display: block;
    font-size: 12px;
    text-align: center;
}

.order-list-item {
    position: relative;
}

.order-status {
    position: absolute;
    bottom: -1px;
    right: -1px;
    background: #0092eb;
    color: #fff;
    padding: 5px 20px;
    border-radius: 0 0 5px 0;
}

.btn.btn2 a {
    display: inline-block;
    margin-top: 10px;
    background: orange;
}

.order-list-item-sms-form {
    width: 100%;
}

.order-list-item {
    flex-wrap: wrap;
}

.order-list-item-sms-form label {
    display: block;
    margin: 10px 0;
}

.order-list-item-sms-form label span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.order-list-item-sms-form label input, .order-list-item-sms-form label textarea {
    width: 100%;
    padding: 10px 5px;
}

.order-list-item-sms-form label textarea {
    height: 130px;
}

.order-list-item-sms-form label input[readonly] {
    background: #eee;
    border: 1px solid currentColor;
}

form.sms-send button {
    width: 100%;
    padding: 10px;
    background: #30d158;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.single-message-text {
    max-width: 310px;
    border: 1px solid #333;
    padding: 5px 10px;
    border-radius: 20px;
    display: inline-block;
}

.single-message-line.from-owner {
    text-align: right;
}

.single-message-date {
    font-size: 10px;
    font-weight: 600;
}

.single-message-line {
    margin: 15px 0;
}

.order-list-create-charge-form button {
    width: 100%;
    padding: 10px;
    background: #30d158;
    color: #fff;
    border: 1px solid #eee;
    border-radius: 5px;
}

.order-list-create-charge-form {
    width: 100%;
}

.order-list-create-charge-form label {
    display: block;
    margin-bottom: 15px;
}

.order-list-create-charge-form label span {
    display: block;
    margin-bottom: 5px;
    font-weight: 600;
}

.order-list-create-charge-form input {
    width: 100%;
    padding: 10px 5px;
}

.payment_method_square_credit_card label {
    display: flex;
    align-items: center;
}

.order-list-create-charge-form label.flexed input {
    width: 15px;
}

.order-list-create-charge-form label.flexed span {
    flex: 1;
    margin: 0 0 0 5px;
}

.order-list-create-charge-form label.flexed {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

div#smsnote {
    position: fixed;
    bottom: 20px;
    right: 20px;
    width: 200px;
    background: #fff;
    padding: 10px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.3);
    border-radius: 10px;
}

div#smsnote h3 {
    font-size: 16px;
    text-align: center;
}

div#smsnote p {
    margin: 10px 0 20px;
}

div#smsnote span {
    font-weight: 600;
    font-size: 12px;
}

div#smsnote textarea {
    width: 100%;
    height: 80px;
    padding: 5px;
}

.change-status-form button {
    color: #fff;
    padding: 5px 15px;
    border-radius: 10px;
    border: none;
    background: #e3774a;
    font-size: 14px;
}

.change-status-form {
    margin-top: 5px;
}

.order-status.delivered {
    background: #e3774a;
}

.order-list-item-actions > a {
    display: inline-block;
}

.order-status {
    text-transform: capitalize;
}

.smshistory {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column-reverse;
}

.single-message-line {
    width: 100%;
}

@media screen and (max-width: 640px) {
    .btn a {
        display: inline-block;
        margin-top: 10px;
    }
}

.order-paid {
    position: absolute;
    top: 0;
    right: 0;
    background: gold;
    padding: 25px 20px 5px;
    transform: rotate(45deg) translate(10%, -60%);
}

.order-list-item {
    overflow: hidden;
}

.loading-progress {
    display: none;
}

.loading-progress.active {
    display: block;
    position: relative;
}

.loading {
    text-transform: uppercase;
    font-weight: bold;
    font-size: 90px;
    text-align: center;
    height: 120px;
    line-height: 110px;
}

@keyframes wave-animation {
    0% {
        background-position: 0 bottom;
    }

    100% {
        background-position: 200px bottom;
    }
}

@keyframes loading-animation {
    0% {
        background-size: 200px 0px;
    }

    100% {
        background-size: 200px 200px;
    }
}

.loading-progress.active .wave {
    background-image: url("water.png");
    -moz-background-clip: text;
    -o-background-clip: text;
    -webkit-background-clip: text;
    background-clip: text;
    color: transparent;
    text-shadow: 0px 0px rgb(0 0 0 / 20%);
    animation: wave-animation 1s infinite linear, loading-animation 10s infinite linear alternate;
    background-size: 200px 100px;
    background-repeat: repeat-x;
    opacity: 1;
}

@media screen and (max-width: 750px) {
  .loading {
      font-size: 70px;
  }
}