/*!
Theme Name: UJS PORTAL
Theme URI: https://portal.fei.ujs.sk/
Author: WADO
Author URI: https://www.wado.sk/
Description: WADO Custom Theme
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: ujs-portal
Tags: custom-background, custom-logo, custom-menu, featured-images

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

ujs-portal is based on Underscores https://underscores.me/, (C) 2012-2020 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 https://necolas.github.io/normalize.css/
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------
# Generic
	- Normalize
	- Box sizing
# Base
	- Typography
	- Elements
	- Links
	- Forms
## Layouts
# Components
	- Navigation
	- Posts and pages
	- Comments
	- Widgets
	- Media
	- Captions
	- Galleries
# plugins
	- Jetpack infinite scroll
# Utilities
	- Accessibility
	- Alignments
# Media Queries

--------------------------------------------------------------*/

/*--------------------------------------------------------------
# Generic
--------------------------------------------------------------*/

/* Normalize
--------------------------------------------- */

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
	 ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
	line-height: 1.15;
	-webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */
body {
	margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
	font-size: 32px;
	margin: 10px 0;
}

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 16px;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 16px;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -4px;
}

sup {
	top: -8px;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 6px 12px 10px;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

/* Typography
--------------------------------------------- */
body,
button,
input,
select,
optgroup,
textarea {
	color: #404040;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}

p {
	margin-bottom: 24px;
}

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

blockquote {
	margin: 0 24px;
}

address {
	margin: 0 0 24px;
}

pre {
	background: #eee;
	font-family: "Courier 10 Pitch", courier, monospace;
	line-height: 1.6;
	margin-bottom: 26px;
	max-width: 100%;
	overflow: auto;
	padding: 26px;
}

code,
kbd,
tt,
var {
	font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

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

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

big {
	font-size: 125%;
}

/* Elements
--------------------------------------------- */
body {
	background: #fff;
}

hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 24px;
}

/* ul,
ol {
	margin: 0 0 24px 48px;
} */

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 24px;
}

dt {
	font-weight: 700;
}

dd {
	margin: 0 24px 24px;
}

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

img {
	height: auto;
	max-width: 100%;
}

figure {
	margin: 16px 0;
}

table {
	margin: 0 0 24px;
	width: 100%;
}

/* Links
--------------------------------------------- */
/* a {
	color: #4169e1;
}

a:visited {
	color: #800080;
}

a:hover,
a:focus,
a:active {
	color: #191970;
}

a:focus {
	outline: thin dotted;
}

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

/* Forms
--------------------------------------------- */
.filled {
	background-color: #d1e7dd;
}
.input-disabled input {
	pointer-events: none;
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	display: inline-block;
	text-decoration: none;
	background-color: #9B1200;
	border: 1px solid transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	transition: all .2s ease-in-out;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #9B1200;
	color: #9B1200;
	background-color: #fff;
}

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: #9B1200;
	color: #9B1200;
	background-color: #fff;
}

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 {
	color: var(--bs-body-color);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	padding: 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	width: 100%;
}

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 {
	display: block;
	width: 100%;
	padding: 0.375rem 2.25rem 0.375rem 0.75rem;
	font-size: 1rem;
	font-weight: 400;
	line-height: 1.5;
	color: var(--bs-body-color);
	border: var(--bs-border-width) solid var(--bs-border-color);
	border-radius: var(--bs-border-radius);
	transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice {
	background-color: #9B1200;
	color: #fff;
	font-size: 14px;
	padding: 2px 5px;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-selection__rendered .select2-selection__choice .select2-selection__choice__remove {
	background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") 50%/.75rem auto no-repeat;
}
.select2-container--bootstrap-5 .select2-selection--multiple .select2-search {
    width: auto;
    float: left;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/
.btn-custom {
	display: inline-block;
	text-decoration: none;
	background-color: #9B1200;
	border: 1px solid transparent;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	transition: all .2s ease-in-out;
}
.btn-custom:hover {
	background-color: #fff;
	color: #9B1200;
	border-color: #9B1200;
}

/* Header */
.navbar {
	background-color: #9B1200;
}
.nav-link {
	color: #fff;
}
.site-header {
	position: relative;
	z-index: 9999;
}
.menu {
    display: block;
	background-color: #9B1200;
	margin: 0;
}
.menu li {
    display: inline-block;
    position: relative;
    z-index: 100;
}
.menu li:first-child {
    margin-left: 0;
}
.menu li a {
    font-weight: 600;
    text-decoration: none;
    padding: 20px 15px;
    display: block;
    color: #fff;
    transition: all 0.2s ease-in-out 0s;
}
.menu li a:hover,.menu li:hover>a {
    color: #fff;
    background: #c11600;
}
.menu ul {
    visibility: hidden;
    opacity: 0;
    margin: 0;
    padding: 0;
    width: 170px;
    position: absolute;
    left: 0px;
    background: #fff;
    z-index: 99;
    transform: translate(0,20px);
    transition: all 0.2s ease-out;
}
.menu ul:after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-bottom-color: #fff;
    border-width: 6px;
    margin-left: -6px;
}
.menu ul li {
    display: block;
    float: none;
    background: none;
    margin: 0;
    padding: 0;
}
.menu ul li a {
    font-size: 14px;
    font-weight: 600;
    display: block;
    color: #d0d0d0;
    background: #212930;
}
.menu ul li a:hover,.menu ul li:hover>a {
    background: #c11600;
    color: #fff;
}
.menu li:hover>ul {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}
.menu ul ul {
    left: 170px;
    top: 0px;
    visibility: hidden;
    opacity: 0;
    transform: translate(20px,20px);
    transition: all 0.2s ease-out;
}
.menu ul ul:after {
    left: -6px;
    top: 30px;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(255, 255, 255, 0);
    border-right-color: #fff;
    border-width: 6px;
    margin-top: -6px;
}
.menu li>ul ul:hover {
    visibility: visible;
    opacity: 1;
    transform: translate(0,0);
}

/* Card */
.card {
	border-radius: 0;
}

/* WPUF */
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul {
	border: 1px solid var(--bs-border-color);
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li {
	padding: 0;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation a {
	display: block;
	font-weight: 400;
	padding: 8px 16px;
	border-bottom: 1px solid var(--bs-border-color);
	transition: all .2s ease-in-out;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation a:hover {
	background-color: #9B1200;
	color: #fff;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li:last-child a {
	border-bottom: none;
}
body .wpuf-dashboard-container .wpuf-dashboard-navigation ul li.active a {
	background-color: #9B1200;
	color: #fff !important;
}
body .wpuf-dashboard-container .items-table-container, body .wpuf-dashboard-container .wpuf-dashboard-content.invoices {
	width: 95%;
	margin-left: auto;
}
body .wpuf-dashboard-container table.items-table th,
body .wpuf-dashboard-container table.items-table th, body .wpuf-dashboard-container table.items-table td {
	border: 1px solid var(--bs-border-color);
	box-shadow: unset;
}
body .wpuf-posts-delete {
    display: flex;
    justify-content: center;
    align-items: center;
	width: 35px;
	height: 35px;
}
body ul.wpuf-form.form-label-above li .wpuf-label {
    margin-bottom: 2px;
}
.ui-datepicker .ui-datepicker-title select {
	display: inline-block;
	padding: unset;
}
.wpuf-field-columns.has-columns-2 .column-1 {
	width: 80% !important;
}
.wpuf-field-columns.has-columns-2 .column-2 {
	width: 20% !important;
}
.page-id-282 .wpuf-field-columns.has-columns-2 .column-1 {
	width: 50% !important;
}
.page-id-282 .wpuf-field-columns.has-columns-2 .column-2 {
	width: 50% !important;
}

/* Footer */
.site-footer {
	background: #D7A099;
	color: #fff;
	padding: 20px 0;
}
.site-footer a {
	color: #fff;
}
/* MOBILE MENU */
#nav-icon {
    display: none;
    background: none;
    border: none;
    width: 30px;
    height: 20px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
}
#nav-icon:focus {
    outline: none;
}
#nav-icon span {
    display: block;
    position: absolute;
    height: 4px;
    width: 100%;
    background: #000;
    border-radius: 3px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}
#nav-icon span:nth-child(1) {
    top: 0px;
}
#nav-icon span:nth-child(2),#nav-icon span:nth-child(3) {
    top: 10px;
}
#nav-icon span:nth-child(4) {
    top: 20px;
}
#nav-icon.open span:nth-child(1) {
    top: 10px;
    width: 0%;
    left: 50%;
}
#nav-icon.open span:nth-child(2) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
#nav-icon.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
#nav-icon.open span:nth-child(4) {
    top: 10px;
    width: 0%;
    left: 50%;
}

