/*
 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
/* -------------------------------------------------------------------------- */

@font-face {
    font-family: 'Bebas Neue Pro';
    src: /*url('webfont.woff2') format('woff2'),*/ /* Super Modern Browsers */
         /*url('webfont.woff') format('woff'),*/ /* Pretty Modern Browsers */
         url( '../akademia-child/fonts/BebasNeuePro-ExpandedRegular.ttf' )  format( 'truetype' )/*,*/ /* Safari, Android, iOS */
         /*url('webfont.svg#svgFontName') format('svg');*/ /* Legacy iOS */
}

body {
    background: #fff;
    color: #9c9e9f;
}

/* -------------------------------------------------------------------------- */

/*	2. Element Base
/* -------------------------------------------------------------------------- */

/* Headings ---------------------------------- */

/* Main Heading */
.org-header h1.title_org,
.org-header .title_org,
.org-header h1.title_org_en,
.org-header .title_org_en {
    width: 100%;
    margin: 0 auto;
    line-height: 2.6rem;
    font-family: 'Bebas Neue Pro', sans-serif;
    font-size: 2.4rem;
    font-weight: 600;
    color: #666;
    text-align: center;
    letter-spacing: 0.08rem;
}

@media only screen and (min-width: 800px) {
    .org-header h1.title_org,
    .org-header .title_org {
        width: 30rem;
        margin: 0 0 0 2rem;
        font-size: 2.8rem;
        line-height: 3rem;
        text-align: left;
    }

    .org-header h1.title_org_en,
    .org-header .title_org_en {
        width: 30rem;
        margin: 0 0 0 2rem;
        font-size: 2.8rem;
        line-height: 3rem;
        text-align: left;
    }
}

h1.title_org,
.title_org {
    font-weight: 500;
    color: #7e8184;
}

h1.title_org a, .title_org a, h1.title_org a:hover, .title_org a:hover {
    font-weight: 500;
    color: #7e8184;
}

/* 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: #af882e;
}

h2 {
    color: #af882e;
    padding-bottom: 1rem;
    font-size: 2.2rem;
    font-weight: 500;
    text-transform: none;
}

@media only screen and (min-width: 1001px) {
    h2 {
        font-size: 2.2rem;
    }
}    

h2.management-list {
    margin-bottom: 0;
    font-size: 1.8rem;
    font-weight: 500;
    color: #af882e;
}

h2.management-list:not(:first-of-type) {
    margin-top: 2rem;
}

h2.news-site-list {
    color: #000;
    border-bottom: 0;
    padding-bottom: 0;
}

a h2.news-site-list:hover {
    color: #af882e;
}

h2.unions-header-first {
    margin-top: 1.5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

h2.unions-header {
    margin-top: 5rem;
    margin-bottom: 0;
    padding-bottom: 0;
}

h3 {
    color: #202020;
    border-bottom: 0.1rem solid #202020;
    font-size: 1.9rem;
    font-weight: 500;
    margin-top: 1rem;
    padding: 0 0 1rem 0;
    text-transform: uppercase;
}

h3:before {
    content: none !important;
}

h3.management-list {
    margin-top: 1rem;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 1.6rem;
    font-weight: 500;
    color: #403c3d;
    text-transform: uppercase;
}

h3.events {
    color: #868889;
}

h3.news-newest-title > a {
    color: #000;
}

h3.news-other-title > a {
    color: #212021;
}

h3.news-newest-title > a:hover,
h3.news-other-title > a:hover {
    color: #f49b1e;
}

h3.profile-block-name {
    margin: 0;
    padding: 0;
    border: none;
    line-height: inherit;
    text-align: inherit;
    font-size: 1.9rem;
    font-weight: 500;
    text-transform: none;
    margin-bottom: 1rem;
}

h4 {
    color: #6a6d6f;
}

h4.worker-profile-header {
    float: left;
    width: 2rem;
    position: relative;
    right: 4.1rem;
    line-height: 1.5rem;
    font-size: 1.4rem;
    text-align: right;
    text-transform: uppercase;
    writing-mode: tb-rl;
    transform: rotate(-180deg);
}

/* Footer Headings */

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,
a:hover {
    color: #af882e;
}

/*a:hover {
    text-decoration: underline;
}*/

