/*
 Theme Name:   Akademia Child
 Description:  Akademia Child Theme
 Author:       Tomas Hlavac
 Template:     um-akademia
 Version:      3.0.0
*/

/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

	1. 	Document Setup
	2. 	Element Base
	3. 	Helper Classes
	4. 	Site Header
	5. 	Menus
	6. 	Page Template
	7.  Blocks
	8.  Entry Content
	9.  Site Pagination
	10. Error 404
	11. Widgets, Shortcodes & Plugins
	12. Site Footer

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

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

/*	1. Document Setup
/* -------------------------------------------------------------------------- */

body {
    background: #fff;
    color: #9c9e9f;
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

hr {
    height: 2px;
    width: 100%;
    background-color: #a28535;
}

h5,
h2 {
    /*border-bottom: 3px solid #be9034;*/
    color: #a28535;
    margin-bottom: 2rem;
}

h5 {
    border-bottom: 2px solid #a28535;
    padding-bottom: 1rem;
    margin-bottom: 2rem;
}

h2 {
    margin-top: 2rem;
}

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

/*	2. Element Base
/* -------------------------------------------------------------------------- */

/* Headings ---------------------------------- */

/* Main Heading */
h1.title_org :hover,
.title_org :hover{
    /*color: #042f3f;*/
    color: unset !important;
}

h1.title_org b,
.title_org b,
h1.title_org b:hover,
.title_org b:hover {
    color: #042f3f !important;
}

/* Home Page Headings */
h2.home-page {
    border-bottom: 0.1rem solid #6d7172;
    border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 30%, rgba(109, 113, 114, 0.2) 50%, rgba(109, 113, 114, 0) 70%) 1;
    color: #494748;
    font-size: 3.2rem !important;/*2.7rem;*/
}

/* Sub Page Heading */
h1.sub-page {
    color: #202020;
}

h1.sub-page::before {
    background: #06444c; 
}

h2.news-site-list {
    color: #202020;
}

a h2.news-site-list:hover {
    color: #0092cf;
}

h3 {
    color: #434142;
    font-size: 1.9rem;
}

h3.events {
    color: #868889;
}

h3.news-newest-title > a {
    color: #202020;
}

h3.news-other-title > a {
    color: #212021;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #be9034;
}

h4 {
    color: #a28535;
    margin-bottom: 0;
    font-size: 1.9rem;
}

h4.worker-profile-header {
    float: left;
    width: 2rem;
    position: relative;
    right: 4.1rem;
    line-height: 1.6rem;
    font-size: 1.5rem;
    text-align: right;
    writing-mode: vertical-rl;
    transform: rotate(-180deg);
}

/* Footer Headings */

.more-room-bottom {
    margin-bottom: 8rem;
}

/*h5 {
    border-bottom: 0.1rem solid #b9bbc1;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0) 40%, rgba(185, 187, 193, 1) 50%, rgba(185, 187, 193, 0) 60%) 1;
}*/

/* Media Section */
@media only screen and (min-width: 601px) {
    h2.home-page {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 5%, rgba(109, 113, 114, 1) 50%, rgba(109, 113, 114, 0) 95%) 1;
    }

    h2.social-title {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 15%, rgba(109, 113, 114, 1) 50%, rgba(109, 113, 114, 0) 85%) 1;
    }

}

@media only screen and (min-width: 601px) and (max-width: 950px) {
    h2.home-page {
        border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 10%, rgba(109, 113, 114, 1) 50%, rgba(109, 113, 114, 0) 90%) 1;
    }
}

/* Links ------------------------------------- */

a {
    color: #7b7c7e;
    font-weight: 400;
}

.akademia-sub-page-content a {
    color: #434142;
    text-decoration: underline;
}

.akademia-sub-page-content a:hover {
    color: #a28535;
}

a:hover {
    color: #042f3f;
    font-weight: 400;
}

a.annual-doc-link {
    color: #17a27c !important;
    border-bottom: 0 !important;
}

a.annual-doc-link:hover {
    font-weight: 500;
    border-bottom: 0.1rem solid #17a27c !important;
}

/* Lists ------------------------------------- */

/* Unordered Lists --------------------------- */

ul li a {
    color: #403c3d;
}

ul li a:hover {
   /* color: #b8870b;*/
      color: #fff;
}

.akademia-sub-page-content ul li a {
    /*border-bottom: 0.1rem solid #403c3d;*/
    /*color: #403c3d;*/
}

.akademia-sub-page-content ul li a:hover {
    /*border-bottom: 0.1rem solid #b8870b;*/
    /*color: #b8870b;*/
}

/* Ordered Lists ----------------------------- */

ol li::before {
    color: #be9034;
}

/* Quotes ------------------------------------- */

blockquote {
    background: #ccc;
    border-left: 0.5rem solid #be9034;
}

cite {
    color: #aaa;
}

/* Forms ------------------------------------- */

.select-year-form {
    background-color: #ededed;
}

/* Inputs ------------------------------------ */

