/*
	Theme Name: Barden
	Author: Perpetual-digital
	Author URI: perpetual-digital.ie
	Description: Barden website template
	Version: 2.0
	Text Domain: barden
*/

@import "public/css/app.css";

#nav ul li a {
    cursor: pointer !important;
}
.resource-box.publication-box .btn {
    align-self: start;
}

.resource-box.publication-box h4 {
    align-self: start;
}

.resource-box.publication-box .thumb-secondary {
    background-position: center;
}

#footer .main-footer {
    grid-template-columns: 200px 14% 110px repeat(3, 1fr);
}

@media (max-width: 1200px) {
    #footer .main-footer {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 768px) {
    #footer .main-footer {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 500px) {
    #footer .main-footer {
        grid-template-columns: 100%;
    }
}

.postid-33532 .elementor-post-info__item--type-date {
    display: none !important;
}

.applications-closed h2 {
    text-align: center;
    font-size: 30px;
    background: #ffdd00;
    padding: 35px 0 30px;
}

.post-password-form {
    padding-top: 150px;
    padding-bottom: 150px;
}

.post-password-form p {
    text-align: center !important;
    font-size: 20px;
}
.post-password-form [type="submit"] {
    background: #ffdd00 !important;
    -webkit-appearance: media-slider;
    padding: 6px 25px 6px 25px;
    margin-left: 10px;
}

.post-password-form input {
    padding-top: 6px;
    padding-bottom: 6px;
}

.sector-desc {
    padding: 50px 0 100px;
}

.swiper-button-prev,
.swiper-button-next {
    display: block !important;
}

.single-barden_resource
    .elementor-widget-theme-post-content
    .img-wrapper:before {
    display: none;
}
