/*
Theme Name: CCFiscali Theme
Author: End Soft Design
Author URI: https://www.endd.ro/
Description: A theme for CCFiscali website.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ccfiscali
Tags: translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

ccfiscali is based on Underscores http://underscores.me/, (C) 2012-2016 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.

Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.io/normalize.css/
*/

/* --------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Normalize
# Typography
# Elements
# Forms
# Navigation
	## Links
	## Menus
# Accessibility
# Alignments
# Widgets
# Content
	## Posts and pages
	## Comments
# Infinite scroll
# Media
	## Captions
	## Galleries
# Grid
# Header
# Footer
-------------------------------------------------------------- */

:root {
	--main-font: "Roboto Condensed";
	--second-font: "Barlow";
	--yellow: #fc0;
	--purple: #6f448b;
	--dark-gray: #414141;
	--light-gray: #f4f4f5;
}


/* --------------------------------------------------------------
# Normalize
-------------------------------------------------------------- */
* {
	word-break: break-word;
}

html {
	font-family: sans-serif;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

body {
	margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
	display: block;
}

audio,
canvas,
progress,
video {
	display: inline-block;
	vertical-align: baseline;
}

audio:not([controls]) {
	display: none;
	height: 0;
}

[hidden],
template {
	display: none;
}

a {
	background-color: transparent;
}

a:active,
a:hover {
	outline: 0;
}

abbr[title] {
	border-bottom: 1px dotted;
}

b,
strong {
	font-weight: bold;
}

dfn {
	font-style: italic;
}

h1 {
	font-size: 36px;
}

h2 {
	font-size: 24px;
}

h3 {
	font-size: 22px;
}

h4 {
	font-size: 20px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

mark {
	background: #ff0;
	color: #000;
}

small {
	font-size: 80%;
}

sub,
sup {
	position: relative;
	font-size: 75%;
	line-height: 0;
	vertical-align: baseline;
}

sup {
	top: -0.5em;
}

sub {
	bottom: -0.25em;
}

img {
	border: 0;
}

svg:not(:root) {
	overflow: hidden;
}

figure {
	margin: 1em 40px;
}

hr {
	box-sizing: content-box;
	height: 0;
}

pre {
	overflow: auto;
}

code,
kbd,
pre,
samp {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.875rem;
}

button,
input,
optgroup,
select,
textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}

button {
	overflow: visible;
}

button,
select {
	text-transform: none;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer;
	-webkit-appearance: button;
}

button[disabled],
html input[disabled] {
	cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input {
	line-height: normal;
}

input[type="checkbox"],
input[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

fieldset {
	padding: 0.35em 0.625em 0.75em;
	margin: 0 2px;
	border: 1px solid #c0c0c0;
}

legend {
	padding: 0;
	border: 0;
}

textarea {
	overflow: auto;
}

optgroup {
	font-weight: bold;
}

table {
	border-spacing: 0;
	border-collapse: collapse;
}

td,
th {
	padding: 0;
}

.post-content p {
	margin: 10px 0;
	line-height: 1.4;
}

/* --------------------------------------------------------------
# Typography
-------------------------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	font-family: var(--main-font), serif;
	font-size: 18px;
	color: var(--dark-gray);
}

h1, h2, h3, h4, h5, h6 {
	clear: both;
	margin: 0;
	font-weight: 400;
	color: var(--dark-gray);
}

h1 {
	position: relative;
	padding-top: 25px;
	font-weight: lighter;
}

h1::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 77px;
	border-top: 3px solid var(--yellow);
	content: "";
}

dfn, cite, em, i {
	font-style: italic;
}

blockquote {
	margin: 0 1.5em;
}

address {
	margin: 0 0 1.5em;
}

pre {
	max-width: 100%;
	padding: 0.8em 1em;
	margin-bottom: 1.6em;
	overflow: auto;
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	line-height: 1.6;
}

code, kbd, tt, var {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	font-size: 0.875rem;
}

@media screen and (min-width: 600px) {
	code, kbd, tt, var {
		font-size: 0.8125rem;
	}
}

p > code {
	padding: 2px;
	border-radius: 2px;
	background: #f3f4f5;
	font-size: inherit;
}

abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark, ins {
	background: #fff9c0;
	text-decoration: none;
}

big {
	font-size: 125%;
}

.site-title {
	margin: 0.4375em 0 0;
	font-size: 38px;
	font-weight: bold;
	line-height: 1.2;
	color: #333332;
}

.site-title a {
	color: inherit;
	text-decoration: none;
}

.site-branding {
	margin-bottom: 1.75em;
}

.site-description {
	margin: 0.4375em 0 0;
	font-size: 17px;
	font-weight: inherit;
	line-height: 1.4;
	color: #6c7781;
	word-wrap: break-word;
}


/* --------------------------------------------------------------
# Elements
-------------------------------------------------------------- */
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	/* Inherit box-sizing to make it easier to change the property for components that leverage other behavior; see http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
	box-sizing: inherit;
}

body {
	background: #fff; /* Fallback for when there is no custom background color defined. */
}

blockquote, q {
	quotes: "" "";
}

blockquote::before, blockquote::after, q::before, q::after {
	content: "";
}

hr {
	height: 1px;
	border: 0;
	margin-bottom: 1.5em;
}

ul, ol {
	padding: 0;
	margin: 0;
}

ul {
	list-style: none;
}

ol {
	margin-left: 20px;
	list-style: decimal;
}

ol li {
	font-weight: lighter;
	line-height: 30px;
}

main .content ul li,
main .post-content ul li {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #cacaca;
	font-weight: lighter;
	line-height: 24px;
}

main .wp-block-gallery li {
	padding: 0;
	border: none;
}

main .content ul li::before,
main .post-content ul li::before {
	position: absolute;
	left: 0;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 5px;
	font-weight: 900;
}

main .content .wp-block-gallery li,
main .post-content .wp-block-gallery li {
	padding: 0;
	border: none;
}

main .content .wp-block-gallery li::before,
main .post-content .wp-block-gallery li::before {
	content: none;
}

main .content ul li:last-child,
main .post-content ul li:last-child {
	padding-bottom: 0;
	border-bottom: none;
}


ul ul li:last-child {
	border-bottom: none;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

img {
	max-width: 100%; /* Adhere to container width. */
	height: auto; /* Make sure images are scaled correctly. */
}

figure {
	margin: 1em 0; /* Extra wide images within figure tags don't overflow the content area. */
}

table {
	width: 100%;
	margin: 0 0 1.5em;
}

/* necessary Ellipis plugin styles */
.ellip {
	display: block;
	height: 100%;
}

.ellip-line {
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-wrap: normal;
}

.ellip,
.ellip-line {
	position: relative;
	overflow: hidden;
	max-width: 100%;
}


/* --------------------------------------------------------------
# Forms
-------------------------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	padding: 0.6em 1em 0.4em;
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	font-size: 12px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.8);
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	padding: 3px 10px;
	border: 1px solid #ccc;
	border-radius: 3px;
	color: var(--dark-gray);
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/* --------------------------------------------------------------
# Navigation
-------------------------------------------------------------- */

/* --------------------------------------------------------------
## Links
-------------------------------------------------------------- */
a {
	color: var(--dark-gray);
	text-decoration: none;
}

a:hover, a:focus, a:active {
	color: var(--purple);
}

a:focus {
	outline: thin dotted;
}

a:hover,
a:active {
	outline: 0;
}

main a {
	font-size: 18px;
	font-weight: bold;
	color: var(--purple);
}

main a:hover, main a:focus, main a:active {
	color: var(--yellow);
}

main ol:not(.wp-block-latest-posts) a:before,
main ul:not(.wp-block-latest-posts) a:before,
main p a::before {
	margin-right: 5px;
	content: "\f0c1";
	font-family: "Font Awesome 5 Free";
	font-size: 17px;
	font-weight: 900;
	color: var(--yellow);
}

/* --------------------------------------------------------------
## Pagination
-------------------------------------------------------------- */
.main-pagination {
	display: flex;
	margin: 50px auto 0;
}

.main-pagination a,
.main-pagination span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	background-color: #f2f2f2;
	font-size: 18px;
	font-weight: normal;
	color: var(--dark-gray);
}

.main-pagination .first-page,
.main-pagination .last-page {
	font-weight: bold;
}

.main-pagination .first-page,
.main-pagination .last-page,
.main-pagination .prev i,
.main-pagination .next i {
	font-size: 14px;
}

.main-pagination .prev,
.main-pagination span:last-child {
	margin-right: 180px;
}

.main-pagination .next,
.main-pagination span:first-child {
	margin-left: 180px;
}

.main-pagination .current,
.main-pagination a:hover,
.main-pagination a:focus,
.main-pagination span:hover {
	background-color: var(--purple);
	color: #fff;
	cursor: pointer;
}


/* --------------------------------------------------------------
## Pagination - responsive
-------------------------------------------------------------- */
@media screen and (max-width: 768px) {
	.main-pagination .prev,
	.main-pagination span:last-child {
		margin-right: 50px;
	}

	.main-pagination .next,
	.main-pagination span:first-child {
		margin-left: 50px;
	}
}

@media screen and (max-width: 576px) {
	.main-pagination .prev,
	.main-pagination span:last-child {
		margin-right: 0;
	}

	.main-pagination .next,
	.main-pagination span:first-child {
		margin-left: 0;
	}

	.main-pagination .first-page,
	.main-pagination .last-page {
		display: none;
	}
}

/* --------------------------------------------------------------
## Menus
-------------------------------------------------------------- */
.main-navigation {
	display: block;
	max-width: 580px;
	margin: 0 auto;
	clear: both;
	text-align: center;
}

.main-navigation ul {
	display: none;
	padding-left: 0;
	margin: 0;
	list-style: none;
}

.main-navigation ul ul {
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
	float: left;
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	text-align: left;

}

.main-navigation ul ul ul {
	top: 0;
	left: -999em;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	left: 100%;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
	display: block;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
}

.menu-toggle {
	padding: 1em;
}

@media screen and (max-width: 37.5em) {
	/* Small menu. */
	.menu-toggle,
	.main-navigation.toggled ul {
		display: block;
		margin: 0 auto;
	}
}

@media screen and (min-width: 37.5em) {
	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
	}

	.main-navigation a {
		padding: 0 0.5em;
	}
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	max-width: 580px;
	padding-bottom: 60px;
	margin: 0 auto 60px;
	overflow: hidden;
	border-bottom: 1px solid #e2e4e7;
}

.nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
	width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	flex: 1 0 50%;
	text-align: end;
}


/* --------------------------------------------------------------
# Accessibility
-------------------------------------------------------------- */

/* --------------------------------------------------------------
# Text meant only for screen readers.
# Many screen reader and browser combinations announce broken
# words as they would appear visually.
--------------------------------------------------------------- */

.screen-reader-text {
	position: absolute !important;
	width: 1px;
	height: 1px;
	overflow: hidden;
	clip: rect(1px, 1px, 1px, 1px);
	word-wrap: normal !important;
}

/* Above WP toolbar. */
.screen-reader-text:focus {
	top: 5px;
	left: 5px;
	z-index: 100000;
	display: block;
	width: auto;
	height: auto;
	padding: 15px 23px 14px;
	clip: auto !important;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	background-color: #f1f1f1;
	font-size: 14px;
	font-size: 0.875rem;
	font-weight: bold;
	line-height: normal;
	color: #21759b;
	text-decoration: none;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}


/* --------------------------------------------------------------
# Alignments
-------------------------------------------------------------- */
.alignleft,
.alignright {
	/*max-width: 580px !important; !* Let's work to make this !important unnecessary *!*/
	max-width: fit-content;
}

.alignleft {
	margin-right: auto;
}

.alignright {
	margin-left: auto;
}

.alignleft img,
.alignright img,
.alignleft figcaption,
.alignright figcaption {
	width: 50%;
	max-width: 50%;
}

