/*
Theme Name:   twentytwentyfive Child
Theme URI:    https://example.com/
Description:  A child theme for the twentytwentyfive
Author:       Your Name
Author URI:   https://example.com/
Template:     twentytwentyfive
Version:      1.0
*/

body {
    font-family: "swiss721boldcondensed", "Swiss721BT-BoldCondensed", "fallBackArial", sans-serif;
    /* text-shadow: 0 .05rem .1rem rgba(0, 0, 0, .5); */
}

div.course {
    border: 2px solid;
    margin-bottom: 30px;
    padding: 15px;
}

button {
    border-radius: 9999px;
    box-shadow: none;
    background-color: var(--wp--preset--color--contrast);
    border-width: 0;
    color: var(--wp--preset--color--base);
    font-family: inherit;
    font-size: var(--wp--preset--font-size--medium);
    line-height: inherit;
    padding-top: 0.6rem;
    padding-right: 1.6rem;
    padding-bottom: 0.6rem;
    padding-left: 1.6rem;
    text-decoration: none;
}

.gallery-div li{
    border-bottom: solid;
    margin-top: 50px;
}

.course h3 {
    margin: 35px auto 10px 0;
    font-weight: 600;
}

.page-id-25 main {
    background: #111;
    color: #fff;
}

.page-id-25 .wp-block-post-title {
    max-width: 980px !important;
}

main {
    margin-top: 0 !important;
}

.wpcf7-form-control-wrap .wpcf7-text{
    border-width: 0 0 1px 0;
    font-size: 20px;
}

.wpcf7-list-item {
    width: 100%;
    margin: 10px 0 0 0px;
}

.wpcf7-list-item  input[type="checkbox"] {
    transform: scale(1.5);
}