input[type="submit"] {
    background: #3d7178 /* #d4bc87 radial-gradient(circle, #d4bc87, #b2975c)*/;
    color: #fff;
}

/* Tables ------------------------------------- */

caption {
    background: #dcd7ca;
}

/* Select Boxes ------------------------------- */

.select-box {
    background: #00477d;
}

.select-box::after {
    background-color: #b2b1b1;
    color: #00477d;
}

.select-box-light::after {
    background-color: #eff0f0;
    color: #00477d;
}

.select-box:hover::after,
.select-box-light:hover::after {
    color: #06284e;
}

.select-box select {
    background: #00477d;
    color: #494847;
}

.select-box-light select {
    background: #eff0f0;
    color: #6a6d6f;
}

.select-box-2 select,
.select-box-light-2 select,
.select-box-2::after,
.select-box-light-2::after {
    background-color: #fff;
}

/* Others ------------------------------------- */

/*hr,*/
.wp-block-separator {
    border-bottom: 0.1rem solid #494748;
    border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 40%, rgba(73, 71, 72, 1) 50%, rgba(73, 71, 72, 0) 60%) 1;
}

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

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

/* Flex Row ---------------------------------- */

.logo-sav a,
.logo-other a{
  color: #d7e7ea; /*#d2b171;*/
}

.logo-sav a:hover,
.logo-other a:hover{
  color: #fff; /*#d2b171;*/
}


.flex-row-2 {
    background-color: #06444c; /*#042f3f;*/
    
}

.flex-row-2 a {
    color: #d7e7ea; /*#d2b171;*/
}

.flex-row-2 a:hover {
    color: #fff;
}

.site-header {
    background: #fff;
    /*border-top: 0.7rem solid #042f3f;*/
}

.flex-row a {
    color: #d2b171;
}

.flex-row a:hover {
    color: #d4b887;
}

.language {
    background-color: #06444c;
}

.language a {
    color: #d7e7ea;
    font-weight: bold;
}

.language a:hover {
    color: #fff;
    font-weight: bold;
}

/*.search-btn {
    background-color: #a09e9e;
}*/

/* Media Section */
@media only screen and (min-width: 1001px) {
    .flex-row {
        background-color: #042f3f;
        /*background-image: linear-gradient(to right, #cfd1d2, #ebebec, #d7d8d9);*/
    }
}

/* Search Form --------------------------------------------- */

.search-form .search-text {
    color: #06444c;
}

.search-form .search-text > input[type="text"] {
    background-color: #d7e7ea;
}

.search-form .search-text > input[type="text"]::-webkit-input-placeholder,
.search-form .search-text > input[type="text"]:-moz-placeholder,
.search-form .search-text > input[type="text"]::-moz-placeholder,
.search-form .search-text > input[type="text"]:-ms-input-placeholder,
.search-form .search-text > input[type="text"]::-ms-input-placeholder,
.search-form .search-text > input[type="text"]::placeholder,
.search-form .search-text > input[type="text"]:focus {
    color: #06444c;
}

.search-form .search-submit {
    background-color: #06444c;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .search-form .search-text > input[type="text"] {
        background-color: #d7e7ea;
    }

    .search-form .search-text > input[type="text"]::-webkit-input-placeholder,
    .search-form .search-text > input[type="text"]:-moz-placeholder,
    .search-form .search-text > input[type="text"]::-moz-placeholder,
    .search-form .search-text > input[type="text"]:-ms-input-placeholder,
    .search-form .search-text > input[type="text"]::-ms-input-placeholder,
    .search-form .search-text > input[type="text"]::placeholder {
        color: #06444c;
    }
}

/* Post List ----------------------------------------------- */

#post-list-page header {
    color: #494748;
}

.article-img {
    background: #9c9e9f;
}

.article-date {
    color: #9c9e9f;
}

.article-excerpt {
    color: #403c3d;
}

.article-more a {
    color: #b8870b;
}

/* Search Results ------------------------------------------ */

.search-string {
    color: #b8870b;
}

.search-no-result {
    color: #494748;
}

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

/*	5.	Menus
/* -------------------------------------------------------------------------- */

/* Primary Responsive Menu --------------------------------- */

.navigation-main {
    background-color: #06444c;
    /*background-image: linear-gradient(to right, #06444c, #06444c, #06444c);*/
}

.navigation-sticky {
    background-color: #06444c !important;
}

.navigation-main-2 {
    background-color: #fff;
}

/* Smaller resolution (sliding) version */

/* Media Section */
@media screen and (max-width: 1000px) {
    #popout-container {
        background: #06444c;
        color: #fff;
    }

    .primary-menu li:hover {
        font-weight: medium;
        color: #be9034;
    }

    .primary-menu li a {
        font-weight: medium;
        color: #d7e7ea; /*#d4b887;*/
    }

    .primary-menu li a:hover {
        font-weight: medium;
        color: #fff; /*#be9034;*/
    }

    /* Levels */
    .primary-menu li.current-menu-item a,
    .primary-menu li.current-menu-parent > a {
        /*background-color: #06444c; #042f3f;*/
        color: #fff; /*#be9034;*/
    }
}

