/*
Theme Name: Optics Theme
Theme URI: https://cursor.net.ua/
Description: Optics Theme
Author: OsterX
Author URI: https://cursor.net.ua/
Template:
Version: 1.0
.

.
*/
html {
    height: 100%;
}
body {
    min-height: 100%;
    display: flex;
    flex-direction: column;
}
main.content {
    flex: 1 1 auto;
}
.pum-overlay form p{ margin-bottom: 32px;}
.pum-overlay form p:last-of-type{ margin-bottom: 0px;}
.pum-overlay form label{ font-weight: 500;
    color: #373737;
    text-transform: uppercase;
}
.wpcf7-not-valid-tip {
    display: inline-block;
    padding-top: 4px;
}
.pum-overlay form .wpcf7-form-control-wrap{ padding-top: 12px; display: inline-block;
    width: 100%;
    text-transform: none;
}

.pum-overlay form input,
.pum-overlay form textarea {
    border: 1px solid #999999;
    box-sizing: border-box;
    width: 100%;
    backdrop-filter: blur(4px);
    background: #fafafa;
    border-radius: 6px;
    height: 46px;
    line-height: 20px;
    width: 100%;
    padding: 10px 10px 8px 10px;
    box-sizing: border-box;
    font-family: 'Graphik LCG', sans-serif;
    font-size: 14px;
    outline: none;
}

.pum-overlay form textarea {
    height:auto;
    min-height: 60px;
}

.pum-overlay form input[type='submit']{
    font-family: 'Graphik LCG', sans-serif;
    outline: none;
    cursor: pointer;
    background: #2D9CDB;
    border: 1px solid #2D9CDB;
    border-radius: 6px;
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    min-height: 46px;
    padding: 10px 10px 8px 10px;
    letter-spacing: 0.17em;
    text-transform: uppercase;
    color: #FFFFFF;
    white-space: normal;
    width: auto;
}