.alignleft figcaption {
	clear: left;
}

.alignright figcaption {
	clear: right;
}

.alignleft img,
.alignleft figcaption {
	float: left;
	margin-right: 1.5em;
}

.alignright img,
.alignright figcaption {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	display: block;
	margin-right: auto;
	margin-left: auto;
	clear: both;
}


/* --------------------------------------------------------------
# Widgets
-------------------------------------------------------------- */
.widget-area {
	width: 25%;
}

.widget {
	margin: 0 0 1.5em; /* Make sure select elements fit in widgets. */
}

.widget select {
	max-width: 100%;
}


/* --------------------------------------------------------------
# Content
-------------------------------------------------------------- */
#page {
	max-width: 100%;
	margin: 0 auto;
}

.site-branding {
	margin: 60px 0;
	text-align: center;
}

.site-footer {
	margin: 1em 0;
	font-size: 90%;
	color: #6c7781;
}


/* --------------------------------------------------------------
## Posts and pages
-------------------------------------------------------------- */
.sticky {
	display: block;
}

.hentry {
	margin: 60px 0;
}

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.entry-meta {
	font-size: 90%;
	color: #6c7781;
}

.page-links {
	margin: 0 0 1.5em;
	clear: both;
}

.entry-header,
.page-header,
.entry-footer,
.site-info,
.posts-navigation,
.post-navigation,
.page-navigation,
.comments-area,
.not-found .page-content,
.search .entry-summary {
	max-width: 580px;
	padding-right: 14px;
	padding-left: 14px;
	margin: 1.5em auto;
}

.entry-header .wp-post-image {
	margin-bottom: 1.5em;
}

.entry-footer span {
	margin-right: 1em;
}

.entry-footer {
	padding-bottom: 40px;
	border-bottom: 1px solid #e2e4e7;
	font-size: 90%;
	color: #6c7781;
}

@media screen and (min-width: 608px) {
	.entry-header,
	.page-header,
	.entry-footer,
	.site-info,
	.posts-navigation,
	.post-navigation,
	.page-navigation,
	.comments-area,
	.not-found .page-content,
	.search .entry-summary {
		padding-right: 0;
		padding-left: 0;
	}
}


/* --------------------------------------------------------------
## Comments
-------------------------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* --------------------------------------------------------------
# Infinite scroll
-------------------------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	/* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before. */
.infinity-end.neverending .site-footer {
	display: block;
}

/* --------------------------------------------------------------
# Media
-------------------------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	padding: 0;
	margin-top: 0;
	margin-bottom: 0;
	border: none;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
	max-width: 100%;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* --------------------------------------------------------------
## Captions
-------------------------------------------------------------- */
.wp-caption {
	max-width: 100%;
	margin-bottom: 1.5em;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-right: auto;
	margin-left: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* --------------------------------------------------------------
## Galleries
-------------------------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	width: 100%;
	text-align: center;
	vertical-align: top;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.3333333333%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.6666666667%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.2857142857%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.1111111111%;
}

.gallery-caption {
	display: block;
}


/* --------------------------------------------------------------
## Header
-------------------------------------------------------------- */
header.site-header {
	height: 132px;
	background-color: #fff;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

header.site-header.sticky-nav {
	position: fixed;
	top: 0;
	z-index: 2;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	-webkit-box-shadow: 0px 3px 5px 0px rgba(115,115,115,1);
	-moz-box-shadow: 0px 3px 5px 0px rgba(115,115,115,1);
	box-shadow: 0px 3px 5px 0px rgba(115,115,115,1);
	height: 90px;
}

header.site-header .container,
header.site-header .row,
header.site-header .col-12 {
	height: 100%;
}

.main-header {
	position: relative;
	display: flex;
	align-items: center;
	height: 100%;
}

.top-menu {
	position: absolute;
	top: 0;
	right: 0;
}

.top-menu-mobile {
	display: none;
}

.top-menu a,
.top-menu-mobile a,
.top-menu span,
.top-menu-mobile span {
	font-family: var(--second-font);
	font-size: 13px;
	color: #111;
}

.top-menu a:hover,
.top-menu-mobile a:hover {
	color: var(--purple);
	text-decoration: underline;
}

.top-menu span,
.top-menu-mobile span {
	display: inline-block;
	margin: 0 10px;
}

.top-menu .authentification::before,
.top-menu-mobile .authentification::before {
	margin-right: 10px;
	content: "\f007";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
}

.main-logo {
	display: block;
	width: 286px;
	height: 103px;
	background: url("assets/images/CCF-logo.png") no-repeat center center;
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
}

.sticky-nav .main-logo {
	-webkit-transition: all 0.3s ease-in-out 0s;
	-o-transition: all 0.3s ease-in-out 0s;
	transition: all 0.3s ease-in-out 0s;
	background: url("assets/images/CCF-logo-mobile.png") no-repeat center center;
}

.header-menu > div {
	padding-top: 10px;
}

.header-menu a {
	position: relative;
	display: block;
	width: 100%;
	font-family: var(--second-font);
	font-size: 16px;
}

.header-menu ul {
	padding: 0;
	margin: 0 0 0 29px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-menu li {
	position: relative;
	display: inline-block;
	float: left;
	padding: 0 17px;
	-webkit-transition: 0.5s;
	transition: 0.5s;
}

.header-menu div > ul > li > ul {
	margin-right: 10px;
}

.header-menu ul li.menu-item-has-children > a::after {
	position: absolute;
	top: 6px;
	right: -15px;
	content: "\f078";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
}

.header-menu ul ul {
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	visibility: hidden;
	opacity: 0;
	background: #fff;
}

.header-menu ul ul a {
	padding: 10px 20px;
}

.header-menu ul ul li {
	width: 280px;
	padding: 0;
}

.header-menu ul ul li:hover {
	background: var(--light-gray);
}

.header-menu ul ul li:hover a {
	color: var(--purple);
}

.header-menu ul ul li.menu-item-has-children > a::after {
	position: absolute;
	top: 3px;
	right: -15px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
}

.header-menu ul ul ul {
	top: -10px;
	left: 110%;
	background: var(--light-gray);
}

.header-menu li:hover > ul {
	z-index: 2;
	padding: 10px;
	visibility: visible;
	opacity: 1;
}

.header-menu .menu > li {
	padding-bottom: 10px;
}

.header-menu .menu > li > ul {
	box-shadow: 0px 2px 5px 1px #9a9a9a4f;
}

.mobile-header-menu {
	display: none;
}

.header-search .search-content {
	position: absolute;
	top: 10px;
	right: 0;
	display: none;
	width: 240px;
	height: 40px;
	--animate-duration: 0.4s;
}

.header-search button {
	position: absolute;
	right: 0;
	height: 100%;
	border: none;
	background: none;
}

.header-search button:focus {
	outline: none;
}

.header-search button i {
	font-size: 14px;
}

.header-search input {
	width: 100%;
	height: 100%;
	padding: 0 38px 0 10px;
	font-family: var(--second-font);
	font-size: 16px;
}

.header-search input:focus {
	outline: none;
	color: var(--dark-gray);
}

.search-action {
	display: inline-block;
	width: 20px;
	height: 20px;
	text-align: right;
	cursor: pointer;
}

.search-action i {
	font-size: 14px;
}

.search-action .close {
	display: none;
}

.header-search form {
	position: relative;
}

.mm-navbars_bottom a {
	display: flex;
	align-items: center;
}

#mobile-menu {
	height: 0;
	visibility: hidden;
}

#mobile-menu.mm-menu_opened {
	visibility: visible;
	height: inherit;
}

/* --------------------------------------------------------------
## Header - RESPONSIVE
-------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	.header-menu,
	.header-search,
	.top-menu {
		display: none;
	}

	.main-header {
		justify-content: space-between;
		margin: 0;
	}

	.mobile-header-menu {
		display: block;
	}

	.mobile-menu-btn {
		cursor: pointer;
	}

	.mobile-menu-btn i {
		font-size: 30px;
	}

	.top-menu-mobile {
		display: block;
		height: 30px;
		box-shadow: 0px 2px 5px 1px #9a9a9a4f;
		text-align: center;
	}
}

@media screen and (max-width: 576px) {
	.main-logo {
		width: 230px;
		height: 83px;
		background-image: url("assets/images/CCF-logo-mobile.png");
		background-size: contain;
	}
}


/* --------------------------------------------------------------
## Footer
-------------------------------------------------------------- */

.first-footer-part {
	height: 126px;
	background-color: var(--light-gray);
}

.first-footer-part .container,
.first-footer-part .wrapper {
	height: 100%;
}

.first-footer-part .wrapper {
	align-self: center;
	justify-content: center;
}

.first-footer-part .left,
.first-footer-part .right {
	display: block;
	width: 395px;
}

.first-footer-part .left {
	margin-right: 15px;
	background: url("assets/images/CCF-footer-bannere.jpg") no-repeat center center;
}

.first-footer-part .right {
	background: url("assets/images/CCF-footer-bannere-02.jpg") no-repeat center center;
}

.second-footer-part {
	height: 118px;
	background-color: var(--dark-gray);
}

.second-footer-part,
.second-footer-part a {
	color: #fff;
}

.second-footer-part > div,
.second-footer-part .wrapper {
	height: 100%;
}

.second-footer-part .wrapper {
	align-items: center;
	justify-content: space-between;
}

.second-footer-part .register,
.second-footer-part .authentificate {
	display: flex;
	align-items: center;
	width: 395px;
	height: 66px;
	padding: 5px 25px;
	border: 1px solid #fff;
	border-radius: 6px;
}

.second-footer-part .register:hover,
.second-footer-part .authentificate:hover {
	border: 1px solid var(--yellow);
}

.second-footer-part .register:hover i,
.second-footer-part .authentificate:hover i {
	color: var(--yellow);
}

.second-footer-part .register {
	margin-right: 40px;
}

.second-footer-part .authentificate {
	margin-left: auto;
}

.second-footer-part i {
	font-size: 30px;
	font-weight: 500;
}

.second-footer-part .title,
.second-footer-part .subtitle {
	font-family: var(--second-font);
}

.second-footer-part .title {
	font-size: 24px;
	font-weight: bold;
}

.second-footer-part .subtitle {
	font-size: 18px;
}

.second-footer-part .icon {
	margin-right: 30px;
}

.second-footer-part .vertical-menu {
	padding: 0;
	margin: 0;
}

.second-footer-part .vertical-menu li {
	padding: 0 18px;
}

.second-footer-part .vertical-menu a {
	position: relative;
	font-size: 16px;
	font-weight: lighter;
	line-height: 24px;
}

.second-footer-part .vertical-menu a::before {
	position: absolute;
	left: -18px;
	content: "\f054";
	font-family: "Font Awesome 5 Free";
	font-size: 12px;
	font-weight: 900;
}

.second-footer-part .vertical-menu a:hover,
.second-footer-part .vertical-menu a:focus,
.second-footer-part .vertical-menu a:active {
	color: var(--yellow);
}

.third-footer-part {
	height: 100px;
}

.third-footer-part > div,
.third-footer-part .wrapper {
	height: 100%;
}

.third-footer-part .wrapper {
	align-items: center;
}

.third-footer-part,
.third-footer-part a {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: lighter;
	color: var(--dark-gray);
}

.third-footer-part .horizontal-menu {
	padding: 0;
	margin: 0;
}

.third-footer-part .horizontal-menu li {
	display: inline-block;
}

.third-footer-part .horizontal-menu span {
	display: inline-block;
	margin: 0 5px;
}

.third-footer-part .horizontal-menu a {
	text-decoration: underline;
	text-underline-position: under;
}

.third-footer-part .horizontal-menu a:hover {
	color: var(--purple);
	text-decoration: none;
}

.third-footer-part .content {
	margin-top: 10px;
}

.third-footer-part .content a:hover {
	color: var(--purple);
}