/* Larger resolution (fixed) version */

@media screen and (min-width: 1001px) {
    /* First level */
    /* Add primary menu li widths item here - start version 1*/
/*
.primary-menu-ul-en > li:nth-child(1) {
		width: 8.011115820007157%;
		padding-left: 0;
		text-align: left !important; 
}
.primary-menu-ul-en > li:nth-child(2) {
		width: 19.284564238759867%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(3) {
		width: 17.532110903919683%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(4) {
		width: 19.68946337420655%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(5) {
		width: 20.414529769640804%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(6) {
		width: 15.068215893465934%;
		padding-right: 0;
		text-align: right !important; 
}*/
    /* Add primary menu li widths item here - end version 1*/
    /* Add primary menu li widths item here - start version 2*/

/*.primary-menu-ul-en > li:nth-child(1) {
		width: 5%;
		padding-left: 0;
		text-align: left !important; 
}
.primary-menu-ul-en > li:nth-child(2) {
		width: 18%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(3) {
		width: 15%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(4) {
		width: 21%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(5) {
		width: 22%;
		text-align: center; 
}
.primary-menu-ul-en > li:nth-child(6) {
		width: 20%;
		padding-right: 0;
		text-align: right !important; 
}*/

    /* Add primary menu li widths item here - end version 2 */

    .navigation-sticky .primary-menu #popout-container > ul > li > a {
        color: #abc6c8;

    }

     .primary-menu #popout-container > ul > li > a {
        color: #494748; 
	 
    }

    .primary-menu #popout-container > ul > li > a::before {
        content: "";
        position: absolute;
        display: block;
        width: 100%;
        height: 3px;
        bottom: 0;
        left: 0;
        background-color: #be9034;
        transform: scaleX(0);
        transform-origin: left;
        transition: transform 0.3s ease;
    }

    .primary-menu #popout-container > ul > li > a:hover::before {
        transform: scaleX(1);
    }

    .navigation-sticky .primary-menu #popout-container > ul > li > a:hover {
        font-weight: medium;
        color: #be9034;
    }

    .primary-menu #popout-container > ul > li > a:hover {
        font-weight: medium;
        color: #202020;
    }

    .navigation-sticky .primary-menu ul .menu-item-has-children > a:hover,
    .navigation-sticky .primary-menu #popout-container > ul .menu-item-has-children:hover > a {
        font-weight: medium;
        color: #fff;
    }

    .primary-menu ul .menu-item-has-children > a:hover,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a {
        font-weight: medium;
        color: #27272a;
    }

    .home-icon > a {
        color: #27272a;
    }

    .home-icon > a:hover {
        color: #fff;
    }
    /* Second level */
    .primary-menu ul li > .sub-menu {
        background: #002d33;
    }

    .primary-menu ul li > .sub-menu li > a {
        font-weight: medium;
        color: #abc6c8;
    }

    .primary-menu ul .sub-menu a:hover {
        font-weight: medium;
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu li a:hover {
        background: #002d33;
    }

    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a:after {
        font-weight: medium;
        color: #abc6c8;
    }

    .primary-menu #popout-container > ul li > .sub-menu .menu-item-has-children:hover > a {
        background: #002d33;
        font-weight: medium;
        color: #fff;
    }

    /* Third level */
    .primary-menu ul li > .sub-menu li > .sub-menu {
        background: #abc6c8;
    }

    /* Current items */
    .navigation-sticky .primary-menu .current-menu-item a,
    .navigation-sticky .primary-menu .current-menu-parent > a {
        font-weight: medium;
        color: #fff;
    }
    
    .primary-menu .current-menu-item a,
    .primary-menu .current-menu-parent > a {
        font-weight: medium;
        color: #fff;
    }

    .navigation-sticky .primary-menu .current-menu-parent > ul .current-menu-item a,
    .navigation-sticky .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a {
        font-weight: medium;
        color:  #fff;
    }

    .primary-menu .current-menu-parent > ul .current-menu-item a {
        font-weight: medium;
        color:  #fff;
    }
    
    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a {
        font-weight: medium;
        color:  #abc6c8;
    }

    .navigation-sticky .primary-menu #popout-container > ul .current-menu-item.home-text-2 > a,
    .navigation-sticky .primary-menu #popout-container > ul > .current-menu-item > a,
    .navigation-sticky .primary-menu #popout-container > ul .current-menu-parent > a,
    .navigation-sticky .primary-menu #popout-container > ul .current-menu-parent > a:after {
        font-weight: medium;
        color:  #fff;
    }

    .primary-menu #popout-container > ul > .current-menu-item > a {
        font-weight: medium;
        color:  #fff;
    }
    
    .primary-menu #popout-container > ul .current-menu-item.home-text-2 > a,
    .primary-menu #popout-container > ul .current-menu-parent > a,
    .primary-menu #popout-container > ul .current-menu-parent > a:after {
        font-weight: medium;
        color: #042f3f;
    }

    .primary-menu #popout-container > ul .current-menu-item.home-text-2 > a::before,
    .primary-menu #popout-container > ul .current-menu-parent > a::before {
        transform: scaleX(1);
    }
}

