.elementor-16394 .elementor-element.elementor-element-b93b9f1{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-16394 .elementor-element.elementor-element-383dda1{width:auto;max-width:auto;font-family:"Inter", Sans-serif;font-size:14px;font-weight:800;text-transform:uppercase;letter-spacing:3.7px;color:#FFFFFF;}.elementor-16394 .elementor-element.elementor-element-383dda1 > .elementor-widget-container{background-color:#00000085;padding:3px 10px 3px 10px;border-radius:24px 24px 24px 24px;}.elementor-16394 .elementor-element.elementor-element-383dda1.elementor-element{--align-self:flex-start;}.elementor-16394 .elementor-element.elementor-element-383dda1 p{margin-block-end:0px;}@media(max-width:767px){.elementor-16394 .elementor-element.elementor-element-383dda1{font-size:9px;}}/* Start custom CSS for shortcode, class: .elementor-element-1c1e7d3 *//* ==================================
   Conference Speaker Form
   ================================== */

.conference-speaker-form {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.conference-speaker-form,
.conference-speaker-form * {
    box-sizing: border-box;
}


/* Heading */

.conference-speaker-form .form-heading {
    margin-bottom: 32px;
}

.conference-speaker-form .form-heading h2 {
    margin: 0 0 10px 0;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
}

.conference-speaker-form .form-heading p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #737373;
}


/* Two column rows */

.conference-speaker-form .form-row {
    display: flex;
    gap: 24px;
    width: 100%;
}

.conference-speaker-form .form-col {
    width: 50%;
    margin-bottom: 30px;
}

.conference-speaker-form .field-full {
    width: 100%;
    margin-bottom: 30px;
}


/* Labels */

.conference-speaker-form label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}


/* CF7 wrapper */

.conference-speaker-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* Text fields */

.conference-speaker-form input[type="text"],
.conference-speaker-form input[type="email"],
.conference-speaker-form input[type="tel"],
.conference-speaker-form input[type="url"],
.conference-speaker-form select,
.conference-speaker-form textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    outline: none;
}


/* Normal input height */

.conference-speaker-form input[type="text"],
.conference-speaker-form input[type="email"],
.conference-speaker-form input[type="tel"],
.conference-speaker-form input[type="url"],
.conference-speaker-form select {
    height: 48px;
}


/* Dropdown */

.conference-speaker-form select {
    cursor: pointer;
    appearance: auto;
}


/* Placeholder */

.conference-speaker-form input::placeholder,
.conference-speaker-form textarea::placeholder {
    color: #9b9b9b;
    opacity: 1;
}


/* Focus */

.conference-speaker-form input[type="text"]:focus,
.conference-speaker-form input[type="email"]:focus,
.conference-speaker-form input[type="tel"]:focus,
.conference-speaker-form input[type="url"]:focus,
.conference-speaker-form select:focus,
.conference-speaker-form textarea:focus {
    border-color: #c9c9c9;
    box-shadow: none;
}


/* Text areas */

.conference-speaker-form textarea {
    height: 235px;
    min-height: 235px;
    padding: 14px;
    line-height: 1.6;
    resize: vertical;
}


/* File upload */

.conference-speaker-form input[type="file"] {
    display: block;
    width: 100%;
    min-height: 43px;
    padding: 9px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    color: #666;
    font-family: inherit;
    font-size: 12px;
}


/* File description */

.conference-speaker-form .field-note {
    display: block;
    margin-top: 14px;
    color: #989898;
    font-size: 10px;
    line-height: 1.5;
}


/* Permission radio */

.conference-speaker-form .permission-field {
    margin-bottom: 22px;
}

.conference-speaker-form .permission-field > label {
    font-weight: 600;
}

.conference-speaker-form .wpcf7-radio {
    display: block;
    width: 100%;
    margin-top: 13px;
}

.conference-speaker-form .wpcf7-list-item {
    display: block;
    margin: 0 0 8px !important;
}

.conference-speaker-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.conference-speaker-form input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    flex: 0 0 16px;
}


/* Submit button */

.conference-speaker-form .submit-field {
    margin-top: 5px;
}

.conference-speaker-form input[type="submit"] {
    width: auto !important;
    min-width: 260px;
    height: 49px;
    padding: 0 23px;
    border: 0;
    border-radius: 3px;
    background: #ffc217;
    color: #111;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease;
}