.third-footer-part .social-icons-wrapper {
	display: flex;
	justify-content: flex-end;
}

.third-footer-part .social-icon {
	font-size: 24px;
}

.third-footer-part .social-icon {
	margin-right: 18px;
}

.third-footer-part .social-icon:last-of-type {
	margin-right: 0;
}

.third-footer-part .social-icon:hover {
	color: var(--purple);
}


/* --------------------------------------------------------------
## Footer - RESPONSIVE
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.second-footer-part {
		height: auto;
		padding: 20px 0;
	}

	.second-footer-part .wrapper {
		padding: 0 15px;
	}

	.second-footer-part .register {
		order: 1;
		margin-right: 0;
	}

	.second-footer-part .vertical-menu {
		order: 3;
		margin: 10px;
	}

	.second-footer-part .authentificate {
		order: 2;
		margin-left: unset;
	}

	.second-footer-part .register,
	.second-footer-part .authentificate {
		width: 47%;
		margin: 10px;
	}
}

@media screen and (max-width: 992px) {
	.second-footer-part i {
		font-size: 25px;
	}

	.second-footer-part .icon {
		margin-right: 15px;
	}

	.second-footer-part .title {
		font-size: 20px;
	}

	.second-footer-part .subtitle {
		font-size: 16px;
	}

	.second-footer-part .register,
	.second-footer-part .authentificate {
		padding: 5px 20px;
	}

	.first-footer-part {
		height: auto;
	}

	.first-footer-part .left,
	.first-footer-part .right {
		height: 100px;
		margin: 10px;
		background-size: contain;
	}
}

@media screen and (max-width: 768px) {
	.second-footer-part .register,
	.second-footer-part .authentificate {
		width: 100%;
		padding: 5px 20px;
	}
}

@media screen and (max-width: 576px) {
	.first-footer-part .left,
	.first-footer-part .right {
		height: 60px;
	}

	.second-footer-part .wrapper {
		align-items: stretch;
		margin: 10px 0;
	}

	.second-footer-part .register,
	.second-footer-part .authentificate {
		width: 45%;
		height: auto;
	}

	.second-footer-part .title {
		margin-bottom: 5px;
	}

	.third-footer-part {
		height: auto;
	}

	.third-footer-part .social-icons-wrapper {
		justify-content: center;
		margin: 10px 0;
	}

	.third-footer-part .horizontal-menu {
		margin-top: 20px;
		margin-bottom: 20px;
		text-align: center;
	}

	.third-footer-part .horizontal-menu li {
		display: block;
		margin-bottom: 5px;
	}

	.third-footer-part .horizontal-menu span {
		display: none;
	}

	.third-footer-part .content,
	.third-footer-part .content a {
		font-size: 14px;
		text-align: center;
	}

	.third-footer-part .social-icon {
		font-size: 20px;
	}

	.second-footer-part .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 520px) {
	.second-footer-part .register,
	.second-footer-part .authentificate {
		width: 100%;
		padding: 15px;
		margin: 10px 0;
	}

	.second-footer-part i {
		font-size: 20px;
	}
}


/* --------------------------------------------------------------
## Article Page
-------------------------------------------------------------- */

.post-header {
	min-height: 176px;
}

.post-header.standard {
	background: url("assets/images/subheader-standard.jpg") no-repeat center top;
}

.post-header.news-post-bg {
	background: url("assets/images/subheader-noutati.jpg") no-repeat center top;
}

.post-header.events-post-bg {
	background: url("assets/images/subheader-articol-eveniment.jpg") no-repeat center top;
}

.post-header,
.post-header a {
	color: #fff;
}

.post-header .container,
.post-header .row {
	height: 100%;
}

.post-header .title {
	display: flex;
	align-items: center;
	width: 100%;
	min-height: 125px;
	padding-bottom: 30px;
	margin: 10px 0;
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: bold;
}

.breadcrumbs {
	display: inline-flex;
	align-items: center;
	width: 100%;
	padding-bottom: 10px;
}

.breadcrumbs-item {
	font-family: var(--second-font);
	font-size: 14px;
	font-weight: lighter;
	text-transform: uppercase;
}

.breadcrumbs i {
	font-size: 8px;
	color: var(--yellow);
}

.breadcrumbs .dot {
	padding: 0 10px;
	line-height: 8px;
}

.widget {
	margin-left: 30px;
}

.widget-title {
	margin-top: 20px;
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}

.widget-title .wp-block-separator {
	margin: 25px 0 40px;
}

.widget_nav_menu li {
	padding: 0 !important;
	border-bottom: none !important;
	line-height: unset !important;
}

.widget_nav_menu li:before {
	content: unset !important;
}

.widget_upcoming_event {
	margin-top: 50px;
}

.widget_upcoming_event .widget-title .wp-block-separator {
	margin: 25px 0 20px;
}

.widget_upcoming_event .event-image {
	display: block;
	margin-bottom: 20px;
}

.widget_upcoming_event .right-content {
	width: calc(100% - 117px);
	padding-left: 15px;
	margin-top: -6px;
}

.widget_upcoming_event .event-info {
	display: flex;
	justify-content: space-between;
	color: var(--dark-gray);
}

.widget_upcoming_event .event-info:hover .date {
	color: var(--yellow);
}

.widget_upcoming_event .date {
	width: 117px;
	padding: 20px 0;
	border-top: 3px solid var(--yellow);
	text-align: center;
}

.widget_upcoming_event .day {
	font-family: var(--second-font);
	font-size: 36px;
	font-weight: bold;
}

