/*
 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 a,
.title_org a,
h1.title_org a:hover,
.title_org a:hover {
    color: #babbc4;
}

.title_org_blue {
    color: #63c4ed;
    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;
}

h1.sub-page::before {
    background: #121741; 
}

h2,
h2 a {
    color: #223e99;
}

h2.news-site-list {
    color: #000;
}

a h2.news-site-list:hover {
    color: #176a99;
}

h3 {
    color: #000;
    font-size: 2.4rem;
}

h3.events {
    color: #868889;
}

h3.news-newest-title > a {
    color: #000;
}

h3.news-other-title > a {
    color: #212021;
    font-weight: 500;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #223e99;
}

h4 {
    color: #223e99;
    font-size: 1.9rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
}

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;*/
    color: #4e4d5b;
    font-weight: 400;
}

a:hover {
    color: #176a99;
    font-weight: 400;
}

a.annual-doc-link {
    color: #176a99 !important;
    border-bottom: 0 !important;
}

a.annual-doc-link:hover {
    font-weight: 500;
    border-bottom: 0.1rem solid #176a99 !important;
}

/* Lists ------------------------------------- */

/* Unordered Lists --------------------------- */

ul li a {
    color: #403c3d;
}

ul li a:hover {
    color: #b8870b;
}

.akademia-sub-page-content ul {
    margin-top: 1rem;
}

.akademia-sub-page-content p a,
.akademia-sub-page-content ul li a {
    border-bottom: 0.1rem solid #403c3d;
    color: #403c3d;
}

.akademia-sub-page-content p a:hover,
.akademia-sub-page-content ul li a:hover {
    border-bottom: 0.1rem solid #176a99;
    color: #176a99;
}

/* Ordered Lists ----------------------------- */

ol li::before {
    color: #c01812;
}

/* Quotes ------------------------------------- */

blockquote {
    background: #ccc;
    border-left: 0.5rem solid #fd6325;
}

cite {
    color: #aaa;
}

/* Forms ------------------------------------- */

.select-year-form {
    background-color: #ededed;
}

/* Inputs ------------------------------------ */

input[type="submit"] {
    /*background: radial-gradient(circle, #1bb8eb, #121741);*/
    background-color: #25305e;
    color: #fff;
    font-weight: 400;
    border-radius: 1rem;
    margin-top: 2rem;
    font-size: 1.5rem;
}

/* 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: .1rem solid #6d7172;
    border-image: linear-gradient(90deg,rgba(109,113,114,0) 35%,rgba(109,113,114,.2) 50%,rgba(109,113,114,0) 65%) 1;
}

hr.line {
    margin: 4rem 0 0;
    border-bottom-color: #9fa0a1;
    border-image: none;
}

.transform-none {
    text-transform: none;
}

/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

/* Flex Row ---------------------------------- */

.site-header {
    background-color: #0d0d33;
}

.site-header-title {
    display: none;
}

@media only screen and (min-width: 1001px) {
    .site-header {      
        background: #0d0d33 url(../../uploads/uploaded/images/header/header_bg.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        height: 55rem;
    }    

    

    a#search-btn-lg img {
        height: 1.9rem;
    } 

    .site-header-title {
        display: block;
        float: right;
        width: 28rem !important;
        height: 34rem !important;
        position: relative;
        background-image: linear-gradient(to top, rgba(19, 26, 51, 0.61), rgba(19, 26, 51, 0.61), rgba(19, 26, 51, 0)) !important;
        text-align: left;
        margin-right: 12rem;
        padding: 20px 20px 20px 20px;
    }

    .site-header-title span {
        position: absolute;
        bottom: 0;
        left: 0;
        padding: 2rem 2rem 3rem;
        font-family: 'Montserrat', sans-serif !important;
        font-size: 2.4rem;
        color: #fff;
    }   
}

@media only screen and (min-width: 1401px) {
    .site-header-title {
        width: 34rem !important;
    }

    .site-header-title span {
        font-size: 2.9rem;
    }  
}

.site-header-subpage {
    background: #0d0d33 url(../../uploads/uploaded/images/header/header_bg_subpage.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    height: unset;
}

.flex-row a {
    color: #494748;
}

.flex-row a:hover {
    color: #b8870b;
}

.flex-row-2 {
    background-color: #0d0d32;
}

.flex-row-2 a {
    color: #b0aeb0;
}

.flex-row-2 a:hover {
    color: #f9af39;
}

.right-links-2-small {
    width: unset;
}    

