:root {
	--primary-color: #CC292B;
}

.height-144 {
	height: 144px;
}

.height-464 {
	height: 464px;
}

.text-medium {
	font-weight: 500;
}

.color-primary {
	color: var(--primary-color) !important;
}

.bg-primary {
	background-color: var(--primary-color) !important;
}

.bg-transparent {
	background-color: rgba(0, 0, 0, 0);
}

.sheet:before {
	background-color: #FFFFFF;
}

.col .row {
	margin-left: -8px;
	margin-right: -8px;
}

.transition {
	transition: all .17s ease-in-out;
}

.bg-overlay {
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.87) 100%);
}

#nav-drawer-overlay {
	z-index: 2147483646;
}

.bg-topbar {
	background-color: #F5F5F5;
}

.bg-grey-200 {
	background-color: #EEEEEE;
}

#logo > img {
	object-position: left top;
}

.post-time {
	display: inline;
	height: 16px;
	vertical-align: text-top;
}

.post-icons {
	display: inline-block;
	font-size: 14px;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.post-icons-sidebar {
	display: inline-block;
	font-size: 14px;
	vertical-align: text-top;
	width: 16px;
	height: 16px;
	overflow: hidden;
}

.post-icons-result {
	display: inline-block;
	font-size: 22px;
	vertical-align: text-top;
	width: 28px;
	height: 28px;
	overflow: hidden;
}

#main-menu .menu-item {
	display: inline-flex;
	flex: 0 0 auto;
	position: relative;
	align-items: center;
	justify-content: center;
	line-height: 64px;
	gap: 8px;
	cursor: pointer;
	padding: 0 12px;
	margin: 0 8px 0 0;
	white-space: nowrap;
	border: none;
	vertical-align: middle;
	outline: none;
	text-transform: uppercase !important;
	color: rgba(0,0,0,.87);
	text-decoration: none;
	border-radius: 4px;
	user-select: none;
	overflow: hidden;
}

.full-width {
	width: 100%;
}

.space-between {
	justify-content: space-between;
}

a {
	text-decoration: none;
	color: currentColor;
}

.top-64 {
	top: 64px;
}

.mt-xs-12 {
	margin-top: 12px !important;
}

.post-transition .image > img {
	transition: all .3s ease-out;
	transform: scale(1.0);
}

.post-transition:hover .image > img {
	transform: scale(1.1);
}

.height-48 {
	height: 48px !important;
}

.height-36 {
	height: 36px !important;
}

.height-24 {
	height: 24px !important;
}

#more-list,
#menu-list {
	padding: 0;
	margin: 0;
	list-style: none;
	white-space: nowrap;
}

#more-list,
#menu-list {
	width: calc(100% - 40px);
}

#more-list > li,
#menu-list > li {
	display: inline-block;
}

#more {
	opacity: 0;
	visibility: hidden;
}

#more.active {
	opacity: 1;
	visibility: visible;
}

#more > ol > li {
	position: relative;
	
}

#more > ol > li > ul {
	opacity: 0;
	visibility: hidden;
}

#more > ol > li:hover > ul {
	opacity: 1;
	visibility: visible;
}

#more-list-items {
	position: absolute;
	top: 100%;
	right: 0;
	background-color: #FFFFFF;
	z-index: 999;
}

#breadcrumbs {
	display: block;
}

#breadcrumbs > span {
	display: block;
}

/*#breadcrumbs > span span {
	display: inline-flex;
	flex-direction: row;
	align-items: flex-start;
	padding: 0px;
	position: static;
	left: 0px;
	top: 18px;
	flex: none;
	order: 0;
	flex-grow: 0;
	margin: 0px 8px 0 0;
}*/

.bg-grey-darker-3 {
	background-color: #424242 !important;
	color: #FFFFFF;
}

.bg-grey-darker-4 {
	background-color: #212121 !important;
	color: #FFFFFF;
}

.vertical-center {
	align-items: center;
}

.width-128 {
	width: 128px !important;
}

.max-width-256 {
	max-width: 256px !important;
}

