/*
 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:hover,
.title_org a:hover {
    color: #6a6d6f;
}

.title-orange {
    color: #ff9933;
    font-weight: 500;
}

/* 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;
}

/* Sub Page Heading */
h1.sub-page {
    color: #000;
}

@media only screen and (min-width: 801px) {
    h1.sub-page {
        padding-bottom: 1.75rem;
    }
}

h1.sub-page::before {
    background: #f4a329; 
}

h2 {
    color: #434142;
    margin-top: 2rem;
    font-weight: 500;
}

h2.news-site-list {
    color: #494748;
    font-size: 1.6rem;
}

@media only screen and (min-width: 1001px) {
    h2 {
        line-height: 2.4rem;
        font-size: 2rem;
    }
    
    h2.news-site-list {
        font-size: 2.2rem;
    }
}

.akademia-sub-page-content .news-site-list a,
.akademia-sub-page-content .news-site-list a:hover {
    border: 0;
}

a h2.news-site-list:hover {
    color: #099;
}

h3 {
    color: #000;
    font-size: 2.4rem;
}

h3.events {
    color: #868889;
}

h3.news-newest-title > a {
    color: #000;
}

h3.news-other-title > a {
    color: #494748;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #099;
}

h4 {
    color: #009999;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-size: 1.9rem;
    font-weight: 500;
    text-transform: none;
}

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: 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;
}

a:hover {
    color: #56a5d5;
    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;
}

.akademia-sub-page-content ul.wp-block-list {
    margin-bottom: 2rem;
}

.akademia-sub-page-content ul li {
    margin-bottom: 0;
}        

.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: #f4a329;
}

/* Quotes ------------------------------------- */

blockquote {
    background: #ccc;
    border-left: 0.5rem solid #fd6325;
}

cite {
    color: #aaa;
}

/* Forms ------------------------------------- */

.select-year-form {
    background-color: #ededed;
}

/* Inputs ------------------------------------ */

@media only screen and (max-width: 650px) {
    input[type="text"],
    input[type="email"],
    input[type="submit"],
    textarea {
        width: 100%;
    }
}

input[type="submit"] {
    background: #009999;
    color: #fff;
    font-size: 1.7rem;
    padding: 1.1rem 2rem;
}

input[type="email"],
select,
textarea {
    padding: 0.9rem 1.8rem;
    border: 1px solid #b9bbbc;
    outline: none;
}

/* Tables ------------------------------------- */

caption {
    background: #dcd7ca;
}

.dissco-table table {
    margin-top: 2rem;
}

.dissco-table table tr td {
    border: 0;
    padding-left: 0;
}

@media only screen and (min-width: 1001px) {
    .dissco-table table tr td:first-child {
        width: 25%;
    }
}

/* 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;
}

.akademia-page-content.assets-form-block form {    
    padding: 2rem;
}

.assets-form div {
    margin: 2% 0;
}

@media only screen and (min-width: 650px) {
    .akademia-page-content.assets-form-block form {    
        margin-top: 1rem;
        margin-bottom: 4rem;
        padding: 0;
    }

    /*.assets-form-block div:nth-of-type(1),
    .assets-form-block div:nth-of-type(6) {    
        width: 4%;
    }

    .assets-form-block div:nth-of-type(2),
    .assets-form-block div:nth-of-type(3),
    .assets-form-block div:nth-of-type(4),
    .assets-form-block div:nth-of-type(5) {    
        width: 21%;
    }*/
    
    .assets-form-block div {    
        width: 23%;
    }
    
    /*.assets-form-block2 div {    
        width: 23%;
    }*/

    .assets-form {    
        padding-bottom: 4rem;
    }

    .assets-form div {
        float: left;
        margin: 0 1%;
    }    
}

.assets-form div input[type="submit"] {
    margin-top: 0;
    border-radius: 5px;
    font-size: 1.6rem;
    width: 100%;
    padding: 1.0rem 2rem;
}  