/* Paragraphs -------------------------------- */

p.as-row {
    margin-bottom: 0;
}

p.management-link {
    margin-bottom: 0;
}

p.management-link a {
    font-weight: 400;
    color: #434142;
}

p.management-link a:hover {
    color: #af882e;
}

/* Lists ------------------------------------- */

/* Unordered Lists --------------------------- */

ul li a {
    color: #494748;
}

ul li a:hover {
    color: #af882e;
}

.akademia-sub-page-content ul li a {
    border-bottom: 0.1rem solid #494748;
    color: #494748;
}

.akademia-sub-page-content ul li a:hover {
    border-bottom: 0.1rem solid #af882e;
    color: #af882e;
}

/* Ordered Lists ----------------------------- */

ol li::before {
    color: #af882e;
}

/* Quotes ------------------------------------- */

blockquote {
    background: #ccc;
    border-left: 0.5rem solid #fd6325;
}

cite {
    color: #aaa;
}

/* Svg Classes ------------------------------- */

.svg_link #logo_org,
.svg_link #logo_org img {
    width: 9rem;
}

.svg_link #logo_sav,
.svg_link #logo_other {
    width: auto;
    height: 2.5rem !important;
}

.svg_link #icon_facebook {
    width: auto;
    height: 1.9rem;
}

/* Forms ------------------------------------- */

/* Form Container ---------------------------- */

.form-container {
    background-color: #e6e8ea;
}

.form-container input[type=text],
.form-container input[type=search],
.form-container input[type=password],
.form-container select,
.form-container textarea {
    background-color: #fff;
    color: #494748;
}

/*.form-container .file-upload-btn {
    background: #fff;
    border: 0.1rem solid #bbb;
}*/

/*.form-container input[type=radio] {
    border: 0.1rem solid #ccc;
}*/

.select-year-form {
    background-color: #ededed;
}

/* Sm res form ------------------------------- */

.form-container-sm {
    background-color: none;
}

/* Inputs ------------------------------------ */

input[type="submit"] {
    background: radial-gradient(circle, #ea7621, #f78f27);
    color: #fff;
}

/* Margins ----------------------------------- */

.margin-top-15 {
    margin-top: 1.5rem !important;
}

.margin-top-25 {
    margin-top: 2.5rem !important;
}

.margin-top-35 {
    margin-top: 3.5rem !important;
}

.margin-left-05 {
    margin-left: 0.5rem !important;
}

/* Tables ------------------------------------- */

caption {
    background: #dcd7ca;
}

.wp-block-table table, table {
    margin: 1.5rem 0;
}

.wp-block-table td, .wp-block-table th {
    border: none;
}

.unions-table tr:first-child {
    color: #af882e;
    font-size: 1.5rem;
    font-weight: 500; 
}

.unions-table tr:first-child td {
    line-height: 0; 
}

@media only screen and (max-width: 650px) {
    .unions-table tr:first-child td {
        display: ruby;
    }
}

/* Responsive table --------------------------- */

.table-resp-wrapper {
    color: #434142;
}

.table-resp thead {
  border-bottom: 0.2rem solid #434142;
}

.table-resp tr {
    border-bottom: 0.1rem solid #aaa;
}

@media (max-width: 750px), (min-width: 1001px) and (max-width: 1200px) {
    .table-resp-wrapper .card-row.id {
        border-bottom: 0.2rem solid #444;
    }
}

/* Distinctive responsive table - END */

/* Simple Table ------------------------------- */

.wp-block-table.table-simple table td:first-child,
table.table-simple td:first-child {
    color: #434142;
}

/* Select Boxes ------------------------------- */

.select-box {
    background: #af882e;
}

.select-box::after {
    background-color: #b2b1b1;
    color: #f78f27;
}

.select-box-light::after {
    background-color: #eff0f0;
    color: #f78f27;
}

.select-box:hover::after,
.select-box-light:hover::after {
    color: #ea7621;
}

.select-box select {
    background: #af882e;
    color: #494847;
}

.select-box-light select {
    background: #eff0f0;
    color: #6a6d6f;
}

.select-box-2::after,
.select-box-light-2::after {
    background-color: #fff;
}

/* Others ------------------------------------- */

hr,
.wp-block-separator {
    border-bottom: 0.1rem solid #494748;
    border-image: linear-gradient(90deg, rgba(73, 71, 72, 0) 40%, rgba(73, 71, 72, 1) 50%, rgba(73, 71, 72, 0) 60%) 1;
}

.unions-title {
    font-weight: 500;
    color: #7e8184;
}

.unions-title :hover {
    font-weight: 500;
}

.unions-title a:hover {
    font-weight: 500;
    color: #7e8184;
}

.unions-title-color {
  color: #af882e;
}

.arrow a::before{
  content: "";
  display: block;
  width: 0.9rem;
  height: 0.9rem;
  position: absolute;
  top: 0.6rem;
  left: -2.3rem;
  background-image: url(../akademia-child/img/svg/icon_arrow_gray.svg);
  background-repeat: no-repeat;
  background-position: left center;
  text-indent: -999999px;
} 

.arrow a {
  margin-left: 2.3rem;
  position: relative;
}

.font-size-16 {
  font-size: 1.6rem;
}

/* Phone Menu --------------------------------- */

.right-links-2-small {
    width: 2.2rem;
}

/* -------------------------------------------------------------------------- */

/*	4.	Site Header
/* -------------------------------------------------------------------------- */

/* Flex Row ---------------------------------- */

.site-header {
    background: #fff;
}

.flex-row a {
    color: #494748;
}

.flex-row a:hover {
    color: #000;
}

.flex-row-2 {
    background-color: #fff;
}

.flex-row-2 a {
    color: #939598;
    font-weight: 500;
}

.flex-row-2 a:hover {
    color: #a78e60;
    font-weight: 500;
}

.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-2 {
        background-color: #2e2f30;
    }
}