.svg_link img[id^="icon_facebook"] {
    width: auto;
    height: 1.9rem;
}

.svg_link img[id^="icon_insta"] {
    width: auto;
    height: 2.3rem;
}

.svg_link img[id^="icon_youtube"] {
    width: auto;
    height: 2.3rem;
}

.search-people {
    bottom: 0;
    width: 2.6rem;
}

@media only screen and (max-width: 650px) {
  .flex-row-2 {
    padding: 1.5rem 2rem 1.5rem;
  }
}  

@media only screen and (max-width: 1000px) {
  /*.right-links-2.facebook {
      position: relative;
      top: 4px;
      padding: 0 0.5rem 0 1rem;
  }
  .right-links-2.social_insta,
  .right-links-2.social_youtube {
      position: relative;
      top: 2px;
      padding: 0 1.5rem 0 1rem;
  }*/
  .search-people {
      margin-left: 1rem;
  }
}  

.svg_link .icon_search_small #icon_search,
.svg_link .icon_search_small #icon_search img {
    width: 1.9rem;
    top: 4px;
}

.language {
    width: 2.7rem;
    height: 2.7rem;
    line-height: 2.7rem;
}

.language a {
    font-size: 1.6rem;
    color: #fff;
}    

.language a:hover {
    color: #f9af39;
}

.search-btn {
    background-color: #a09e9e;
}

/* Logo */
.svg_link #logo_sav,
.svg_link #logo_sav img {
    width: 2.5rem;
    height: auto;
    margin-right: 1rem;
}

.svg_link #logo_other,
.svg_link #logo_other img {
    width: auto;
    height: 2.5rem;
    margin-right: 1rem;
    margin-left: 3rem;
}

.svg_link #logo_iso,
.svg_link #logo_iso img {
    width: 4.6rem;
    height: auto;
    margin-bottom: 1.2rem;
}

/* Media Section */
@media only screen and (min-width: 801px) {
    .org-header-2 .svg_link object#logo_org,
    .org-header-2 .svg_link object#logo_org img {
        width: 8rem;
    }
    
    .org-header-2 {
        max-width: none;
        margin-right: 6rem;
        margin-left: 6rem;
        /*margin-right: 3.6rem;
        margin-left: 3.6rem;/*xxx*/
        padding-right: 0;
        padding-left: 0;
    }

    .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: 25rem;
        line-height: 2.2rem;
        font-size: 1.9rem;
    }
}

@media only screen and (min-width: 1001px) {
    .flex-row {
        background-color: #a09e9e;
        background-image: linear-gradient(to right, #cfd1d2, #ebebec, #d7d8d9);
    }
    
    .org-header-2-logo {
        width: 40%;
    }
    
    .search-form {
        display: none;
        top: 0.8rem;
        left: 5.6rem;
    }

    .right-links-2 {
        bottom: 0.1rem;
    }

    .right-links-2 a img {
        width: 2.5rem;
        padding-right: 0.2rem;
    }

    .search-people {
        top: 0.7rem;
        margin-left: 0.8rem;
    }

    .language {
        top: 0.7rem
    }
}

@media only screen and (min-width: 1201px) {
    .org-header-2 {
        margin-right: 13rem;
        margin-left: 12rem;
    }
}

@media only screen and (min-width: 1411px) {
    .org-header-2 {
        margin-right: 13rem;
        margin-left: 12rem;
    }
}    
    
@media only screen and (min-width: 1501px) {    
    /*.org-header-2 .svg_link object#logo_iso,
    .org-header-2 .svg_link object#logo_iso img {
        width: 8.4rem;
    }*/
    
    .org-header-2 .svg_link object#logo_org,
    .org-header-2 .svg_link object#logo_org img {
        width: 10rem;
    }
    
    .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: 30rem;
        line-height: 2.5rem;
        font-size: 2.2rem;
    }    
}    

/* Search Form --------------------------------------------- */

.search-form .search-text {
    color: #323232;
}

.search-form .search-text > input[type="text"] {
    background-color: #f7f8f8;
}

.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;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .search-form .search-text > input[type="text"] {
        background-color: #f7f8f8;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
        width: 21.8rem;
        padding: 0 1.5rem;
        font-size: 1.4rem;
    }

    .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;
    }

    .search-form .search-submit {    
        background-color: #f7f8f8;
        border-top-left-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
    }
}

/* Post List ----------------------------------------------- */

#post-list-page header {
    color: #494748;
}

.article-img {
    background: #9c9e9f;
}

.article-date {
    color: #9c9e9f;
}