.conference-speaker-form input[type="submit"]:hover {
    background: #edb100;
    color: #111;
}


/* CF7 validation */

.conference-speaker-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 11px;
}

.conference-speaker-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
}


/* ==================================
   Tablet
   ================================== */

@media only screen and (max-width: 1024px) {

    .conference-speaker-form {
        max-width: 100%;
    }

    .conference-speaker-form .form-heading h2 {
        font-size: 28px;
    }
}


/* ==================================
   Mobile
   ================================== */

@media only screen and (max-width: 767px) {

    .conference-speaker-form {
        width: 100%;
    }

    .conference-speaker-form .form-heading {
        margin-bottom: 25px;
    }

    .conference-speaker-form .form-heading h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    .conference-speaker-form .form-heading p {
        font-size: 12px;
    }

    .conference-speaker-form .form-row {
        display: block;
    }

    .conference-speaker-form .form-col {
        width: 100%;
        margin-bottom: 23px;
    }

    .conference-speaker-form .field-full {
        margin-bottom: 23px;
    }

    .conference-speaker-form input[type="text"],
    .conference-speaker-form input[type="email"],
    .conference-speaker-form input[type="tel"],
    .conference-speaker-form input[type="url"],
    .conference-speaker-form select {
        width: 100% !important;
        height: 47px;
        font-size: 16px;
    }

    .conference-speaker-form textarea {
        width: 100% !important;
        height: 180px;
        min-height: 180px;
        font-size: 16px;
    }

    .conference-speaker-form input[type="file"] {
        width: 100%;
    }

    .conference-speaker-form input[type="submit"] {
        width: 100% !important;
        min-width: 0;
        height: 50px;
    }
}


/* ==================================
   Small Phones
   ================================== */