/* Search Form --------------------------------------------- */

.search-form .search-text {
    color: #323232;
}

.search-form .search-text > input[type="text"] {
    background-color: #af882e;
}

.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: #af882e;
}

/* Media Section */
@media only screen and (min-width: 1001px) {
    .search-form {
        display: none;
        float: right;
        width: 27.3rem;
        height: 2.5rem;
        position: relative;
        top: 0.7rem;
        left: 5.3rem;
    }

    .search-form .search-text {
        width: 100%;
    }

    .search-form .search-text > input[type="text"] {
        width: 21.8rem;
        padding: 0 1.5rem;
        background-color: #af882e;
        border-top-left-radius: 1.2rem;
        border-bottom-left-radius: 1.2rem;
        font-size: 1.4rem;
        color: #000;
    }

    .search-form .search-submit {
        width: 2.5rem;
        padding: 0;
        background-color: #af882e;
        border-top-right-radius: 1.2rem;
        border-bottom-right-radius: 1.2rem;
        text-align: center;
        cursor: pointer;
        outline: none;
    }

    #search-form input[type="text"]::-webkit-input-placeholder {
        color: #000;
    }

    #search-form input[type="text"]:-moz-placeholder,
    #search-form input[type="text"]::-moz-placeholder,
    #search-form input[type="text"]:-ms-input-placeholder,
    #search-form input[type="text"]::-ms-input-placeholder,
    #search-form input[type="text"]::placeholder {
        color: #000;
    }

    .search-people-2 {
        top: 0.6rem;
    }
    
    .right-links-2 a img {
        width: 2.5rem;
        margin-bottom: 0.3rem;
        margin-right: 1rem;
    }
}

.svg_link .icon_search_small #icon_search {
    width: 2.5rem;
}

.search-people-2 {
    bottom: 0.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: #af882e;
}

/* Search Results ------------------------------------------ */

.search-string {
    color: #af882e;
}

.search-no-result {
    color: #494748;
}

/* -------------------------------------------------------------------------- */

/*	5.	Menus
/* -------------------------------------------------------------------------- */

/* Primary Responsive Menu --------------------------------- */

.navigation-main {
    background-color: #4f4d4d;
    background-image: linear-gradient(to right, #4f4d4d, #3f3c3d, #4f4d4d);
}

.navigation-main-2 {
  background-color: #fff;
}

/* Smaller resolution (sliding) version */

/* Media Section */
@media screen and (max-width: 1000px) {
    #popout-container {
        background: #af882e;
        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: #d0ab54;
    }
}