/* SIDEBAR */
#sidebar {
	left: -100%;
    background-color: #f6f6f6;
}
#sidebar .sidebar-wrapper > ul:not(.language) > li.active > a {
    font-weight: 700;
    border-bottom: 1px solid #fff;
}
#sidebar .sidebar-wrapper > ul:not(.language) > li > a {
    text-transform: uppercase;
    display: block;
    padding: 15px;
}
#sidebar .sidebar-wrapper > ul:not(.language) > li ul {
    padding-left: 25px;
}
#sidebar .sidebar-wrapper > ul:not(.language) > li ul a {
    display: block;
    color: #cdb47e;
    font-size: 16px;
    padding: 5px 0;
}
#sidebar ul.info {
    margin: 30px 0;
}
#sidebar ul.info li {
    color: #fff;
    display: block;
    font-size: 18px;
    font-weight: 700;
}
#sidebar ul.language a {
    display: block;
    text-align: center;
    color: #fff;
    text-transform: uppercase;
    padding: 10px 0;
    border-bottom: 1px solid #b69c66;
}
#sidebar ul.language li.active a {
    font-weight: 700;
    border-color: #fff;
}

/*--------------------------------------------------------------
# Components
--------------------------------------------------------------*/

/* Navigation
--------------------------------------------- */
.main-navigation {
	display: block;
	width: 100%;
}

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

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

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

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

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

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

