/**
 * Theme Name: Blocksy Child
 * Description: Blocksy Child theme
 * Author: Creative Themes
 * Template: blocksy
 * Text Domain: blocksy
 */
/****************************************************/

/* Contact form 7 fields alignment */
.form-design {
    max-width: 800px;
    margin: 0 auto;
}

.single-row {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.col {
    flex: 1 1 calc(50% - 10px);
    margin: 0 5px;
    box-sizing: border-box;
}

.full-width {
    flex: 1 1 100%; 
    text-align: center;
}

label {
    display: block;
    font-weight: bold;
    margin-bottom: 5px;
}

input, select, textarea {
    width: 100%;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-sizing: border-box;
}

h1.text-center {
    text-align: center;
    font-size: 24px;
    margin-bottom: 20px;
}

.text-center {
    text-align: center;
}

@media (max-width: 768px) {
    .col {
        flex: 1 1 100%; 
    }
}

/****************************************************/

/* Add space between the custom field and the add to cart button */
.kc-custom-field-wrapper {
    margin-bottom: 30px;
}

/****************************************************/

/* Fix the space between custom field and variations */
form.variations_form table.variations {
    margin-bottom: auto !important;
}

/****************************************************/

/* Fix the fonts size */
label {
    font-weight: 600 !important;
}

/****************************************************/

/* Fix SEO Table Colors */
.custom-pricing-table .stk-row .stk-column:nth-child(2) {
    background: #ffffff !important;
    color: #3a4f66 !important;
}

/****************************************************/

/* Contact form 7 custom vertical layout for checkboxes */
span.wpcf7-list-item { display: table-row; }
span.wpcf7-list-item * { display: table-cell; }

/****************************************************/

/* Fix the GET STARTED button in the main page */
.wp-block-buttons.is-content-justification-left {
    justify-content: center;
}

/****************************************************/