/* Larger resolution (fixed) version */

@media screen and (min-width: 1001px) {
    /* First level */
    /* Add primary menu li widths item here - start */
   
    /* 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: #000;
    }
    
    .primary-menu-2 #popout-container > ul > li > a:after {
        background-color: #b6872d;
    }
    
    .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;
    }

    /* Second level */
    .primary-menu ul li > .sub-menu {
        left: 0;
        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: #af882e;
    }

    .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: #af882e;
    }

    .primary-menu .current-menu-parent > ul .current-menu-item a,
    .primary-menu #popout-container > ul li > .sub-menu .current-menu-parent > a {
        background: #af882e;
        color: #fff;
    }

    .primary-menu #popout-container > ul > .current-menu-item > a,
    .primary-menu #popout-container > ul .current-menu-parent > a,
    .primary-menu #popout-container > ul .current-menu-parent > a:after {
        color: #000;
    }
}

/* Page Menu --------------------------------- */

/* Media Section */
@media only screen and (min-width: 1001px) {
    .page-menu-container {
        background: #eff0f0;
    }

    .page-menu-title {
        background-color: #af882e;
        /*background: linear-gradient(90deg, rgba(255, 203, 68, 1) 0%, rgba(252, 176, 56, 1) 100%);*/
        color: #fff;
    }

    .page-menu-title-link,
    .page-menu-title-link:hover {
        color: #494748;
    }

    .page-menu li a,
    .page-menu li a:hover {
        color: #494748;
    }

    .page-menu li.menu-item-has-children > a::after {
        color: #494748;
    }

    .page-menu li.current-menu-item,
    .page-menu li.current-page-ancestor {
        background-color: #696c6d;
    }

    .page-menu li.current-menu-item a,
    .page-menu li.current-page-ancestor a {
        color: #fff;
    }

    .page-menu .menu-item-has-children > a:after {
        color: #fff;
    }

    .page-menu ul.sub-menu li a {
        color: #646363;
    }

    .page-menu ul.sub-menu li.current-menu-item a,
    .page-menu ul.sub-menu li.current-page-ancestor a {
        color: #fff;
    }

}

/* -------------------------------------------------------------------------- */

/*	6. Page Template
/* -------------------------------------------------------------------------- */

#home-page {
    background-color: #fff;
}

.akademia-page-container,
.akademia-full-page-container {
    background-color: rgba(226, 227, 228, 0.13);
}

.akademia-page-content {
    color: #434142;
}
    
@media only screen and (min-width: 1001px) {        
    .akademia-page-content {
        margin-bottom: 3rem;
    }
}

.akademia-sub-page-content {
    color: #434142;
}

.akademia-sub-page-content ul li {
    color: #494748;
}

.akademia-sub-page-content ul li ul li::before,
.akademia-sub-page-content ul li ul li::marker {
    background-color: #b1b3b4;
}

/* Collapsible List -------------------------- */

.collapsible {
    color: #494748;
}

.active,
.collapsible:hover {
    color: #000;
}

.collapsible_div {
    width: 100%;
    padding-left: 0;
    color: #9c9e9f;
}

.akademia-sub-page-content ul.collapsible_div_link li {
    margin-bottom: 0.4rem;
    line-height: 2.1rem;
    font-size: 1.6rem;
}

.collapsible_div_link a {
    font-size: 1.6rem;
}

/* Annexes ----------------------------------- */

.annexes {
    color: #f49b1e;
}

/* 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) {
    .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";
    }
}

/* Presentation Block List ------------------- */

.presentation-block-list-sm .presentation-text {
    color: #403c3d;
}

.presentation-block-list-sm a:hover .presentation-text {
    color: #fcb038;
}

/* 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: #ad161e;
}

.worker_list td.name .firstname a {
    color: #9c9e9f;
}

.worker_list td.email a {
    color: #7b7c7e;
}

.worker_list td.email a:hover {
    color: #ad161e;
}

.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 List ------------------------------- */

.director {
    font-size: 2rem;
}

.management-org {
    color: #a19e9e;
}

/* Worker Info ------------------------------- */

h2.worker_info {
    color: #fd6325;
}

.worker-details {
    font-size: 1.6rem;
}

