/*
Theme Name: bptn.com theme child of Hello-elementor
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: bptn
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
*/

/*
    Add your custom styles here
*/
.matador-search-form-container {
    padding: 15px 20px 15px 20px;
    background-color: #00CAAC;
    color: #fff;
    margin-bottom: 20px;
}
.matador-search-form .matador-search-form-field-group{
    width: 20%
}
.matador-search-form .matador-search-form-field-group label{
    position: absolute;
}
.matador-search-form .matador-search-submit,
.matador-search-form input{
    width:100%;
    background-color: #fff;
    color: #000;
    padding: 18px;
    font-family: "Roboto",sans-serif;
    font-size: 12px;
    font-weight: 500;
    font-style: normal;
    line-height: 1.5em;
    text-decoration: none;
    text-transform: uppercase;
    letter-spacing: 1.5px;

}
.matador-search-form select{
    padding: 1em;
}
.matador-search-form .matador-search-submit:hover{

    color: #00CAAC;
}
.matador-job-nav .btn-primary,
.matador-job-navigation a {
    border-color: #00c5de;
    background-color: #00c5de;
    color: #fff;

}

.post_layout_excerpt {
    margin-bottom: 4rem;
}

.matador-job-nav .btn-primary:hover,
.matador-job-navigation a:hover {
    color: #000;
}
.post-type-archive-matador-job-listings .posts_container,
.tax-matador-department .posts_container,
.archive .posts_container{
    padding-right: 40px;
    float: left;
}
.post-type-archive-matador-job-listings .navigation.pagination,
.tax-matador-department .navigation.pagination{
    clear: both;
    text-align: center;
    margin: auto;
    display: block;
    width: fit-content;
}
.post-type-archive-matador-job-listings a,
.tax-matador-department a{
    font-weight: 400;
}
.post-type-archive-matador-job-listings .matador-term-current a,
.tax-matador-department .matador-term-current a{
    font-weight: bold;
}
.jobs-sidebar ul.matador-terms{
    padding: 0
}
.jobs-sidebar .widget {
    margin-bottom: 32px;
    padding-bottom: 32px;
    /*border-bottom: 1px solid rgb(232,232,232);*/
    max-width: 20%;
    float: right;
}
.jobs-sidebar .widget-title {
    font: 900 24px/25px 'Lato', Arial, Helvetica, sans-serif;
    /*color: #005293;*/
    margin: 0;
    /*text-transform: uppercase;*/
}
.jobs-sidebar p:not(:last-child){
    margin-bottom: 16px;
}

.jobs-sidebar .matador-search-form .matador-search-form-field-group {
    padding-right: 0;
}
.jobs-sidebar .matador-search-form .matador-search-form-field-keyword {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
}
.jobs-sidebar .matador-search-form .matador-search-form-field-submit {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
}
.jobs-sidebar .matador-search-form .matador-search-form-field-submit button {
    padding: 12px 6px 11px;
    font-size: 1.25rem;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.jobs-sidebar .matador-job .matador-job-title {
    font-size: 20px;
    margin-bottom: 0;
    color: black;
}
.jobs-sidebar .matador-job .matador-job-title a {
    color: #005293;
}
.jobs-sidebar .matador-job .matador-job-meta {
    font-size: 14px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-flow: column;
    flex-flow: column;
}

.type-matador-job-listings .content {
    padding-right: 40px;
}


.post-type-archive-matador-job-listings .sc_layouts_title_description,
.tax-matador-department .sc_layouts_title_description{
    display:none;
}
.job-callout{
    font-size: 1.4rem;
    font-weight: bold;
    margin: 20PX 10px;
    padding: 10PX 20px;
    border: 1px solid;
    text-align: center;
}

.matador-job-navigation ul{
    text-align: right;
}
.post-type-archive-matador-job-listings .posts_container,
.tax-matador-department .posts_container,
.archive .posts_container{
    margin-bottom: 40px;
    max-width: 79%;
}

.wp-pagenavi{
    text-align: center;
    margin-bottom: 40px;
}
.matador-job-nav a{
    display: inline-block;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
}
.matador-job-nav .btn-primary,
body.single-matador-job-listings .matador-job-navigation a,
.matador-job-navigation a,
#matador-submit{
    border-color: #00c5de;
    background-color: #00c5de;
    color: #fff;
    display: inline-block;
    font-weight: 400;

    text-align: center;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-decoration: none;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0.25rem;
    -webkit-transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out,-webkit-box-shadow .15s ease-in-out;
}

.matador-job-nav .btn-primary:hover,
body.single-matador-job-listings .matador-job-navigation a:hover,
.matador-job-navigation a:hover,
#matador-submit:hover{
    color: #000;
}

.champions-table{
    border: 4px solid #000;
    border-bottom-width: 10px;
    padding: 30px;
    text-align: center;
    margin-top: 2em;
    margin-bottom: 2em;
}

@media (max-width: 1279px){
    .matador-search-form {
        display: block;
    }
    .matador-search-form .matador-search-form-field-group{
        width: 100%;
        margin-bottom: 6px;
    }
    .post-type-archive-matador-job-listings .posts_container,
    .tax-matador-department .posts_container,
    .archive .posts_container{
        float:none;
        max-width: 100%;
        padding-right: 0;
    }
    .jobs-sidebar{
        clear:both;
        margin: 20px auto;
        width: 90%;
    }
    .jobs-sidebar .widget{
        float: unset;
        max-width: unset;
    }
    .jobs-sidebar fieldset{
        float:left;
        width:90%;
        margin: 5%;
    }

}

@media (min-width: 1200px){
    /*.site-footer .footer-inner, */
    /*.site-footer:not(.dynamic-footer), */
    /*.site-header .header-inner, */
    /*.site-header:not(.dynamic-header), */
    body:not([class*=elementor-page-]).archive .site-main,
    body .site-main.tax-matador-department {
        max-width: 1200px;
    }
}