body {
	margin-bottom: 0;
}

.subheader {
	background-image: url("/wp-content/uploads/2022/01/subheader-768x185.jpg");
	background-size: cover;
}

@media (min-width: 960px) {
	.text-md-left {
		text-align: left !important;
	}
}

.link {
	display: inline-block;
	position: relative;
	text-decoration: none;
}
.link-wrapper {
	position: relative;
	display: block;
}
.inner-wrapper {
	position: relative;
	display: inline-block;
}
.hover-2:after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	height: 3px;
	transform: scaleX(0);
	background-color: var(--primary-color);
	transition: transform 0.3s;
}
.hover-2:hover:after {
	transform: scaleX(1);
}

.hamburger {
	display: inline-flex;
	flex: 0 0 auto;
	flex-direction: column;
	position: relative;
	height: 48px;
	align-items: center;
	cursor: pointer;
	padding: 0 12px;
	margin: 8px 4px 4px 0 !important;
	white-space: nowrap;
	border: none;
	vertical-align: middle;
	outline: none;
	font-size: 14px !important;
	letter-spacing: 1.25px !important;
	font-weight: 500;
	text-transform: uppercase !important;
	color: rgba(0,0,0,.87);
	background-color: #f5f5f5;
	text-decoration: none;
	border-radius: 4px;
	user-select: none;
	overflow: hidden;
}

.hamburger .label {
	line-height: 16px !important;
	font-size: 10px;
}

.hamburger .material-icons {
	position: relative;
	font-size: 32px;
	line-height: 32px;
}

#main-search {
	position: absolute;
	top: 0;
	left: 0;
	right: 56px;
	background-color: #f5f5f5;
	z-index: 999;
	height: 64px;
	padding: 8px;
	width: auto;
	opacity: 0;
	visibility: hidden;
}

#main-search.active {
	opacity: 1;
	visibility: visible;
}

#main-search > input {
	margin-top: 4px;
	padding: 0 16px !important;
	height: 40px !important;
}

.position-xs-relative {
	position: relative !important;
}

.top-96 {
	top: 96px !important;
}

#nav-drawer {
	z-index: 2147483647;
}

#main-menu {
	z-index: 2147483640;
	transition: all .3s ease-out;
}

.widget ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

.widget ul > li {
	display: flex;
}

.widget .attachment-thumbnail {
	width: 96px !important;
	height: 96px !important;
}

.next-article .attachment-thumbnail,
.prev-article .attachment-thumbnail {
	width: 112px !important;
	height: 96px !important;
}

.prev-article .attachment-thumbnail {
	clip-path: polygon(0% 0%, 90% 0, 90% 35%, 100% 50%, 90% 65%, 90% 100%, 0 100%);
}

.next-article .attachment-thumbnail {
	clip-path: polygon(10% 0, 100% 0%, 100% 100%, 10% 100%, 10% 65%, 0 50%, 10% 35%);
}

.widget_block > h5 {
	background: #CC292B;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	font-style: normal;
	font-weight: 500;
	font-size: 18px !important;
	line-height: 32px;
	display: flex;
	align-items: center;
	letter-spacing: 0.0025em;
	color: #FFFFFF;
	padding: 0 16px;
	height: 48px;
	margin-bottom: 16px;
}

#sidebar-category {
	margin: 16px 0;
}

.widget  li {
	background: #FFFFFF;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	margin-bottom: 16px;
}

.next-article,
.prev-article {
	background: #FFFFFF;
	box-shadow: 0px 3px 5px -1px rgba(0, 0, 0, 0.2), 0px 6px 10px rgba(0, 0, 0, 0.14), 0px 1px 18px rgba(0, 0, 0, 0.12);
	border-radius: 8px;
	margin-bottom: 16px;
	overflow: hidden;
}

