<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Description: Custom CSS crafted to elevate design and optimize news website layouts.
*/

:root {
	--black-color: #000;
	--dark-black-color: #161616;
	--white-color: #fff;
	--nav-blue: #202859;
	--light-blue: #0497e0;
	--pcbdr-gray: #dedede;
	--fluid-width: 1000px;
	--custom-font-main: 'Open Sans', sans-serif;
	--secondary-font: "Rufina", serif;;
}
*{margin: 0;padding: 0;}
img{max-width: 100%;height: auto;}
body {font-family: var(--secondary-font)}
body {font-family: var(--custom-font-main)}
a{color: #0497e0; text-decoration: none;}
h1,h2,h3,h4,h5,h6,figure{margin: 0;padding: 0;}

.o-container {margin-left: auto;margin-right: auto;max-width: 1170px;}
.site-branding{padding-bottom: 5px;padding-top: 5px;}
.brand-logo img{max-height: 100px;width: 100%;}
.wp-hamburger {border: 0;background: transparent;}

.wp-nav-row {
	position: relative;
	display: flex;
	-webkit-flex-flow: row nowrap;
	flex-flow: row nowrap;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	height: 100%;
	margin-left: -10px;
	margin-right: -10px
}
.wp-nav-col {
	display: flex;
	align-items: center;
	flex-direction: row;
	padding-left: 10px;
	padding-right: 10px
}
.wp-nav-col.o_content_columns {
	flex-direction: column
}
.o-nav_col&gt;:not(:first-child) {
	margin-left: 10px
}
.wp_nav_center,
.wp_nav_left,
.wp_nav_right {
	display: flex;
	flex-direction: row;
	align-items: center
}
.wp_nav_left,
.wp_nav_right {
	flex: 1 1 0
}
.wp_nav_left,
.wp_nav_alignleft {
	justify-content: flex-start
}
.wp_nav_right,
.wp_nav_alignright {
	justify-content: flex-end
}
.wp_nav_aligncenter,
.wp_nav_aligncenter {
	justify-content: center
}
/* .wp_nav_center {
	flex: 1 1 0
} */
.data-time-format {
    font-size: 13px;
    color: #888;
}
.header-social{display: flex;position: relative;}
.header-social a {color: #313131; align-items: center;display: inline-flex;vertical-align: middle;margin-right: 10px;}

.site-navbar {
    border-width: 0;
    border-color: #ededed;
    border-style: solid;
    padding-top: 0px;
    padding-bottom: 0px;
    border-top-width: 1px;
    border-bottom-width: 1px;
	position: relative;
	width: 100%;
	background-color: #fff;
	transition: all 0.3s ease;
}
.site-navbar.fixnav {position: fixed;top: 0;box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);z-index: 9;}

.o-navigation{list-style-type: none;}
.o-navigation&gt;li{display: inline-block;position: relative;float: left;margin-right: 30px;}
.o-navigation&gt;li:last-child {margin-right: 0;}

.main-navigation .o-navigation&gt;li&gt;a{text-transform: uppercase;font-weight: 700;}
.main-navigation .o-navigation&gt;li&gt;a,
.main-navigation .sub-menu&gt;li&gt;a {font-family: var(--pchead-font);font-size: 14px;color: #313131;display: inline-block;-o-transition: .3s;-moz-transition: .3s;-webkit-transition: .3s;position: relative;}
.main-navigation .o-navigation&gt;li&gt;a {line-height: 50px}

.o-navigation&gt;li .sub-menu{display: none;list-style-type: none;}
.o-navigation&gt;li:hover .sub-menu {display: block; position: absolute; left: 0; top: 42px; padding: 0; background-color: #fff; padding: 5px 15px; box-shadow: 0 0 5px #eee; z-index: 9;  border-radius: 3px; width: 170px;}
.o-navigation&gt;li .sub-menu&gt;li{font-size: 16px;line-height: 25px;padding-top: 5px;padding-bottom: 5px;}

/* Hambergur Menu */
.hamburger_logo {padding: 15px 0 0;max-width: 160px;margin: 30px auto 10px;}
.closeIcon {color: #888;cursor: pointer; position: absolute; top: 5px; right: 5px; font-size: 23px; padding: 10px;}
.hamburger_slide_nav { position: fixed; transform: translateX(-100%); transition: transform 0.2s; top: 0; left: 0; right: 0; bottom: 0; z-index: 99; background: rgba(0, 0, 0, 0.7); color: white; list-style: none;}
.showMenu {transform: translateX(0);}
.hamburger_nav_menu {width: 300px;background: #fff;position: relative;}
.hamburger_nav_menu {overflow-y: auto; overflow-x: hidden; height: 100%; }
.o_hamburger_menu { padding: 0 15px 0 20px; }
.o_hamburger_menu&gt;li { font-size: 16px; border-bottom: 1px solid #dedede; padding: 12px 0;}
.o_hamburger_menu&gt;li&gt;a {color: #000;text-decoration: none;}
.hamburger_slide_nav .sub-menu{padding: 5px 5px 0 10px;}
.hamburger_slide_nav .sub-menu&gt;li{font-size: 16px;line-height: 25px;padding-top: 5px;padding-bottom: 5px;}

/* Category */
.wp-category-news {padding-bottom: 10px;margin-bottom: 20px;}
.wp-category-news .post-thumbnail {overflow: hidden;margin-bottom: 15px;}
.post-thumbnail img{height: auto; width:100%;}
.post-thumbnail a {display:block;}
.post-title {color: #161616;font-size: 19px;line-height: 25px;font-weight: 600;font-family: var(--secondary-font);margin-bottom: 10px;}
.post-title a{color: inherit;}
.post-title:hover a{color: var(--light-blue);}
.post-title.main-headline{font-size: 23px;line-height: 29px;font-weight: 600;}

.category-name{color: var(--light-blue); font-size: 12px;font-weight: 400;text-transform: uppercase; margin-bottom: 10px;}
.category-name a{color: inherit;}
.category-name&gt;*+:before {content: "|";margin-left: 5px;margin-right: 5px;font-size: 10px;}
.meta-desc {font-size: 13px;color: #888;line-height: 15px;}

.wp-category-news .post-thumbnail img {-webkit-transition: .3s ease-in-out;transition: .3s ease-in-out;display: block;}
.wp-category-news .post-thumbnail:hover img {-webkit-transform: scale(1);transform: scale(1);}
.wp-category-news .post-thumbnail:hover img {-webkit-transform: scale(1.1);transform: scale(1.1);}

.post-thumbnail .fa-camera,.post-thumbnail .fa-play { top: 10px; right: 10px; display: inline-block; position: absolute; color: #fff; background: rgba(0, 0, 0, 0.5); padding: 8px; border-radius: 100%; font-size: 15px; height: 32px;width: 32px;text-align: center;}

.o-stories.image-alignleft article {
    display: flex;
    align-items: flex-start;
	padding-bottom: 15px;
	margin-bottom: 15px;
}
.o-stories.is-style-border article {
    border: solid rgba(0, 0, 0, .2);
    border-width: 0 0 1px;
}
.o-stories.image-alignleft .post-thumbnail {
	flex-basis: 42%;
	margin-right: 15px;
	margin-bottom: 0;
}
.o-stories.image-alignleft .wp-news-content {
	flex-basis: 58%;
}

#firstOnePost .post-excerpt {font-size: 15px;line-height: 22px;}

/* Widget title */
.widget-title,.wp-block-heading{border-top-color: #161616;border-top: 3px solid #313131;border-bottom: 1px solid #dedede;margin-bottom: 30px;font-size: 20px;font-family: var(--secondary-font);font-weight: 600; line-height: 24px;padding: 9px 0;}
.wp-global-block .wp-block-heading{font-size: 28px;line-height: 32px;}
.wp-block-heading a{color: inherit;}
.topblock-main .col-md-3,
.topblock-main .col-md-6 {padding-top: 15px;}

#secondTwoPost .post-excerpt{display: none;}
.wp-global-block{margin-bottom: 30px;}

/* Latest Posts */
.latest-news__title {font-size: 18px;font-weight: 700;}
.latest-news{position:relative;border-top:1px solid var(--pcbdr-gray);padding:15px 0;display:flex;align-items:flex-start;justify-content:space-between}
.latest-news:first-child{border-top: 0;padding-top: 0;}
.latest-news-thumbnail{max-width:108px;overflow:hidden;flex-basis:33%;margin-right:15px}
.latest-news-desc{flex-basis:67%;color:var(--dark-black-color);font-size:16px;font-family: var(--secondary-font); font-weight:500;line-height:20px;}
.latest-news-desc a{display:block;color: inherit;}
.latest-news-desc a:hover{color:var(--light-blue)}
.widget.widget_block,.widget_post_list_with_image_widget,.widget_common_rhs_widget,.widget_categories{margin-bottom: 30px;}

/* latest post */
.ie-category-news { display: flex;align-items: flex-start; }
.ie-category-news.ie-style-borders { border: dotted rgba(0, 0, 0, .2); border-width: 0 0 1px; margin-bottom: 12px; padding-bottom: 12px; position: relative; justify-content: space-between; }
.post-thumbnail {position: relative;}
.latest-posts .post-thumbnail {margin-right: 14px;}
.post-thumbnail a {display: block;}
.ie-news-content {display: flex;flex-direction: column;}
.timeinfo {font-size: 12px;color: #474747;display: block;}
.post-city .entry-meta {font-size: 12px;color: #474747;}

.grey-block{background-color: #F2F2F2;padding: 0 0 40px;margin-bottom: 50px;}
.block-header{margin-bottom: 30px;text-align: center;border-top: 3px solid #313131;border-bottom: 1px solid #dedede;}
.headline-2{color: #313131;font-size: 28px;font-family: var(--secondary-font);font-weight: 600; padding: 9px 0;}
.headline-2 a{color: inherit;}
.trending-slider .slick-list {padding-top: 5px;}
.wp-block-categories,.widget_categories ul {list-style: none;  padding: 0;}
.wp-block-categories li,.widget_categories li{color: var(--dark-black-color);font-size: 16px;margin-bottom: 11px;padding-bottom: 12px;border-bottom: 1px solid #dedede;}
.wp-block-categories&gt;li:last-child,.widget_categories li:last-child {margin-bottom: 0;padding-bottom: 0;border-bottom: none;}
.wp-block-categories li a,.widget_categories li a{color: inherit;}
.wp-block-categories li a:before,.widget_categories li a:before {content: "\f105";font-family: FontAwesome;display: inline-block;
    margin-right: 10px;font-size: 85%;}

/* Article */
.post-image{text-align: center; vertical-align: top; overflow: hidden; position: relative; width: 100%; padding-top: 50%; position: relative;}
.post-image-jarallax{position: absolute; top: 0px; left: 0px; width: 100%; height: 100%; overflow: hidden; z-index: -100; }
.post-image-jarallax img{ object-fit: cover; object-position: 50% 50%; max-width: none; position: absolute; top: 0px; left: 0px; width: 100%; overflow: hidden; pointer-events: none; transform-style: preserve-3d; backface-visibility: hidden; will-change: transform, opacity; }
.entry-title{font-size: 36px;color: #313131;font-family: var(--secondary-font);font-weight: 700; margin-bottom: 15px;}
.entry-excerpt {font-size: 17px;font-family: var(--secondary-font);margin: 8px 0;font-weight: 500;color: #555;line-height: 25px;}
.entry-meta{font-size: 13px;margin-top: 6px;color: #888;margin-bottom: 15px;}
.entry-meta .posted-on{margin-left: 10px;}
.entry-content p {font-size: 16px;line-height: 30px;}
.tags-links a {background: #f9f9f9;border: 1px solid #e6e6e6;border-radius: 15px; line-height: 20px; font-size: 15px; padding: 3px 12px 5px; display: inline-block; margin-right: 8px; margin-bottom: 10px; color: #000;white-space: nowrap;}
.tags-links a:hover{background-color: var(--light-blue);color: var(--white-color);}
.wp-element-caption { font-size: 14px; font-weight: 400; border-bottom: 1px solid #dedede; padding-bottom: 10px;padding-top: 10px;}
.wp-element-caption strong {font-weight: 400;}
.entry-content iframe{max-width: 100%;}
.site-main .wp-block-image{margin-bottom: 20px;}

/* Social share icons */
.post-social-share{margin-bottom: 15px;}
.post-social-share a{margin-right: 8px;transition: opacity .3s ease-in-out;}
.wp-faicon{background-color: #777;border-radius: 3px; position: relative;display: inline-block;height: 40px;min-width: 40px;line-height: 40px;font-size: 19px;text-align: center;vertical-align: middle;color: var(--white-color);overflow: hidden;}
.post-social-share .fa-facebook-f{background: #2379ff;}
.post-social-share .fa-x-twitter{background: #000;}
.post-social-share .fa-linkedin-in{background: #0a66c2;}
.post-social-share .fa-whatsapp{background: #189d0e;}

/* Breadcrumbs */
.breadcrumbs{text-transform: capitalize;font-family: var(--custom-font-main);position: relative;margin-top: 15px;padding: 0;}
.breadcrumbs li{font-size: 13px;color: #888;display: inline;line-height: 1.4;}
.breadcrumbs li+li:before {content: "";margin: 0 15px;display: inline-block;transform: rotate(15deg);border-right: 1px solid #888;height: 10px;}
.breadcrumbs li a {color: #212121;}
.breadcrumbs li a:hover{color: var(--light-blue);}

/* Pagination */
.pagination ul {margin-left: auto;margin-right: auto;padding-left: 0;}
.pagination .page-numbers {display: flex;flex-wrap: nowrap;justify-content: center;}
.pagination li{list-style:none}
.pagination li a,.pagination li span{background:#fff;border:1px solid #ddd;display:inline-block;font-size:14px;font-family:Roboto,sans serif;padding:.7rem .75rem;margin-left:-1px;color:#494949}
.pagination li:first-child a,.pagination li:first-child span{border-bottom-left-radius:.25rem;border-top-left-radius:.25rem}
.pagination li:last-child span,.pagination li:last-child a{border-bottom-right-radius:.25rem;border-top-right-radius:.25rem}
.pagination li .current,.pagination li a.active,.pagination li a:hover{background:#eceeef;color:var(--light-blue)}

.search-icon {border: 0;background-color: transparent;}
#search-popup { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0, 0, 0, 0.8); display: flex; align-items: center; justify-content: center; visibility: hidden; opacity: 0; z-index: 999; transition: visibility 0s, opacity 0.3s ease; }
#search-popup .search-container { background: white; padding: 20px 50px 20px 20px; border-radius: 8px; width: 40%; text-align: center; position: relative; }
#close-search { position: absolute; top: 0; right: 10px; background: none; border: none; font-size: 24px; cursor: pointer; }
#search-popup.active {visibility: visible;opacity: 1;}

/* author bio */
.is-style-page-title,.is-style-title {font-size: 32px;font-family: var(--secondary-font);font-weight: 700; text-transform: capitalize;margin-bottom: 20px;position: relative;}
.is-style-title{display: flex;align-items: center;}
.is-style-title:after {content: ""; display: flex; flex-grow: 1; margin-left: 10px; height: 1px; background: var(--black-color); position: inherit;}

.wp-author {margin-right: 10px;}

.author-header {margin-top: 15px;}
.author-bio {border:1px solid #dedede; padding:20px; margin-bottom:40px; margin-top:20px; display:flex;gap:20px;}
.author-name {font-size: 22px; color: #313131; text-transform: capitalize; font-weight: 700; font-family: var(--secondary-font);  margin-bottom: 10px; line-height: 26px;}
.author-desc p {font-size: 16px;line-height: 1.7;}
.autor-social{font-size: 16px;}
.autor-social a {color: #313131;margin-right: 10px;}
.archive-description {border: 1px solid #dedede; margin-bottom: 20px; padding: 15px 15px 0;}
.archive-description p{font-size: 15px; line-height: 22px;}

.error-404{margin-top: 40px;}
.page-title { font-size: 30px; font-weight: 600; margin: 15px 0; text-align: center; font-family:var(--secondary-font);}

.post-navigation {margin-top: 20px;}
.post-navigation .nav-links {display: flex;gap: 20px;font-size: 15px;font-family: var(--secondary-font); line-height: 22px;justify-content: space-between;}
.nav-previous a, .nav-next a{color: var(--dark-black-color);}
.post-navigation .nav-next, .post-navigation .nav-previous{width: 50%;}
.post-navigation .nav-next {text-align: right;}
.post-navigation .nav-subtitle {display: block;font-size: 12px;line-height: 16px;color: #747474;margin-bottom: 7px;}

/* Footer */
.site-footer {background: #111111;padding-top: 15px;}

.site-logo-main {border-bottom: 1px solid #212121; padding: 5px 0 25px; margin-bottom: 40px; }
.site-logo {max-width: 300px;}

.footer-info__title{color: #FFF;font-size: 16px;text-transform: uppercase;font-family: var(--secondary-font);font-weight: 600;margin-bottom: 20px;}
.footer-nav-item{list-style-type: none;padding: 0;}
.footer-nav-item li{color:#ccc;font-size: 16px;line-height: 20px;margin-bottom: 15px;}
.footer-nav-item li a{color: inherit;}
.footer-info p{color:#eee;font-size: 14px;line-height: 19px;}
.wp-icon-list-items{list-style-type: none;padding: 0;}
.wp-icon-list-item{color: #eee;font-size: 14px;line-height: 22px;margin-top: calc(10px / 2);}
.wp-icon-list-item .wp-icon-list-icon i{color: var(--light-blue);}
.wp-icon-list-text{padding-left: 5px;}
.recent-post-list .latest-news-desc {color: #ccc;font-size: 15px;}
.recent-post-list .latest-news {border-top: 0;padding: 10px 0;}
.recent-post-list .latest-news:first-child{padding-top: 0;}

.site-info{background: var(--black-color);border-top: 1px solid #212121;padding: 5px 0px 5px 0px;}
.site-info p{padding: 15px;text-align: center;color: var(--white-color);font-family: var(--custom-font-main);font-size: 14px;font-weight: 400;line-height: 22px;margin-bottom: 0;}
.footer-magazin-info {max-width: 230px;text-align: center;margin: 0 auto;}

@media print, screen and (min-width: 768px) {
	#firstOnePost {
		border-left: 1px solid #dedede;
		border-right: 1px solid #dedede;
	}
	.brand-logo img {width: 162px;}
	.tspace { margin-top: -84px; background: #fff; padding-top: 5px; padding-left: 20px; }
	.tspace .entry-header {padding-top: 20px;}
	.post-image{margin-bottom: 40px;}
	.latest-posts .post-thumbnail {flex-basis: 46%;}
	.latest-posts .ie-news-content {flex-basis: 54%;}
	.hide-desktop{display: none;}
	.wp-destination .post-thumbnail {max-height: 210px;}
	.wp-whatblock .post-thumbnail {max-height: 322px;}
}

@media print, screen and (max-width: 767px) {
	.o-container {padding-left: 20px;padding-right: 20px;}
	.data-time-format{display: none;}
	#firstOnePost {order: -1;}
	#firstOnePost .wp-category-news {padding-bottom: 20px;margin-bottom: 10px;border-bottom: 1px solid rgba(0, 0, 0, .2);}
	#firstOnePost .wp-category-news .post-thumbnail{margin-left: -20px;margin-right: -20px;}
	.wp-top-article .wp-category-news{display: flex; align-items: flex-start;padding-bottom: 15px;margin-bottom: 15px;border-bottom: 1px solid rgba(0, 0, 0, .2);}
	#thirdSixPost .wp-top-article .wp-category-news:last-child{border-bottom: 0;}

	.wp-top-article .wp-category-news .post-thumbnail {flex-basis: 42%;margin-right: 15px;margin-bottom: 0;}
	.wp-top-article .wp-category-news .wp-news-content {flex-basis: 58%;}

	.grey-block .slick-prev, .grey-block .slick-next{display: none!important;}
	.latest-posts .post-thumbnail {flex-basis: 42%;}
	.latest-posts .ie-news-content {flex-basis: 58%;}
	.latest-posts .ie-news-content .o-excerpt{display: none;}
}
.o-related-posts {margin-top: 20px;}
.o-related-title {margin-bottom: 15px;font-size: 24px;font-weight: 600;font-family: var(--secondary-font);text-align: center;text-transform: uppercase;}
.related-posts {list-style: none;padding: 0;display: flex;gap: 20px;flex-wrap: wrap;}
.related-posts li {flex-basis: calc(33.33% - 15px);}
.related-posts li img {max-width: 100%;height: auto;}
.o-related-posts__content{box-shadow: 0 3px 5px rgba(0, 0, 0, .2);background: var(--white-color);margin-bottom: 6px;position: relative;padding: 15px;width: 95%;margin: -10px 2.5% 0;height: 96px;}
.related-posts li h4 {color:#000;font-size: 15px;font-family:var(--secondary-font);line-height: 22px;font-weight:700;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;text-overflow: ellipsis;}

@media print, screen and (max-width: 767px) {
	.site-header {border-bottom: 1px solid #ececec;}
	.brand-logo img{max-height: 50px;width: 80px;}
	.entry-title {font-size: 25px;line-height: 34px;}
	.entry-header-single{margin-bottom: 15px;}
	.post-image {margin-bottom: 10px;}
	.post-title {font-size: 16px;line-height: 22px;font-weight: 400;}
	.o-related-title {font-size: 19px;}
	.related-posts {flex-wrap: nowrap;overflow-x: auto;white-space: nowrap;padding: 5px 5px 15px;margin-left: -5px;}
	.related-posts li {width: 180px;min-width: 180px;}
	.related-posts li h4{white-space: normal;}
	.hide-mobile{display: none;}
	.site-logo {max-width: 200px;}
	.site-navbar{display: none;}
	.trending-slider.row .grid-post{padding-left: 15px;padding-right: 15px;}
	.breadcrumbs {white-space: nowrap;overflow-x: auto;overflow-y: hidden;}
	.breadcrumbs::-webkit-scrollbar {display: none;}
	.tags-links {display: flex;align-items: center;white-space: nowrap;overflow-x: auto;overflow-y: hidden;}
}
</pre></body></html>