/*
 Theme Name:   Akademia Child
 Description:  Akademia Child Theme
 Author:       Tomas Hlavac
 Template:     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;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* -------------------------------------------------------------------------- */

/* Headings ---------------------------------- */

/* Main Heading */
h1.title_org,
.title_org,
h1.title_org a,
.title_org a,
h1.title_org a:hover,
.title_org a:hover {
    color: #8c8c8c;
}

/* Home Page Headings */
h2.home-page {
    border-bottom: 0.1rem solid #fff;
    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: #000;
}

/* Sub Page Heading */
h1.sub-page {
    color: #000;
}

h1.sub-page::before {
    background: #28419e; 
}

h2 {
    margin-top: 1rem;
    color: #01aaec;
}

h2.news-site-list {
    color: #000;
}

a h2.news-site-list:hover {
    color: #0092cf;
}

h3 {
    color: #000;
    font-size: 2.4rem;
    line-height: 3rem;
}

h3.events {
    color: #868889;
}

h3.news-newest-title > a, 
h3.news-other-title > a {
    color: #000;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #0092cf;
}

h4 {
    color: #000000;
    margin-bottom: 0;
    font-size: 1.9rem;
}

h4.worker-profile-header {
    float: left;
    width: 2rem;
    position: relative;
    right: 4.1rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: right;
    text-transform: uppercase; 
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

/* .. doplnene 24.03.2023 */
/*h6 {
    color: #000000;
    margin-bottom: 0;
    font-size: 2rem;
}*/


/* 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;
    }
}


@media only screen and (min-width: 801px) {
    .org-header-2 h1.title_org,
    .org-header-2 .title_org,
    .org-header-2 h1.title_org_en,
    .org-header-2 .title_org_en {
        width: 28rem;
        font-size: 1.4rem;
  }
}

@media only screen and (min-width: 1201px) {
    .org-header-2 h1.title_org,
    .org-header-2 .title_org,
    .org-header-2 h1.title_org_en,
    .org-header-2 .title_org_en {
        width: 35rem;
        font-size: 1.6rem;
  }
}

@media only screen and (min-width: 1001px) {
    .org-header-2 {
        padding-left: 1.6rem;
    }
}    

@media only screen and (min-width: 1268px) {
    .org-header-2 {
        padding-left: 0;
    }
}

/* Links ------------------------------------- */

a {
    color: #01aaec;
    font-weight: 400;
}

a:hover {
    color: #0161a0;
    font-weight: 400;
}

/* Lists ------------------------------------- */

/* Unordered Lists --------------------------- */

ul li a {
    color: #403c3d;
}

ul li a:hover {
    color: #01aaec;
}

.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 #01aaec;
    color: #01aaec;
}

.akademia-sub-page-content ul li a.light-gray {
    border-bottom: 0.1rem solid #9c9e9f;
}

.akademia-sub-page-content ul li a:hover.light-gray {
    color: #01aaec !important;
    border-bottom: 0.1rem solid #01aaec;
}

.akademia-sub-page-content a {
    /*color: #434142;*/
    font-weight: 500;
}

.akademia-sub-page-content a:hover {
    color: #01aaec;
    font-weight: 500;
    border-bottom: 0.1rem solid #01aaec;
}

/* Ordered Lists ----------------------------- */


ol li::before {
    color: #066cb5;
}


/* Quotes ------------------------------------- */

blockquote {
    background: #ccc;
    border-left: 0.5rem solid #fd6325;
}

cite {
    color: #aaa;
}

/* Forms ------------------------------------- */

/* Inputs ------------------------------------ */

input[type="submit"] {
    /*background: radial-gradient(circle, #d4bc87, #b2975c);*/
    background-color: #28419e;
    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;
}

.select-year-form {
    background-color: #ededed;
}


/* 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 ---------------------------------- */

.site-header {
    background: #fff;
    /*border-top: 0.7rem solid #9f9e9e;*/
}

.flex-row a {
    color: #babbc4;
}

.flex-row a:hover {
    color: #b8870b;
}

.search-people-2 {
    bottom: 0.2rem;
}

@media only screen and (min-width: 1001px) {
    .flex-row {
        height: 4rem;
        line-height: 4rem;
    }
    .logo-sav,
    .logo-other {
        height: 4rem;
    }
    .search-people-2 {
        top: 0.6rem;
    }
}

