/*
Theme Name: P2C
Author: Pixel2code
Author URI: http://pixel2code.nl/
Description: Wordpress theme for p2c.
Version: 1.0
Text Domain: p2c
*/
.logged-in header .header-btns{
    top: 32px;
}
.text-center{
    text-align: center;
}
.pt-3{
    padding-top: 3rem !important;
}
.pb-3{
    padding-bottom: 3rem !important;
}
.gform-theme--foundation .gform_fields {
    --gf-form-gap-y: 0 !important;
}
.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures responsive scaling */
    display: block;
}
.current-menu-item > a{
    text-decoration: underline;
}

.gform-theme--framework label.gform-field-label:where(:not(.gform-theme__disable):not(.gform-theme__disable *):not(.gform-theme__disable-framework):not(.gform-theme__disable-framework *)) {
    color: #FFFFFF !important;
}

.video-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    overflow: hidden;
    border-radius: 30px;
}

.video-container iframe {
    width: 100%;
    height: auto;
    aspect-ratio: 16 / 9; /* Ensures responsive scaling */
    display: block;
}