/* Page Menu --------------------------------- */

/* Media Section */
@media only screen and (min-width: 1001px) {
    .page-menu-container {
        background: #eff0f0;
    }

    .page-menu-title {
        background-color: #00477d;
        background:  linear-gradient(90deg, rgba(27, 105, 115, 1) 0%, rgba(6, 68, 76, 1) 100%);/*#1b6973;*/
        color: #fff;
    }

    .page-menu-title-link,
    .page-menu-title-link:hover {
        color: #fff;
    }

    .page-menu li a,
    .page-menu li a:hover {
        color: #494748;
    }

    .page-menu li.menu-item-has-children > a::after {
        color: #494748;
    }

    .page-menu li.current-menu-item,
    .page-menu li.current-page-ancestor {
        background-color: #696c6d;
    }

    .page-menu li.current-menu-item a,
    .page-menu li.current-page-ancestor a {
        color: #fff;
    }

    .page-menu .menu-item-has-children > a:after {
        color: #fff;
    }

    .page-menu ul.sub-menu li a {
        color: #646363;
    }

    .page-menu ul.sub-menu li.current-menu-item a,
    .page-menu ul.sub-menu li.current-page-ancestor a {
        color: #fff;
    }

}

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

/*	6. Page Template
/* -------------------------------------------------------------------------- */

#home-page {
    background-color: #fff;
}

.akademia-page-container,
.akademia-full-page-container {
    background-color: rgba(226, 227, 228, 0.13);
}

.akademia-page-content {
    color: #434142;
}

.akademia-sub-page-content {
    color: #434142;
}

.akademia-sub-page-content ul li ul li::before {
    background-color: #3d7178;
}

/* Collapsible List -------------------------- */

.collapsible {
    color: #494748;
}

.active,
.collapsible:hover {
    color: #202020;
}

.collapsible_div {
    border-left: 0.35rem solid #fd6325;
    color: #9c9e9f;
}

/* Annexes ----------------------------------- */

.annexes {
    color: #0092cf;
}

/* Table Lists ----------------------------- */

.table-list th {
    background: #949494;
}

.table-list th,
.table-list th a {
    color: #fff;
    text-decoration: none;    
}

.table-list td {
    border-bottom: 1px solid #949494;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    h4 {
      font-size: 1.5rem;
    }

    .table-list tr {
        border-bottom: 1px solid #eee;
    }

    .table-list td::before {
        color: #212021;
    }

    /* Table List Example */
    #responsive-table-example.table-list td {
        padding: 0.6rem 0.4rem 0.4rem 30%;
    }

    #responsive-table-example.table-list td.team_for {
        padding-top: 0.4rem;
    }

    #responsive-table-example.table-list td.position::before {
        content: "Stĺpec 1";
    }

    #responsive-table-example.table-list td.sign::before {
        content: "Stĺpec 2";
    }

    #responsive-table-example.table-list td.value::before {
        content: "Stĺpec 3";
    }

    #responsive-table-example.table-list td.example::before {
        content: "Stĺpec 4";
    }
}

/* Worker Table List ------------------------- */

.worker_list .list_header {
    font-size: 17px;
    font-weight: 500;
    border-bottom: 2px solid #434142;
}

.worker_list a {
    text-decoration: none;
    color: #3d7178;
}

.worker_list {
    font-size: 15px;
}

.worker_list .bold {
    font-size: 17px;
}

.worker_list th {
    background: #b1b3b4;
    color: #fff;
}

.worker_list td {
    border-bottom: 1px solid #d9dadb;
}

.worker_list td.title {
    color: #7b7c7e;
}

.worker_list td.name .surname a {
    color: #006cb5;
}

.worker_list td.name .firstname a {
    color: #9c9e9f;
}

.worker_list td.email a {
    color: #7b7c7e;
}

.worker_list td.email a:hover {
    color: #00477d;
}

.worker_list td.phone {
    color: #202020;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    .worker_list tr {
        border-bottom: 1px solid #eee;
    }

    .worker_list td:before {
        color: #212021;
    }
}

/* Worker Info ------------------------------- */

h2.worker_info {
    color: #006cb5;
}

.worker-position,
.worker-phone,
.worker-fax,
.worker-email,
.worker-http,
.worker-orcid,
.worker-publication-type {
    color: #65b00b;
}

/* News@homepage ----------------------------- */

/* Newest News */
.news-new-tag {
    background-color: #be9034;
    color: #fff;
}

.news-newest .news-meta .news-date {
    color: #be9034;
}

.news-meta .news-tags a {
    color: #939598;
}

.news-newest .news-text {
    color: #494748;
}