.logo-other a:hover,
.logo-sav a:hover {
    color: #37c6e5;
}

.language {
    background-color: #7bba3e;
}

.language a,
.language a:hover {
    color: #000;
}

.search-btn {
    background-color: #a09e9e;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .flex-row {
        background-color: #353535;
        /*background-image: linear-gradient(to right, #cfd1d2, #ebebec, #d7d8d9);*/
    }
    .language {
        width: 2.5rem;
        height: 2.5rem;
        position: relative;
        top: 0.8rem;
        line-height: 2.5rem;
        margin-left: 1.3rem;
    }
}

/* Search Form --------------------------------------------- */

.search-form .search-text {
    color: #323232;
}

.search-form .search-text > input[type="text"] {
    background-color: #d2d1d1;
}

.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: #a09e9e;
}

.search-form .search-submit {
    background-color: #37c6e5;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .search-form {
        display: none;
        float: right;
        width: 27.3rem;
        height: 2.5rem;
        position: relative;
        top: 0.8rem;
        left: 5.7rem;
    }

    .search-form .search-text {
        width: 100%;
    }

    .search-form .search-text > input[type="text"] {
        width: 21.8rem;
        padding: 0 1.5rem;
        background-color: #37c6e5;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
        font-size: 1.4rem;
        color: #000;
    }

    .search-form .search-submit {
        width: 2.5rem;
        padding: 0;
        border-top-right-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
        text-align: center;
        cursor: pointer;
        outline: none;
    }

    #search-form input[type="text"]::-webkit-input-placeholder {
        color: #000;
    }

    #search-form input[type="text"]:-moz-placeholder,
    #search-form input[type="text"]::-moz-placeholder,
    #search-form input[type="text"]:-ms-input-placeholder,
    #search-form input[type="text"]::-ms-input-placeholder,
    #search-form input[type="text"]::placeholder {
        color: #000;
    }
}

/* Post List ----------------------------------------------- */

#post-list-page header {
    color: #494748;
}

.article-img {
    background: #9c9e9f;
}

.article-date {
    color: #9c9e9f;
}

.article-excerpt {
    color: #403c3d;
}

.article-more a {
    color: #01aaec;
}

/* Search Results ------------------------------------------ */

.search-string {
    color: #066cb5;
}

.search-no-result {
    color: #494748;
}

/* -------------------------------------------------------------------------- */

/*	5.	Menus
/* -------------------------------------------------------------------------- */

/* Primary Responsive Menu --------------------------------- */

.navigation-main {
    background-color: #b2975c;
    /*background-image: linear-gradient(to right, #d4c5a7, #b2975c, #d4c5a7);*/
    background-image: linear-gradient(to right, #d4bc87, #b2975c, #d4bc87);
}

.navigation-main-2 {
    background-color: #fff;
}

@media screen and (min-width: 1001px) {
    .navigation-main-2 {
        width: 60%;
    }
    .org-header-2-logo {
        width: 40%;
    }
    .navigation-sticky {
        width: 100%;
        background-color: #e8e8e8;
    }
}

/* Smaller resolution (sliding) version */

/* Media Section */
@media screen and (max-width: 1000px) {
    #popout-container {
        background: #065499;
        color: #fff;
    }

    .primary-menu li:hover {
        color: #9c9e9f;
    }

    .primary-menu li a,
    .primary-menu li a:hover {
        color: #fff;
    }

    /* Levels */
    .primary-menu li.current-menu-item a,
    .primary-menu li.current-menu-parent > a {
        background-color: #7bba3e;
    }
}

/* Larger resolution (fixed) version */

