/*
Theme Name: Hello Elementor Child
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 + TM5150
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
*/
.single-cannabis_jobs .elementor-widget-theme-post-content .elementor-widget-container p:last-of-type{
    display: none;
}

/* Copies in from the old Divi theme, May 2022 */
#jobs-list-section .row {
    display: flex;
    flex-wrap: wrap;
}
@media screen and (min-width: 768px){
    #jobs-list-section > .row > div:nth-child(1){
        width: 70%;
    }
    #jobs-list-section > .row > div:nth-child(2){
        width: 30%;
    }
}
@media screen and (min-width: 992px){
    #jobs-list-section > .row > div,
    #jobs-list-section > .row > div:nth-child(1),
    #jobs-list-section > .row > div:nth-child(2){
        width: 50%;
    }
}
.scopped-css #job-type-filters{
    display: flex;
    grid-gap: 0;
}
.scopped-css #job-type-filters.types-buttons > div{
    width: 100%;
    margin: 10px 0;
}
@media screen and (min-width: 768px) {
    .scopped-css #job-type-filters.types-buttons > div {
        width: calc(33.3% - 15px);
        margin: 0 15px 0 0;
    }
}
.scopped-css #job-type-filters.types-buttons .btn{
    display: block;
    height: auto;
    text-align: center;
    padding: 10px;
    line-height: 1.2;
    border-radius: 8px;
}
.scopped-css #job-type-filters.types-buttons .all{
    background: #A3A3A3;
}
.scopped-css #job-type-filters.types-buttons .permanent{
    background: #436BA7;
}
.scopped-css #job-type-filters.types-buttons .temporary{
    background: #063251;
}
.scopped-css #job-type-filters.types-buttons a.btn{
    color: rgba(255,255,255,.6);
    font-weight: 600;
    border: none;
}
.scopped-css #job-type-filters.types-buttons a.btn:hover{
    text-decoration: none;
}
.scopped-css #job-type-filters.types-buttons a.btn.active{
    border: none;
    color: #fff;
    box-shadow: 0px 0px 8px rgba(30,30,30,.4);
}
.scopped-css #job-type-filters.types-buttons .btn .title{
    font-size: 17px;
}
.scopped-css #job-type-filters.types-buttons .permanent:hover,
.scopped-css #job-type-filters.types-buttons .permanent:active,
.scopped-css #job-type-filters.types-buttons .temporary:hover,
.scopped-css #job-type-filters.types-buttons .temporary:active{
    color: #fff;
    border: none;
    outline: none;
}

.jobs-list .sidebar .content-mobile{
    display: none;
}

@media (min-width:768px) {
    .scopped-css #jobs-container{
        align-items: flex-start;
        align-content:flex-start;
    }
    .scopped-css #jobs-container .main{
        position: sticky;
        top: 190px;
    }


}