/* Media Section */
@media only screen and (min-width: 800px) {
    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        color: #636161;
    }
}

@media only screen and (min-width: 1200px) {
    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        color: #636161;
    }
}

/* Other News List */
.news-other .news-year {
    color: #bbb7b7;
}

.news-other .news-meta {
    background-color: #1a6767;
}

.news-other .news-meta .news-day,
.news-other .news-meta .news-month {
    color: #fff;
}

.news-other .news-text {
    color: #44464f;
}

.news-other .news-more a {
    color: #00477d;
}

@media only screen and (min-width: 800px) {
    .news-other .news-text {
        color: #44464f;
    }
}

@media only screen and (min-width: 801px) {
    h3.news-newest-title > a {
        color: #202020;
    }
}

@media only screen and (min-width: 1201px) {
    h3.news-newest-title > a {
        color: #202020;
    }

    h3.news-other-title > a {
        color: #212021;
    }
}

.butt-form {
    background: #3d7178 /* #d4bc87 radial-gradient(circle, #d4bc87, #b2975c)*/;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    font-family: 'Montserrat', sans-serif;
    font-size: 1.35rem;
    font-weight: 500;
    text-transform: uppercase;
    white-space: normal;
    outline: none;
}

.butt-form:hover {
    font-weight: 500;
}

.staff_butt {
    display: grid;
    top: 50%;
    height: 7rem;
    place-items: center;
}

/* News Read All Button */

.news_read_all a {
    border: 1px solid #202020;
    /*border: 1px solid white;*/
    box-shadow: 0 0 1px black;
    background-color: #fff;
    color: #202020;
}

.news_read_all a:hover {
    background-color: #1a6767;
    color: #fff;
}

/* Publication Info ------------------------ */

.publication-img {
    width: 23%;
    padding-left: 0;
    padding-bottom: 3.0rem;
}

.publication-img img {
    border: 0.3rem solid #fff;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

.publication-description {
    color: #494748;
    width: 77%;
    padding-right: 0;
    line-height: 2.0rem;
    position: relative;
    top: 13rem;
    font-size: 1.7rem;
}

.publication-description-long {
    top: 9rem;
}

.publication-info {
    width: 100%;
}

.publication-how-to-cite {
    color: #a2a0a2;
}

@media only screen and (max-width: 650px) {
    .publication-img {
      padding-bottom: 4.0rem;
    }
    .publication-description, .publication-description-long {
      top: 0;
      font-size: 1.2rem;
      line-height: 1.8rem;
    }
}

/* Profile Info ------------------------------ */

/*.profile-block-img img {
    border: 0.3rem solid #fff;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

.profile-block-description {
    color: #494748;
}*/

.profile-block-2-img img {
    border: 0.3rem solid #fff;
    -webkit-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.5rem 0.5rem 0.5rem rgba(0, 0, 0, 0.25);
}

/*.profile-block-2-description {
    color: #494748;
}*/

.profile-block-2-func-desc {
    color: #5c5a5b;
}

.profile-block-2-mail {
    color: #434142;
}

/* News List --------------------------------- */

.news-site-list-row {
    border-bottom: 0.1rem solid #9c9e9f;
    border-image: linear-gradient(90deg, rgba(185, 187, 193, 0.5) 0%, rgba(185, 187, 193, 0.5) 50%, rgba(185, 187, 193, 0) 100%) 1;
}

.news-site-list-img img.block-img {
    border: 0.2rem solid #fff;
}

/* Media Section */
@media only screen and (min-width: 800px) {
    .news-site-list-img img.block-img {
        border: 0.2rem solid #fff;
    }
}

.news-site-list-date {
    color: #0092cf;
}

@media only screen and (min-width: 800px) {
    .news-site-tag a {
        color: #fff;
    }
}

/* Single news -------------------------------- */

.news-single-date {
    color: #202020;
}

/* Images ------------------------------------ */

.block-img {
    border: 0.4rem solid #fff;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
}

/* Worker Search ----------------------------- */

/* Form */

.worker-search-form {
    background: #e6e8ea;
}

/* Label */

.worker-search-form .ws-label {
    background: #6a6d6f;
    color: #fff;
}

/* Text input */

.worker-search-form .ws-name {
    color: #494748;
}

.worker-search-form .ws-name:placeholder-shown {
    color: #b9bbc1;
}

/* Submit input */

.worker-search-form .ws-submit {
    background: #004260;
    color: #fff;
}

.worker-search-form .ws-submit:focus {
    outline: 0.1rem solid #004260;
}

/* Alert */
.ws-alert {
    color: #ad161e;
}

/* Publication Table List -------------------- */

.publication-title {
    color: #494748;
}

.publication-type {
    color: #ad161e;
}

.citation {
    color: #ad161e;
}

/* Contact Section --------------------------- */

.contact-header {
    width: 100%;
    height: 36.8rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/uploaded/images/contact-header/contact-header.jpg);
}