.titlu-sidebar {
	display: flex;
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 20px;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	letter-spacing: 0.001em;
	color: #000000;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.prev-article .titlu-sidebar,
.next-article .titlu-sidebar {
	-webkit-line-clamp: 3;
}

.flex-gap-16 {
	column-gap: 16px;
}

.paginatie {
	text-align: center;
	margin-top: 36px;
}

.paginatie .prev,
.paginatie .next,
.paginatie .page-numbers {
	display: inline-flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 10px 12.5px;
	position: static;
	height: 34px;
	top: 0px;
	background: #FFFFFF;
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px rgba(0, 0, 0, 0.14), 0px 1px 5px rgba(0, 0, 0, 0.12);
	border-radius: 4px;
	flex: none;
	order: 2;
	flex-grow: 0;
	margin: 0px 8px 0 0;
	transition:  all .175s ease-in-out;
}

.paginatie .page-numbers:hover,
.paginatie .page-numbers.current {
	background-color: #CC292B;
	color: #FFFFFF;
}

.paginatie .page-numbers.dots:hover,
.paginatie .page-numbers.dots {
	box-shadow:  none;
	background: #FFFFFF;
	color: #000000;
}

.paginatie .page-numbers {
	display: none;
}

.paginatie .next,
.paginatie .prev {
	display: inline-flex;
}

@media (min-width: 960px) {
	.paginatie .page-numbers {
		display: inline-flex;
	}
}

.excerpt-articol-8 {
	display: -webkit-box;
	-webkit-line-clamp: 8;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	height: 208px;
}

.excerpt-articol-3 {
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.excerpt-articol-2 {
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.excerpt-articol-2 .mb-xs-16 {
    margin-bottom: 0 !important;
    min-height: 48px;
}

.min-height-48 {
    min-height: 48px !important;
}

#article-single-content img {
	display: inline-block;
	max-width: 100%;
	
	margin: 8px 0 !important;
	height: auto !important;
}

@media (min-width: 960px) {
	#article-single-content img {
		margin: 8px !important;
	}
	.mijloc {
	    width: 43%;
        margin: auto;
	}
}

.df-lightbox-wrapper {
    z-index: 2147483647!important;
}

._df_thumb { 
    width: 256px!important;
    height: 300px!important;
}

input.wpcf7-form-control.wpcf7-text {
    font-weight: bold;
    margin: 0 35px 20px;
    height: 35px;
    padding: 6px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #ececed;
    color: #748194;
    font-size: 14px;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}

textarea.wpcf7-form-control.wpcf7-textarea {
    font-weight: bold;
    margin: 0 35px 20px;
    padding: 6px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #ececed;
    color: #748194;
    font-size: 14px;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}

input.wpcf7-form-control.has-spinner.wpcf7-submit {
    height: 56px;
    padding: 0 24px;
    line-height: 56px;
    background-color: #cc292b;
    font-size: 16px!important;
    display: inline-flex;
    flex: 0 0 auto;
    position: relative;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    margin: 12px 8px;
    white-space: nowrap;
    border: none;
    vertical-align: middle;
    outline: none;
    letter-spacing: 1.25px!important;
    font-weight: 500;
    text-transform: uppercase!important;
    color: rgb(255 255 255 / 87%);
    text-decoration: none;
    border-radius: 4px;
    user-select: none;
    overflow: hidden;
}

img.attachment-thumbnail.size-thumbnail.wp-post-image.webpexpress-processed {
    object-fit: cover;
}


.widget_recent_entries {
	line-height: 0;
}

.seof-link {
    padding: 2px 8px 4px 8px !important;
    color: white;
    font-size: 12px;
    border-radius: 2px;
    margin-right: 2px;
    cursor: pointer;
    -moz-background-clip: padding;
    -webkit-background-clip: padding-box;
    box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -moz-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0 -3px 0 rgba(0,0,0,.2);
    margin-top: 2px;
    display: inline-block;
    text-decoration: none;
}
 /* CSS FOR SHARE BUTTONS */
.seof-link:hover,.seof-link:active {
    color: white;
}
 
.seof-twitter {
    background: #00aced;
}
 
.seof-twitter:hover,.seof-twitter:active {
    background: #0084b4;
}
 
.seof-facebook {
    background: #3B5997;
}
 
.seof-facebook:hover,.seof-facebook:active {
    background: #2d4372;
}
.seof-whatsapp {
    background: #25d366;
}
 
.seof-whatsapp:hover,.seof-whatsapp:active {
    background: #21b759;
}
 

.seof-pinterest {
    background: #bd081c;
}
 
.seof-pinterest:hover,.seof-pinterest:active {
    background: #bd081c;
}
 
.seof-linkedin {
    background: #0074A1;
}
 
.seof-linkedin:hover,.seof-linkedin:active {
    background: #006288;
}
 
.seof-social {
    margin: 20px 0px 25px 0px;
    -webkit-font-smoothing: antialiased;
    font-size: 12px;
}
/* END CSS FOR SHARE BUTTONS */


.cn-button {
	background-color: #d1d1d1;
}

select.wpcf7-form-control.wpcf7-select.wpcf7-validates-as-required {
    font-weight: bold;
    margin: 0 35px 20px;
    height: 35px;
    padding: 6px 15px;
    border-radius: 5px;
    outline: none;
    border: none;
    background: #ececed;
    color: #748194;
    font-size: 14px;
    width: 100%;
    margin-left: 0!important;
    margin-right: 0!important;
}

span.wpcf7-list-item-label {
    font-size: 0.9em;
}

.wpcf7-form-control-wrap.accept-terms input {
  float: left;
  margin-right: 10px;
  display: inline-block;
  clear: both;
}

.wpcf7-form-control-wrap.accept-terms span.wpcf7-not-valid-tip {
  float: left;
  clear: both;
  margin-top: 10px;
}

input[type="submit"] {
  clear:both;
}

#article a {
    color: red;
}