.widget_upcoming_event .month {
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.widget_upcoming_event .category-name {
	margin-bottom: 10px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.widget_upcoming_event .category-title {
	font-family: var(--main-font);
	font-size: 18px;
	font-weight: 700;
}

.widgets-sidebar .menu a,
.sidebar-menu a {
	position: relative;
	display: block;
	padding-left: 22px;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: 400;
}

.widgets-sidebar .menu a::before,
.sidebar-menu a::before {
	position: absolute;
	top: 7px;
	left: 0;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 8px;
	font-weight: 900;
	color: var(--yellow);
}

.widgets-sidebar .menu .sub-menu {
	display: none;
}

.post-content.article {
	margin-bottom: 150px;
}

.post-content.standard-page {
	margin-bottom: 100px;
}

.contact-page .post-content {
	margin-bottom: 150px;
}

.post-content .before-article {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding: 27px 0;
	line-height: 1;
}

.post-content .before-article.before-event {
	padding-bottom: 0;
}

.post-content .before-article .line {
	width: 77px;
	margin-right: 20px;
	border-top: 3px solid var(--yellow);
}

.post-content .before-article .title {
	margin-right: 30px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.post-content .before-article .date {
	font-family: var(--main-font);
	font-size: 18px;
	font-weight: 300;
}

.post-content .before-article .message {
	margin-left: auto;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: bold;
	font-style: italic;
	color: var(--purple);
}

.post-content .before-article .event-info {
	display: flex;
	align-items: center;
	width: 100%;
}

.post-content .before-article .event-info .date {
	width: 80px;
	padding: 20px 0;
	text-align: center;
}

.post-content .before-article .event-info .date .day {
	font-family: var(--second-font);
	font-size: 36px;
	font-weight: bold;
}

.post-content .before-article .event-info .date .month {
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.post-content .before-article .event-info .full-date {
	margin-top: 5px;
	margin-bottom: 10px;
}

.post-content .before-article .event-info .full-date,
.post-content .before-article .event-info .location {
	margin-left: 30px;
	font-size: 18px;
	font-weight: lighter;
	line-height: 1.3;
}

.post-content .before-article .event-info i {
	margin-right: 10px;
}

.post-content .after-article {
	display: flex;
	align-items: center;
	padding-top: 15px;
	margin-top: 50px;
	border-top: 1px solid #cacaca;
}

.post-content .after-article .share-msg {
	height: 21px;
	margin-right: 20px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: lighter;
	text-transform: uppercase;
}

.post-content .after-article .twitter-share-button {
	margin-right: 15px;
}

.post-content .after-article .fb-share-button span {
	height: 21px !important;
}

.related-articles-wrapper {
	margin-bottom: 50px;
}

.related-articles-wrapper > div {
	flex-wrap: wrap;
}

.related-articles-title {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	margin-bottom: 45px;
}

.related-articles-wrapper.events .related-articles-title {
	margin-bottom: 70px;
}

.related-articles-title .title {
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: lighter;
	color: var(--purple);
	text-transform: uppercase;
}

.related-articles-title .line {
	width: 713px;
	height: 16px;
	background-color: var(--purple);
}

.articles {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 100%;
}

.articles article {
	width: 265px;
	height: 430px;
	padding: 22px 24px;
	border: 1px solid #ccc;
}

.articles.galerie-evenimente article {
	width: 100%;
	height: auto;
}

.articles article:hover {
	box-shadow: 0px 2px 5px 2px rgba(239,239,239,1);
}

.articles .empty-fill {
	width: 265px;
}

.articles article > a {
	display: block;
}

.articles .first-content {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-bottom: 25px;
	margin-bottom: 20px;
	border-bottom: 1px solid #e8e8e8;
}

.articles .image {
	width: 77px;
	height: 77px;
}

.articles.galerie-evenimente .image {
	width: 100%;
	height: 150px;
}

.articles .meta-info {
	width: calc(100% - 77px);
	padding-left: 20px;
	font-family: var(--main-font);
	font-size: 14px;
	font-weight: lighter;
	color: #000;
}

.articles.galerie-evenimente .meta-info {
	width: 100%;
	margin-top: 10px;
	padding-left: 0;
}

.articles .meta-info span {
	display: block;
	width: 100%;
	margin-bottom: 7px;
	font-family: var(--second-font);
	font-weight: bold;
	color: #1d1d1d;
}

.articles .middle-content {
	height: 208px;
	overflow: hidden;
}

.articles.galerie-evenimente .middle-content {
	height: auto;
}

.articles.galerie-evenimente .post-gallery {
	display: none;
}

.articles .middle-content .title {
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: bold;
	color: var(--dark-gray);
}

.articles.galerie-evenimente .middle-content .title {
	font-size: 20px;
}

.articles .middle-content .excerpt {
	margin-top: 28px;
	font-family: var(--main-font);
	font-size: 16px;
	font-weight: 400;
	line-height: 24px;
	color: rgb(60 60 60 / 0.7);
}

.articles .last-content {
	margin-top: 30px;
	text-align: right;
}

.articles .last-content a,
.articles .last-content span {
	font-family: var(--second-font);
	font-size: 14px;
	font-weight: 500;
	color: var(--dark-gray);
}

.articles.galerie-evenimente .last-content a {
	padding: 9px 25px;
	margin-left: auto;
	border-radius: 4px;
	background-color: var(--purple);
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
}

.articles.galerie-evenimente .last-content a:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.articles.galerie-evenimente .gallery-preview {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.articles.galerie-evenimente .gallery-preview a {
	display: block;
	width: 350px;
	height: 220px;
}

.articles.galerie-evenimente .gallery-preview .empty-fill {
	width: 350px;
}

.articles .last-content a:hover {
	color: var(--purple);
}

.events article {
	padding-bottom: 30px;
	margin-bottom: 50px;
	border-bottom: 1px solid #cacaca;
}

.events article:hover .date {
	color: var(--yellow);
}

.events article:hover .title {
	color: var(--purple);
}

.events article:hover .arrow svg path {
	stroke: var(--purple);

}

.events article:last-child {
	border: none;
}

.events .go-to-event {
	display: flex;
	width: 100%;
	color: var(--dark-gray);
}

.events .date {
	width: 117px;
	padding: 20px 0;
	margin-right: 15px;
	border-top: 3px solid var(--yellow);
	text-align: center;
}

.events .day {
	font-family: var(--second-font);
	font-size: 36px;
	font-weight: bold;
}

.events .month {
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: 300;
	text-transform: uppercase;
}

.events .event-info {
	width: calc(100% - 435px);
}

.events .image {
	width: 190px;
	height: 138px;
	margin-left: 40px;
}

.portal-section.events .image {
	margin-left: 0;
}

.events .category {
	margin-top: -10px;
	margin-bottom: 15px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: lighter;
	text-transform: uppercase;
	letter-spacing: 2px;
}

.events article .title {
	padding-right: 10px;
	margin-bottom: 25px;
	font-size: 30px;
	font-weight: bold;
}

.events .event-details  {
	display: flex;
	font-size: 18px;
	font-weight: lighter;
	color: #000;
}

.events .event-details i {
	margin-right: 10px;
}

.events .event-details .location {
	margin-left: 65px;
}

.events .arrow {
	align-self: center;
	margin-left: auto;
}

.events .arrow svg {
	width: 38px;
	height: 26px;
}

.events .go-to-events-btn {
	text-align: center;
}

/* --------------------------------------------------------------
## Article Page - RESPONSIVE
-------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	.widget_upcoming_event .date {
		width: 80px;
	}

	.widget_upcoming_event .right-content {
		width: calc(100% - 80px);
	}

	.articles article {
		margin-bottom: 40px;
	}

	.related-articles-title .line {
		width: 530px;
	}

	.articles.galerie-evenimente .gallery-preview a {
		margin-bottom: 30px;
	}

	.articles.galerie-evenimente .gallery-preview a {
		display: block;
		width: 48%;
		height: 290px;
	}
}

@media screen and (max-width: 991px) {
	.widgets-sidebar {
		margin-top: 50px;
	}

	.widget {
		margin: 0 0 50px;
	}

	.widget-content {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}

	.widget-title {
		width: 100%;
		font-size: 20px;
	}

	.widget-title .wp-block-separator {
		margin: 25px 0 30px;
	}

	.widget_upcoming_event .event-image {
		width: 40%;
	}

	.widget_upcoming_event .event-info {
		width: 58%;
	}

	.post-content {
		margin-bottom: 30px;
	}

	.related-articles-title .line {
		width: 300px;
	}

	.articles {
		justify-content: space-around;
	}

	.events article .title {
		font-size: 24px;
	}

	.events .event-details {
		flex-wrap: wrap;
	}

	.events .event-details .full-date,
	.events .event-details .location {
		width: 100%;
	}

	.events .event-details .location {
		margin-left: 0;
		margin-top: 10px;
	}
}

@media screen and (max-width: 768px) {
	.post-header {
		min-height: 100px;
	}

	.post-header .title {
		min-height: 70px;
		font-size: 20px;
	}

	.post-content .before-article {
		flex-wrap: wrap;
	}

	.post-content .before-article .line {
		width: 20px;
		margin-right: 10px;
	}

	.post-content .before-article .title {
		margin-right: 10px;
	}

	.post-content .before-article .date {
		margin-left: auto;
	}

	.post-content .before-article .title,
	.post-content .before-article .date {
		font-size: 16px;
	}

	.post-content .before-article .message {
		width: 100%;
		margin-top: 10px;
		font-size: 14px;
	}

	.related-articles-title {
		flex-wrap: wrap;
	}

	.related-articles-title .title {
		margin-bottom: 10px;
	}

	.related-articles-title .line {
		width: 100%;
		height: 10px;
	}

	.post-content .before-article.before-event .event-info .date {
		margin-left: 0;
	}

	.events .date {
		width: 90px;
	}

	.events .image {
		display: none;
	}

	.events .arrow {
		display: none;
	}

	.events .event-info {
		width: calc(100% - 60px);
	}

	.events article .title {
		font-size: 20px;
	}

	.events .event-details .full-date, .events .event-details .location {
		font-size: 16px;
	}

	.articles.galerie-evenimente .gallery-preview a {
		display: block;
		width: 100%;
		height: 290px;
	}

	.articles.galerie-evenimente .gallery-preview a {
		margin-bottom: 20px;
	}
}

@media screen and (max-width: 576px) {
	.breadcrumbs-item,
	.breadcrumbs .dot {
		display: none;
	}

	.breadcrumbs .dot:last-of-type,
	.breadcrumbs-item:last-child,
	.breadcrumbs-item.home {
		display: block;
	}

	.widget_upcoming_event .event-image,
	.widget_upcoming_event .event-info {
		width: 100%;
	}

	.widget_upcoming_event .event-image img {
		width: 100%;
	}

	main ul li {
		margin-bottom: 10px;
		line-height: 25px;
	}

	.wp-block-button a {
		padding: 9px 15px;
	}

	main a {
		font-size: 16px;
	}

	main ol:not(.wp-block-latest-posts) a::before,
	main ul:not(.wp-block-latest-posts) a::before,
	main p a::before {
		font-size: 14px;
	}

	body, button, input, select, optgroup, textarea {
		font-size: 16px;
	}

	.wp-block-separator {
		margin: 25px auto;
	}

	.wp-block-pullquote p {
		font-size: 20px;
	}

	.post-content {
		margin-bottom: 0;
	}

	.articles article,
	.articles .empty-fill {
		margin-right: 5px;
		margin-left: 5px;
	}

	.events .day {
		font-size: 30px;
	}

	.events .month {
		font-size: 20px;
	}

	.events article .title {
		font-size: 18px;
	}
}

@media screen and (max-width: 400px) {
	.related-articles-title .title {
		font-size: 20px;
	}

	.post-content .before-article.before-event .event-info .date {
		display: none;
	}

	.event-details {
		margin-top: 30px;
	}

	.post-content .before-article .event-info .full-date,
	.post-content .before-article .event-info .location {
		margin-left: 0;
	}
}


/* --------------------------------------------------------------
## Category Page
-------------------------------------------------------------- */
.category-header {
	/*height: 306px;*/
	min-height: 306px;
}

.category-header.standard {
	background: url("assets/images/CCF-triunghi.png") no-repeat top center, url("assets/images/subheader-standard.jpg") no-repeat center top /cover;
}

.category-header.news-cat-bg {
	background: url("assets/images/CCF-triunghi.png") no-repeat top center, url("assets/images/subheader-noutati-fiscale.jpg") no-repeat center top /cover;
}

.category-header.events-cat-bg {
	background: url("assets/images/CCF-triunghi.png") no-repeat top center, url("assets/images/subheader-evenimente.jpg") no-repeat center top /cover;
}

.category-header.contact {
	background: url("assets/images/CCF-triunghi.png") no-repeat top center, url("assets/images/subheader-contact.jpg") no-repeat center top /cover;
}

.category-header,
.category-header a {
	color: #fff;
}

.category-header .container,
.category-header .row {
	height: 100%;
	min-height: 306px;
}

.header-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: 100%;
}

.category-header-wrapper {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	padding-top: 40px;
}

.category-header .title {
	width: 100%;
	margin-bottom: 30px;
	font-family: var(--second-font);
	font-size: 48px;
	font-weight: lighter;
	text-align: center;
	text-transform: uppercase;
	line-height: 1;
}

.category-header .description {
	width: 100%;
	margin-bottom: 40px;
	font-family: var(--main-font);
	font-size: 24px;
	font-weight: lighter;
	text-align: center;
}

.category-header .description p {
	margin: 0;
}

.category-header .breadcrumbs {
	min-height: 36px;
	align-self: flex-end;
}

.category-header .breadcrumbs-item {
	font-size: 16px;
}

.news-preview-list {
	justify-content: space-between;
	height: 656px;
	padding: 50px;
	margin-top: 58px;
	border: 14px solid var(--yellow);
}

.first-post-preview,
.news-posts {
	width: 475px;
}

.news-preview-list .image {
	display: block;
}

.news-preview-list .post-preview {
	display: flex;
	justify-content: space-between;
	max-height: 152px;
	margin-bottom: 50px;
	overflow: hidden;
}

.first-post-preview:hover .title,
.news-preview-list .post-preview:hover .title {
	color: var(--purple);
}

.news-preview-list .post-preview:last-of-type {
	margin-bottom: 0;
}

.news-preview-list .post-preview .image {
	width: 77px;
	height: 77px;
}

.news-preview-list .post-preview .content-wrapper {
	width: calc(100% - 77px);
	padding-left: 20px;
}

.news-preview-list .post-preview .title {
	margin-bottom: 10px;
	line-height: 1.14;
	color: var(--dark-gray);
}

.news-preview-list .post-preview .excerpt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: rgb(60 60 60 / 0.8);
	text-align: justify;
}

.first-post-preview {
	height: 101%;
	overflow: hidden;
}

.first-post-preview .image {
	width: 475px;
	height: 299px;
	margin-bottom: 30px;
}

.first-post-preview .title {
	font-size: 24px;
	color: var(--dark-gray);
}

.first-post-preview .excerpt {
	margin-top: 30px;
	font-size: 16px;
	font-weight: 400;
	line-height: 1.5;
	color: rgb(60 60 60 / 0.8);
	text-align: justify;
}

.articles {
	margin-top: 37px;
}

.articles.galerie-evenimente {
	margin-top: 0;
}

.articles .empty-fill {
	width: 265px;
}

.articles article {
	margin-bottom: 20px;
}

.articles article:hover {
	box-shadow: 0px 2px 5px 2px rgba(239,239,239,1);
}

.articles article:hover .title {
	color: var(--purple);
}

.show-cat-articles {
	margin-top: 70px;
	margin-bottom: 50px;
}

.show-cat-articles .categories {
	display: flex;
	width: 100%;
}

.show-cat-articles .categories a {
	padding: 10px 15px;
	font-family: var(--second-font);
	font-size: 18px;
	font-weight: 400;
	color: rgb(65 65 65 / 0.8);
	border-bottom: 3px solid #cacaca;
}

.show-cat-articles .categories a:hover,
.show-cat-articles .categories a.active {
	color: var(--purple);
	border-bottom: 3px solid var(--yellow);
}

.show-cat-articles .categories .empty-fill {
	flex-grow: 1;
	border-bottom: 3px solid #cacaca;
}

.show-cat-articles .categories .empty-fill:hover {
	cursor: unset;
	border-bottom: 3px solid #cacaca;
}

.show-cat-articles .categories-mobile {
	display: none;
}


/* --------------------------------------------------------------
## Category Page - RESPONSIVE
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.category-header .title {
		font-size: 38px;
	}

	.category-header .description {
		height: auto;
		font-size: 20px;
	}

	.category-header .description br {
		display: none;
	}

	.news-preview-list {
		height: auto;
		padding: 40px;
	}

	.first-post-preview {
		display: flex;
		justify-content: space-between;
		max-height: 152px;
		margin-bottom: 50px;
		overflow: hidden;
	}

	.first-post-preview,
	.news-posts {
		width: 100%;
	}

	.first-post-preview .image {
		width: 77px;
		height: 77px;
	}

	.first-post-preview .title {
		margin-bottom: 10px;
		font-size: inherit;
	}

	.first-post-preview .content-wrapper {
		width: calc(100% - 77px);
		padding-left: 20px;
	}

	.first-post-preview .excerpt {
		margin-top: 0;
	}

	.show-cat-articles .categories {
		display: none;
	}

	.show-cat-articles .categories-mobile {
		display: flex;
	}
}

@media screen and (max-width: 768px) {
	.category-header .title {
		font-size: 30px;
	}

	.category-header .description {
		font-size: 18px;
	}

	.first-post-preview,
	.news-preview-list .post-preview {
		align-items: center;
		max-height: none;
		margin-bottom: 30px;
	}

	.first-post-preview .image {
		margin-bottom: 0;
	}

	.first-post-preview .excerpt,
	.news-preview-list .post-preview .excerpt {
		display: none;
	}

	.category-header,
	.category-header .container, .category-header .row {
		min-height: 100px;
	}

	.category-header .title {
		font-size: 22px;
	}
}

@media screen and (max-width: 576px) {
	.news-preview-list {
		padding: 20px;
	}

	.first-post-preview .content-wrapper,
	.news-preview-list .post-preview .content-wrapper {
		width: 100%;
		padding-left: 0;
	}

	.first-post-preview .image,
	.news-preview-list .post-preview .image {
		display: none;
	}
}


/* --------------------------------------------------------------
## Events Category Page
-------------------------------------------------------------- */

.ui-datepicker-current-day {
	background-color: var(--yellow) !important;
}

.ui-datepicker-current-day span {
	color: var(--purple) !important;
}

.articles-month {
	margin-top: 40px;
	font-family: var(--second-font);
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
	text-align: center;
	letter-spacing: 2px;
}

.articles-month hr {
	padding: 0;
	margin: 30px auto 40px;
	border-bottom: 1px solid #cacaca;
}

.articles-month hr:before {
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	width: 41px;
	height: 3px;
	background-color: var(--yellow);
	content: "";
}

.events.on-category {
	margin-bottom: 80px;
}

.events.on-category .main-pagination {
	margin: 0 auto;
}

.no-events {
	margin-top: 60px;
}


/* --------------------------------------------------------------
## Events Category Page - responsive
-------------------------------------------------------------- */

@media screen and (max-width: 500px) {
	.ui-datepicker td.active::before {
		left: 5%;
	}
}


/* --------------------------------------------------------------
## 404 Page
-------------------------------------------------------------- */

.header-search .search-content-404 {
	position: relative;
	width: 240px;
	height: 40px;
}

.post-content.page-404 {
	margin-bottom: 0;
}

.post-content.page-404 .after-article {
	margin-top: 50px;
}


/* --------------------------------------------------------------
## 404 Page - responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.page-404 .header-search {
		display: block;
	}
}


/* --------------------------------------------------------------
## Search Page
-------------------------------------------------------------- */
.search-page .main-pagination {
	margin-bottom: 50px;
}


/* --------------------------------------------------------------
## Search Page - responsive
-------------------------------------------------------------- */
@media screen and (max-width: 576px) {
	.articles.search-page article {
		margin-bottom: 30px;
	}
}


/* --------------------------------------------------------------
## Contact Page
-------------------------------------------------------------- */
.contact-page .info-preview {
	justify-content: space-between;
	height: 656px;
	padding: 50px 70px;
	margin-top: 58px;
	margin-bottom: 70px;
	border: 14px solid var(--yellow);
}

.contact-page .info-preview .left,
.contact-page .info-preview .right {
	width: 49%;
	height: 100%;
}

.contact-page .info-preview .title {
	width: 100%;
	margin-bottom: 10px;
	font-size: 22px;
	color: var(--purple);
	text-transform: uppercase;
}

.contact-page .info-preview .subtitle {
	font-size: 24px;
	font-weight: bold;
}

.contact-page .info-preview .schedule {
	margin-top: 50px;
	margin-bottom: 25px;
}

.contact-page .info-preview .schedule li {
	position: relative;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	border-bottom: 1px solid #cacaca;
	font-weight: lighter;
	line-height: 24px;
}

.contact-page .info-preview .schedule li::before {
	position: absolute;
	left: 0;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 5px;
	font-weight: 900;
}

.contact-page .info-preview .text {
	font-size: 18px;
	line-height: 30px;
}

.contact-page .info-preview .info {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.contact-page .info-preview .info li {
	position: relative;
	padding-top: 0;
	padding-left: 15px;
}

.contact-page .info-preview .info li::before {
	position: absolute;
	top: 8px;
	left: 0;
	content: "\f111";
	font-family: "Font Awesome 5 Free";
	font-size: 5px;
	font-weight: 900;
}

.contact-page .info-preview .meta-info {
	font-weight: normal;
	text-transform: none;
}

.contact-page .contact-info {
	display: flex;
	justify-content: space-between;
}

.contact-page .contact-info .informations {
	width: calc(100% - 810px);
	padding-right: 35px;
}

.contact-page .contact-info .title {
	margin-bottom: 15px;
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
}

.contact-page .contact-info .fixes {
	position: relative;
	padding-left: 55px;
}

.contact-page .contact-info .phones {
	position: relative;
	padding-left: 87px;
}

.contact-page .contact-info .emails {
	position: relative;
	padding-left: 78px;
}

.contact-page .contact-info .fixes,
.contact-page .contact-info .phones,
.contact-page .contact-info .emails {
	margin-bottom: 5px;
}

.contact-page .contact-info .fixes a,
.contact-page .contact-info .phones a,
.contact-page .contact-info .emails a {
	display: block;
	font-weight: normal;
	color: var(--dark-gray);
}

.contact-page .contact-info .fixes a:hover,
.contact-page .contact-info .phones a:hover,
.contact-page .contact-info .emails a:hover {
	color: var(--yellow);
}

.contact-page .contact-info span {
	position: absolute;
	left: 0;
}

.contact-page .contact-info i {
	margin-right: 5px;
}

.contact-page .contact-info .address a {
	font-weight: normal;
	line-height: 24px;
	color: var(--dark-gray);
}

.contact-page .contact-info .address a:hover {
	color: var(--yellow);
}

.contact-page .map {
	width: 810px;
	height: 900px;
	border: 1px solid #707070;
}

.contact-page .contact-form .title {
	margin-top: 100px;
	margin-bottom: 20px;
	font-family: var(--second-font);
	font-size: 48px;
	text-align: center;
	color: var(--purple);
	text-transform: uppercase;
}

.contact-page .contact-form .subtitle {
	margin-bottom: 100px;
	font-size: 22px;
	color: var(--purple);
	text-align: center;
}

.contact-page .contact-form .first {
	display: flex;
	justify-content: space-between;
}

.contact-page .contact-form .second {
	margin-top: 25px;
}

.contact-page .contact-form .first span {
	width: 361px;
	height: 38px;
}

.contact-page .contact-form input {
	padding: 10px;
}

.contact-page .contact-form input:not(.wpcf7-submit),
.contact-page .contact-form textarea {
	width: 100%;
	height: 100%;
	border: none;
	border-bottom: 1px solid var(--dark-gray);
	border-radius: 0;
}

.contact-page .contact-form input,
.contact-page .contact-form textarea {
	font-family: var(--second-font);
	font-size: 16px;
	color: var(--dark-gray);
}

.contact-page .contact-form textarea {
	height: 127px;
	resize: none;
}

.contact-page .contact-form input:focus,
.contact-page .contact-form textarea:focus {
	outline: none;
}

.contact-page .contact-form input::placeholder,
.contact-page .contact-form input::-webkit-input-placeholder,
.contact-page .contact-form textarea::-webkit-input-placeholder,
.contact-page .contact-form input::-moz-placeholder,
.contact-page .contact-form textarea::-moz-placeholder,
.contact-page .contact-form input:-ms-input-placeholder,
.contact-page .contact-form textarea:-ms-input-placeholder,
.contact-page .contact-form input:-moz-placeholder,
.contact-page .contact-form textarea:-moz-placeholder {
	font-family: var(--second-font);
	font-size: 16px;
	color: var(--dark-gray);
}

.contact-page .contact-form .send-btn {
	margin-top: 30px;
	text-align: center;
}

.contact-page .contact-form .send-btn input {
	padding: 9px 35px;
	border: none;
	border-radius: 4px;
	background-color: var(--purple);
	font-size: 16px;
	font-weight: 400;
	color: #fff;
}

.contact-page .contact-form .send-btn input:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.wpcf7-acceptance {
	display: inline-block;
	margin-top: 20px;
}

.wpcf7-acceptance .wpcf7-list-item {
	display: inline-flex;
	align-items: center;
	margin: 0;
}

.wpcf7-acceptance .ct-ultimate-gdpr-consent-field {
	border: 1px solid !important;
	width: 17px !important;
	height: 17px !important;
	margin-right: 10px;
	margin-bottom: 1px;
}

/* --------------------------------------------------------------
## Contact Page - responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.contact-page .info-preview {
		height: auto;
		padding: 30px;
	}

	.contact-page .info-preview .left, .contact-page .info-preview .right {
		width: 100%;
		height: 100%;
	}

	.contact-page .info-preview .schedule {
		margin-top: 20px;
	}

	.contact-page .contact-info .informations {
		width: 40%;
	}

	.contact-page .map {
		width: 60%;
	}

	.contact-page .contact-form .first span {
		width: 32%;
	}
}

@media screen and (max-width: 992px) {
	.contact-page .post-content {
		margin-bottom: 60px;
	}
}

@media screen and (max-width: 768px) {
	.contact-page .contact-info {
		flex-wrap: wrap;
	}

	.contact-page .contact-info .informations,
	.contact-page .map {
		width: 100%;
	}

	.contact-page .contact-info .informations {
		padding-right: 0;
		margin-bottom: 30px;
	}

	.contact-page .contact-info .informations br {
		display: none;
	}

	.contact-page .contact-form .first {
		flex-wrap: wrap;
	}

	.contact-page .contact-form .first span {
		width: 100%;
		margin-bottom: 25px;
	}

	.contact-page .contact-form .second {
		margin-top: 0;
	}

	.contact-page .contact-form .title {
		font-size: 38px;
	}

	.contact-page .contact-form .subtitle {
		margin-bottom: 50px;
	}

	.contact-page .financial-info .content br {
		display: block;
	}

	.contact-page .map {
		height: 350px;
	}
}

@media screen and (max-width: 576px) {
	.contact-page .info-preview .info {
		flex-wrap: wrap;
	}

	.contact-page .info-preview .info ul {
		width: 100%;
	}

	.contact-page .info-preview .info li {
		margin-bottom: 15px;
	}

	.contact-page .info-preview .info li::before {
		top: 0;
	}

	.contact-page .info-preview .info > div {
		padding-left: 15px;
	}

	.contact-page .contact-info {
		padding: 0 15px;
	}

	.contact-page .contact-form .title {
		margin-top: 70px;
		margin-bottom: 10px;
		font-size: 24px;
	}

	.contact-page .contact-form .subtitle {
		margin-bottom: 30px;
		font-size: 18px;
	}
}

/* --------------------------------------------------------------
## Revista CCF Page
-------------------------------------------------------------- */
.revista-ccf .post-content {
	padding-top: 50px;
	padding-bottom: 100px;
}

.revista-ccf .files-title {
	margin: 30px 0;
}

.revista-ccf .wp-block-file {
	margin-bottom: 10px;
}

/* --------------------------------------------------------------
## Registru CCF Page
-------------------------------------------------------------- */

.category-header.registru {
	min-height: 176px;
	background: url("assets/images/CCF-triunghi.png") no-repeat top center, url("assets/images/subheader-registru.jpg") no-repeat center top /cover;
}


.category-header.registru .container,
.category-header.registru .row {
	min-height: 176px;
}

.category-header.registru .title {
	margin-bottom: 10px;
}

.category-header.registru .description {
	margin-bottom: 0;
}

.category-header.registru .breadcrumbs {
	padding-bottom: 0;
}

.category-header.registru .breadcrumbs-item {
	font-size: 14px;
}

.registru-ccf-page .info-notice {
	padding: 10px 80px;
	margin: 40px auto;
	border-radius: 7px;
	background-color: #e7e7e7;
	font-family: var(--main-font);
	font-size: 18px;
	font-style: italic;
	border: 1px solid transparent;
}

.registru-ccf-page .subpages-wrapper {
	justify-content: space-between;
}

.registru-ccf-page .subpages-wrapper .flex-wrapper {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.registru-ccf-page .subpages-wrapper.children {
	padding-bottom: 13px;
	margin-bottom: 30px;
	border-bottom: 3px solid var(--yellow);
}

.registru-ccf-page .subpages {
	position: relative;
	display: flex;
	align-items: center;
	width: 218px;
	height: 89px;
	border-radius: 7px;
	border: 1px solid #d9d9d9;
}

.registru-ccf-page .subpages.active,
.registru-ccf-page .subpages:hover {
	background-color: var(--yellow);
	border: 1px solid var(--yellow);
	color: var(--dark-gray);
}

.registru-ccf-page .subpages.active:after {
	position: absolute;
	right: 0;
	bottom: -14px;
	left: 0;
	width: 41px;
	margin: auto;
	content: "";
	border-style: solid;
	border-width: 14px 20.5px 0 20.5px;
	border-color: var(--yellow) transparent transparent transparent;
}

.registru-ccf-page .subpages .icon {
	margin: 0 10px 0 15px;
}

.registru-ccf-page .subpages i {
	font-size: 36px;
	color: var(--yellow);
}

.registru-ccf-page .subpages.active i,
.registru-ccf-page .subpages:hover i {
	color:  #fff;
}

.registru-ccf-page .subpages .title {
	text-transform: uppercase;
}

.registru-ccf-page .subpages .subtitle {
	font-weight: normal;
}

.registru-ccf-page .subpages .content {
	font-family: var(--second-font);
	font-size: 18px;
}

.registru-ccf-page .no-content-image {
	margin: 100px auto 130px;
}

.registru-ccf-page .no-results-msg {
	justify-content: center;
	font-size: 20px;
	background-color: var(--yellow);
	border: 1px solid var(--yellow);
	border-radius: 7px;
	padding: 20px;
}

.registru-ccf-page .input-group {
	margin-bottom: 20px;
}

.registru-ccf-page .input-group-text {
	background-color: #efefef;
	font-family: var(--second-font);
	font-size: 14px;
	font-weight: 600;
}

.registru-ccf-page button[type=submit] {
	width: 100%;
	height: 38px;
	padding: 9px 35px;
	border-radius: 4px;
	background-color: var(--purple);
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: normal;
	color: #fff;
	border: none;
}

.registru-ccf-page button[type=submit]:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.registru-ccf-results {
	overflow-x:auto;
}

.registru-ccf-results .go-to-bottom {
	position: fixed;
	top: 100px;
	display: none;
	width: 30px;
	height: 30px;
	border: 1px solid;
	align-items: center;
	justify-content: center;
	border-radius: 4px;
	cursor: pointer;
}

.registru-ccf-results .go-to-bottom.show {
	display: flex;
}

.registru-ccf-results table {
	width: 1110px;
}

.registru-ccf-results thead {
	font-family: var(--second-font);
	font-size: 14px;
	font-weight: bold;
}

.registru-ccf-results thead .first-header {
	border-bottom: 2px solid #c7c7c8;
}

.registru-ccf-results thead .first-header td {
	position: relative;
	padding: 15px 10px 10px 10px;
	vertical-align: middle;
}

.registru-ccf-results thead .second-header {
	border-bottom: 1px solid #c7c7c8;
}

.registru-ccf-results thead .second-header td {
	padding: 10px;
}

.registru-ccf-results tbody {
	font-family: var(--second-font);
	font-size: 14px;
	font-weight: normal;
}

.registru-ccf-results tbody td {
	padding: 10px;
}

.registru-ccf-results tbody tr {
	border-bottom: 1px solid #c7c7c8;
}

.registru-ccf-results .column-1 {
	min-width: 50px;
	font-weight: bold;
}

.registru-ccf-results .column-2 {
	min-width: 100px;
}

.registru-ccf-results .column-3 {
	min-width: 150px;
}

.registru-ccf-results .column-4 {
	min-width: 150px;
}

.registru-ccf-results .column-7 {
	min-width: 50px;
}

.registru-ccf-results .pers-fizica .column-7,
.registru-ccf-results .pers-fizica .column-8,
.registru-ccf-results .pers-fizica .column-9 {
	min-width: 80px;
}

.registru-ccf-results .pers-juridica .column-8 {
	min-width: 80px;
}

/* Registru - toti membrii - persoana fizica */

.registru-ccf-results.toti-membrii.pers-fizica .column-1 {
	width: 50px;
	min-width: 50px;
	font-weight: bold;
}

.registru-ccf-results.toti-membrii.pers-fizica .column-2 {
	width: 90px;
	min-width: 90px;
}

.registru-ccf-results.toti-membrii.pers-fizica .column-3 {
	width: 210px;
	min-width: 210px;
	padding-right: 35px;
}

.registru-ccf-results.toti-membrii.pers-fizica .column-3 a {
	position: absolute;
	top: 20px;
	right: 0;
}

.sageata-sus {
	display: block;
	width: 12px;
	height: 12px;
	background: url(https://ccfiscali.endsoft.ro/wp-content/themes/ccfiscali-theme/assets/images/sageata.svg) no-repeat 0 0;
	background-size: 12px;
	margin: 10px 20px 5px 0;
}

.sageata-jos {
	display: block;
	width: 12px;
	height: 12px;
	background: url(https://ccfiscali.endsoft.ro/wp-content/themes/ccfiscali-theme/assets/images/sageata.svg) no-repeat 0 0;
	background-size: 12px;
	transform: rotate(180deg);
	margin: 15px 20px 5px 0;
}

.sageata-disable {
	opacity: 0.3;
}

.toate-zile-ziua {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	width: 66.25%;
	border: 1px solid #ced4da;
	border-radius: 0 0.25rem 0.25rem 0;
	border-left: none;
}

.toate-zile-ziua div {
	display: flex;
	align-items: center;
	justify-content: flex-start;
	position: relative;
	font-size: 17px;
}

.toatezile {
	width: 42%;
	padding: 0 0 0 52px;
}

.ziua {
	width: 50%;
	padding: 0 0 0 52px;
}

.toate-zile-ziua div input {
	-webkit-appearance: none;
	position: absolute;
	top: 11px;
	left: 30px;
	display: block;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url(https://ccfiscali.endsoft.ro/wp-content/themes/ccfiscali-theme/assets/images/radio-notcheck.svg) no-repeat 0 0;
	background-size: 12px;
	color: #999;
}

input[type="radio"]:checked {
	background: url(https://ccfiscali.endsoft.ro/wp-content/themes/ccfiscali-theme/assets/images/radio-check.svg) no-repeat 0 0;
	background-size: 12px;
	border: none; outline: 0;
	top: 13px;

}
input + span {color: #999;}
input:checked + span {color: var(--purple);}

input[type="radio"]:focus {outline: none;}

.registru-ccf-results.toti-membrii.pers-fizica .column-4 {
	width: 190px;
	min-width: 190px;
	padding-right: 35px;
}

.registru-ccf-results.toti-membrii.pers-fizica .column-4 a {
	position: absolute;
	top: 20px;
	right: 0;
}

/* Registru - toti membrii - persoana juridica */

.registru-ccf-results.toti-membrii.pers-juridica .column-3 {
	width: 210px;
	min-width: 210px;
	padding-right: 35px;
}

.registru-ccf-results.toti-membrii.pers-juridica .column-3 a {
	position: absolute;
	top: 10px;
	right: 0;
}

.registru-ccf-results.toti-membrii.pers-juridica .column-4 {
	width: 190px;
	min-width: 190px;
	padding-right: 35px;
}

.registru-ccf-results.toti-membrii.pers-juridica .column-4 a {
	position: absolute;
	top: 10px;
	right: 0;
}

.registru-ccf-results.toti-membrii.pers-juridica .column-7 {
	width: 90px;
	min-width: 90px;
}

.registru-ccf-results td {
	vertical-align: top;
}

.registru-ccf-page .result-supratitle {
	margin-top: 100px;
	font-family: var(--second-font);
	font-size: 26px;
	font-weight: lighter;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
}

.registru-ccf-page .result-title {
	font-family: var(--second-font);
	font-size: 24px;
	font-weight: lighter;
	text-transform: uppercase;
	color: var(--purple);
	text-align: center;
}

.registru-ccf-page .result-subtitle {
	margin-top: 5px;
	margin-bottom: 30px;
	font-family: var(--second-font);
	font-size: 20px;
	font-weight: 600;
	text-align: center;
}

#paginare {
	display: flex;
	justify-content: center;
	padding: 50px 0;
}

#paginare a,
#paginare span {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	margin: 0 2px;
	background-color: #f2f2f2;
	font-size: 18px;
	font-weight: normal;
	color: var(--dark-gray);
}

#paginare a:hover,
#paginare span {
	background-color: var(--purple);
	color: #fff;
	cursor: pointer;
}

.paginare-wrapper {
	display: flex;
}

#paginare .left-arrow {
	margin-right: 30px;
}

#paginare .right-arrow {
	margin-left: 30px;
}

.info-table {
	margin-top: 315px;
	margin-bottom: 5px;
}

.info-table .title {
	justify-content: center;
	margin-bottom: 10px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: 900;
	text-transform: uppercase;
	letter-spacing: 3px;
}

.info-table .content {
	padding: 15px 5px;
	background-color: #d9d9d9;
}

.info-table .subtitle {
	margin-bottom: 10px;
	font-size: 18px;
	font-weight: bold;
}

.info-table .text {
	font-family: var(--second-font);
	font-size: 14px;
}

/* --------------------------------------------------------------
## Registru CCF - responsive
-------------------------------------------------------------- */
@media screen and (max-width: 1200px) {
	.registru-ccf-page .subpages {
		width: 220px;
		padding-right: 10px;
	}

	.registru-ccf-page .subpages i {
		font-size: 34px;
	}

	.info-table {
		margin-top: 150px;
	}
}

@media screen and (max-width: 991px) {
	.registru-ccf-page .info-notice {
		padding: 10px 30px;
	}

	.registru-ccf-page .subpages {
		width: 335px;
		margin-bottom: 20px;
	}

	.registru-ccf-page .no-content-image {
		margin: 50px auto;
	}

	.registru-ccf-page .subpages.active:after {
		content: unset;
	}

	.registru-ccf-results {
		width: 90%;
	}
}

@media screen and (max-width: 767px) {
	.registru-ccf-page .subpages {
		width: 245px;
	}

	.registru-ccf-page .input-group {
		margin-bottom: 15px;
	}
	.radio-zile .input-group-prepend {
		width: 100%;
		margin: 0;
	}
	.radio-zile .input-group-prepend .input-group-text {
		width: 100%;
		border-radius: 0.25rem 0.25rem 0 0;
	}
	.toate-zile-ziua {
		width: 100%; min-height: 35px;
		border-radius: 0 0 0.25rem 0.25rem;
		border: 1px solid #ced4da;
		border-top: none;
	}
	.toatezile {width: 60%;}
	.ziua {width: 39%;}


}

@media screen and (max-width: 575px) {
	.registru-ccf-page .info-notice {
		margin: 40px 15px;
	}

	.registru-ccf-page .no-content-image {
		margin: 0;
		padding: 50px;
	}

	.registru-ccf-page .subpages-wrapper {
		padding: 0 15px;
	}

	.registru-ccf-page .subpages {
		width: 100%;
		margin-bottom: 10px;
	}

	.paginare-wrapper {
		flex-wrap: wrap;
		justify-content: center;
	}

	#paginare a, #paginare span {
		margin-bottom: 10px;
	}

	.info-table {
		margin-top: 50px;
	}
	.registru-ccf-results {
		width: 80%;
	}
}


/* --------------------------------------------------------------
## Homepage
-------------------------------------------------------------- */
#go-top-button {
	display: inline-block;
	background-color: rgb(0 0 0 / 0.5);
	width: 51px;
	height: 51px;
	text-align: center;
	border-radius: 4px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	transition: background-color .3s,
	opacity .5s, visibility .5s;
	opacity: 0;
	visibility: hidden;
	z-index: 1000;
}
#go-top-button::after {
	content: "\f151";
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	font-size: 30px;
	line-height: 50px;
	color: rgb(255 255 255 / 0.2);
}
#go-top-button:hover {
	cursor: pointer;
	background-color: #333;
}
#go-top-button:active {
	background-color: #555;
}
#go-top-button.show {
	opacity: 1;
	visibility: visible;
}