.contact-left-col,
.contact-middle-col,
.contact-right-col {
    width: 100%;
    float: none;
}

/* Media Section */
@media only screen and (min-width: 701px) {
    .contact-left-col {
        width: 42%;
        float: left;
    }

    .contact-middle-col {
        width: 34%;
        float: left;
    }

    .contact-right-col {
        width: 24%;
        float: left;
    }
}

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

/*	7. Blocks
/* -------------------------------------------------------------------------- */

/* Block Typography Classes ------------------ */

/* Custom Colors ----------------------------- */

.light-gray {
    color: #9c9e9f !important;
}

/* Custom Backgrounds ------------------------ */

.bg-lightgray {
    background-color: #f1f1f1;
}

/* Bottom Gradient Line ---------------------- */

.bottom-line,
.bottom-line-page {
    border-bottom: 0.1rem solid #6d7172;
    border-image: linear-gradient(90deg, rgba(109, 113, 114, 0) 35%, rgba(109, 113, 114, 0.2) 50%, rgba(109, 113, 114, 0) 65%) 1;
}

/* Titles ------------------------------------ */

.standard-title {
    color: #403c3d;
}

.standard-title-emphasized {
    color: #403c3d;
}

.standard-title-emphasized::before {
    background-color: #00477d;
}

/* Lists ------------------------------------- */

.akademia-sub-page-content .standard-list li::before,
.akademia-sub-page-content .standard-list-emphasized li::before {
    background-color: #9c9e9f;
    left: 0.4rem;
}

.akademia-sub-page-content .standard-list li,
.akademia-sub-page-content .standard-list-emphasized li,
.akademia-sub-page-content .standard-list li > a,
.akademia-sub-page-content .standard-list-emphasized li > a {
    color: #403c3d;
}

.akademia-sub-page-content .standard-list li > a:hover,
.akademia-sub-page-content .standard-list-emphasized li > a:hover {
    color: #b8870b;
}

.akademia-sub-page-content .standard-list li ul li::before, 
.akademia-sub-page-content .standard-list-emphasized li ul li::before {
    background-color: #b1b3b4;
}

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

/*	8. Entry Content
/* -------------------------------------------------------------------------- */

/* Alignment Classes ------------------------- */

.wp-caption p.wp-caption-text {
    background: #fff;
}

/* Text meant only for screen readers. */
.screen-reader-text:focus {
    background-color: #eee;
    color: #444;
}

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

/*	9. Site Pagination
/* -------------------------------------------------------------------------- */

.page-numbers {
    border: 0.1rem solid #eee;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #f9f9f9;
}

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

/*	11. Widgets, Shortcodes & Plugins
/* -------------------------------------------------------------------------- */

/* Widgets ----------------------------------- */

/* Social Data */

.social-area figure,
.social-area-2 figure,
.social-area-3 figure {
    background-color: #9c9e9f;
}

.social-area figure figcaption,
.social-area-2 figure figcaption,
.social-area-3 figure figcaption {
    color: #fff;
}

.social-post-main-content {
    -webkit-box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
    -moz-box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
    box-shadow: 0rem 0rem 2rem 0rem rgba(73, 71, 71, 0.3);
}

.social-post-main-meta {
    color: #938e8e;
}

.social-post-main-title {
    color: #494748;
}

/* Media Section */
@media only screen and (min-width: 901px) {
    .social-post-other-meta {
        color: #494748;
    }

    .social-post-other-meta-date {
        color: #b1b3b4;
    }

    .social-post-other-content {
        color: #8f8d8b;
    }
}

/* Shortcodes -------------------------------- */

.post-div .listing-item .title {
  display: none;
}

/* Image Block ------------------------------- */

.udercolor-conf {
    background: #fff;
}

.udercolor {
    background: #e7e8e9;
}

.udercolor-butt {
    background: #f1f2f2; /*#e7e8e9;*/
}

.udercolor3 {
    background: #f1f2f2; /*#d9dadb;*/
}

.udercolor2 {
    background: #bed6d6; /*#042f3f;*/ /*url(../../uploads/uploaded/images/image-block/image-block-bg.jpg);*/
    filter: grayscale(20%);
}

/*.udercolor2 .container .home-page {
    color: #fff;
}*/

.butt-block-list {
    display: flex;
    margin: auto;
    width: 80%;
    margin-bottom: 50px;
}

.butt-block-list,
.image-block-list {
    margin: auto;
    width: 80%;
}