a.seof-link {
    color: white!important;
}

#article a.text-body-2.titlu-sidebar.mb-xs-0 {
    color: black;
}

section.no-results.not-found {
    width: 72%;
    margin: 2em auto;
}

.facto-widget img {
	width: 100%;
	height: auto;
}

.grecaptcha-badge { 
    visibility: hidden;
}

.sheet.elevation-9:before {
	opacity: 0;
}
.sheet.elevation-6:before {
    opacity: 0;
}
.sheet.elevation-1:before {
    opacity: 0;
}.sheet.elevation-2:before {
    opacity: 0;
}
.sheet.elevation-3:before {
    opacity: 0;
}
.sheet.elevation-4:before {
    opacity: 0;
}
.sheet.elevation-5:before {
    opacity: 0;
}
.sheet.elevation-7:before {
    opacity: 0;
}
.sheet.elevation-8:before {
    opacity: 0;
}

td.plugin-update.colspanchange {
    display: none;
}

#content > div.container > div:nth-child(2) > div.col.xs-4.md-8.lg-9 > div:nth-child(3) > div.col.xs-4.sm-4.lg-8 > article > a > div.p-xs-16 {
    max-height: 104px;
}

.spacer {
    width: 99%;
}

.height-224 {
    height: 224px !important;
}


.absolute-xs {
    position: absolute !important;
}

.z-index--1 {
    z-index: -1 !important;
}

.blurred {
    filter: blur(8px);
  -webkit-filter: blur(8px);
}

.scaled {
    transform: scale(1.1);
}

.no-trans {
    transition: initial !important;
}

.m3-elevation-1 {
    position: relative;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%), 0 1px 3px 1px rgb(0 0 0 / 15%) !important;
}

.text-title-l {
    font-weight: 500 !important;
    font-size: 22px !important;
    line-height: 28px !important;
    letter-spacing: 0 !important;
}

.text-title-s {
    font-weight: 500 !important;
    font-size: 14px !important;
    line-height: 20px !important;
    letter-spacing: 0.1px !important;
}

.height-96 {
    height: 96px;
}


.dublu-ad {
    position: relative;
    box-shadow: 0 1px 2px 0 rgb(0 0 0 / 30%), 0 1px 3px 1px rgb(0 0 0 / 15%) !important;
    padding: 8px !important;
    margin-bottom: 16px !important;
    margin-top: 16px !important;
}