/*.worker-details a,
.worker-details a:hover {
    font-weight: 500;
}*/

.orcid {
    position: relative;
    bottom: 0.25rem;
}

.worker-position,
.worker-phone,
.worker-fax,
.worker-email,
.worker-http,
.worker-orcid,
.worker-publication-type {
    color: #fcb038;
}

/* News@homepage ----------------------------- */

/* Newest News */
.news-new-tag {
    background-color: #af882e;
    /*background-color: #e86420;
    background: radial-gradient(circle, #ea7621, #f78f27);*/
    color: #fff;
}

.news-newest .news-meta .news-date {
    color: #af882e;
}

.news-meta .news-tags a {
    color: #939598;
}

.news-newest .news-text {
    color: #403c3d;
}

/* Media Section */
@media only screen and (min-width: 800px) {
    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        color: #636161;
    }
}

@media only screen and (min-width: 1200px) {
    .news-meta .news-tags a {
        color: #939598;
    }

    .news-meta .news-tags a:hover {
        color: #ad161f;
    }

    .news-newest .news-text {
        color: #636161;
    }
}

/* Other News List */
.news-other .news-year {
    color: #bbb7b7;
}

.news-other .news-meta {
    background-color: #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: #fcb038;
}

@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 > a {
        color: #212021;
    }
}

/* News Read All Button */
.news_read_all a {
    background-color: #fff;
    border: 1px solid #202020;
    color: #202020;;
}

.news_read_all a:hover {
    background-color: #b6872d;
    border: 1px solid #b6872d;
    color: #fff;
}

/* Publication Info ------------------------ */

.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;
}

.publication-how-to-cite {
    color: #a2a0a2;
}

/* 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: #af882e;
}

@media only screen and (min-width: 800px) {
    .news-site-tag a {
        color: #fff;
    }
}

/* Single news -------------------------------- */

.news-single-date {
    color: #000;
}

/* Images ------------------------------------ */

.block-img {
    border: 0.4rem solid #fff;
    -webkit-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    -moz-box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
    box-shadow: 0.7rem 0.7rem 0.7rem rgba(0, 0, 0, 0.25);
}

/* Publication Table List -------------------- */

.publication-title {
    color: #494748;
}

.citation {
    color: #6a6d6f;
}

#citation-table {
    color: #9c9e9f;
}

/* Monography Single -------------------------- */

h2.monography_profile_title {
    color: #434142;
}

.monography_profile_header_right a.link_btn,
.monography_profile_content a.link_btn,
.akademia-sub-page-content a.link_btn {
    color: #434142;
}

.monography_profile_header_right a.link_btn:hover,
.monography_profile_content a.link_btn:hover,
.akademia-sub-page-content a.link_btn:hover {
    border-color: #fcb038;
    color: #fcb038;
}

.monography_profile_content a.link_btn_small {
    color: #434142;
}

.monography_profile_content a.link_btn_small:hover {
    border-color: #fcb038;
    color: #fcb038;
}

.monography_how_to_cite::before {
    background:#fcb038;
}

/* Library Section --------------------------- */

.library-info {
    padding-bottom: 5rem;
    overflow: auto;
}

.library-content-title {
    margin-top: 5rem;
    margin-bottom: 5rem;
    font-size: 2.2rem;
    font-weight: 500;
    color: #000;
    text-align: center;
    text-transform: uppercase;
}

.library-stats-margin {
    float: left;
    width: 10%;
}

.library-stats {
    float: left;
    width: 40%;
    text-align: center;
}

.library-stats img {
    width: 11rem;
    margin-bottom: 4rem;
}

.book-number {
    margin-bottom: 2rem;
    font-size: 4rem;
    font-weight: 500;
    color: #fcb038;
}

.book-type {
    font-size: 1.8rem;
    font-weight: 500;
    color: #000;
    text-transform: uppercase;
}

/* Contact Section --------------------------- */

.contact-header {
    width: 100%;
    height: 36.8rem;
    background-size: cover;
    background-position: bottom;
    background-repeat: no-repeat;
    background-image: url(/wp-content/uploads/uploaded/images/contact-header/contact-header.jpg);
}

.contact-left-col,
.contact-middle-col,
.contact-right-col {
    width: 100%;
    float: none;
}