@media only screen and (max-width: 1000px) {
    .butt-link a {
        background-color: #042f3f;;
        color: #ffffff;
    }

    .butt-link a:hover {
        background: radial-gradient(circle, #06444c, #001b29);
        color: #fff;
    }
}

.image-block-list .image-block-title {
    background-color: #042f3f;;
    color: #ffffff;
}

.image-block-list .image-block-title:hover {
    background: radial-gradient(circle, #06444c, #001b29);
    color: #fff;
}

.image-block-list figure.wp-block-image figcaption {
    color: #fff;
    font-size: 2rem;
}

/* Description Block ------------------------- */
.description-block-text-large, 
.description-block-text {
    color: #202020;
}

.description-block-author {
    color: #ee822f;
}

/* Video List -------------------------------- */

.video-container {
    color: #fff;
}

/* Other Pages -------------------------------- */

/* News --------------------------------------- */

/* Newest News */

@media only screen and (min-width: 800px) {
    .news-newest .news-img {
        background-color: #eee;
    }
}

/* Shortcode Button -------------------------- */

.akademia-btn {
    background: #00477d;
    -webkit-border-radius: 1rem; 
    -moz-border-radius: 1rem; 
    border-radius: 1rem;
    font-size: 1.8rem;
    color: #fff;
}

/* Events Calendar --------------------------- */

.calendar-heading {
    color: #b1b3b4;
}

.calendar_inner {
    background-color: #e3e4e5;
}

.calendar_title {
    color: #e86420;
}

.calendar_title input[type="button"] {
    color: #494748;
}

.calendar_table {
    background-color: #fff;
}

.calendar_weekdays td {
    color: #fff;
    background-color: #e67621;
}

.calendar_week td a {
    color: #44454e;
}

span[id^="calendar_day_events"] {
    background-color: #fdead0;
    border-left: 0.2rem solid #fff;
    border-right: 0.2rem solid #fff;
    border-bottom: 0.2rem solid #fff;
    color: #6d6c6d;
}

.calendar_no_day {
    background-color: #ededed;
}

.calendar_day {
    background-color: #dbdada;
    color: #44454e;
}

td.calendar_today a {
    color: #e86420;
}

.calendar_event {
    background-color: #fdead0;
}

/* Events List ------------------------------- */

.event_date .day {
    background-color: #06284e;
    color: #fff;
}

.event_date .month {
    color: #202020;
}

.event_date .year {
    color: #202020;
}

.event_name a {
    color: #202020;
}

.event_place {
    color: #e76222;
}

.event_null {
    color: #494748;
}

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

.n2-ss-layer,
.n2-ss-slider {
    max-height: 450px !important;
}

/* Media Section */
@media only screen and (min-width: 601px) {
    /* Slider Text Area -------------------------- */
    div#n2-ss-slider {
        text-align: left;
    }

    div.nextend-bar div[class^="n2-style-"] {
        width: 30rem !important;
        height: 45rem !important;
        position: relative;
        background-image: linear-gradient(to top, rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61)) !important;
        text-align: left;
    }

    /* Slider Font ------------------------------- */
    div#n2-ss-2 span[class^="n2-font-"],
    div#n2-ss-3 span[class^="n2-font-"] {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 2rem 2rem 3rem;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 2.4rem;
        color: #fff/*#212021*/; 
    }

    /* Slider Links ------------------------------ */
    div#n2-ss-2 span[class^="n2-font-"] a,
    div#n2-ss-3 span[class^="n2-font-"] a {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 1.6rem;
        font-weight: 400;
        color: #212021;
    }

    div#n2-ss-2 span[class^="n2-font-"] a:hover,
    div#n2-ss-3 span[class^="n2-font-"] a:hover {
        color: #202020;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
}

/* Tiny Content Slider ----------------------- */

#image-block-slider-ow .tns-controls button[data-controls="prev"],
#image-block-slider-ow .tns-controls button[data-controls="next"] {
    background: rgba(230, 223, 218, 0.5);
    color: #d3d3d3;
}

#image-block-slider-ow .tns-controls button[data-controls="prev"]:hover,
#image-block-slider-ow .tns-controls button[data-controls="next"]:hover {
    background: rgba(253, 240, 230, 0.5);
    color: #ee822f;
}

.image-slider-block {
    background: #d2d1d1 url(../../uploads/uploaded/images/image-slider-block/image-slider-block-bg.jpg) 50% 25%;
}

.tns-item .presentation-title {
    background-color: #4f4a4a;
    color: #ee822f;
}

.tns-item .presentation-description {
    background-color: #4f4a4a;
    color: #aba7a8;
}

/* Complianz --------------------------------- */

.cmplz-message {
    line-height: 2.2rem!important;
    font-size: 1.5rem!important;
}

.cmplz-buttons button {
    font-family: 'Montserrat', sans-serif;
    font-size: 1.4rem!important;
    text-transform: uppercase;
}

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

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    background-color: #f6f6f6;
}

#back-to-top-btn:hover {
    /*background-color: #06444c;/* #d6d6d6;*/
}

/* Pre-Footer Sitemap ------------------------ */

.pre-footer-sitemap {
    background-color: #042f3f;
    color: #fff;
    margin-top: auto !important;
    padding-top: 1rem !important;
    padding-bottom: 4rem !important;
}

@media only screen and (max-width: 1000px) {
    .pre-footer-sitemap {
        padding-top: 1rem !important;
        padding-bottom: 0rem !important;
    }
}

.pre-footer-sitemap-title {
    color: #fff;
}