@media screen and (min-width: 1001px) {
    /* First level */
    /* Add primary menu li widths item here - start */ 
    
    /*.primary-menu-ul > li:nth-child(1) {
        width: 8.370854235197369%;
        padding-left: 0;
        text-align: left !important; 
    }
    .primary-menu-ul > li:nth-child(2) {
        width: 28.873040707236843%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(3) {
        width: 27.050096628289474%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(4) {
        width: 22.35297491776316%;
        text-align: center; 
    }
    .primary-menu-ul > li:nth-child(5) {
        width: 13.353033511513157%;
        padding-right: 0;
        text-align: right !important; 
    }*/

    /* Add primary menu li widths item here - end */

    .primary-menu #popout-container > ul > li > a {
        color: #494748;
    }

    .primary-menu #popout-container > ul > li > a:hover {
        color: #000;
    }
       
    .primary-menu-2 #popout-container > ul > li > a:after {
        background-color: #01aaec;
    }
    
    .primary-menu-2 #popout-container > ul > li.current-menu-parent > a:after,
    .primary-menu-2 #popout-container > ul > li.current-menu-item > a:after {
        content: "";
        position: absolute;
        height: 0.3rem;
        width: 100%;
        left: 0;
        bottom: -0.1rem;
    }

    .primary-menu ul .menu-item-has-children > a:hover,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a {
        color: #000;
    }

    /* Second level */
    .primary-menu ul li > .sub-menu {
        left: 0;
        background: #434344;
        margin-top: 1px;
    }

    .primary-menu ul li > .sub-menu li > a {
        color: #babbc4;
    }

    .primary-menu ul .sub-menu a:hover {
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu li a:hover {
        background: #01aaec;
    }

    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a:after {
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu .menu-item-has-children:hover > a {
        background: #00477d;
        color: #fff;
    }

    /* Third level */
    .primary-menu ul li > .sub-menu li > .sub-menu {
        background: #c8cacb;
    }

    /* Current items */
    .primary-menu .current-menu-item a,
    .primary-menu .current-menu-parent > a {
        color: #9c9e9f;
    }

    .primary-menu .current-menu-parent > ul .current-menu-item a,
    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a {
        background: #01aaec;
        color: #fff;
    }

    .primary-menu #popout-container > ul > .current-menu-item > a,
    .primary-menu #popout-container > ul .current-menu-parent > a,
    .primary-menu #popout-container > ul .current-menu-parent > a:after {
        color: #000;
    }
}

/* Page Menu --------------------------------- */

/* Media Section */
@media only screen and (min-width: 1001px) {
    .page-menu-container {
        background: #eff0f0;
    }

    .page-menu-title {
        background-color: #28419e;
        background: linear-gradient(90deg, rgba(1, 170, 236, 1) 0%, rgba(40, 65, 158, 1) 100%);
        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: #757374;
    }

    .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 .gold {
    color: #a28535;
    font-weight: 500;
}

.akademia-sub-page-content .silver {
    color: #9c9e9f;
    font-weight: 400;
}

.akademia-sub-page-content a.gray {
    color: #434142;
    font-weight: 500;
}

.akademia-sub-page-content a.gray:hover {
    color: #b8870b;
}

@media only screen and (min-width: 650px) {
  .akademia-sub-page-content .news-single-image {
      height: 350px;
      overflow: hidden;
      position: relative;
  }
  .akademia-sub-page-content .news-single-image img {
      position: absolute;
      left: 50%;
      top: 50%;
      transform: translate(-50%,-50%);
  }
}

.akademia-sub-page-content .tablo-img {
    width: 35.0rem;
    height: auto;
    margin-bottom: 2rem;
}

.akademia-sub-page-content .tablo-date {
    font-size: 1.3rem;
    color: #b8870b;
}

.akademia-sub-page-content p.csirt {
    padding-left: 2.6rem;
}

.akademia-sub-page-content h3 {
    margin-bottom: 0.5rem;
}

@media only screen and (max-width: 650px) {
    .akademia-sub-page-content p.csirt {
        padding-left: 1.8rem;
    }
    .akademia-sub-page-content h3 {
        font-size: 1.8rem;
    }
}

.akademia-sub-page-content h4.psav {
    font-size: 1.6rem;
}

.akademia-sub-page-content h6.psav {
    font-family: 'Montserrat', sans-serif;
    font-size: 2.1rem;
    font-weight: 400;
    margin: 3rem 0;
    color: #000;
}

.akademia-sub-page-content ul li ul li::before {
    background-color: #b1b3b4;
}


.presentation-block-list-sm-column a .presentation-text div {
    color: #424143;
}

.presentation-block-list-sm-column a:hover .presentation-text div {
    color: #01aaec;
}

/* Collapsible List -------------------------- */

.collapsible {
    color: #494748;
}

.active,
.collapsible:hover {
    color: #000;
}

.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;
}

.table-list td {
    border-bottom: 1px solid #949494;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    h4 {
      font-size: 1.3rem;
    }
    
    .akademia-sub-page-content h4.psav {
      font-size: 1.3rem;
    }
    
    .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 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: #000;
}

.worker-search-form {
    background: #e6e8ea;
}

