/*
Theme Name: Twenty Twenty-Five
Theme URI: https://wordpress.org/themes/twentytwentyfive/
Author: the WordPress team
Author URI: https://wordpress.org
Description: Twenty Twenty-Five emphasizes simplicity and adaptability. It offers flexible design options, supported by a variety of patterns for different page types, such as services and landing pages, making it ideal for building personal blogs, professional portfolios, online magazines, or business websites. Its templates cater to various blog styles, from text-focused to image-heavy layouts. Additionally, it supports international typography and diverse color palettes, ensuring accessibility and customization for users worldwide.
Requires at least: 6.7
Tested up to: 6.8
Requires PHP: 7.2
Version: 1.2
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: twentytwentyfive
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments, translation-ready, wide-blocks, block-styles, style-variations, accessibility-ready, blog, portfolio, news
*/

/*
 * Link styles
 * https://github.com/WordPress/gutenberg/issues/42319
 */
a {
	text-decoration-thickness: 1px !important;
	text-underline-offset: .1em;
}

/* Focus styles */
:where(.wp-site-blocks *:focus) {
	outline-width: 2px;
	outline-style: solid;
}

/* Increase the bottom margin on submenus, so that the outline is visible. */
.wp-block-navigation .wp-block-navigation-submenu .wp-block-navigation-item:not(:last-child) {
	margin-bottom: 3px;
}

/* Increase the outline offset on the parent menu items, so that the outline does not touch the text. */
.wp-block-navigation .wp-block-navigation-item .wp-block-navigation-item__content {
	outline-offset: 4px;
}

/* Remove outline offset from the submenus, otherwise the outline is visible outside the submenu container. */
.wp-block-navigation .wp-block-navigation-item ul.wp-block-navigation__submenu-container .wp-block-navigation-item__content {
	outline-offset: 0;
}

/*
 * Progressive enhancement to reduce widows and orphans
 * https://github.com/WordPress/gutenberg/issues/55190
 */
h1, h2, h3, h4, h5, h6, blockquote, caption, figcaption, p {
	text-wrap: pretty;
}

/*
 * Change the position of the more block on the front, by making it a block level element.
 * https://github.com/WordPress/gutenberg/issues/65934
*/
.more-link {
	display: block;
}
.panels {
    display: grid;
    grid-template-columns: 1fr;
    gap: 32px;
}
.panel {
    border: 3px solid #f4f4f4;
    border-radius: 10px;
    padding: 20px;
    transition: .1s linear all;
}
.panels a:hover .panel {
    border: 3px solid #c51086;
    transition: .1s linear all;
}
.panels a {
    text-decoration: none;
}
.panel h3 {
    font-weight: 700;
    margin: 0;
    text-decoration: underline;
}
.panel ul {
    font-size: 18px;
    margin: 16px 0 0;
}
.panel img {
    border-radius: 10px;
    height: auto;
    margin: 0 0 16px;
    width: 100%;
}
.panel__quote {
    font-weight: bold;
    margin: 0;
}
footer ul {
    list-style: none;
    padding: 0;
}
div.wpforms-container-full button[type=submit] {
    border-radius: 12px;
}
.wp-block-button__link {
    border-radius: 12px;
    transition: filter 0.2s ease;
}
.wp-block-button__link:hover {
    background-color: #c51086;
    filter: brightness(90%);
    transition: filter 0.2s ease;
}
.table {
    text-align: left;
    width: 100%;
}
.table thead {
    background: white;
    color: #1d1936;
}
.table thead th {
    padding: 12px;
}
.table tbody td {
    padding: 12px;
}
.table__heading--link {
    font-weight: bold;
}
.bwg_ctrl_btn_container,
.bwg_toggle_container {
    display: none !important;
}
.spider_popup_close_fullscreen {
    right: 22px;
}
.bwg_close_btn {
    font-size: 20px;
}
.bwg-masonry-thumb-description {
    margin: 14px 0 0 !important;
}
.bwg-container-0 {
    gap: 20px 0;
}
.bwg-masonry-thumbnails .bwg-item0 {
    opacity: 1 !important;
}
.jobfair-detail__image img {
    border-radius: 12px;
    height: auto;
    width: 100%
}
ul.jobfair-detail__list {
    margin: 20px 0 0;
}
.jobfair-detail__buttons {
    align-items: flex-start;
    display: flex;
    flex-direction: column;
    margin: 24px 0 0 !important;
}
.jobfair-detail__button-coming-soon {
    background-color: transparent;
    border: 3px solid #ff7100;
}
.jobfair-detail__button-coming-soon:hover,
.jobfair-detail__button-coming-soon:active,
.jobfair-detail__button-coming-soon:focus {
    background-color: transparent;
    cursor: default;
}
.jobfair-detail__event-passed {
    background-color: gray;
    padding: 8px 14px;
    border-radius: 12px;
    margin: 0 0 14px;
    display: inline-block;
    font-weight: bold;
}
h1 {
    font-weight: bolder;
}
.jobfair-table .btn {
    border-radius: 12px;
    display: block;
    font-weight: bold;
    padding: 12px 16px;
    margin: 14px 0 0;    
    text-align: center;
    text-decoration: none;
}
.btn, .btn:hover {
    transition: .2s linear all;
}
.jobfair-table {
    font-size: 20px;
}
.jobfair-table .btn__candidate {
    background: #ff7100;
}
.jobfair-table .btn__candidate:hover {
    filter: brightness(90%);
}
.jobfair-table .btn__exhibitor {
    background: #c51086;
}
.jobfair-table .btn__exhibitor:hover {
    filter: brightness(90%);
}
/* Mobile & Tablet - display rows as cards */
@media (max-width: 1024px) {
  .jobfair-table,
  .jobfair-table thead,
  .jobfair-table tbody,
  .jobfair-table th,
  .jobfair-table tr,
  .jobfair-table td {
    display: block;
    width: 100%;
  }
  .jobfair-table thead {
    display: none;
  }
  .jobfair-table tr {
    border: 3px solid #f4f4f4;
    border-radius: 10px;
    box-sizing: border-box;
    margin: 0 0 24px;
    padding: 20px;
  }
  table.jobfair-table td {
    border: none;
    padding: 8px 0;
    text-align: left;
  }
    table.jobfair-table tr td:first-child {
        padding: 0 0 8px;
    }
  .jobfair-table td::before {
    content: attr(data-label);
    font-weight: bold;
    color: #bebebe;
    display: block;
  }
    .jobfair-table .table__heading--link {
        font-size: 30px;
    }
}

@media (min-width: 600px) {
  .panels {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 900px) {
  .panels {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media (min-width: 600px) {
    header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: block !important;
    }
    header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: none !important;
    }
}

@media (min-width: 1140px) {
    header .wp-block-navigation__responsive-container-open:not(.always-shown) {
        display: none !important;
    }
    header .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
        display: block !important;
    }
}
@media (max-width: 1140px) {
    header .wp-block-navigation:not(.has-background) .wp-block-navigation__responsive-container.is-menu-open{
        background-color: #1d1936 !important;
    }
    header .wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content {
        color: white;
        font-size: 24px;
    }
    header .wp-block-navigation .wp-block-buttons .wp-element-button {
        font-size: 24px;
    }
    header .wp-block-navigation__responsive-container-close svg, .wp-block-navigation__responsive-container-open svg {
        fill: white;
    }
}
