.blog-header {
padding: 15rem 5rem 5rem;
background: #023047;
color: white;
font-family: 'Axiforma', sans-serif !important;
}
.blog-header-grid {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 4rem;
max-width: 1200px;
margin: 0 auto;
}
.breadcrumbs {
display: flex;
align-items: center;
gap: 10px;
color: rgba(255, 255, 255, 0.62);
text-align: center;
font-family: 'Axiforma', sans-serif !important;
font-size: 13px;
font-style: normal;
font-weight: 400;
line-height: 150%;
letter-spacing: -0.13px;
text-transform: uppercase;
margin-bottom: 1rem;
}
.breadcrumbs a {
color: rgba(255, 255, 255, 0.62);
}
.blog-header h1 {
color: white;
font-size: 40px;
font-weight: 700;
line-height: 130%;
letter-spacing: -0.44px;
font-family: 'Axiforma', sans-serif !important;
}
.blog-header p {
font-family: 'Axiforma', sans-serif !important;
}
.meta-information {
display: flex;
padding: 20px 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 17px;
align-self: stretch;
background: white;
border-radius: 10px 10px 0 0;
margin-top: 30px;
}
.meta-information p {
color: #000;
font-family: 'Axiforma', sans-serif !important;
font-size: 14px;
font-weight: 400;
line-height: 150%;
display: flex;
gap: 10px;
padding: 0;
}
.meta-information p i {
color: #00b1e7;
font-size: 18px;
line-height: 150%;
margin-top: -5px;
width: 23px;
text-align: center;
}
.ticket-btn {
background: #00b1e7;
color: white;
text-transform: uppercase;
padding: 12px 16px 8px;
display: flex;
gap: 8px;
align-items: center;
border-radius: 0 0 10px 10px;
width: 100%;
text-align: center;
justify-content: center;
font-weight: bold;
font-family: 'Axiforma', sans-serif !important;
}
.ticket-btn i {
margin-top: -2px;
}
.blog-header-image {
width: 100%;
display: flex;
flex-direction: column;
min-height: 0;
min-width: 0;
}
.blog-header-image img {
border-radius: 10px; object-fit: cover;
}
.slick-slide {
overflow: hidden;
border-radius: 10px; 
}
.slick-arrow {
position: absolute;
bottom: 20px;
border-radius: 50%;
background: #023047;
color: white;
display: flex;
justify-content: center;
align-items: center;
width: 40px;
height: 40px;
font-size: 20px;
border: 0;
z-index: 2;
cursor: pointer;
}
.slick-arrow.slick-prev {
left: 20px;
}
.slick-arrow.slick-next {
right: 20px;
}
#main-content .container:before {
display:none;
padding-top: 0!important;
}
#main-content .container {
max-width: 920px;
}
.event-menu {
display: flex;
padding: 30px 40px;
flex-direction: column;
justify-content: center;
align-items: flex-start;
gap: 2rem;
align-self: stretch;
border-radius: 10px;
background: #023047;
}
.event-menu h2 {
color: white;
font-family: 'Axiforma', sans-serif !important;
font-weight: 700;
padding: 0;
font-size: 42px;
}
.event-row {
display: flex;
justify-content: space-between;
gap: 2rem;
width: 100%;
border-bottom: 1px solid #ffffffa1;
padding-bottom: 2rem;
}
.event-row:last-child {
border-bottom: none;
}
.event-row h5 {
color: #06B0E6;
font-family: 'Axiforma', sans-serif !important;
font-size: 19px;
font-style: normal;
font-weight: 700;
line-height: 140%;
flex: 0 0 30%;
}
.event-row p {
color: white;
font-family: 'Axiforma', sans-serif !important;
text-align: right;
}
.event-content {
margin-top: 5rem;
}
.event-content h2 {
font-family: 'Axiforma', sans-serif !important;
font-weight: 700;
padding: 0 0 20px;
font-size: 42px;
color: #023047;
}
.event-content p {
font-family: 'Axiforma', sans-serif !important;
color: black;
line-height: 170%;
font-size: 1rem;
}
.info-wrap {
border-top: 1.5px solid #a3a3a3;
padding: 4rem 0;
margin-top: 3rem;
display: grid;
grid-template-columns: 1fr 1fr;
gap: 2rem;
}
.info-wrap p {
font-family: 'Axiforma', sans-serif !important;
color: #000;
font-size: 14px;
line-height: 150%;
padding: 0;
font-weight: bold;
}
.presenter {
display: flex;
gap: 15px;
align-items: center;
border-radius: 5px;
border: 1px solid rgba(0, 0, 0, 0.10);
margin-top: 1rem;
}
.presenter img {
height: 10rem;
max-width: 12rem;
object-fit: contain;
padding-left: 1rem;
}
.meta-info {
display: flex;
flex-direction: column;
height: 100%;
justify-content: space-between;
gap: 1.5rem;
}
.tags {
display: flex;
align-self: flex-end;
justify-self: flex-end;
flex-wrap: wrap;
gap: 10px;
}
.tag{
border-radius: 3px;
background: rgba(2, 48, 71, 0.07);
max-width: max-content;
padding: 4px 8px;
transition: 0.4s all;
color: #023047;
font-size: 11px;
font-style: normal;
font-weight: 700;
line-height: 150%;
text-transform: uppercase;
transition:0.4s all;
}
.social-media {
display: flex;
align-items: flex-end;
justify-content: flex-end;
gap: 10px;
}
.social {
border-radius: 4px;
border: 1px solid;
padding: 3px 8px 0px;
transition: 0.4s all;
font-size: 11px;
text-transform: uppercase;
color: #003046;
transition: 0.2s all;
font-family: 'Axiforma', sans-serif !important;
font-weight: 600;
}
.social:hover {
background: #003046;
color: white;
border: 1px solid #003046;
}
.social i{
padding-right: 5px;
}
.other-posts{
margin: 40px 0 0;
padding-bottom: 40px;
}
@media screen and (max-width: 980px) {
.blog-header {
padding: 8rem 2rem 5rem;
}
.blog-header-grid {
grid-template-columns: 1fr;
gap: 2rem;
}
.blog-header-content {
order: 2;
}
.blog-header h1 {
font-size: 22px;
}
.meta-information {
padding: 20px;
}
.blog-header-image, .blog-header-image img {
height: 20rem;
min-height: 20rem;
}
.event-menu {
padding: 30px 20px;
flex-direction: column;
justify-content: center;
align-items: center;
gap: 2rem;
}
.event-menu h2 {
font-size: 22px;
}
.event-row {
gap: 1rem;
align-items: center;
flex-direction: column;
}
.event-row h5 {
font-size: 15px;
flex: 1;
padding: 0;
}
.event-row p {
text-align: center;
}
.event-content {
margin-top: 3rem;
}
.event-content h2 {
font-size: 22px;
}
.info-wrap {
padding: 2rem 0;
margin-top: 1rem;
grid-template-columns: 1fr;
gap: 1.5rem;
}
.social-media {
justify-content: flex-start;
}
.tags {
flex-wrap: wrap;
}
.presenter img {
height: 10rem;
width: 10rem;
object-fit: contain;
}
.breadcrumbs p {
white-space: nowrap;
text-overflow: ellipsis;
overflow: hidden;
width: 15rem;
}
}