/*
File Name: style.css
Theme Name:  RT-Theme 19 | Child Theme
Author: RT-Themes
Version: 1.1
Author URI: http://themeforest.net/user/stmcan
Theme URI: http://themeforest.net/item/rttheme-19-responsive-multipurpose-wp-theme/10730591
Description: Responsive Multi-Purpose WordPress Theme 
License: GNU General Public License
License URI: /Licensing/gpl.txt
Text Domain: rt_theme
Template: rttheme19
*/

/* APPLICATIVO */
.med-container {
    display: flex;
    padding-left: 2%;
    padding-right: 2%;
    padding-top: 50px;
    padding-bottom: 150px;
}

.med-sidebar {
    width: 35%;
    padding-right: 100px;
}

.prov-filter {
    background-color: #F3F3F3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 25px;
    margin-bottom: 30px;
}

.prov-filter h4 {
    font-size: 1rem;
    font-weight: 700;
    color: #48748F;
    margin: 0 0 10px 0;
}

.prov-filter h4 span {
    font-size: .8rem;
    font-weight: 300;
}

.prov-filter label {
    display: block;
    color: #48748F;
    font-size: 1rem;
}

.prov-filter-3 {
    padding-bottom: 15px;
}

.prov-filter select {
    width: 100%;
    margin-bottom: 15px;
}

.med-main {
    width: 75%;
}

h2.prov-title {
    font-size: 1.2rem;
    color: #48748F;
    margin-bottom: 0;
}

p.prov-subtile {
    font-size: 1rem;
    color: #48748F;
    font-weight: 300;
}

#prov-active-filters {
    margin-top: 30px;
    margin-bottom: 15px;
}

.prov-filter-chip {
    background-color: #48748F;
    color: #fff;
    font-size: .8rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 7px 12px;    
    margin-right: 5px;
}

.prov-filter-chip i {
    font-weight: 700;
    cursor: pointer;
    padding: 0 2px;
}


#prov-results-count {
    font-size: .9rem;
    text-align: right;
}

input.prov-keyword-search {
    width: 100%;
    height: 55px;
    background-color: #F3F3F3;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;   
    padding: 0 15px; 
    border: none;
}

#prov-results {
    margin-top: 35px;
}

.prov-card {
    background-color: #F3F3F3;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;        
    margin-bottom: 30px;
    transition: .4s;
}

.prov-content {
    padding: 20px 30px 10px 30px;
    cursor: pointer;
}

.prov-content a {
    color: #4F4F4F;
}

.prov-card:hover {
    background-color: rgba(72, 116, 143, .2);
}

.prov-date {
    font-size: .9rem;
    color: #48748F;
}

h3.prov-title {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 1.3rem;
    font-weight: 400;
}

h3.prov-title {
    color: #4F4F4F;
}

.prov-meta {
    display: flex;
    justify-content: space-between;
    font-size: 0.9rem;
    font-weight: 300;
    background-color: #4B4B4B;
    color: #fff;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    padding: 5px 30px 7px 30px;
}

.prov-card:nth-child(even) .prov-meta {
    background-color: #48748F;
}

.prov-pagination {
    margin-top: 50px;
    text-align: center;
}

.prov-pagination span.active {
    display: inline-block;
    font-weight: 700;
    color: #48748F;
    margin: 0 5px;
}

.prov-pagination a {
    display: inline-block;
    color: #4F4F4F;
    margin: 0 5px;
}

.med-single-prov {
    position: relative;
    padding-left: 9%;
    padding-right: 9%;
    padding-top: 100px;
    padding-bottom: 150px;
}

a.med-prov-back {
    position: absolute;
    top: -12px;
    right: 11%;
    background-color: #48748F;
    color: #fff;
    font-size: 1rem;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-bottom-left-radius: 10px;
    -moz-border-radius-bottomright: 10px;
    -moz-border-radius-bottomleft: 10px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;    
    padding: 8px 25px;
    transition: .4s;
}

a.med-prov-back:hover {
    background-color: #325164;
}


.prov-single-date {
    color: #48748F;
}

.med-single-prov h1 {
    font-family: "Roboto Condensed", sans-serif;
    font-size: 2rem;
    font-weight: 400;
    margin-bottom: 25px;
}

.prov-single-chips {
    margin-bottom: 45px;
}

.prov-single-chips .prov-chip {
    background-color: #F3F3F3;
    color: #48748F;
    font-size: .9rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 9px 15px;    
    margin-right: 5px;
}

a.prov-btn-pdf {
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    display: inline-block;
    background-color: #48748F;
    color: #fff;
    font-size: .9rem;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    padding: 10px 25px; 
    margin-top: 50px;
    transition: .4s;
}

a.prov-btn-pdf:hover {
    background-color: #325164;
}

/* MOBILE */
@media only screen and (max-width: 1150px) {
    .med-container {
        flex-direction: column
    }

    .med-sidebar {
        width: 100%;
        padding-right: 0;
    }

    .med-main {
        width: 100%;
    }    
}