@charset "UTF-8";

/*
Theme Name: Inflow Infusemedia
Version: 1.0
Text Domain: inflow
*/

body {
    background-attachment: fixed;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.banner {
    max-width: 700px;
    margin: 85px auto 10px;
    padding: 14px;
    box-sizing: border-box;
}

.banner .logo{
    max-width: 100%;
    margin: 0 auto;
    margin-bottom: 20px;
    display: block;
}

.banner p:last-child,
.banner img:last-child,
.banner .wp-block-embed:last-child,
.banner .wp-block-video:last-child{
    margin-bottom: 0px;
}
.wp-block-embed__wrapper iframe{
    width: 100%;
}

.wp-block-embed__wrapper {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}
.wp-block-embed__wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.b24-form-wrapper, .banner {
    border-radius: 10px !important;
}

banner .container {
    max-width: 100%;
}