.article-excerpt {
    color: #403c3d;
}

.article-more a {
    color: #c01812;
}

/* Search Results ------------------------------------------ */

.search-string {
    color: #c01812;
}

.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 {
    float: right;
    width: 60%;
}

.navigation-main-2.navigation-sticky {
    width: 100%;
}

/* Smaller resolution (sliding) version */

/* Media Section */
@media screen and (max-width: 1000px) {
    #popout-container {
        background: #162d5e;
        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: #121741;
    }
}

/* Larger resolution (fixed) version */

@media screen and (min-width: 1001px) {
    .primary-menu {
        padding-right: 0;
        padding-left: 0;
    }

    /* Add primary menu li widths item here - end */

    .primary-menu #popout-container > ul > li > a {
        color: #babbc4;
    }

    .primary-menu #popout-container > ul > li > a:hover {
        color: #fff;
    }

    .primary-menu ul .menu-item-has-children > a:hover,
    .primary-menu #popout-container > ul .menu-item-has-children:hover > a {
        color: #fff;
    }

    /* 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: #199ACB;
    }

    .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: #199ACB;
        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: #fff;
    }

    .primary-menu-2 #popout-container > ul > li > a::after {
        background-color: #63c4ed;
    }

    .primary-menu-2 #popout-container > ul > li.current-menu-parent > a:after,
    .primary-menu-2 #popout-container > ul > li.current-menu-item > a:after {
        width: 100%;
    }

}

@media screen and (min-width: 1001px) and (max-width: 1430px) {
    .primary-menu #popout-container > ul > li > a {
        font-size: 1.4rem;
    }
}

@media screen and (min-width: 1001px) {
    .primary-menu ul li:last-child > ul.sub-menu {
        left: -8rem;
    }
}

/* Page Menu --------------------------------- */

/* Media Section */
@media only screen and (min-width: 1001px) {
    .page-menu-container {
        background: #eff0f0;
    }

    .page-menu-title {
        background-color: #121741;
        background: linear-gradient(90deg, rgba(27, 184, 235, 1) 0%, rgba(18, 23, 65, 1) 100%);
        color: #fff;
    }

    .page-menu-title a {
        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: transparent;
    }

    .page-menu li.current-menu-item a,
    .page-menu li.current-page-ancestor a {
        color: #000;
        font-weight: 500;
    }

    .page-menu .menu-item-has-children > a:after {
        color: #000;
    }

    .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: #000;
    }

}

/* -------------------------------------------------------------------------- */

/*	6. Page Template
/* -------------------------------------------------------------------------- */

#home-page {
    background-color: #fff;
}

#home-page .container {
    max-width: 100%;
    margin-right: 0;
    margin-left: 0;
}

#home-page .container .akademia-page-content {
    width: 100%;
    padding-right: 2rem;
    padding-left: 2rem;
}

/* Media Section */
@media only screen and (min-width: 600px) {
    #home-page .container .akademia-page-content {
        padding-right: 6rem;
        padding-left: 6rem;
    }
}

@media only screen and (min-width: 1200px) {
    #home-page .container .akademia-page-content {
        padding-right: 12rem;
        padding-left: 12rem;
    }
}

/* Home page --------------------------------- */

.home-page-institutes-block {
    background: #143a78 url(../../uploads/uploaded/images/institutes-block/institutes_bg.jpg);
    /*background: #143a78;*/
}

.home-page-institutes-block h2.home-page {
    color: #fff;
}

.home-page-partners-block {
    position: relative;
    padding-top: 3rem;
    background: #1a1a1b url(../../uploads/uploaded/images/partners-block/partners_bg.jpg);
}