.worker-search-form .ws-label {
    background: #6a6d6f;
    color: #fff;
}

.worker-search-form .ws-name:placeholder-shown {
    color: #b9bbc1;
}

/* 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: #01aaec;
}

/* News@homepage ----------------------------- */

/* Newest News */
.news-new-tag {
    background-color: #7bba3e;
    color: #000;
}

.news-newest .news-meta .news-date {
    color: #01aaec;
}

.news-meta .news-tags a {
    color: #939598;
}

.news-newest .news-text {
    color: #636161;
}

/* 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;
    }
    
    .news-newest {
        min-height: 48rem;
    }
}

/* Other News List */
.news-other .news-year {
    color: #676566;
}

.news-other .news-meta {
    background-color: #676566;
}

.news-other .news-meta .news-day,
.news-other .news-meta .news-month {
    color: #fff;
}

.news-other .news-text {
    color: #636161;
}

.news-other .news-more a {
    color: #37c6e5;
}

@media only screen and (min-width: 800px) {
    .news-other .news-text {
        color: #636161;
    }
}

@media only screen and (min-width: 801px) {
    h3.news-newest-title > a {
        color: #000;
    }
}

@media only screen and (min-width: 1201px) {
    h3.news-newest-title > a {
        color: #000;
    }

    h3.news-other-title > a {
        color: #000;
    }
}

/* News Read All Button */
.news_read_all a {
    background-color: #494748;
    color: #fff;
}

.news_read_all a:hover {
    background-color: #01aaec;
    color: #000000;
}

/* 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: #000;
}

.news-single-seen {
    color: #bebfbf;
}

.news-single-body a {
    color: #01aaec;
}

/* 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);
}

/* Publication Table List -------------------- */

.publication-title {
    color: #494748;
}

.publication-type {
    color: #01aaec;
}

.citation {
    color: #01aaec;
}

/* -------------------------------------------------------------------------- */

/*	7. Blocks
/* -------------------------------------------------------------------------- */

/* Block Typography Classes ------------------ */

/* Custom Colors ----------------------------- */

.light-gray {
    color: #9c9e9f;
}

.blue {
    color: #01aaec;
}

.green {
    color: #7bba3e;
}

.gray {
    color: #494748;
}

/* 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: #01aaec;
}

.akademia-sub-page-content .standard-list li ul li::before, 
.akademia-sub-page-content .standard-list-emphasized li ul li::before {
    background-color: #b1b3b4;
}


/* Custom ul */
.akademia-sub-page-content ul.ul-custom {
    padding-left: 0;
}

.akademia-sub-page-content ul.ul-custom li::before {
    display: block;
    width: 4.6rem;
    height: 4.6rem;
    position: absolute;
    top: 0.4rem;
    left: 0;
    text-indent: -999999px;
    counter-increment: initial;
    background: #6e6d6e;
}

.akademia-sub-page-content ul.ul-custom li {
    list-style-type: none;
    display: block;
    margin-bottom: 0;
    padding-left: 0;
}

.akademia-sub-page-content ul.ul-custom li .box {
    color: white;
    position: relative;
    left: 1.2rem;
    font-size: 2rem;
    top: 1.4rem;
}

.akademia-sub-page-content ul.ul-custom li .box-text,
.akademia-sub-page-content ul.ul-custom li h4 {
    padding-left: 5.5rem;
    position: relative;
    bottom: 2.2rem;
    text-transform: none;
    font-weight: 400;
}

.akademia-sub-page-content ul.ul-custom li .box-text {
    color: #646564;
}

@media only screen and (max-width: 650px) {
  .akademia-sub-page-content ul.ul-custom li .box {
      top: 1.6rem;
  }
  .akademia-sub-page-content ul.ul-custom li .box-text {
      bottom: 2.0rem;
  }
  .akademia-sub-page-content ul.ul-custom li h4 {
      font-size: 1.6rem;
  }
}

/* WP Forms plugin */
div.wpforms-container-full {
  margin: 0 auto;
}

div.wpforms-container-full .wpforms-form .wpforms-field-label {
    font-weight: 500;
}

.wpforms-confirmation-container-full {
    color: #000;
    background: #44bcdb;
    border: 0;
}

div.wpforms-container-full .wpforms-form .wpforms-submit-container {
    text-align: center;
}

