@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@300;400;500;600;700&amp;display=swap);
@font-face {
    font-family: "edbicon";
    src: url("https://newedb.diizz.com/wp-content/themes/EDB/fonts/edbicon.eot?yqtlk6");
    src: url("https://newedb.diizz.com/wp-content/themes/EDB/fonts/edbicon.eot?yqtlk6#iefix") format("embedded-opentype"), url("https://newedb.diizz.com/wp-content/themes/EDB/fonts/edbicon.ttf?yqtlk6") format("truetype"), url("https://newedb.diizz.com/wp-content/themes/EDB/fonts/edbicon.woff?yqtlk6") format("woff"), url("https://newedb.diizz.com/wp-content/themes/EDB/fonts/edbicon.svg?yqtlk6#edbicon") format("svg");
    font-weight: normal;
    font-style: normal;
    font-display: block;
}
[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
    font-family: "edbicon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-expand_more_24px:before {
    content: "\e900";
    color: #fff;
}

.icon-facebook:before {
    content: "\e901";
    color: #fff;
}

.icon-instagram:before {
    content: "\e902";
    color: #fff;
}

.icon-linkedin:before {
    content: "\e903";
    color: #fff;
}

.icon-map-pin:before {
    content: "\e904";
    color: #fff;
}

.icon-soundcloud:before {
    content: "\e905";
    color: #fff;
}

.icon-twitter:before {
    content: "\e906";
    color: #fff;
}

.icon-arrow-left-circle .path1:before {
    content: "\e907";
    color: #00b0d2;
}

.icon-arrow-left-circle .path2:before {
    content: "\e908";
    margin-left: -1em;
    color: white;
}

.icon-arrow-left-circle .path3:before {
    content: "\e909";
    margin-left: -1em;
    color: none;
}

.icon-calendat:before {
    content: "\e90a";
    color: #fff;
}

.icon-chevron_left_24px:before {
    content: "\e90b";
    color: #fff;
}

.icon-chevron_right_24px:before {
    content: "\e90c";
    color: #fff;
}

.icon-logo:before {
    content: "\e90d";
    color: #fff;
}

.icon-search_24px:before {
    content: "\e90e";
    color: #fff;
}

* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

h1, h2, h3, h4, h5, h6, p, li, div, span, a {
    font-family: "Montserrat", Arial, sans-serif;
    font-weight: 400;
}

.news-details div.uk-container>div {
    min-height: 400px;
}

.news-meta p,span {
    font-weight: 600;
}

.news-meta .news-title {
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.2;
    margin-top: 1rem;
    margin-bottom: 3rem;
    color: #000000;
}

.content.news-details h2 {
    font-weight: 700;
    font-size: 1.5rem;
    margin: 0.5rem 0;
}

.content.news-details p {
    margin: 1rem 0;
}

.content.news-details .wp-block-button__link {
    font-weight: 700;
    margin-top: 1rem;
}
.content.news-details .wp-block-quote {
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: end;
}

.content.news-details .wp-block-quote > p,cite {
    width: 80%;
    display: block;
    color: #c4c4c4;
    font-style: normal;
}

.content.news-details .wp-block-quote p {
    font-weight: 700;
    font-size: 1.5rem;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.content.news-details .wp-block-quote cite {
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.5;
}

.content.news-details .wp-block-quote::before {
    content: "";
    background: url("../svg/quote.svg") no-repeat;
    background-size: contain;
    display: block;
    position: absolute;
    width: 13%;
    height: 100px;
    left: 0;
}

.content.news-details .wp-block-embed-soundcloud iframe {
    width: 100%;
}

.content.news-details .wp-block-video{
    position: relative;
    display: block;
    margin: 3.5rem 0 3rem 0;
}

.content.news-details .wp-block-video.overlay::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .40);
}

.content.news-details .wp-block-video .play-video {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    /*width: 20px;*/
    /*height: 20px;*/
    /*background-color: #000;*/
    transform: translate(-50%, -50%);
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 10;
}

.content.news-details .wp-block-video .play-video p {
    font-size: 1.5rem;
    color: #fff;
    font-weight: 600;
    margin-top: 0;
    margin-bottom: 1.5rem;
}

.content.news-details .wp-block-video .play-video .play-button {
    width: 80px;
    height: 80px;
}

.content.news-details .wp-block-video .play-video .play-button::before {
    content: url("../svg/play-video-icon.svg");
}

.sidebar {
    height: calc(100% - 7.5rem);
    z-index: 10;
}

.news-section.other-news{
    /*margin-top: 5rem;*/
    padding-bottom: 5rem;
}

.main-listing {
    padding-bottom: 5rem;
}

.news-section.other-news .uk-container .news-card .news-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    transition: all .3s ease-out;
    transform: scale(1);
    transform-origin: center;
}

.news-section.other-news .uk-container .news-card .news-image {
    height: 100%;
    overflow: hidden;
}

.post main {
    padding-bottom: 0;
}

.news-section.other-news::before {
    all: unset;
}

.news-section.other-news {
    background-color: #F1F1F1;
    border-top-right-radius: 7.5rem;
    position: relative;
}

.news-section.other-news::before {
    content: "";
    position: absolute;
    height: 8.5rem;
    width: 8.5rem;
    top: -8.5rem;
    left: 0;
    background-color: #F1F1F1;
    border-top-right-radius: 7.5rem;
    z-index: 0;
}

.news-section.other-news::after {
    content: "";
    position: absolute;
    height: 8.5rem;
    width: 8.5rem;
    top: -8.5rem;
    left: 0;
    background-color: #fff;
    border-bottom-left-radius: 7.5rem;
    border-top-right-radius: 7.5rem;
    z-index: 0;
}


@media only screen and (max-width: 768px) and (min-width: 320px){
	.news-section .section-title h2 {font-size:2rem;}
	
	
}



@media only screen and (max-width: 1024px) and (min-width: 768px){
	.news-section .section-title h2 {font-size:2rem;}
}