.pre-footer-sitemap a {
    color: #aeabab;
}

.pre-footer-sitemap a:hover {
    color: #fff;
}

.pre-footer-sitemap a {
    color: #bfbfbf;
}

.pre-footer-sitemap a:hover {
    color: #fff;
}

/* Pre-footer -------------------------------- */

.pre-footer {
    background-color: #042f3f;
    color: #b9bbc1;
}

.pre-footer a {
    color: #b9bbc1;
}

.pre-footer a:hover {
    color: #fff;
}

.pre-footer-icons {
    background: #042f3f;
    display: block;
}

@media screen and (min-width: 1001px) {
    .pre-footer-icons {
        display: block;
    }
}
/* Footer ------------------------------------ */

footer {
    background-color: #001b29;
}

footer .row_1 {
    color: #dbdada;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #dbdada;
}

footer a:hover {
    color: #fff;
}

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

.links {
  margin-bottom: 5px;
}

.links img {
  margin: 5px 5px 5px 5px;
}

div.konf {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  margin-bottom: 35px;
}
.konf div {
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  align-items: center;
  margin-right: 55px;
  margin-left: 55px;
}
.konf .icons {
  width: 150px;
  height: 150px;
}

div.cas {
  display: flex;
  /*flex-flow: row wrap;*/
  margin-bottom: 70px;
}

.cas .polimg {
  display: block;
  width: 34%;
  /*justify-items: right;*/
}

.cas .poltxt {
  display: block;
  width: 66%;
  justify-content: left;
}

.cas .poltxt .journal-block-title a {
  display: block;
  color: #1d2349; /*;#042f3f;*/
  font-size: 2.2rem;
  font-weight:500;
  padding-bottom: 1rem;
  margin-left: 30px;
}

.cas .poltxt .journal-block-title a:hover {
  color: #042f3f;
}

.cas .poltxt .journal-block-text {
  display: block;
  color: #3e3d40; /*#06444c;*/
  font-size: 1.7rem;
  margin-left: 30px;
  line-height: 2.3rem;
}

.cas .polimg .icons {
  width: 150px;
  height: auto;
  margin-right: 30px;
  float: right;  
}

/* Grid style */
.display-posts-listing.grid {
	display: grid;
	grid-gap: 20px;
}

.display-posts-listing.grid .listing-item {
    display: grid; 
    align-content: start;
    /*margin-left: 10px;
    margin-right: 10px;*/
}

.display-posts-listing.grid .title {
    font-weight: medium;
    font-size: 1.8rem;
    color: #202020/*#06444c*/;
    font-weight: 550;
    margin-bottom: 10px;
    order: -1;
}

.display-posts-listing.grid .excerpt {
    color: #636161;
}

.display-posts-listing.grid .title :hover {
    color: #042f3f;
}

.display-posts-listing.grid .date {
    color: #0f878a;
    margin-bottom: 10px;
    order: -2;
}

.display-posts-listing.grid .image { 
    order: -3;
}

.display-posts-listing.grid img { 
	display: flex; 
	max-width: 100%; 
    aspect-ratio: 1.5;
    object-fit: cover;
    /*background-color: #06444c;*/
    margin-bottom: 10px;
    margin-left: auto;
    margin-right: auto;
}

@media (min-width: 600px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 2, 1fr );
	}
}

@media (min-width: 1024px) {
	.display-posts-listing.grid {
		grid-template-columns: repeat( 4, 1fr );
	}
}
 /*=================================================================*/
.org {
  text-align: center;
  display: flex;
}

@media (max-width: 1024px) {
  .org {
    flex-direction: column;
  }
}

.children {
  background-color: #202020;
  flex: 50%;
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 10px;
  border-radius: 5px;
}

.level {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  background-color: #202020;
  border-radius: 5px;
  margin-left: 10px;
  margin-right: 10px;
}

.node {
  text-align: center;
  width: 90%;
  /*display: block;*/
  background: #fff;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  padding: 10px 20px;
  margin: 20px auto;
  /*position: relative;*/
  font-weight: bold;
}

.subnode {
  background: #f8fafc;
  width: 80%;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  padding: 10px 20px;
  margin: 20px auto;
  text-align: left;
}

.levnode {
  background: #f8fafc;
  border-radius: 5px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.2);
  padding: 10px 20px;
  margin: 20px auto;
  text-align: center;
}

.photo {
  margin-bottom: 20px;
}

.photo img {
  width: 170px;
}

.profile_position {
  font-size: 20px;
  color: #6d6f71;
  margin-bottom: 10px;
}

.basic_info h2 {
  margin-bottom: 5px;
}

/* Colors */
.top { background: #2f3a43; color: #fff; }
.top2 { background: #b6cecf;}
.director { background: #004d4a; color: #fff; }
.section { background: #e7ebef; font-weight: bold; }
.research { background: #004d4a; color: #fff; display: block;}
.col_main { color: #a28535; padding-top: 2rem;}
.light_col { padding-bottom: 2rem;}