.homepage .carousel-item {
	height: 448px;
}

.homepage .carousel-item .d-block {
	height: 100%;
}

.homepage .carousel-item .container.absolute {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	margin: auto;
}

.homepage .carousel-item .overlay {
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background-color: rgb(0 0 0 / 0.2);
}

.homepage .carousel-item .content {
	width: 570px;
	height: 350px;
	padding: 50px 70px;
	margin-top: 40px;
	background-color: rgb(111 68 139 / 0.86);;
	color: #fff;
}

.homepage .carousel-item .title {
	font-family: var(--second-font);
	font-size: 36px;
	line-height: 40px;
}

.homepage .carousel-item .text {
	margin-top: 20px;
	margin-bottom: 30px;
	font-size: 16px;
	line-height: 24px;
}

.homepage .carousel-item .link {
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.homepage .carousel-item .link:hover {
	color: var(--yellow);
}

.homepage .carousel-indicators {
	height: 40px;
}

.homepage .carousel-indicators li {
	width: 25px;
	height: auto;
	text-indent: unset;
	border: 0;
	background-color: transparent;
	color: var(--light-gray);
}

.homepage .carousel-indicators li i {
	font-size: 12px;
}

.despre-ccf-section {
	height: auto;
	min-height: 539px;
}

.despre-ccf-section .block-wrapper {
	height: 100%;
	min-height: 539px;
}

.despre-ccf-section .block-wrapper .block-element {
	display: flex;
	align-items: center;
	width: 50%;
	min-height: 539px;
	background-color: #f4f4f5;
}

.despre-ccf-section .image {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 539px;
}

.despre-ccf-section .block-wrapper .block-element {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	min-height: 539px;
	background-color: #f4f4f5;
}

.despre-ccf-section .block-text .content {
	width: 570px;
	min-height: 539px;
	padding: 140px 80px 140px 0;
	margin-left: auto;
	text-align: justify;
}

.despre-ccf-section .block-text .title {
	font-family: var(--second-font);
	font-size: 48px;
	text-transform: uppercase;
	color: var(--purple);
}

.despre-ccf-section .block-text .text {
	margin-top: 30px;
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 30px;
}

.despre-ccf-section .block-text .link {
	font-family: var(--second-font);
	font-size: 18px;
	font-weight: normal;
}

.despre-ccf-section .block-text .link:hover {
	color: var(--yellow);
}

.despre-ccf-section .block-image .content {
	z-index: 1;
	width: 570px;
	min-height: 539px;
	padding: 70px 0 70px 80px;
	margin-right: auto;
}

.despre-ccf-section .block-image .title {
	font-family: var(--second-font);
	font-size: 22px;
	font-weight: normal;
	color: var(--purple);
}

.despre-ccf-section .block-image .subtitle {
	font-family: var(--second-font);
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--purple);
}

