/*
 Theme Name:   Rainbow Rescue
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 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 */



.woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
    width: 100%!important;
    margin: 0 0 2em!important;
    padding: 0!important;
 }

.inside-left-sidebar #nav_menu-4 a {
    color: rgb(87, 87, 87);
    text-decoration: none;
    font-weight: 500;
    font-size: 15px;
    
}

.inside-left-sidebar #nav_menu-4 li:hover {
    background-color: #fff;
}

.inside-left-sidebar #nav_menu-4 li {
    margin-bottom: 10px;
    padding: 10px 35px 10px 5px;
    border-radius: 10px;
}

#left-sidebar {
    background-color: #f8f9fa;
}

.woocommerce-product-gallery__image {
    margin-bottom: 40px;
}

.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;
}

#field_3_58, #field_3_59, #field_3_87, #field_3_60, #field_3_152 {
    border: 1px solid #e0e0e0;
    background-color: #ffffff;
    padding: 10px;
    border-radius: 5px;
}

.configleft {
    color: #424242;
    margin-top: -20px;
}

#label_3_58_1, #label_3_59_1, #label_3_87_1, #label_3_60_1, #label_3_152_1 {
    font-weight: bold;
}

.gform_next_button {
    background-color: #FF5800 !important;
    border-radius: 5px;
}

.gform_next_button:hover {
    background-color: #d54b00 !important;
}

#gform_submit_button_3 {
    background-color: #FF5800 !important;
    border-radius: 5px;
}

#gform_submit_button_3:hover {
    background-color: #d54b00 !important;
}

.gsection_title {
    font-weight: bold !important;
    font-size: 20px;
}


#input_3_131 {
    background-color: rgb(248, 249, 250) !important;
    height: 40px;
    border: 1px solid #d7dee3;
    border-radius: 0px !important;
}