.assets-form div select,
.assets-form div input[type="text"] {
    font-family: 'Montserrat', sans-serif;
    padding: 1rem 2rem;
    border-radius: 5px;
    background-color: #e7e8eb;
    color: #494748;
    border: 0;
    width: 100%;
    height: 3.9rem;
    font-size: 1.6rem;
}

/* Assets ------------------------------------- */

.news-meta .assets-category {
    color: #f93;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 1.7rem;
}

.news-meta .assets-partner a {
    color: #000;
    text-transform: uppercase;    
    font-weight: 500;
    font-size: 1.3rem;
}

.news-meta .assets-partner {
    margin-bottom: 1rem;
}

.news-site-list .assets-category {
    font-size: 1.3rem;
    line-height: 1.7rem;
    color: #f4a329;
    font-weight: 500;
    margin-bottom: 1rem;
}    

@media only screen and (min-width: 650px) {
    .news-site-list .assets-category {       
        font-size: 1.5rem;
        line-height: 2.5rem;
    }
}

.news-site-list .assets-partner a,
.news-site-list .assets-partner a:hover {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 1.5rem;
}

.news-site-list .assets-partner {
    margin-top: 1rem;
}

.akademia-sub-page-content .assets-category {
    color: #f4a329;
    font-weight: 500;
}

.akademia-sub-page-content .assets-partner a,
.akademia-sub-page-content .assets-partner a:hover {
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
    border-bottom: 0;
}

/* Partners ----------------------------------- */

.akademia-sub-page-content .partner1 a,
.akademia-sub-page-content .partner1 a:hover,
.akademia-sub-page-content .partner2 a,
.akademia-sub-page-content .partner2 a:hover,
.akademia-sub-page-content .partner3 a,
.akademia-sub-page-content .partner3 a:hover {
    border-bottom: 0;    
}

.akademia-sub-page-content .partner1 {
    margin-top: 1.5rem;
}

.akademia-sub-page-content .partner1 a,
.akademia-sub-page-content .partner1 a:hover {    
    color: #212021;
    font-size: 1.5rem;
    font-weight: 500;
    text-transform: uppercase;
}

.akademia-sub-page-content .partner2 {
    line-height: 2.2rem;
}

.akademia-sub-page-content .partner2 a {
    color: #ff9933;
    font-size: 1.8rem;
    font-weight: 500;
}

.akademia-sub-page-content .partner3 {
    line-height: 1.9rem;
}

.akademia-sub-page-content .partner3 a,
.akademia-sub-page-content .partner3 a:hover {
    color: #494747;
    font-size: 1.5rem;
    font-weight: 400;
}

.akademia-sub-page-content .partner2 a:hover {
    color: #099;
}

/* 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
/* -------------------------------------------------------------------------- */

@media only screen and (min-width: 1001px) {
    .social-bar {
        top: 7.9rem;
    }
}        

/* Flex Row ---------------------------------- */

.site-header {
    background: #fff;
}

.flex-row a {
    color: #494748;
}

.flex-row a:hover {
    color: #b8870b;
}

@media only screen and (max-width: 650px) {
    .flex-row-2 {
        padding: 1.5rem 2rem 1.5rem;
    }
}

.flex-row-2 a {
    color: #fff;
}

.flex-row-2 a:hover {
    color: #d7d7d7;
}

.language {
    background-color: #676363;
}

.language a,
.language a:hover {
    color: #fff;
}

.search-btn {
    background-color: #a09e9e;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .flex-row {
        background-color: #a09e9e;
        background-image: linear-gradient(to right, #cfd1d2, #ebebec, #d7d8d9);
    }
    .flex-row-2 {
        background-color: #0d6e6e;
    }
}

/* Search Form --------------------------------------------- */

.search-form .search-text {
    color: #323232;
}

.search-form .search-text > input[type="text"] {
    background-color: #f1f1f1;
}