.home-page-partners-block h2.home-page {
    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 a:hover {
    border-bottom: 1px solid #7b7c7e;
}*/

.akademia-sub-page-content ul li ul li::before {
    background-color: #b1b3b4;
}

.akademia-sub-page-content h4.error-login {
    font-size: 1.9rem;
    margin-bottom: 2rem;
    color: #c01812;
    text-align: center;
    text-transform: uppercase;
}

/* 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;
}

.table-plan-obnovy tr td,
.table-sf tr td,
.table-study tr td,
.table-study-main tr td,
.table-study-main tr th,
.table-study-main thead tr {
    border: 0;
    vertical-align: top;
}

.table-study-main thead {
    border-bottom: 2px solid;
}    

.table-study-main tr {
    border-top: 1px solid #aaa;
}

.table-plan-obnovy tr td:first-of-type,
.table-sf tr td:first-of-type,
.table-study tr td:first-of-type {
    width: 25%;
}

.table-plan-obnovy tr:nth-child(5n+1),
.table-sf tr:nth-child(6n+1) {
    border-top: 1px solid #aaa;
}

.table-study tr:nth-child(7n+1) {
    border-top: 2px solid #223e99;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    .table-plan-obnovy tr td:first-of-type,
    .table-sf tr td:first-of-type,
    .table-study tr td:first-of-type {
        width: 35%;
    }

    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";
    }
}

/* Distinctive responsive table - BEGIN */

.table-phd table {
    border-collapse: collapse;
    width: 100%;
}

.table-phd tr {
    border-bottom: 0.1rem solid #aaa;
}

.table-phd th,
.table-phd td {
    border: 0;
    padding: 0.8rem;
    text-align: left;
}

.table-phd th {
    text-transform: uppercase;
    color: #223e99;
}

.table-phd td {
    font-size: 1.4rem;
}

.table-phd td::before {
    display: none;
}

.table-phd td:first-of-type {
    font-weight: 500;
    font-size: 1.6rem;
    width: 25%;
}

.wp-block-table.table-phd thead {
    border-bottom: 0.2rem solid #223e99;
}

@media (max-width: 650px) {
    .table-phd thead {
        display: none;
    }

    .table-phd table,
    .table-phd tbody,
    .table-phd tr,
    .table-phd td {
        display: block;
        width: 100%;
    }

    .table-phd tr {
        margin-bottom: 1rem;
        border: 0;
        padding: 0.8rem;
    }

    .table-phd td {
        border: none;
        border-bottom: 0;
        position: relative;
        padding-left: 0;
        text-align: left;
    }

    .table-phd td::before {
        display: block;
        content: attr(data-label);
        line-height: 2.4rem;
        vertical-align: middle;
        font-weight: 500;
        color: #000;
        white-space: nowrap;
    }

    .table-phd td::before {
        color: #121741;
    }

    .table-phd td:first-of-type {
        width: 100%;
        border-bottom: 0.2rem solid #223e99;
        color: #223e99;
    }

    .table-phd td:first-of-type::before {
        display: none;
    }


    .table-phd td:nth-child(2) {
        padding-top: 2rem;
    }
}
/* Distinctive responsive table - END */

/* Worker Table List ------------------------- */

.worker_list {
    margin-top: 3rem;
}

.worker_list th {
    border-bottom: 0.2rem solid #000;
    color: #000;
    font-weight: 500;
    text-transform: uppercase;
}

.worker_list th:first-of-type,
.worker_list td:first-of-type {
    padding-left: 0;
}

.worker_list td {
    padding-top: 1.5rem;
    padding-bottom: 1rem;
    border-bottom: 1px solid #9e9e9f;
}

.worker_list td:first-of-type {
    color: #494748;
}

.worker_list td.title,
.worker_list td.name a {
    color: #303030;
    font-family: 'Montserrat',sans-serif;
}

.worker_list td.email a,
.worker_list td.phone {
    color: #494748;
}

.worker_list .surname a {
    text-transform: uppercase;
}

.worker_list td a:hover {
    color: #176a99;
}

.worker_list td.orcid {
    text-align: center;
}

.worker_list td.orcid img {
    width: 24px;
}

/*.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_list th.title {
    width: 16.8%;
}

.worker_list th.name {
    width: 24.3%;
}

.worker_list th.email {
    width: 40.4%;
}

/* Media Section */
@media only screen and (max-width: 650px) {
    .worker_list td.orcid {
        text-align: left;
    }   
    
    .worker_list tr {
        border-bottom: 1px solid #eee;
    }

    .worker_list td:before {
        color: #212021;
    }
    
    .worker_list td {
        padding-left: 0;
    }
}

/* Worker Info ------------------------------- */

h2.worker_info {
    color: #006cb5;
}

.worker-phone,
.worker-fax,
.worker-email,
.worker-http {
    color: #000;
}

.worker-position {
    color: #6d6f71;
    font-size: 1.5rem;
}

@media only screen and (min-width: 650px) {
    .worker-photo {
        max-width: 200px;
    }
}


.worker-publication-type {
    color: #ad161e;
}

.orcid img,
.researchgate img {
  width: 2.4rem;
  margin-right: .5rem;
}

/* News@homepage ----------------------------- */

/* News Gallery */
.bmc-news-gallery {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 3rem;
}

.bmc-news-newest .news-img img {
    display: block;
    width: 100%;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

/* Newest News */
.news-new-tag {
    background-color: #e86420;
    color: #fff;
}

.news-meta {
    margin-top: 1.8rem;
    margin-bottom: 1.4rem;
}

.news-meta .news-date {
    font-size: 1.5rem;
    color: #223e99;
    font-weight: 500;
}

/* Home page Calendar */
.news-events-main {
    padding: 2rem;
    background-color: #eaeaea; 
}

.news-events:nth-child(1),
.news-events:nth-child(2) {
    margin-bottom: 3.5rem;
}

.news-events h3.news-other-title a {
    /*font-weight: 400;*/
    color: #212021;
    font-size: 1.5rem;
    line-height: 1.5rem;
}

.news-events h3.news-other-title a:hover {
    color: #223e99;
}    

.news-events h3.news-other-title {
    padding-top: 0.8rem;
}

.news-events .news-day {
    float: left;
    margin-right: 0.75rem;
    padding: 0.6rem 1.2rem;
    background-color: #c01812;
    font-size: 2.0rem;
    color: #fff;
    text-align: center;
    min-width: 5.2rem;
}

.news-events .news-day-after {
    float: left;
    position: relative;
    bottom: 0.4rem;
}

.news-events .news-month {
    text-transform: uppercase;
    font-size: 1.0rem;
    line-height: 1.9rem;
    color: #000;
}

.news-events .news-year {
    font-size: 2rem;
    color: #000;
}

.news-events .news-tags a {
    color: #939598;
}

.news-text {
    color: #494748;
    font-weight: 500;
}

.news-events.news-events-list {
    padding-left: 0;
    margin-bottom: 0;
}

.news-events.news-events-list .news-month {
    padding-top: 0.2rem;
}

.news_read_all.events-mobile {
    padding-bottom: 1rem;
}

.news_read_all a.news-button {
    display: none;
}

/* Media Section */
@media only screen and (max-width: 600px) {
    .news_read_all {
        padding-top: 3rem;
    }    
}

@media only screen and (min-width: 600px) and (max-width: 613px) {
    .news_read_all a {
        font-size: 1.3rem
    }
}

@media only screen and (min-width: 600px) and (max-width: 1199px) {
    .bmc-news-gallery .bmc-news-newest:last-child {
        grid-column: span 2;
    }
}    

@media only screen and (min-width: 600px) {
    .news_read_all.events-mobile {
        display: none;
        padding-bottom: 7rem;
    }
    
    .news_read_all .events-button {
        margin-left: 3rem;
    }
  
    .news_read_all a.news-button {
        display: inline-block;
    }
    
    .bmc-news-gallery {
        grid-template-columns: repeat(3, 1fr);
    }        

    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-text {
        color: #636161;
    }
}

@media only screen and (min-width: 1200px) {
    .news_read_all .events-button {
        float: right;
        position: relative;
        right: 5%;
        margin-left: 0;
    }
  
    .news_read_all a.news-button {
        position: relative;
        left: 5%;
    }
    
    .bmc-news-gallery {
        grid-template-columns: repeat(5, 1fr);
    }

    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-text {
        color: #636161;
        font-size: 1.5rem;
        line-height: 2.1rem;
    }
}

/* 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) {
    h2.home-page {       
        font-size: 3.3rem;
    }
    
    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 {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }
}

@media only screen and (min-width: 1401px) {
    h2.home-page {       
        font-size: 3.6rem;
    }
}

/* News Read All Button */
/*.news_read_all {
    padding-top: 3rem;
}*/

.news_read_all a {
    border: 0.2rem solid #434142;
    color: #434142;
}

.news_read_all a:hover {
    border: 0.2rem solid #223e99;
    background-color: #223e99;
    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: #000;
}

@media only screen and (min-width: 1200px) {
    .news-single-title-img {
         height: 35rem;
    }
}

/* 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: #25305e;
    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: #29449b;
    font-size: 1.4rem;
}

.citation .light,
.citation .light a,
.citation .light a:hover {
    font-weight: 400;
}

/* 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;
    }
}

/* Margins ----------------------------------- */

.margin-top-8 {
    margin-top: 8rem !important;
}

.margin-left-2 {
    margin-left: 2rem !important;
}

/* Intranet ---------------------------------- */

.intranet-login {
    margin-top: 1.0rem;
    padding: 3rem 0;
    background-color: #ededed;
    border-radius: 0.4rem;
}

.intranet-login h4 {
    padding-bottom: 2rem;
}

.intranet-login .col-33 {
    float: left;
    width: 33%;
    margin-top: 0.6rem;
}  

.intranet-login .col-33 label {
    padding-left: 2rem;
}  

@media only screen and (min-width: 800px) {
  .intranet-login .col-33 label {
      padding-left: 5rem;
  }
}

.intranet-login .col-67 {
    float: left;
    width: 67%;
    margin-bottom: 1rem;
}

.intranet-login .col-67 input {
    margin-left: 2rem;
    width: 85%;
    padding: 0.9rem 0.6rem 0.6rem;
    background: none;    
    background-color: #fff;
    border: 0;
    font-family: 'Montserrat-Regular',sans-serif;
    font-size: 1.6rem;
    color: #494748;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    box-sizing: border-box;
    resize: vertical;
    outline: none;
}

@media screen and (max-width: 800px) {
  .intranet-login .col-33,
  .intranet-login .col-67 {
      width: 100%;
  } 
}

/* -------------------------------------------------------------------------- */

/*	7. Blocks
/* -------------------------------------------------------------------------- */

/* Block Typography Classes ------------------ */

/* Custom Colors ----------------------------- */

.light-gray {
    color: #6d6f71 !important;
}

.light-gray-2 {
    color: #6d6f71 !important;
}

.akademia-sub-page-content ul li a.light-gray,
.citation .light-gray {
    border-bottom: 1px solid #6d6f71 !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;
}

.line-bottom {
    border-bottom: 0.1rem solid #223e99;
    padding-bottom: 1.5rem;
}

/* 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: #1bb8eb;
}

.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;
}

.wp-caption-text {
    font-size: 1.2rem;
    line-height: 1.6rem;
}

/* Text meant only for screen readers. */
.screen-reader-text:focus {
    background-color: #eee;
    color: #444;
}

.red {
    color: #fb2d2d;
}    

/* Platform icons --------------------------- */
.platforms {
    margin-bottom: 2rem;
}

.nowrap {
    white-space: nowrap;
}

/* -------------------------------------------------------------------------- */

/*	9. Site Pagination
/* -------------------------------------------------------------------------- */

.page-numbers {
    border: 0.1rem solid #eee;
}

.page-numbers.current,
a.page-numbers:hover {
    background: #121741;
    color: white;
}

/* -------------------------------------------------------------------------- */

/*	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) {
    .logged-in .social-bar {
        top: 10rem;
    }
}

/* Sticky Navigation-------------------------- */

/* Media section */
@media screen and (min-width: 1001px) {
    .navigation-sticky {
        background-color: #0d0d32;
    }
}

/* 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 {
    box-shadow: none;
}

.image-block-list figure.wp-block-image figcaption {
    color: #fff;
}

@media only screen and (min-width: 951px) {
    .image-block-list .textwidget a.image-block-2a {
        float: left;
        width: 20%;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .image-block-list .textwidget a.image-block-5 {
        float: left;
        width: 20%;
        padding-right: 2rem;
        padding-left: 2rem;
    }

    .image-block-list .textwidget a.image-block-2a figure.wp-block-image figcaption,
    .image-block-list .textwidget a.image-block-5 figure.wp-block-image figcaption {
        line-height: 2rem;
        font-size: 1.6rem;
     }
}

@media only screen and (min-width: 951px) and (max-width: 1050px) {
    .image-block-list .textwidget a.image-block-2a figure.wp-block-image figcaption,
    .image-block-list .textwidget a.image-block-5 figure.wp-block-image figcaption {
        left: 0.7rem;
        bottom: 0.7rem;
    }
}

@media only screen and (min-width: 1251px) {
    .image-block-list .textwidget a.image-block-2a figure.wp-block-image figcaption,
    .image-block-list .textwidget a.image-block-5 figure.wp-block-image figcaption {
        line-height: 2.4rem;
        font-size: 2rem;
    }
}

/* Specific image blocks */

#image-block-institutes .image-block-list .textwidget,
#image-block-research .image-block-list .textwidget {
    background-color: transparent;
}

#image-block-institutes .image-block-list .textwidget .image-block-title,
#image-block-research .image-block-list .textwidget .image-block-title {
    color: #fff;
}