.despre-ccf-section .block-image .link {
	position: absolute;
	bottom: 70px;
	height: 34px;
	min-height: 34px;
	padding: 5px 30px;
	margin-top: 40px;
	border-radius: 4px;
	background-color: #fff;
	font-size: 18px;
	font-weight: normal;
	font-family: var(--second-font);
	color: var(--purple);
}

.despre-ccf-section .block-image .link:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.ultimele-noutati-section {
	height: auto;
	min-height: 790px;
}

.ultimele-noutati-section .block-wrapper {
	height: 100%;
	min-height: 790px;
}

.ultimele-noutati-section .block-element {
	position: relative;
	display: flex;
	width: 50%;
	min-height: 790px;
}

.ultimele-noutati-section .block-element.left .image {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 790px;
}

.ultimele-noutati-section .block-content-wrapper {
	width: 570px;
	height: 100%;
	z-index: 1;
	min-height: 790px;
	padding: 50px 0 50px;
}

.ultimele-noutati-section .left .block-content-wrapper {
	margin-left: auto;
}

.ultimele-noutati-section .right .block-content-wrapper {
	margin-right: auto;
}

.ultimele-noutati-section .block-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: left;
	flex-wrap: wrap;
	height: 100%;
	padding: 40px 0;
	border-top: 14px solid var(--yellow);
	border-bottom: 14px solid var(--yellow);
}