/* Media Section */
@media only screen and (min-width: 701px) {
    .contact-left-col {
        width: 42%;
        float: left;
    }

    .contact-middle-col {
        width: 34%;
        float: left;
    }

    .contact-right-col {
        width: 24%;
        float: left;
    }
}

/* -------------------------------------------------------------------------- */

/*	7. Blocks
/* -------------------------------------------------------------------------- */

/* Block Typography Classes ------------------ */

/* Custom Colors ----------------------------- */

.orange,
.orange a {
    color: #fcb038;
}

.orange-logo {
    color: #fbb03b;
}

.light-gray,
.light-gray a {
    color: #202020;
}

.light-gray-2,
.light-gray-2 a {
    color: #717071;
}

.light-gray-3,
.light-gray-3 a {
    color: #7b7c7e;
}

.dark-gray,
.dark-gray a {
    color: #434142;
}

.dark-gray-2,
.dark-gray-2 a {
    color: #6a6d6f;
}

.dark-gray-3,
.dark-gray-3 a {
    color: #494748;
}

.dark-gray-4,
.dark-gray-4 a {
    color: #202020;
}

/* 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: #000;
}

.standard-title-emphasized::before {
    background-color: #fcb038;
}

/* Lists ------------------------------------- */

.akademia-sub-page-content .standard-list li::before,
.akademia-sub-page-content .standard-list-emphasized li::before {
    background-color: #494748;
}

.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: #494748;
}

.akademia-sub-page-content .standard-list li > a:hover,
.akademia-sub-page-content .standard-list-emphasized li > a:hover {
    color: #f48e06;
}

/* Profile block ------------------------------- */

.profile-block-3-info {
    display: flex;
    align-items: flex-end;
    color: #202020;
}
    
.profile-block-3-mail a{
    color: #202020;
} 

.profile-block-3-description h6 {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 2.2rem;
        color: #434142;
    }

@media only screen and (min-width: 650px) {
    .profile-block-3-img {
        width: 20rem;
    }
}

@media only screen and (max-width: 650px) {
    .profile-block-3-info {
        flex-direction: column;
        align-items: flex-start;
    }
    .profile-block-3-description {
        width: 100%;
        padding-left: 0;
    }
    .profile-block-3-description h6 {
        line-height: 2.6rem;
    }
} 

.profile-block-4 h3 {
        font-family: 'Montserrat', sans-serif !important;
        font-size: 2.2rem;
        color: #434142;
        font-weight: 400;
}

/* -------------------------------------------------------------------------- */

/*	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;
    }
    
    .social-box {
        max-width: 111.27rem;
    }
    
    .social-area-3:nth-of-type(3) .social-post-main,
    .social-area-3:nth-of-type(3) .social-post-other {
        margin-left: 6.42512783043937%;
        margin-right: 3.212563915219685%;
    }
    
    .social-area-3:nth-of-type(4) .social-post-main,
    .social-area-3:nth-of-type(4) .social-post-other {
        margin-left: 6.42512783043937%;
    }
}

/* Media section */
@media only screen and (min-width: 901px) and (max-width: 1112px) {
    .social-area-3 {
        max-width: 21.5rem;
    }
    
    .social-post-main-title {
        font-size: 1.8rem;
    }
    
    .social-box {
        max-width: 87rem;
    }
}

/* Social Bar */

/* Media section */
@media only screen and (min-width: 1001px) {
    .logged-in .social-bar {
        top: 10.1rem;
    }
}

/* Shortcodes -------------------------------- */

/* Image Block ------------------------------- */

#image-block .image-block-title {
    background-color: rgba(210, 209, 209, 0.5);
    color: #818281;
}

#image-block .image-block-title:hover {
    background: radial-gradient(circle, #f78f27, #ea7621);
    color: #fff;
}

.image-block-list figure.wp-block-image figcaption {
    color: #fff;
}

/* Description Block ------------------------- */