/* Partners image block */
#image-block-partners {
    margin-bottom: 1rem;
}    

#image-block-partners div.image-block-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    height: 150px;
}

#image-block-partners div.image-block-list a:nth-child(1) img {
    height: 150px;
}

#image-block-partners div.image-block-list a:nth-child(2) img {
    height: 100px;
}

#image-block-partners div.image-block-list a:nth-child(3) img {
    height: 100px;
}

#image-block-partners div.image-block-list a:nth-child(4) img {
    height: 110px;
}

#image-block-partners div.image-block-list a:nth-child(5) img {
    height: 150px;
}

@media only screen and (max-width: 600px) {
    #image-block-partners div.image-block-list {
        flex-direction: column;
        height: auto;
        gap: 40px;
    }
}

/* Sponsors image block */
#image-block-sponsors {
    margin-bottom: 7rem;
}    

#image-block-sponsors div.image-block-list {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5%;
    height: 150px;
}

#image-block-sponsors div.image-block-list a:nth-child(1) img {
    height: 60px;
}

#image-block-sponsors div.image-block-list a:nth-child(2) img {
    height: 60px;
}

#image-block-sponsors div.image-block-list a:nth-child(3) img {
    height: 60px;
}

@media only screen and (max-width: 600px) {
    #image-block-sponsors div.image-block-list {
        flex-direction: column;
        height: auto;
        gap: 40px;
    }
}

