.custom-post-navigation {
display: flex;
justify-content: space-between; flex-direction: row-reverse;
}
.prev-post, .next-post { color: #000000; text-decoration: none;
border-radius: 5px; text-transform: uppercase;
}
.prev-post:hover, .next-post:hover { } .custom-post-navigation-parent{ }.event-agenda {
display: flex;
flex-direction: column;
width: 100%; background-color: #d6d8dc;
border-radius: 25px;
}
.agenda-item {
display: flex;
flex-direction: column;
padding: 10px;
border-radius: 5px;
}
.agenda-header {
display: flex;
align-items: center;
border-top: solid thin white;
}
.agenda-header:first-of-type {
border-top: none;
}
.div1 {
padding: 10px;
text-align: right;
font-weight: bold;
white-space: nowrap; align-self: stretch;
}
.div2 {
flex: 1;
padding: 10px 10px;
text-align: left;
font-size: 20px;
font-weight: 900;
line-height: 16px;
align-content: center;
}
.agenda-content {
display: flex;
}
.div4 {
flex: 1;
padding: 0 10px;
text-align: justify;
}
.speaker-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start;
}
.speaker-box {
display: flex; align-items: stretch;
border-radius: 5px;
width: 100%;
}
.div5 {
display: flex;
justify-content: right;
align-items: center;
padding: 0 10px !important;
}
.company-logo {
max-width: 87px;
height: auto;
border-radius: 5px;
}
.div6 {
display: flex;
flex: 1;
align-items: center;
padding: 0 5px;
}
.div61 {
display: flex;
justify-content: center;
align-items: center;
}
.speaker-photo {
max-width: 100%;
height: auto;
border-radius: 50%;
object-fit: cover;
}
.div62 {
width: 100%;
padding-left: 10px;
}
.div62 p {
margin: 0;
font-size: 18px;
line-height: 20px;
}
.div5 img {
width: 88px;
}
.div6 img {
width: 40px;
border-radius: 50% !important;
}
.div1,
.div3,
.div5 {
width: 15%;
font-size: 16px;
background-color: white;
padding: 10px;
}
.div2,
.div4,
.div6 { font-size: 16px;
}
.special-title {
text-align: left;
font-size: 23px;
margin-bottom: 0;
color: #333;
padding: 10px 25px 10px 25px;
border-radius: 0 15px 15px 0;
margin-left: -10px;
width: 90%;
margin-top: 0;
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
font-weight: 600;
display: inline-flex;
}
.cssportal-grid:first-child {
border-radius: 15px 0 0 0;
overflow: hidden;
border-top: 0px;
}
.cssportal-grid:last-child {
border-radius: 0 0 0 15px;
overflow: hidden;
}
.cssportal-grid {
font-family: var(--e-global-typography-primary-font-family), Sans-serif;
border-top: dotted thin #fff;
}
.moderator-container {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-start; }
.moderator-box {
display: flex;
align-items: stretch;
border-radius: 5px;
width: 100%;
}
.moderator-photo {
max-width: 100%;
height: auto;
border-radius: 50% !important;
object-fit: cover;
}
.div4 p:last-of-type {
margin-block-end: auto;
}
.div3.title {
padding: 0;
}
.award-stripe {
background-color: #bd8909;
font-weight: bold;
border-radius: 5px;
padding: 10px;
display: flex;
align-items: center;
color: white !important;
}
.award-sponsor-logo {
max-width: 60px;
height: auto;
border-radius: 5px;
}
.div3.logoawards {
position: absolute;
right: 10px;
width: 100px;
border-radius: 50%;
overflow: hidden;
background: #bd8909;
}
.div3.logoawards.origin {
display: flex;
align-items: center;
height: 100px;
position: absolute;
right: 10px;
width: 100px;
border-radius: 50%;
overflow: hidden;
background: #bd8909;
}
.div1.award-hours {
background: #bd8909;
}
@media screen and (max-width: 768px) {
.div1 {
white-space: normal !important;
word-spacing: normal !important;
text-align: center;
}
.div1,
.div3,
.div5 {
width: 20%;
font-size: 16px;
background-color: white;
padding: 10px;
}
.div62 p {
margin: 0;
font-size: 16px;
line-height: 15px;
}
.div62.div62jobtitle {
margin: 0;
font-size: 14px;
}
.div62 {
padding-left: 5px;
}
.special-title {
font-size: 19px;
width: 100%;
padding: 8px;
display: flow-root;
}
.special-title img {
vertical-align: middle;
}
.div5 {
padding: 0;
}
.div6 {
padding: 3px 5px 3px 5px;
}
.div3.logoawards.origin {
display: flex;
align-items: center;
height: auto;
position: static;
right: 5px;
width: 100px;
border-radius: 50%;
overflow: hidden;
background: #bd8909;
padding: 0;
}
}.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;
}