.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;
word-spacing: -5px;
}
.div2 {
flex: 1;
padding: 0 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: 20%;
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 15px 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;
}
.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;
}
}