.wpcf7 .screen-reader-response {
position: absolute;
overflow: hidden;
clip: rect(1px, 1px, 1px, 1px);
clip-path: inset(50%);
height: 1px;
width: 1px;
margin: -1px;
padding: 0;
border: 0;
word-wrap: normal !important;
}
.wpcf7 .hidden-fields-container {
display: none;
}
.wpcf7 form .wpcf7-response-output {
margin: 2em 0.5em 1em;
padding: 0.2em 1em;
border: 2px solid #00a0d2; }
.wpcf7 form.init .wpcf7-response-output,
.wpcf7 form.resetting .wpcf7-response-output,
.wpcf7 form.submitting .wpcf7-response-output {
display: none;
}
.wpcf7 form.sent .wpcf7-response-output {
border-color: #46b450; }
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
border-color: #dc3232; }
.wpcf7 form.spam .wpcf7-response-output {
border-color: #f56e28; }
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
border-color: #ffb900; }
.wpcf7-form-control-wrap {
position: relative;
}
.wpcf7-not-valid-tip {
color: #dc3232; font-size: 1em;
font-weight: normal;
display: block;
}
.use-floating-validation-tip .wpcf7-not-valid-tip {
position: relative;
top: -2ex;
left: 1em;
z-index: 100;
border: 1px solid #dc3232;
background: #fff;
padding: .2em .8em;
width: 24em;
}
.wpcf7-list-item {
display: inline-block;
margin: 0 0 0 1em;
}
.wpcf7-list-item-label::before,
.wpcf7-list-item-label::after {
content: " ";
}
.wpcf7-spinner {
visibility: hidden;
display: inline-block;
background-color: #23282d; opacity: 0.75;
width: 24px;
height: 24px;
border: none;
border-radius: 100%;
padding: 0;
margin: 0 24px;
position: relative;
}
form.submitting .wpcf7-spinner {
visibility: visible;
}
.wpcf7-spinner::before {
content: '';
position: absolute;
background-color: #fbfbfc; top: 4px;
left: 4px;
width: 6px;
height: 6px;
border: none;
border-radius: 100%;
transform-origin: 8px 8px;
animation-name: spin;
animation-duration: 1000ms;
animation-timing-function: linear;
animation-iteration-count: infinite;
}
@media (prefers-reduced-motion: reduce) {
.wpcf7-spinner::before {
animation-name: blink;
animation-duration: 2000ms;
}
}
@keyframes spin {
from {
transform: rotate(0deg);
}
to {
transform: rotate(360deg);
}
}
@keyframes blink {
from {
opacity: 0;
}
50% {
opacity: 1;
}
to {
opacity: 0;
}
}
.wpcf7 [inert] {
opacity: 0.5;
}
.wpcf7 input[type="file"] {
cursor: pointer;
}
.wpcf7 input[type="file"]:disabled {
cursor: default;
}
.wpcf7 .wpcf7-submit:disabled {
cursor: not-allowed;
}
.wpcf7 input[type="url"],
.wpcf7 input[type="email"],
.wpcf7 input[type="tel"] {
direction: ltr;
}
.wpcf7-reflection > output {
display: list-item;
list-style: none;
}
.wpcf7-reflection > output[hidden] {
display: none;
}.custom-post-navigation-parent {
position: relative;
display: flex;
flex-direction: column; }
.custom-post-navigation-parent::before {
content: "";
position: absolute;
top: 0;
bottom: 0;
left: 50%;
width: 1px;
background: #ddd;
transform: translateX(-50%);
} .custom-post-navigation {
display: flex;
flex-direction: row-reverse;
justify-content: space-between;
align-items: flex-start; } .custom-post-navigation:first-child a {
font-size: 13px;
font-weight: bold;
text-transform: uppercase;
color: #888;
text-decoration: none;
} .custom-post-navigation:last-child a {
font-size: 14px;
font-weight: normal;
color: #444;
text-decoration: none;
max-width: 45%;
white-space: normal;
word-break: break-word;
} .custom-post-navigation a.prev-post {
text-align: right;
}
.custom-post-navigation a.next-post {
text-align: left;
}.imh-text-center {
text-align: center;
}
.imh-text-left {
text-align: left;
}
.imh-text-right {
text-align: right;
}
.imh-font-bold {
font-weight: bold;
}
.imh-font-light {
font-weight: 300;
} .imh-mt-1 {
margin-top: 0.5rem;
}
.imh-mt-2 {
margin-top: 1rem;
}
.imh-mb-1 {
margin-bottom: 0.5rem;
}
.imh-mb-2 {
margin-bottom: 1rem;
} .imh-p-1 {
padding: 0.5rem;
}
.imh-p-2 {
padding: 1rem;
} .imh-flex {
display: flex;
}
.imh-flex-col {
flex-direction: column;
}
.imh-justify-center {
justify-content: center;
}
.imh-items-center {
align-items: center;
} .imh-text-primary {
color: #0073aa;
}
.imh-bg-light {
background-color: #f9f9f9;
}
.imh-bg-dark {
background-color: #222;
color: #fff;
} .imh-w-full {
width: 100%;
}
.imh-max-w-screen {
max-width: 100vw;
} .imh-hidden {
display: none;
}
.imh-block {
display: block;
} .imh-border {
border: 1px solid #ddd;
}
.imh-rounded {
border-radius: 4px;
} @media (min-width: 768px) {
.imh-md\:text-left {
text-align: left;
}
.imh-md\:flex {
display: flex;
}
}
.hidethismenu {
display: none !important;
}
.header-mobile {
padding: 0;
text-align: left !important;
}
.header-mobile img {
max-height: 100px;
padding: 0 5px;
}
.elementor-widget-off-canvas {
--e-off-canvas-animation-duration: 500ms;
}
.header-mobile-menu svg {
font-size: 40px !important; }
@media (min-width: 768px) {
.info-box {
}
}
.hero-page-desktop {
}
.hero-page-mobile {
} .eventlogo {
max-height: 100px;
} .speakersloop {
max-width: 300px;
}
.sponsorsloop {
max-width: 300px;
}
@media print {
a[href]:after {
content: "";
} .footer,
.header,
.sidebar {
display: none;
}
}
a[href]:after {
content: "";
}
.post-password-required,
.post-password-required p {
text-align: center;
align-items: center;
align-self: center;
justify-content: center;
justify-self: center;
vertical-align: middle;
alignment-baseline: middle;
}
.post-password-required,
.post-password-required p {
text-align: center;
align-items: center;
align-self: center;
justify-content: center;
justify-self: center;
vertical-align: middle;
alignment-baseline: middle;
}
.post-password-required label {
display: contents !important;
}
.post-password-required label input {
margin: 0 15px;
}
.agenda_container {
}
.agenda_shortcode {
}
.agenda_temp {
}
.agenda_head_title {
}
.agenda_box {
}
.agenda_b1 {
}
.agenda_b2 {
}
.agenda_c1 {
}
.agenda_c2 {
}
@media only screen and (max-width: 768px) {
.agenda_b1 { }
.agenda_b2 {
border: #d6d8dc solid 1px;
}
}
@media screen and (max-width: 768px) {
.div1 {
text-align: center;
}
}
.elementor-location-header {
z-index: 999;
} #home-speakers
.elementor-loop-container
.elementor-widget-theme-post-featured-image
img {
transition: border-radius 0.35s ease, transform 0.35s ease;
}
#home-speakers
.elementor-loop-container
a:hover
.elementor-widget-theme-post-featured-image
img {
border-radius: 50%;
transform: none;
border: solid thin #ebebeb;
}