.parallax-description-block {
    min-height: 53rem;
    background-image: url(../../uploads/uploaded/images/description-block/separator_bg.jpg);
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

/*.description-block-text {
    color: #f8f7e9;
}

.description-block-author {
    color: #ee822f;
}*/

/* Video List -------------------------------- */

/*.video-container {
    color: #fff;
}*/

/* Shortcode Button -------------------------- */

.akademia-btn {
    background: #fcb038;
    -webkit-border-radius: 1rem; 
    -moz-border-radius: 1rem; 
    border-radius: 1rem;
    font-size: 1.8rem;
    color: #fff;
}

.akademia-btn:hover {
    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: #ea7621;
    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;
}*/

/* Blogs ------------------------------------- */

.blog-block-details.phd-table {
    margin-bottom: 1rem;
}

.blog-block-details.phd-table .col-1 {
    width: 50%;
    padding-right: 1rem;
}

.blog-block-details.phd-table .col-2 {
    width: 50%;
}

.blog-block-details.phd-table td {
    padding-bottom: 0.5rem;
}

@media only screen and (min-width: 800px) {
    .blog-block-details.phd-table .col-1 {
        width: 55%;
    }

    .blog-block-details.phd-table .col-2 {
        width: 45%;
    }
}


/* Plugins ----------------------------------- */

/* Smart Slider ------------------------------ */

/* 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(0, 0, 0, 0.61), rgba(0, 0, 0, 0.61), rgba(0, 0, 0, 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: #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;
    }
}

@media only screen and (min-width: 801px) {
    div.nextend-bar div[class^="n2-style-"] {
        width: 25rem !important;
        height: 25rem !important;
    }

    div#n2-ss-2 span[class^="n2-font-"],
    div#n2-ss-3 span[class^="n2-font-"] {
        padding: 2rem 2rem 3rem;
        font-size: 1.9rem;
    }

    div#n2-ss-2 span[class^="n2-font-"] a,
    div#n2-ss-3 span[class^="n2-font-"] a {
        font-size: 1.9rem;
    }
}

@media only screen and (min-width: 1001px) {
    div.nextend-bar div[class^="n2-style-"] {
        width: 30rem !important;
        height: 30rem !important;
    }

    div#n2-ss-2 span[class^="n2-font-"],
    div#n2-ss-3 span[class^="n2-font-"] {
        font-size: 2.4rem;
    }

    div#n2-ss-2 span[class^="n2-font-"] a,
    div#n2-ss-3 span[class^="n2-font-"] a {
        font-size: 2.4rem;
    }
}

/* Tiny Content Slider ----------------------- */

#image-slider-block-ow .tns-controls button[data-controls="prev"],
#image-slider-block-ow .tns-controls button[data-controls="next"] {
    background: rgba(230, 223, 218, 0.5);
    color: #d3d3d3;
}

#image-slider-block-ow .tns-controls button[data-controls="prev"]:hover,
#image-slider-block-ow .tns-controls button[data-controls="next"]:hover {
    background: rgba(253, 240, 230, 0.5);
    color: #fcb038;
}

.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;
}*/

/* Media Section */
@media only screen and (min-width: 1500px) {
    #image-slider-block-ow .tns-controls button[data-controls="prev"],
    #image-slider-block-ow .tns-controls button[data-controls="next"] {
        top: 13rem;
    }
}

/* -------------------------------------------------------------------------- */

/*	12. Site Footer
/* -------------------------------------------------------------------------- */

/* Back to Top Button ------------------------ */

#back-to-top-btn {
    background-color: #af882e;
}

#back-to-top-btn:hover {
    background-color: #d0ab54;
}

/* Pre-Footer Sitemap ------------------------ */

.pre-footer-sitemap {
    background-color: #403c3d;
    color: #fff;
}

.pre-footer-sitemap-title {
    color: #fff;
}

.pre-footer-sitemap a {
    color: #ddd7d6;
}

.pre-footer-sitemap a:hover {
    color: #fcb038;
}

/* Pre-footer -------------------------------- */

.pre-footer {
    background-color: #2b2e30;
    color: #b9bbc1;
}

.pre-footer a {
    color: #b9bbc1;
}

.pre-footer a:hover {
    color: #fff;
}

/* Footer ------------------------------------ */

footer {
    background-color: #1e2022;
}

footer .row_1 {
    color: #dbdada;
}

footer .copy_meta {
    color: #a4a3a4;
}

footer a {
    color: #dbdada;
}

footer a:hover {
    color: #fff;
}

/* -------------------------------------------------------------------------- */