@media only screen and (max-width: 480px) {

    .conference-speaker-form .form-heading h2 {
        font-size: 21px;
    }

    .conference-speaker-form label {
        font-size: 13px;
    }

    .conference-speaker-form textarea {
        min-height: 160px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-b93b9f1 *//* ==================================
   Conference Speaker Form
   ================================== */

.conference-speaker-form {
    width: 100%;
    max-width: 960px;
    margin: 0 auto;
    padding: 0;
}

.conference-speaker-form,
.conference-speaker-form * {
    box-sizing: border-box;
}


/* Heading */

.conference-speaker-form .form-heading {
    margin-bottom: 32px;
}

.conference-speaker-form .form-heading h2 {
    margin: 0 0 10px 0;
    font-size: 31px;
    line-height: 1.15;
    font-weight: 700;
    color: #111;
}

.conference-speaker-form .form-heading p {
    margin: 0;
    font-size: 13px;
    line-height: 1.6;
    color: #737373;
}


/* Two column rows */

.conference-speaker-form .form-row {
    display: flex;
    gap: 24px;
    width: 100%;
}

.conference-speaker-form .form-col {
    width: 50%;
    margin-bottom: 30px;
}

.conference-speaker-form .field-full {
    width: 100%;
    margin-bottom: 30px;
}


/* Labels */

.conference-speaker-form label {
    display: block;
    width: 100%;
    margin: 0 0 10px;
    color: #333;
    font-size: 13px;
    line-height: 1.4;
    font-weight: 500;
}


/* CF7 wrapper */

.conference-speaker-form .wpcf7-form-control-wrap {
    display: block;
    width: 100%;
}


/* Text fields */

.conference-speaker-form input[type="text"],
.conference-speaker-form input[type="email"],
.conference-speaker-form input[type="tel"],
.conference-speaker-form input[type="url"],
.conference-speaker-form select,
.conference-speaker-form textarea {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0 14px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    box-shadow: none;
    color: #333;
    font-family: inherit;
    font-size: 13px;
    outline: none;
}


/* Normal input height */

.conference-speaker-form input[type="text"],
.conference-speaker-form input[type="email"],
.conference-speaker-form input[type="tel"],
.conference-speaker-form input[type="url"],
.conference-speaker-form select {
    height: 48px;
}


/* Dropdown */

.conference-speaker-form select {
    cursor: pointer;
    appearance: auto;
}


/* Placeholder */

.conference-speaker-form input::placeholder,
.conference-speaker-form textarea::placeholder {
    color: #9b9b9b;
    opacity: 1;
}


/* Focus */

.conference-speaker-form input[type="text"]:focus,
.conference-speaker-form input[type="email"]:focus,
.conference-speaker-form input[type="tel"]:focus,
.conference-speaker-form input[type="url"]:focus,
.conference-speaker-form select:focus,
.conference-speaker-form textarea:focus {
    border-color: #c9c9c9;
    box-shadow: none;
}


/* Text areas */

.conference-speaker-form textarea {
    height: 235px;
    min-height: 235px;
    padding: 14px;
    line-height: 1.6;
    resize: vertical;
}


/* File upload */

.conference-speaker-form input[type="file"] {
    display: block;
    width: 100%;
    min-height: 43px;
    padding: 9px;
    border: 1px solid #dedede;
    border-radius: 3px;
    background: #fff;
    color: #666;
    font-family: inherit;
    font-size: 12px;
}


/* File description */

.conference-speaker-form .field-note {
    display: block;
    margin-top: 14px;
    color: #989898;
    font-size: 10px;
    line-height: 1.5;
}


/* Permission radio */

.conference-speaker-form .permission-field {
    margin-bottom: 22px;
}

.conference-speaker-form .permission-field > label {
    font-weight: 600;
}

.conference-speaker-form .wpcf7-radio {
    display: block;
    width: 100%;
    margin-top: 13px;
}

.conference-speaker-form .wpcf7-list-item {
    display: block;
    margin: 0 0 8px !important;
}

.conference-speaker-form .wpcf7-list-item label {
    display: flex;
    align-items: center;
    margin: 0;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    cursor: pointer;
}

.conference-speaker-form input[type="radio"] {
    width: 16px !important;
    height: 16px !important;
    margin: 0 8px 0 0 !important;
    flex: 0 0 16px;
}


/* Submit button */

.conference-speaker-form .submit-field {
    margin-top: 5px;
}

.conference-speaker-form input[type="submit"] {
    width: auto !important;
    min-width: 260px;
    height: 49px;
    padding: 0 23px;
    border: 0;
    border-radius: 3px;
    background: #ffc217;
    color: #111;
    font-family: inherit;
    font-size: 13px;
    font-weight: 700;
    line-height: 49px;
    text-align: center;
    cursor: pointer;
    transition: 0.25s ease;
}

.conference-speaker-form input[type="submit"]:hover {
    background: #edb100;
    color: #111;
}


/* CF7 validation */

.conference-speaker-form .wpcf7-not-valid-tip {
    margin-top: 6px;
    font-size: 11px;
}

.conference-speaker-form .wpcf7-response-output {
    margin: 20px 0 0 !important;
}


/* ==================================
   Tablet
   ================================== */

@media only screen and (max-width: 1024px) {

    .conference-speaker-form {
        max-width: 100%;
    }

    .conference-speaker-form .form-heading h2 {
        font-size: 28px;
    }
}


/* ==================================
   Mobile
   ================================== */

@media only screen and (max-width: 767px) {

    .conference-speaker-form {
        width: 100%;
    }

    .conference-speaker-form .form-heading {
        margin-bottom: 25px;
    }

    .conference-speaker-form .form-heading h2 {
        font-size: 24px;
        line-height: 1.25;
    }

    .conference-speaker-form .form-heading p {
        font-size: 12px;
    }

    .conference-speaker-form .form-row {
        display: block;
    }

    .conference-speaker-form .form-col {
        width: 100%;
        margin-bottom: 23px;
    }

    .conference-speaker-form .field-full {
        margin-bottom: 23px;
    }

    .conference-speaker-form input[type="text"],
    .conference-speaker-form input[type="email"],
    .conference-speaker-form input[type="tel"],
    .conference-speaker-form input[type="url"],
    .conference-speaker-form select {
        width: 100% !important;
        height: 47px;
        font-size: 16px;
    }

    .conference-speaker-form textarea {
        width: 100% !important;
        height: 180px;
        min-height: 180px;
        font-size: 16px;
    }

    .conference-speaker-form input[type="file"] {
        width: 100%;
    }

    .conference-speaker-form input[type="submit"] {
        width: 100% !important;
        min-width: 0;
        height: 50px;
    }
}


/* ==================================
   Small Phones
   ================================== */

@media only screen and (max-width: 480px) {

    .conference-speaker-form .form-heading h2 {
        font-size: 21px;
    }

    .conference-speaker-form label {
        font-size: 13px;
    }

    .conference-speaker-form textarea {
        min-height: 160px;
    }
}/* End custom CSS */