/*
Theme Name:     CargoPress Child Theme
Theme URI:      https://www.proteusthemes.com
Description:    Child theme for the CargoPress
Author:         Primoz Cigler
Template:       cargopress-pt
Version:        1.0
*/


/* add custom CSS code bellow */

.footer:after {
    right: unset !important;
    background-color: unset !important;
}

.footer:before {
    right: unset !important;
    background-color: unset !important;
}

.footer {
    position: unset !important;
}

select[name=archive-dropdown] {
    background-color: transparent;
    border-color: #4ab9cf;
    border-style: solid;
    display: inline-block;
    font-family: "Roboto", Helvetica, Arial, sans-serif;
    margin-right:2%;
    margin-top: -1%
    position: absolute;
    margin-bottom: 0;
    font-weight: bold;
    text-align: center;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.6;
    border-radius: 4px;
    color: #a2a2a2;

}

select[name=archive-dropdown]:hover {
    background-color: #d0d5d2 !important;
    outline: none !important;
}

select[name=archive-dropdown]:active {
    background-color: #d0d5d2 !important;
    outline: none !important;
    border: none !important;

}

select[name=archive-dropdown]:focus {
    background-color: #d0d5d2 !important;
    outline: none !important;
    border: none !important;
}