div.wpforms-container-full .wpforms-form button[type="submit"] {
    margin-top: 2rem;
    font-family: 'Montserrat', sans-serif;
    background-color: #494748;
    border: 0;
    color: #fff;
    text-transform: uppercase;
}

div.wpforms-container-full .wpforms-form button[type="submit"]:hover {
    background-color: #44bcdb;
    color: #000;
    border: 0;
}

/* -------------------------------------------------------------------------- */

/*	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;
    }
}

@media only screen and (min-width: 1001px) {
    .social-bar {
        top: 8.3rem;
     }
     .right-links-2 a img {
        width: 2.5rem;
        margin-right: 0;
    }
}

/* Shortcodes -------------------------------- */

/* Image Block ------------------------------- */

.image-block .image-block-title {
    background-color: rgba(210, 209, 209, 0.5);
    color: #818281;
}

.image-block .image-block-title:hover {
    background: radial-gradient(circle, #00477d, #06284e);
    color: #fff;
}

@media only screen and (min-width: 951px) {
  .image-block-list figure.wp-block-image {
      -webkit-box-shadow: none;
      -moz-box-shadow: none;
      box-shadow: none;   
  }
}

.image-block-list figure.wp-block-image figcaption {
    color: #fff;
}


.image-block-background {
    background-color: #1b1c1c;
    margin-bottom: 2rem;
}

.image-block-background h2.home-page { 
    color: #babbc4;
}    

@media only screen and (min-width: 951px) {
  .image-block-background {
      padding-bottom: 8rem;
  }
}

/* Description Block ------------------------- */

.description-block {
    padding-top: 5.5rem;
    padding-bottom: 5.5rem;
}

.description-block-text {
    color: #f8f7e9;
}

@media only screen and (min-width: 1001px) { 
    .description-block-text {
        line-height: 4rem;
        font-size: 3rem;
    }
}

@media only screen and (min-width: 1100px) { 
    .description-block-text {
        line-height: 4.4rem;
        font-size: 3.2rem;
    }
}

.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: #01aaec;
    color: #fff;
    border: 2px solid #01aaec;    
    -webkit-border-radius: 1rem; 
    -moz-border-radius: 1rem; 
    border-radius: 1rem;
    font-size: 1.8rem;
}

a:hover.akademia-btn {
    background: #fff;
    color: #403c3d;
    border: 2px solid #01aaec;
}

/* 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: #000;
}

.event_date .year {
    color: #000;
}

.event_name a {
    color: #000;
}

.event_place {
    color: #e76222;
}

.event_null {
    color: #494748;
}

/* Plugins ----------------------------------- */

/* 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: 30rem !important;
        position: relative;
        background-image: linear-gradient(to top, rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0.61), rgba(255, 255, 255, 0)) !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: #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: #000;
        -webkit-transition: 0.3s ease-out;
        -moz-transition: 0.3s ease-out;
        -o-transition: 0.3s ease-out;
        transition: 0.3s ease-out;
    }
}

@media only screen and (min-width: 1625px) {
    /* Slider Height ----------------------------- */
    .n2-section-smartslider,
    .n2-ss-align.n2-ss-align-visible,
    .n2-padding,
    .n2-ss-slider,
    .n2-ss-slider-1,
    .n2-ss-slider-2 {
        height: 45rem;
    }
}

/* 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;
}

.image-block-list .textwidget {
  background-color: #fff;
}

.image-block-list .textwidget a {
    margin: 0 auto 3.5rem;
}

.image-block-list .textwidget a .image-block-title {
    background: #494748;
    color: #fff;
}

.image-block-list .textwidget a:hover .image-block-title {
    background: radial-gradient(circle,#01aaec,#28419e);
    color: #fff;
}

/* -------------------------------------------------------------------------- */

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    background-color: #757575;
}

#back-to-top-btn:hover {
    background-color: #9c9e9f;
}

/* Pre-Footer Sitemap ------------------------ */

.pre-footer-sitemap {
    background-color: #312f2f;
    color: #fff;
}

.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: #1d1d1d;
    color: #b9bbc1;
}

.pre-footer a {
    color: #b9bbc1;
}

.pre-footer a:hover {
    color: #fff;
}

/* Footer ------------------------------------ */

footer {
    background-color: #0e0e0e;
}

footer .row_1 {
    color: #dbdada;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #dbdada;
}

footer a:hover {
    color: #fff;
}

/* -------------------------------------------------------------------------- */