.ultimele-noutati-section .left .block-content {
	padding-left: 100px;
	border-left: 14px solid var(--yellow);
}

.ultimele-noutati-section .right .block-content {
	padding: 40px 35px 40px 50px;
	border-right: 14px solid var(--yellow);
}

.ultimele-noutati-section .news-posts {
	width: 100%;
}

.ultimele-noutati-section .post-preview {
	display: flex;
	justify-content: space-between;
	max-height: 152px;
	margin-bottom: 50px;
	overflow: hidden;
}

.ultimele-noutati-section .post-preview .image {
	display: block;
	width: 77px;
	height: 77px;
}

.ultimele-noutati-section .post-preview .content-wrapper {
	width: calc(100% - 77px);
	padding-left: 20px;
}

.ultimele-noutati-section .post-preview .title {
	margin-bottom: 10px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: bold;
	color: var(--dark-gray);
}

.ultimele-noutati-section .post-preview:hover .title {
	color: var(--purple);
}

.ultimele-noutati-section .post-preview .excerpt {
	font-size: 16px;
	font-weight: 400;
	line-height: 1.3;
	color: rgb(60 60 60 / 0.8);
	text-align: justify;
}

.ultimele-noutati-section .noutati-btn {
	padding: 9px 25px;
	margin-left: auto;
	border-radius: 4px;
	background-color: var(--purple);
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
}

.ultimele-noutati-section .noutati-btn:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.ultimele-noutati-section .left .block-text {
	font-family: var(--second-font);
	font-size: 48px;
	text-transform: uppercase;
	color: #fff;
}

.consultant-fiscal-section {
	height: auto;
	min-height: 540px;
}

.consultant-fiscal-section .block-wrapper {
	height: 100%;
	min-height: 540px;
}

.consultant-fiscal-section .block-element {
	position: relative;
	display: flex;
	width: 50%;
	min-height: 540px;
}

.consultant-fiscal-section .block-element.left .image {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 540px;
}

.consultant-fiscal-section .block-content-wrapper {
	width: 570px;
	height: 100%;
	z-index: 1;
	min-height: 540px;
	padding: 50px 0 50px;
}

.consultant-fiscal-section .left .block-content-wrapper {
	margin-left: auto;
}

.consultant-fiscal-section .right .block-content-wrapper {
	margin-right: auto;
	background-color: #f4f4f5;
}

.consultant-fiscal-section .block-content {
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: left;
	flex-wrap: wrap;
	height: 100%;
	padding: 40px 0;
	border-top: 14px solid var(--yellow);
	border-bottom: 14px solid var(--yellow);
}

.consultant-fiscal-section .left .block-content {
	padding-left: 100px;
	border-left: 14px solid var(--yellow);
}

.consultant-fiscal-section .right .block-content {
	padding: 40px 35px 40px 50px;
	border-right: 14px solid var(--yellow);
}

.consultant-fiscal-section .block-content .title,
.consultant-fiscal-section .block-content .subtitle {
	width: 100%;
}

.consultant-fiscal-section .block-content .title {
	font-family: var(--second-font);
	font-size: 22px;
	font-weight: normal;
	color: var(--purple);
}

.consultant-fiscal-section .block-content .subtitle {
	margin-top: 10px;
	margin-bottom: 30px;
	font-family: var(--second-font);
	font-size: 48px;
	font-weight: normal;
	text-transform: uppercase;
	color: var(--purple);
	line-height: 1;
}

