/*
 Theme Name:   Adbites Businesses
 Theme URI:    https://www.adbites.de
 Description:  Adbites Business Theme
 Author:       Heiko Schneider
 Author URI:   https://www.adbites.de
 Template:     generatepress
 Version:      0.1
*/

/* nav svg {
    width: 30px;
    height: 30px;
    vertical-align: middle;
    color: #000;
}

nav .menu-item a {
    line-height: 30px; /* adjust this to match the height of your SVG icon */





.custom-excerpt p {
    font-size: 16px;
}

.inside-article::after {
    content: "";
    display: table;
    clear: both;
  }

.wapf-field-label {
    font-weight: bold;
}

.wapf-field-description {
    margin-bottom: 15px;
}

.summary {
    border: 1x solid #80888f !important;
    padding: 0px 40px 40px 40px;
}


.trenner {
    border: 0.5px solid #d9d9e1;
    margin-bottom: 10px !important;
    margin-top: 20px !important;
}

.trenner hr {
    
}

.status {
    border:1px solid #80888f;
}

.status-completed {
    background-color: rgb(146, 193, 47, 0.1); /* Green for completed orders */
    font-size: 11px;
    font-weight: bold;
    color: rgb(146, 193, 47);
    border-radius: 5px;
    padding: 5px 13px 5px 13px;
    min-width: 80px;
}

.status-processing {
    background-color:rgb(234, 127, 6, 0.1); /* Green for completed orders */
    font-size: 11px;
    font-weight: bold;
    color: rgb(234, 127, 6);
    border-radius: 5px;
    padding: 5px 13px 5px 13px;
    min-width: 80px;
}

.status-freigabe {
    background-color: rgb(224, 23, 177, 0.1); /* Green for completed orders */
    font-size: 11px;
    font-weight: bold;
    color: rgb(224, 23, 177);
    border-radius: 5px;
    padding: 5px 13px 5px 13px;
}

.woocommerce-orders-table {

    border-top: 0px solid;
    border-left: 0px solid;
    border-right: 0px solid !important;
    border-bottom: 0px solid;
}


.bellows-target {
    font-size: 15px;
}

.gfmc-container > * {
    flex: 7 !important; /* This makes each direct child take 70% of the available space */
}

.gfmc-container .bookingrightcolumn {
    flex: 3 !important; 
    position: sticky;
    top: 0;
}

.gfmc-column {
    border: 1px solid #efeded;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
}


.gchoice .gfield-choice-input {
    display: none !important;
}

.gchoice .gform-field-label--type-inline {
    position: relative;
    padding-left: 30px; /* Space for custom checkbox */
    cursor: pointer;
}

.gchoice .gform-field-label--type-inline:before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 18px;
    height: 18px;
    border: 1.5px solid #424242;
    background-color: #fff;
    border-radius: 1.5px;
}

.gchoice .gfield-choice-input:checked + .gform-field-label--type-inline:before {
    background-color: #FF5800;
    /* You can also use a background image for a checkmark or any other styling changes */
}



.gchoice .gfield-choice-input:checked + .gform-field-label--type-inline:before {
    content: "✓";
    color: #fff;
    text-align: center;
    line-height: 14px; /* Adjust to vertically center the checkmark */
    font-size: 16px;   /* Increase font size for a larger checkmark */
    border: 2px solid #FF5800;
    background-color: #FF5800;
}

.gsection_title {
    font-size: 24px;
}

.gchoice {
    padding-bottom: 20px;
}

.gform_wrapper.gravity-theme .gsection {
    border: none !important;
}

.formpage1 {
    border: 1px solid #efeded;
    padding: 20px;
    border-radius: 10px;
    background-color: #fff;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
}


.bookingrightcolumn .gfield_label {
    font-size: 13px !important;
    font-weight: normal !important;
}



.opening-times-table, .opening-times-table td {
    border: none !important; /* Forces no borders on the table and cells */
    padding: 8px !important;
    text-align: left !important;
    vertical-align: top !important; /* Ensures content starts from the top of the cell */
    margin: 0 !important; /* Removes any default margin */
    font-size: 15px;
}

.opening-times-table {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 20px !important;
}



.morecontent span {
    display: none;
}

.morelink {
    display: inline-block;
    margin-top: 10px;
    color: #4285F4;
    text-decoration: none;
    cursor: pointer;
}

.morelink:hover {
    text-decoration: underline;
}

.google-reviews {
    list-style: none;
    padding: 0;
}

.google-reviews .review {
    border-bottom: 1px solid #ddd;
    padding: 20px 0;
    margin: 20px 0;
    display: flex;
    flex-direction: column;
}

.google-reviews .review-header {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.google-reviews .profile-image {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    margin-right: 10px;
}

.google-reviews .review-info {
    flex-grow: 1;
}

.google-reviews .author {
    font-weight: bold;
    margin: 0;
    font-size: 15px;

}

.google-reviews .rating {
    display: flex;
}

.google-reviews .rating .star {
    color: #f57c00;
    font-size: 16px;
    margin-right: 2px;
}

.google-reviews .rating .star.empty {
    color: #ddd;
}

.google-reviews .review-meta {
    text-align: right;
}

.google-reviews .date {
    font-size: 14px;
    color: #999;
    margin: 0;
}

.google-reviews .review-link {
    font-size: 14px;
    color: #1a73e8;
    text-decoration: none;
    margin-left: 10px;
}

.google-reviews .review-link:hover {
    text-decoration: underline;
}

.google-reviews .text {
    font-size: 15px;
    line-height: 24px;
    color: #555;
    margin: 0;
    margin-top: 10px;
}

.google-reviews a {
    color: #1a73e8;
    text-decoration: none;
}

.google-reviews a:hover {
    text-decoration: underline;
}



.glsr-review {
    border: 0px solid #ddd;
    padding: 20px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #fff;
}

.glsr-review-header {
    display: flex;
    align-items: flex-start;
    margin-bottom: 5px;
}

.glsr-review-avatar {
    margin-right: 10px;
}

.glsr-review-avatar img {
    border-radius: 50%;
}

.glsr-review-meta {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.glsr-review-author {
    font-weight: bold;
    font-size: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.glsr-review-rating {
    font-size: 0.9em;
    color: #f57c00 !important;
    margin-top: 1px; /* Adjust this margin as needed */
    justify-content: left !important;
}

.glsr-review-date {
    color: #999;
    font-size: 0.9em;
    margin-left: auto;
    font-weight: 300;
    font-style: normal !important;
}

.glsr-review-content {
    
    margin-top: 5px;
    font-size: 15px;
    line-height: 24px;
}

.glsr-review-footer {
    text-align: right;
}

.glsr-review-read-more {
    color: #0073e6;
    text-decoration: none;
    font-size: 0.9em;
}

.glsr-review-read-more:hover {
    text-decoration: underline;
}


#gform_next_button_1_4 {
    width: 100%;
    padding: 20px;
    border-radius: 10px;
    background-color: #1976d2;
    font-size: 16px;
}

#gform_submit_button_1 {
    border-radius: 10px;
    background-color: #1976d2;
    font-size: 16px;
}