.main-navigation li {
	position: relative;
}

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

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

@media screen and (min-width: 600px) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
}

.site-main .comment-navigation,
.site-main
.posts-navigation,
.site-main
.post-navigation {
	margin: 0 0 24px;
}

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

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

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

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}
.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 24px 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 24px;
}

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

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 24px;
}

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

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

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

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 24px;
	max-width: 100%;
}

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

.wp-caption .wp-caption-text {
	margin: 13px 0;
}

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

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 24px;
	display: grid;
	grid-gap: 24px;
}

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

.gallery-columns-2 {
	grid-template-columns: repeat(2, 1fr);
}

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

/*--------------------------------------------------------------
# Utilities
--------------------------------------------------------------*/

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

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

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

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 24px;
	margin-bottom: 24px;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 24px;
	margin-bottom: 24px;
}

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

/*------------- Login Page ----------------*/
body {
	background: #FBF8F5;
}
.site-header {
	background: #fff;
}
.logo {
	margin-bottom: 20px;
}
.login-content {
	margin: 0 auto !important;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
}
.login-content .card {
	margin: 0 auto !important;
	flex: 1;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
}
.site-footer {
	background: #202020;
	padding: 15px 0;
	text-align: center;
	color: #ABABAB;
	font-size: 14px;
	text-align: center;
}
.login-box {
	background: #fff;
	padding: 80px;
	min-width: 650px;
	text-align: center;
}
.login-box h1 {
	font-weight: 700;
	font-size: 30px;
	margin-bottom: 55px;
}
.login-box .input {
	margin-bottom: 18px;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	line-height: 50px;
	padding: 0 25px 0 50px;
	background: #F9F9F9;
	border: 1px solid #D0D6D8;
	color: #ABABAB;
	font-size: 14px;
}
.login-box .input:focus {
	color: #000;
	background: #F9F9F9;
}
.login-box input[type="submit"] {
	margin: 0;
}
.login-bottom-line {
	padding-top: 5px;
	font-size: 14px;
	/* display: flex; */
	justify-content: space-between;
	margin-bottom: 55px;
}
.forgetmenot {
	color: #ABABAB
}
.forgetmenot input[type=checkbox] {
	-moz-appearance:none;
	-webkit-appearance:none;
	-o-appearance:none;
	outline: none;
	content: none;
	line-height: 1;
}
.forgetmenot input[type=checkbox]:before {
	font-family: "Font Awesome 5 Pro";
   content: "\f00c";
   font-size: 14px;
   color: transparent !important;
   background: #fff;
   display: block;
   width: 15px;
   height: 15px;
   border: 1px solid #D0D6D8;
	border-radius: 2px;
	-webkit-border-radius: 2px;
   margin-right: 7px;
}
.forgetmenot input[type=checkbox]:checked:before {
	color: black !important;
}
.wpuf-login-form > div {
	position: relative;
}
body ul.wpuf-form li .wpuf-label {
	font-weight: 400;
}
.wpuf-login-form > div > i {
	position: absolute;
	top: 17px;
	left: 24px;
	color: #D1D1D1;
}
.wpuf-login-form > div > input:focus + i {
	color: #000;
}
.btn-primary, .wpuf-submit-button, .btn-custom {
	border-radius: 6px;
	-webkit-border-radius: 6px;
	font-size: 16px !important;
	font-weight: 600 !important;
	background: rgb(186,28,28);
	background: linear-gradient(90deg, rgba(186,28,28,1) 0%, rgba(255,153,0,1) 100%);
	border: none !important;
	padding: 13px !important;
	-webkit-box-shadow: 0px 6px 12px 0px rgba(129,2,2,0.25);
	-moz-box-shadow: 0px 6px 12px 0px rgba(129,2,2,0.25);
	box-shadow: 0px 6px 12px 0px rgba(129,2,2,0.25);
	text-decoration: none;
	color: #fff;
	width: fit-content;
	display: inline-block;
	transition: all 0.3s ease-out;
}
.btn-primary:hover, .wpuf-submit-button:hover, .btn-custom:hover {
	background: rgb(186,28,28);
	background: linear-gradient(90deg, rgba(186,28,28,1) 0%, rgba(186,28,28,1) 100%);
	border: none !important;
	color: #fff !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}
.btn-right {
	float: right;
}

/*----------------------- Dashboard ------------------------*/
.main-content {
	margin: 0 auto !important;
	flex: 1;
	display: flex;
	width: 100%;
}
.menu-item a {
	margin: 0 15px;
	font-size: 14px;
}
.menu-item a:hover {
	color: yellow;
}
.wpuf-dashboard-content {
	background: #fff;
	height: 100%;
	padding: 100px 135px;
}
.main-row {
	margin: 0;
	width: 100%;
	flex: 1;
}
.main-row > div {
	padding: 0;
}
body .wpuf-posts-delete {
	width: auto;
	height: auto;
	border-radius: 0;
	background: unset;
	justify-content: flex-start;
}
body .wpuf-posts-delete:hover {
	color: #d60000;
	background: unset;
}
.wpuf-dashboard-navigation {
	padding-top: 80px;
}
.wpuf-dashboard-navigation ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
.wpuf-dashboard-navigation a {
	font-size: 18px;
	color: #191A1F;
	text-decoration: none;
	padding: 15px 20px 15px 30%;
	display: block;
}
.wpuf-dashboard-navigation a:hover, body .wpuf-dashboard-navigation .active a {
	background: #f6ebe9;
	color: #000 !important;
}
.wpuf-dashboard-navigation a:before {
	color: #9B1200;
	content: "";
	font-family: "Font Awesome 5 Pro";
	margin-right: 12px;
	width: 25px;
	display: inline-block;
}
li.dashboard a:before {
	content: "\f00a";
}
li.publikaciok a:before {
	content: "\f5da";
}
li.konferencia a:before {
	content: "\f0c0";
}
li.oktatoi-terhelesek a:before {
	content: "\f51c";
}
li.edit-profile a:before {
	content: "\f044";
}
.items-table-container {
	margin-top: 20px;
}
.items-table-container .table > :not(caption) > * > * {
	padding: 15px 25px;
}
.data-column-status div {
	margin-bottom: 10px;
}
.data-column-status .preview-btn {
	color: #000;
	display: inline-block;
	margin-bottom: 15px;
}
.data-column-status .preview-btn i {
	color: #D1D1D1;
	margin-left: 5px;
}

/*------------------ Forms Content ---------------------*/
.page-id-83 .main-row, .page-id-85 .main-row, .page-id-282 .main-row {
	padding: 50px 20px;
}
.page-id-83 .main-row form, .page-id-85 .main-row form, .page-id-282 .main-row form, .wpuf-form-add {
	max-width: 1100px;
	margin: 0 auto;
	background: #fff;
	padding: 40px;
}
.site-main {
	margin: 0 auto !important;
	flex: 1;
	display: flex;
	width: 100%;
	align-items: stretch;
}
.card {
	padding: 25px;
	border: none;
}
body .wpuf-posts-edit:hover {
	background: none;
}
body .wpuf-posts-edit, body .wpuf-posts-delete {
	padding: 0;
	float: none;
}
body .wpuf-posts-edit i, body .wpuf-posts-delete i {
	margin-left: 10px;
}
.data-column-edit .wpuf-posts-edit {
	margin-top: 7px;
	display: inline-block;
}
.data-column-edit .wpuf-posts-edit:hover {
	text-decoration: none;
}
body ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column {
	display: flex;
	align-items: flex-end;
}
body ul.wpuf-form .wpuf-field-columns .wpuf-column-field-inner-columns .wpuf-column .wpuf-wordlimit-message {
	margin: 0;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li {
	padding: 10px 6px;
	font-size: 12px;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::after {
    border-left-color: #E4E4E4;
    border-width: 22px;
    margin-top: -31px;
    right: -38px;
    z-index: 99;
}
body .wpuf-form .wpuf-multistep-progressbar ul.wpuf-step-wizard li::before {
    border-width: 22px;
    margin-top: -13px;
    right: -41px;
    z-index: 98;
}
body .wpuf-form .wpuf-multistep-progressbar.ui-progressbar .wpuf-progress-percentage {
	text-shadow: unset;
	left: 20px;
	top: 8%;
}
body fieldset.wpuf-multistep-fieldset {
	padding-bottom: 100px;
}
.multistep-button-area {
	position: sticky;
    top: 0;
    width: 100%;
    padding: 15px 0;
    background: #fff;
    z-index: 100;
    display: flex;
    justify-content: space-between;
    align-items: center;
	border-bottom: 1px solid #aaaaaa;
}
.multistep-button-area a,
.multistep-button-area button {
	position: relative !important;
	top: unset !important;
	right: unset !important;
	bottom: unset !important;
	left: unset !important;
}
/* body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-prev-btn.btn.btn-primary,
body fieldset.wpuf-multistep-fieldset button.wpuf-multistep-next-btn.btn.btn-primary {
	bottom: -27px;
} */
/*--------------------------------------------------------------
# Media Queries
--------------------------------------------------------------*/
/* 1680 x 1050 */
@media (max-width: 1680px) {

}

/* 1536 x 864 */
@media (max-width: 1536px) {

}

/* 1440 x 900 */
@media (max-width: 1440px) {

}

/* 1366 x 768 */
@media (max-width: 1366px) {

}

/* 1280 x 800 */
@media (max-width: 1280px) {

}

/* >= 1200px Extra Large */
@media (max-width: 1200px) {

}

/* 1024 x 768 */
@media (max-width: 1024px) {

}

/* >= 992px Large */
@media (max-width: 992px) {
	.offcanvas-body .nav-link {
		color: #000;
	}
	.wpuf-dashboard-navigation a,
	.wpuf-dashboard-content,
	.page-id-83 .main-row, .page-id-85 .main-row, .page-id-282 .main-row,
	.page-id-83 .main-row form, .page-id-85 .main-row form, .page-id-282 .main-row form, .wpuf-form-add {
		padding: 10px;
	}
}

/* >= 768px Medium */
@media (max-width: 768px) {

}

/* >= 576px Small */
@media (max-width: 576px) {

}

/* 480 x 800 */
@media (max-width: 480px) {

}

/* 360 x 640 */
@media (max-width: 360px) {

}