.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: #fff;
    background-image: url('../akademia-child/img/svg/icon_find_magnifier_black.svg');
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .right-links-2 a img {
        width: 2.5rem;
        margin-right: 0;
    }
    .search-form {
        display: none;
        float: right;
        width: 27.3rem;
        height: 2.5rem;
        position: relative;
        top: .8rem;
        left: 5.5rem;
    }
    .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 .search-text > input[type="text"] {
        width: 21.5rem;
        padding: 0 1.5rem;
        background-color: #fff;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
        font-size: 1.4rem;
        color: #000;
    }

    .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: #676363;
    }
}

/* Logo PNG */
/*.svg_link #logo_org,*/
.org-header-2 .svg_link img {
    width: 10rem;
}

@media only screen and (max-width: 650px) {
    .org-header-2 .svg_link img {
        padding-bottom: 1rem;
    }
}    

@media only screen and (min-width: 801px) {
  .org-header-2 .svg_link object#logo_org,
  .org-header-2 .svg_link object#logo_org img,
  .org-header-2 .svg_link img {
        width: 12rem;
  }
}

@media only screen and (min-width: 1001px) {
  .org-header-2-logo {
        width: 40%;
   }
   .navigation-main-2 {
        width: 60%;
   }  
}

/* Post List ----------------------------------------------- */

#post-list-page header {
    color: #494748;
}

.article-img {
    background: #9c9e9f;
}

.article-date {
    color: #9c9e9f;
}

.article-excerpt {
    color: #403c3d;
}

.article-more a {
    color: #f4a329;
}

.article-more a:hover {
    color: #56a5d5;
    font-weight: 500;
}

/* Search Results ------------------------------------------ */

.search-string {
    color: #f4a329;
}

.search-no-result {
    color: #494748;
}

/* -------------------------------------------------------------------------- */

/*	5.	Menus
/* -------------------------------------------------------------------------- */

/* Primary Responsive Menu --------------------------------- */

.navigation-main {
    background-color: #b2975c;
    background-image: linear-gradient(to right, #d4bc87, #b2975c, #d4bc87);
}

.navigation-main-2 {
    background-color: #fff;
}

@media only screen and (min-width: 1001px) {
   .navigation-sticky {
        width: 100%;
        background-color: #0d6e6e;        
   }
   
   .navigation-sticky .primary-menu #popout-container > ul > li > a {
        color: #b1ecec;
   } 
   
   .navigation-sticky .primary-menu #popout-container > ul > li.current-menu-item > a {
        color: #fff;
    }
   
   .navigation-sticky .primary-menu #popout-container > ul > li > a:hover {
        color: #fff;
   }
}

/* Smaller resolution (sliding) version */

/* Media Section */
@media screen and (max-width: 1000px) {
    #popout-container {
        background: #099;
        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: #0d6e6e;
    }
}

/* 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: 7.268503289473685%;
        padding-left: 0;
        text-align: left !important;
    }
    .primary-menu-ul > li:nth-child(2) {
        width: 19.090189144736843%;
        text-align: center;
    }
    .primary-menu-ul > li:nth-child(3) {
        width: 16.793034539473684%;
        text-align: center;
    }
    .primary-menu-ul > li:nth-child(4) {
        width: 19.646628289473686%;
        text-align: center;
    }
    .primary-menu-ul > li:nth-child(5) {
        width: 23.999753289473684%;
        text-align: center;
    }
    .primary-menu-ul > li:nth-child(6) {
        width: 13.201891447368423%;
        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 ul .menu-item-has-children > a:hover,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a {
        color: #5a4839;
    }

    /* Second level */
    .primary-menu ul li > .sub-menu {
        background: #eff0f0;
        margin-top: 1px;
    }

    .primary-menu ul li > .sub-menu li > a {
        color: #494748;
    }

    .primary-menu ul .sub-menu a:hover {
        color: #fff;
    }

    .primary-menu #popout-container > ul li > .sub-menu li a:hover {
        background: #56a5d5;
    }

    .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: #56a5d5;
        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;
    }
    
    .primary-menu-2 #popout-container > ul > li > a::after {
        background-color: #ff9933;
    }
    
    .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;
    }
}

/* Page Menu --------------------------------- */