/* Description Block ------------------------- */

.description-block-text {
    color: #f8f7e9;
    padding: 10rem 0 0;
}

.description-block-author {
    color: #ee822f;
}

.parallax-description-block {
    min-height: 30rem;
}

.description-block-text {
    width: 60%;
    margin: 0 auto;
}

/* Partners Block ---------------------------- */

.partners-block div a {
    float: left;
    width: 20%;
    padding: 0 5rem;
}

/* Board Block ------------------------------- */

/* Title */

.bmc-board-title {
    border-bottom: 0.2rem solid #29449b;
    padding-bottom: 1rem;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.8rem;
    font-weight: 500;
    color: #29449b;
}

h4.black a,
h4.black a:hover {
    font-weight: 500;
    color: #000;
}

/* Subtitle */

.bmc-board-subtitle {
    padding-bottom: 1rem;
    padding-left: 0;
    margin-top: 2rem;
    margin-bottom: 2rem;
    font-size: 1.6rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

.bmc-board-subtitle::before {
    background-image: none;
}

/* Profile Box */

.bmc-board-profile {
    display: flex;
    align-items: flex-end;
    gap: 2rem;
    height: 18rem;
    margin-bottom: 3rem;
}

.bbp-img {
    width: 15rem;
    height: auto;
    max-height: 18rem;
    object-fit: cover;
}

.bbp-info {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.bbp-info-content {
    width: 100%;
    border-radius: 0.6rem;
    text-align: left;
}

h3.bmc-board-name {
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.9rem;
    line-height: 2.7rem;
    color: #000;
}

h3.bmc-board-name a {
    color: #000;
}

h3.bmc-board-name a:hover {
    color: #29449b;
}

h3.bmc-board-name::before {
    background-image: none;
}

.bmc-board-orcid img {
    width: 24px;
}

.bmc-board-pos-sec {
    color: #6d6f71;
    text-transform: uppercase;
    font-size: 1.5rem;
    font-weight: 500;
    line-height: 1.8rem;
}

table.bmc-board-contact {
    border: 0;
    margin-bottom: 0;
}

table.bmc-board-contact td {
    padding: 0;
    line-height: 1.9rem;
    vertical-align: top;
}

table.bmc-board-contact td:first-of-type {
    width: 7%;
    color: #000;
    font-weight: 500;
}

table.bmc-board-contact td:nth-child(2),
table.bmc-board-contact td:nth-child(2) a {
    width: 93%;
    color: #4e4d5b;
}

table.bmc-board-contact td:nth-child(2) a:hover {
    color: #176a99;
}

@media (max-width: 650px) {
    .bmc-board-profile {
        flex-direction: column;
        align-items: flex-start;
        height: auto;
    }

    .bbp-img {
        width: 100%;
        max-width: 100%;
        max-height: 100%;
    }

    .bbp-info {
        width: 100%;
        justify-content: flex-start;
        align-items: flex-start;
    }
}

@media only screen and (min-width: 1101px) {
    .bmc-board-title {
        font-size: 2rem;
    }
    
    .bmc-board-subtitle {
        font-size: 1.8rem;
    }

    h3.bmc-board-name {
	    font-size: 2.2rem;
	    line-height: 3rem;
    }

    /*.bmc-board-pos-sec {
        font-size: 1.7rem;
        line-height: 2.1rem;
    }*/
}

/* 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-sub-page-content p.akademia-btn a,
.akademia-sub-page-content p.akademia-btn a:hover {
    border: 0;  
    color: #fff;
}

.akademia-btn {
    display: block;
    margin-top: 5rem;
    padding-left: 0;
}

.akademia-btn a {
    background: #25305e;
    -webkit-border-radius: 1rem; 
    -moz-border-radius: 1rem; 
    border-radius: 1rem;
    font-size: 1.5rem;
    color: #fff;
    padding: 1rem 2rem;
}

.akademia-sub-page-content p.bmc-btn a {
    background: #25305e;
    -webkit-border-radius: 1rem;
    -moz-border-radius: 1rem;
    border-radius: 1rem;
    font-size: 1.8rem;
    color: #fff;
    display: inline-block;
    margin-top: 0.5rem;
    padding: 1rem 2rem;
    border: none;
    text-transform: uppercase;
    white-space: normal;
    outline: none;
}

/* Summary button ---------------------------- */

.summary-btn {
    margin: 3rem 0;    
}

.summary-btn summary {
  background: #25305e;
  -webkit-border-radius: 1rem;
  -moz-border-radius: 1rem;
  border-radius: 1rem;
  font-size: 1.5rem;
  color: #fff;
  padding: 1rem 2rem;
  display: inline-block;
  text-transform: uppercase;
  margin-bottom: 1rem;
}
  
.summary-btn p,
.summary-btn ul li {
    font-size: 1.4rem;
}

.wp-block-details summary {
    padding-bottom: 1rem;
}

/* CPA partners image for mobile ------------- */

@media only screen and (max-width: 650px) {
    .cpa-partner {
        clear: both;
    }
}  

/* 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(19, 26, 51, 0.61), rgba(19, 26, 51, 0.61), rgba(19, 26, 51, 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: 3.6rem;
        color: #fff;
    }

    /* 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;
    }

    /* Slider Text Box --------------------------- */
    div#n2-ss-2 .n2-ss-widget,
    div#n2-ss-3 .n2-ss-widget {
        margin-left: 6rem;
        /*margin-left: 3.6rem;*//*xxx*/
    }
}