.consultant-fiscal-section .block-content .link {
	padding: 9px 25px;
	border-radius: 4px;
	background-color: var(--purple);
	font-family: var(--second-font);
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.consultant-fiscal-section .block-content .link:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.portal-section {
	height: auto;
	min-height: 325px;
}

.portal-section .block-wrapper {
	height: 100%;
	min-height: 325px;
}

.portal-section .block-wrapper .block-element {
	position: relative;
	display: flex;
	align-items: center;
	width: 50%;
	min-height: 325px;
	background-color: #f4f4f5;
}

.portal-section .block-text .content {
	display: flex;
	align-items: center;
	width: 570px;
	min-height: 325px;
	margin-left: auto;
}

.portal-section .image {
	position: absolute;
	width: 100%;
	height: 100%;
	min-height: 325px;
}

.portal-section .eticheta {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 60px;
	height: 110px;
	margin-right: 25px;
	background-color: var(--yellow);
	border-radius: 5px;
	font-family: var(--second-font);
	font-size: 18px;
	font-weight: bold;
	text-transform: uppercase;
}

.portal-section.events .eticheta {
	height: 70px;
}

.portal-section.events .eticheta i {
	font-size: 30px;
	color: var(--purple);
}

.portal-section .title {
	font-family: var(--second-font);
	font-size: 48px;
	color: var(--purple);
	text-transform: uppercase;
	line-height: 1;
}

.portal-section .text {
	font-size: 22px;
	color: var(--purple);
	letter-spacing: 1px;
}

.portal-section .block-image .content {
	z-index: 1;
}

.portal-section .link {
	padding: 5px 20px;
	border-radius: 4px;
	background-color: var(--purple);
	font-family: var(--second-font);
	font-size: 18px;
	font-weight: normal;
	color: #fff;
}

.portal-section .link:hover {
	background-color: #fff;
	color: var(--purple);
}

.portal-section .link i {
	margin-right: 10px;
	font-size: 18px;
}

.portal-section .block-image .content {
	display: flex;
	align-items: center;
	width: 570px;
	min-height: 325px;
	padding-left: 160px;
	margin-right: auto;
}

.portal-section .triangle {
	position: absolute;
	left: 0;
	border-style: solid;
	border-width: 21px 0 21px 21px;
	border-color: transparent transparent transparent #f4f4f5;
}

.mass-media-section {
	min-height: 610px;
}

.mass-media-section .main-title {
	padding-bottom: 100px;
	font-family: var(--second-font);
	font-size: 48px;
	color: var(--purple);
	text-transform: uppercase;
	justify-content: center;
}

.mass-media-section a {
	display: flex;
	flex-wrap: wrap;
	height: 100%;
}

.mass-media-section a,
.mass-media-section a:hover {
	color: var(--dark-gray);
}

.mass-media-section a:hover .title {
	color: var(--yellow);
}

.mass-media-section .title {
	margin-bottom: 20px;
	font-family: var(--second-font);
	font-size: 16px;
	font-weight: bold;
	line-height: 20px;
}

.mass-media-section .excerpt {
	font-size: 16px;
	font-weight: normal;
	line-height: 24px;
}

.mass-media-section .container {
	padding-top: 100px;
	padding-bottom: 115px;
}

.mass-media-section .date {
	display: flex;
	align-items: center;
	align-self: flex-end;
	margin-top: 20px;
}

.mass-media-section .date i:first-child {
	margin-right: 10px;
	font-size: 14px;
}

.mass-media-section .date span {
	margin-right: 20px;
	font-size: 14px;
	font-weight: lighter;
}

.mass-media-section .date i:last-child {
	font-size: 14px;
	color: var(--purple);
}

.revista-ccf-home {
	height: 630px;
	padding-top: 130px;
	padding-bottom: 100px;
}

.revista-ccf-home .title {
	justify-content: center;
	margin-bottom: 100px;
	font-family: var(--second-font);
	font-size: 48px;
	color: var(--purple);
	text-transform: uppercase;
}

.revista-ccf-home hr {
	margin: 15px 0;
	border-bottom: 1px solid #cacaca;
}

.revista-ccf-home hr::before {
	position: absolute;
	width: 41px;
	height: 3px;
	background-color: var(--yellow);
	content: "";
}

.revista-ccf-home .article a {
	display: flex;
	align-items: center;
	height: 24px;
	font-size: 18px;
	font-weight: normal;
}

.revista-ccf-home .article a i {
	display: none;
}

.revista-ccf-home .article i {
	margin-right: 20px;
	font-size: 24px;
	color: var(--yellow);
}

.revista-ccf-home .article a:hover {
	font-weight: bold;
	color: var(--purple);
}

.revista-ccf-home .article a:hover i {
	display: inline-block;
}

.revista-ccf-home .more-btn-wrapper {
	margin-top: 40px;
	text-align: center;
}

.revista-ccf-home .more-btn {
	margin: 0 auto;
	padding: 9px 25px;
	border-radius: 4px;
	background-color: var(--purple);
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}

.revista-ccf-home .more-btn:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.home-events {
	margin-bottom: 130px;
}

.home-events .title {
	margin-top: 100px;
	font-family: var(--second-font);
	font-size: 48px;
	color: var(--purple);
	text-align: center;
	text-transform: uppercase;
}

.home-events .subtitle {
	margin-bottom: 100px;
	font-family: var(--second-font);
	font-size: 22px;
	color: var(--purple);
	text-align: center;
}

.home-events .left {
	width: 45%;
}
.home-events .right {
	width: 55%;
}

.home-events .right {
	position: relative;
	padding-top: 20px;
	padding-left: 50px;
}

.home-events .event {
	display: flex;
	flex-wrap: wrap;
	margin-bottom: 20px;
	color: var(--dark-gray);
}

.home-events .event .date {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 85px;
	height: 25px;
	margin-right: 25px;
	background-color: var(--dark-gray);
	color: #fff;
	font-size: 16px;
	font-weight: normal;
	border-radius: 5px;
}

.home-events .event .event-title {
	flex: 1;
	font-size: 16px;
	font-weight: normal;
}

.home-events .event:hover .date {
	background-color: var(--purple);
}

.home-events .event:hover .event-title {
	color: var(--purple);
}

.home-events .ui-widget.ui-widget-content {
	padding-bottom: 0;
}

.home-events .ui-datepicker table {
	margin: 0;
}

.home-events .see-all-events {
	position: absolute;
	bottom: 0;
	padding: 9px 25px;
	margin-left: auto;
	border-radius: 4px;
	background-color: var(--purple);
	font-size: 16px;
	font-weight: lighter;
	color: #fff;
}

.home-events .see-all-events:hover {
	background-color: var(--yellow);
	color: var(--purple);
}

.galerie-foto-section {
	height: 670px;
	padding: 100px 0;
}

.galerie-foto-section .gallery-title {
	margin-bottom: 80px;
	font-family: var(--second-font);
	font-size: 48px;
	font-weight: lighter;
	text-transform: uppercase;
	color: #fff;
	text-align: center;
}

.galerie-foto-section .slider-galerie {
	overflow: hidden;
	width: 970px;
	height: 333px;
	margin: 0 auto;
}

.galerie-foto-section .slider-galerie-wrapper {
	justify-content: space-between;
	align-items: center;
}

.galerie-foto-section .slide-image {
	display: block;
	width: 231px;
	height: 157px;
	cursor: pointer;
}

.galerie-foto-section .top-image {
	margin-bottom: 15px;
}

.galerie-foto-section .slick-arrow {
	width: 39px;
	height: 28px;
	cursor: pointer;
}

.galerie-foto-section .slick-arrow .cls-1,
.galerie-foto-section .slick-arrow .cls-2 {
	stroke: rgb(244 244 245 / 0.9);
}

.galerie-foto-section .slick-arrow:hover .cls-1,
.galerie-foto-section .slick-arrow:hover .cls-2 {
	stroke: var(--yellow);
}

/* --------------------------------------------------------------
## Homepage - responsive
-------------------------------------------------------------- */

@media screen and (max-width: 1200px) {
	.homepage .carousel-item .content {
		padding: 60px;
	}

	.ultimele-noutati-section .post-preview {
		min-height: unset;
	}

	.despre-ccf-section .block-image .content {
		padding: 70px 40px 70px 80px;
		width: 100%;
	}

	.despre-ccf-section .block-text .content {
		padding: 140px 80px 140px 40px;
	}

	.portal-section .block-text .content {
		padding-left: 40px;
	}

	.home-events .left,
	.home-events .right {
		width: 100%;
	}

	.home-events .right {
		padding-top: 50px;
		padding-left: 0;
	}

	.home-events .see-all-events {
		position: relative;
		display: inline-block;
		margin-top: 15px;
	}

	.home-events {
		margin-bottom: 60px;
	}

	.home-events .title {
		margin-top: 60px;
	}

	.home-events .subtitle {
		margin-bottom: 60px;
	}

	.galerie-foto-section .slider-galerie {
		width: 720px;
	}
}

@media screen and (max-width: 992px) {
	.homepage .carousel-item .content {
		width: 70%;
		padding: 35px;
	}

	.homepage .carousel-item .title {
		font-size: 30px;
	}

	.ultimele-noutati-section .block-element {
		width: 100%;
	}

	.ultimele-noutati-section .left .block-content-wrapper {
		padding-top: 30px;
		margin-right: auto;
	}

	.ultimele-noutati-section .right .block-content-wrapper {
		margin-left: auto;
	}

	.ultimele-noutati-section .block-content-wrapper {
		padding: 0;
	}

	.ultimele-noutati-section .left .block-content {
		justify-content: center;
		border-bottom: 0;
		border-right: 14px solid var(--yellow);
		padding: 30px;
	}

	.ultimele-noutati-section .right .block-content {
		border-top: 0;
		border-left: 14px solid var(--yellow);
	}

	.ultimele-noutati-section .block-content-wrapper,
	.ultimele-noutati-section .block-element.left .image,
	.ultimele-noutati-section .block-element {
		min-height: 300px;
	}

	.ultimele-noutati-section .left .block-text br {
		display: none;
	}

	.ultimele-noutati-section .block-content-wrapper {
		width: 720px;
	}

	.portal-section .block-wrapper .block-element {
		width: 100%;
	}

	.portal-section .block-text .content {
		margin-right: auto;
		padding-left: 0;
	}

	.portal-section .triangle {
		display: none;
	}

	.portal-section .block-wrapper .block-element,
	.portal-section .block-text .content,
	.portal-section .block-image .content,
	.portal-section .image {
		min-height: 250px;
	}

	.portal-section .block-image .content {
		margin-left: auto;
		padding-left: 0;
	}

	.portal-section .link {
		margin-left: auto;
	}

	.revista-ccf-home {
		height: auto;
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.revista-ccf-home .title {
		margin-bottom: 50px;
	}

	.mass-media-section a {
		padding-bottom: 35px;
	}

	.consultant-fiscal-section .block-element {
		width: 100%;
	}

	.consultant-fiscal-section .block-content-wrapper {
		width: 720px;

	}

	.consultant-fiscal-section .left .block-content-wrapper {
		margin-right: auto;
		padding-bottom: 0;
	}

	.consultant-fiscal-section .left .block-content {
		border-bottom: 0;
		border-right: 14px solid var(--yellow);
		padding: 0;
	}

	.consultant-fiscal-section .right .block-content-wrapper {
		margin-left: auto;
		padding-top: 0;
        background-color: transparent;
}

	.consultant-fiscal-section .right .block-content {
		border-top: 0;
		border-left: 14px solid var(--yellow);
	}

	.consultant-fiscal-section .block-content-wrapper,
	.consultant-fiscal-section .block-element.left .image,
	.consultant-fiscal-section .block-element {
		min-height: 300px;
	}

	.galerie-foto-section .slider-galerie {
		width: 560px;
	}

	.galerie-foto-section .slide-image {
		margin: 0 auto 15px auto;
	}

	.despre-ccf-section .block-image .subtitle,
	.despre-ccf-section .block-text .title {
		font-size: 42px;
	}
}

@media screen and (max-width: 768px) {
	.despre-ccf-section .block-image .content,
	.despre-ccf-section .block-text .content {
		width: 360px;
	}

	.homepage .carousel-item .content {
		width: 80%;
		padding: 45px;
	}

	.despre-ccf-section .block-text .content {
		padding: 70px 40px;
	}

	.despre-ccf-section .block-image .content {
		padding: 70px 40px;
	}

	.portal-section .block-image .content,
	.portal-section .block-text .content {
		padding: 50px;
	}

	.galerie-foto-section .slick-arrow {
		position: absolute;
		bottom: -50px;
		margin: auto;
	}

	.galerie-foto-section .slick-arrow:first-child {
		right: 55%;
	}

	.galerie-foto-section .slick-arrow:last-child {
		left: 55%;
	}

	.galerie-foto-section .slider-galerie-wrapper {
		position: relative;
	}
}

@media screen and (max-width: 576px) {
	.homepage .carousel-item .content {
		width: 90%;
		margin-left: auto;
		margin-right: auto;
		padding: 35px;
	}

	.homepage .carousel-item .title {
		font-size: 24px;
		line-height: 1;
	}

	.despre-ccf-section .block-wrapper .block-element,
	.despre-ccf-section .block-image .content,
	.despre-ccf-section .block-text .content {
		width: 100%;
	}

	.despre-ccf-section .block-text .content,
	.despre-ccf-section .block-image .content {
		padding: 90px 50px;
	}

	.despre-ccf-section .block-text .content,
	.despre-ccf-section .block-wrapper .block-element,
	.despre-ccf-section .block-image .content,
	.despre-ccf-section .image {
		min-height: 380px;
	}

	.despre-ccf-section .block-text .title,
	.despre-ccf-section .block-image .subtitle {
		font-size: 36px;
	}

	.despre-ccf-section .block-image .link {
		right: 50px;
	}

	.ultimele-noutati-section .left .block-text {
		font-size: 36px;
		text-align: center;
	}

	.ultimele-noutati-section .left .block-content {
		padding: 20px;
	}

	.ultimele-noutati-section .right .block-content {
		padding: 40px 20px;
	}

	.ultimele-noutati-section .noutati-btn {
		margin-right: auto;
	}

	.ultimele-noutati-section .post-preview .excerpt {
		display: none;
	}

	.portal-section .block-text .content {
		justify-content: center;
		flex-wrap: wrap;
		width: 100%;
	}

	.portal-section .eticheta {
		width: 100%;
		height: 50px;
		margin-right: 0;
		margin-bottom: 30px;
	}

	.portal-section .title {
		font-size: 36px;
	}

	.portal-section .text,
	.portal-section .title {
		text-align: center;
	}

	.portal-section .link {
		padding: 5px 14px;
	}

	.portal-section .block-wrapper .block-element,
	.portal-section .block-text .content,
	.portal-section .block-image .content,
	.portal-section .image {
		min-height: 150px;
	}

	.ui-datepicker td {
		height: 45px !important;
	}

	#datepicker {
		width: 90% !important;
		margin: 0 auto;
	}

	.ui-datepicker td.active::before {
		left: 0px !important;
	}

	.home-events .event {
		padding: 0 15px;
	}

	.home-events .event .date {
		margin-right: 15px;
	}

	.home-events .event .event-title {
		text-align: left;
	}

	.home-events .see-all-events {
		margin-right: auto;
	}

	.home-events .right {
		text-align: center;
	}

	.home-events .title {
		font-size: 36px;
	}

	.consultant-fiscal-section .block-content .subtitle {
		font-size: 36px;
	}

	.revista-ccf-home .title {
		font-size: 36px;
	}

	.mass-media-section .main-title {
		padding-bottom: 50px;
		font-size: 36px;
	}

	.mass-media-section .container {
		padding-top: 50px;
		padding-bottom: 50px;
	}

	.consultant-fiscal-section .right .block-content {
		padding: 30px;
	}

	.revista-ccf-home .article a {
		height: auto;
	}

	.galerie-foto-section .gallery-title {
		font-size: 36px;
		margin-bottom: 50px;
	}

	.galerie-foto-section {
		padding: 50px 0;
	}

	.galerie-foto-section {
		height: 600px;
	}

	.mass-media-section .excerpt {
		display: none;
	}

	.mass-media-section .date {
		margin-top: 0;
	}
}