/* Media Section */
@media only screen and (min-width: 1001px) {
    .page-menu-container {
        background: #fff;
        margin-right: 0;
    }
    .akademia-page-container {
        width: 67%;
    }

    .page-menu-title {
        background-color: #10354a;
        /*background: linear-gradient(90deg, rgba(212, 188, 135, 1) 0%, rgba(171, 151, 92, 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: #fff;
    }

    .page-menu li.current-menu-item a,
    .page-menu li.current-page-ancestor a {
        color: #10354a;
        font-weight: 500;
    }

    .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;
    }

}

@media only screen and (min-width: 1150px) {
    .akademia-page-container {
        width: 72%;
    }
}    

/* -------------------------------------------------------------------------- */

/*	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 #cmplz-document a {
    text-decoration: none;
}

.akademia-sub-page-content a {
    color: #808080;
    border-bottom: 0.1rem solid #808080;
    font-weight: 500;
}    

.akademia-sub-page-content a:hover {
    color: #f4a329;
    border-bottom: 0.1rem solid #f4a329;
}    

/*.akademia-sub-page-content figure a:hover,
a.orcid:hover {
    border: 0;
}*/

.akademia-sub-page-content ul li ul li::before {
    background-color: #b1b3b4;
}

/* 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;
    }

    .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;
}

/* 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: #e86420;
    color: #fff;
}

.news-meta .news-date {
    color: #0092cf;
}

.news-meta .partner {
    color: #c06;
    text-transform: uppercase;
}

.news-meta .news-tags a {
    color: #939598;
}

.news-newest {
    margin-bottom: 5rem;
}

.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 {
        width: 50%;
        min-height: 40rem;
        margin-bottom: 0;
    }
    
    .news-newest .news-meta {
        margin-bottom: 0.6rem;
    }

    .news-newest .news-text {
        color: #636161;
    }
    
    .news-newest .news-img {
        display: block;
        max-height: 24rem;
    }
    
    .news-newest .news-img a img {
        height: 24rem;
        width: 100%;
    }
}

@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-meta {
        margin-bottom: 1.0rem;
    }

    .news-newest .news-text {
        color: #636161;
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
    
    .news-newest {
        width: 25%;
        min-height: 37rem;
        padding-right: 1rem;
        padding-left: 1rem;        
    }

    .news-newest .news-img {
        max-height: 18rem;
    }
    
    .news-newest .news-img a img {
        height: 18rem;
        width: 100%;
    }
}

/* Other News List */
.news-other .news-year {
    color: #bbb7b7;
}

.news-other .news-meta {
    background-color: #757575;
}

.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: #000;
    }
}

@media only screen and (min-width: 1201px) {
    h3.news-newest-title > a {
        color: #000;
    }
    
    h3.news-other-title {
        line-height: 2.2rem;
    }

    h3.news-other-title > a {
        color: #494748;
    }
}

/* News Read All Button */
.news_read_all a {
    background-color: #fff;
    border: 1px solid #494748;
    color: #494748;
    font-weight: 500;
}

.news_read_all a:hover {
    background-color: #099;
    border: 1px solid #099;
    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-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-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: 600px) {
    .news-site-list-img img.block-img {
        max-height: 16.25rem;
    }
}

@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;
}

.wp-element-caption {
    font-size: 1.4rem;
    color: #494748;
}

/* 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;
    }
}

.note {
    font-size: 1.4rem;
    color: #494748;
}

@media only screen and (min-width: 650px) {
    .ceitec-img img {
        height: 60px;
        width: 100%;
    }  
}

/* -------------------------------------------------------------------------- */

/*	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 -------------------------------- */

/* Image Block ------------------------------- */

.image-block-list .image-block-title {
    background-color: rgba(210, 209, 209, 0.5);
    color: #818281;
}