@media only screen and (min-width: 1201px) {
    /* Slider Text Box --------------------------- */
    div#n2-ss-2 .n2-ss-widget,
    div#n2-ss-3 .n2-ss-widget {
        margin-left: 12rem;
    }
}

@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-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;
}

figure.wp-block-image figcaption,
.wp-block-image figure figcaption {
    line-height: 1.7rem;
    font-size: 13px;
}

/* 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;
}

/* Simple Lightbox --------------------------- */

.slb_theme_slb_default .slb_data_desc {
    display: none !important;
}

.slb_theme_slb_default .slb_data_title {
    font-family: 'Montserrat-Regular',sans-serif !important;
    font-size: 1.7rem !important;
}

/* Firelight Lightbox ----------------------- */

.fancybox-title-over {
    font-family: 'Montserrat-Regular',sans-serif;
    font-size: 1.6rem;
    line-height: 2.2rem;
}

/* TablePress ------------------------------- */

.tablepress {
    font-size: 1.2rem;
}

.dt-info {
    font-size: 1.4rem;
}

/* -------------------------------------------------------------------------- */

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    background-color: #25305e;
}

#back-to-top-btn:hover {
    background-color: #546093;
}

/* 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: #0d0d32;
    color: #b9bbc1;
}

.pre-footer a {
    color: #b9bbc1;
}

.pre-footer a:hover {
    color: #fff;
}

/* Pre-footer-sidebar ------------------------ */
.sidebar-footer-iso-logo {
    margin-top: 1.7765rem;
}

.sidebar-footer-right-iso {
    text-align: center;
}

.sidebar-footer-right-iso img {
    height: 90px;
}       

@media only screen and (min-width: 1001px) {
    .sidebar-footer-left {
        width: 30%;
    }
    
    .sidebar-footer-middle-left {
        width: 20%;
    }
    
    .sidebar-footer-middle-right {
        width: 20%;
    }
    
    .sidebar-footer-right {
        width: 20%;
    }
    
    .sidebar-footer-right-iso {
        width: 10%;
        float: left;
    }
    
    
}    

/* Footer ------------------------------------ */

footer {
    background-color: #060022;
}

footer .row_1 {
    color: #dbdada;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #dbdada;
}

footer a:hover {
    color: #fff;
}

footer .row_middle {
    display: none;
}
@media only screen and (max-width: 650px) {
    footer .row_middle {
        display: block;
        margin: 1rem 0;
        text-align: center;
        font-size: 1.2rem;
    }
}

/* -------------------------------------------------------------------------- */