/* 
Theme Name: Burnley College
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

#site-logo {
    transition: width linear 0.3s;
}

/* NAV TRANSPARENT HEADER */
/* Background */
.transparent-nav {
    transition: background-color 0.3s ease-in-out, border 0s linear 0s;
}
.mod-white-backg {
    background-color: #F5F5F5;
    border-bottom: 1px solid #E2E2E2 !important;
    transition: background-color 0.3s ease-in-out, border 0.3s ease-in-out 0.5s;
}
/* Nav Links */
.mod-white-backg .e-n-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title .e-n-menu-title-container .e-n-menu-title-text {
    color: #2B315D;
}
.mod-white-backg .e-n-menu .e-n-menu-wrapper .e-n-menu-heading .e-n-menu-title:hover .e-n-menu-title-text {
    color: #1F6CE0;
}
/* Nav Dropdown icons */
.transparent-nav .e-font-icon-svg {
    fill: #FFF !important;
}
.transparent-nav .e-n-menu-title:hover .e-font-icon-svg {
    fill: #1F6CE0 !important;
}
.mod-white-backg .e-font-icon-svg {
    fill: #2B315D !important;
}
.mod-white-backg .e-n-menu-title:hover .e-font-icon-svg {
    fill: #1F6CE0 !important;
}

/* NEWS ARCHIVE PAGE */

.wpc-filter-header {
    display:block;
}

div.wpc-filters-section, .wpc-filter-content select.wpc-filters-widget-select {
    margin-bottom: 0;
}

/* News Archive */
.blog select.wpc-filters-widget-select, .blog select.wpc-orderby-select {
    color: #000000;
    background-color: #F5F5F5;
    max-width: 100%;

}
/* Search Results */
.search select.wpc-filters-widget-select, .search select.wpc-orderby-select {
    color: #FFFFFF;
    background-color: #3B3B3B;
    max-width: 100%;

}

.elementor-post__excerpt p:after {
    content: "...";
}


/* COURSE SEARCH PAGE */

#vacancies-list {
    padding: 30px 0;
    padding-bottom: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.vacancy {
    max-width: calc(33.333333% - 2 *15px);
    width: 100%;
    -webkit-box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 4px 2px rgba(0, 0, 0, 0.2);
    padding: 37px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 5px;
    margin: 15px;
    position: relative;
    height: auto;
    transition: 0.3s ease-in-out;
}