.image-block-list .image-block-title:hover {
    background: radial-gradient(circle, #00477d, #06284e);
    color: #fff;
}

.image-block-list figure.wp-block-image figcaption {
    color: #fff;
}

.wp-block-image figure img {
    margin-top: 1rem;    
}

.wp-block-image figure a,
.wp-block-image figure a:hover,
figure.wp-block-image a,
figure.wp-block-image a:hover {
    border-bottom: 0;    
}

/* Description Block ------------------------- */

.description-block-text {
    color: #fff;
    line-height: 3.0rem;
    font-size: 2.0rem;
}

@media only screen and (min-width: 601px) {
    .description-block-text {
        line-height: 4.2rem;
        font-size: 3.0rem;
}
}

.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,
.akademia-sub-page-content .akademia-btn,
.wpcf7-submit {
    background: #fff;
    border: 1px solid #494748;
    color: #494748;
    -webkit-border-radius: 1rem; 
    -moz-border-radius: 1rem; 
    border-radius: 1rem;
    font-size: 1.6rem !important;
    padding: 0.65rem 1.8rem;
}

.akademia-sub-page-content .akademia-btn:hover {
    background: #009999;
    border: 1px solid #009999;
    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: #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;
}

/* Complianz --------------------------------- */

.cmplz-cookiebanner .cmplz-buttons .cmplz-btn.cmplz-accept {
    background-color: #c06 !important;
    border: #c06 !important;
}

.cmplz-cookiebanner .cmplz-categories .cmplz-category .cmplz-category-header .cmplz-always-active {
    color: #c06 !important;
}

.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;
}

/* Contact Form 7 ------------------------------ */

.wpcf7-not-valid-tip {
    color: #c06;
}

.wpcf7 form.invalid .wpcf7-response-output {
    border-color: #c06;
}

.wpcf7 form.sent .wpcf7-response-output {
    border-color: #063;
}

/* Ajax Load More */

.akademia-page-content .alm-btn-wrap {
    padding-top: 2.7rem;
    padding-bottom: 4.7rem;
}

.akademia-page-content .ajax-load-more-wrap.white .alm-load-more-btn,
.akademia-page-content .ajax-load-more-wrap.white .alm-load-more-btn.done {
    background-color: #fff;
    color: #171717;
    border: 1px solid #171717;
    text-transform: uppercase;
    border-radius: 0;
    font-family: 'Montserrat', sans-serif;
    font-weight: 400;
}

.akademia-page-content .ajax-load-more-wrap.white .alm-load-more-btn:hover {
    background-color: #006cb6;
    border: 1px solid #006cb6;
    color: #fff;
}

#imageData #imageDetails #titleAndCaption #titleText {
    font-family: 'Montserrat-Regular',sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
    color: #9c9e9f;
    font-weight: 500 !important;
}

/* -------------------------------------------------------------------------- */

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    background-color: #003535;
}

#back-to-top-btn:hover {
    background-color: #49776d;
}

/* 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: #094444;
    color: #b9bbc1;
}

.pre-footer a {
    color: #b9bbc1;
}

.pre-footer a:hover {
    color: #fff;
}

/* Pre-footer EU Block ----------------------- */

.pre-footer-eu-block {
    margin: 0 auto;
    padding: 3rem;
}

.pre-footer-eu-block .pre-footer-eu-block-logo {
    text-align: center;
}

.pre-footer-eu-block .pre-footer-eu-block-logo img {
    width: 50%;
    margin-bottom: 2rem;
}

.pre-footer-eu-block .pre-footer-eu-block-text {
    font-size: 1.3rem;
    color: #212021;
}

@media only screen and (min-width: 650px) {
    .pre-footer-eu-block .pre-footer-eu-block-logo {
        text-align: left;
        width: 30%;
        float: left;
    }
    
    .pre-footer-eu-block .pre-footer-eu-block-logo img {
        width: 80%;
        margin-bottom: 0;
    }
    
    .pre-footer-eu-block .pre-footer-eu-block-text {
        width: 70%;
        float: left;
        font-size: 1.5rem;
    }
}

/* Footer ------------------------------------ */

footer {
    background-color: #003535;
}

footer .row_1 {
    color: #dbdada;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #dbdada;
}

footer a:hover {
    color: #fff;
}

/* -------------------------------------------------------------------------- */