/*
 Theme Name:   Pashmina - Child
 Description:  Pashmina Child Theme
 Template:     pashmina
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  pashmina
*/

@import url('../pashmina/style.css');

body{
    font-family: 'Montserrat', sans-serif;
}

#secondary .widget{
    border: none;
}

#secondary .widget-title{
    border-bottom: none;
}

.dt-sidebar .widget-title::after, .dt-sidebar .widget-title::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 5px;
    background: #d2c1af;
    position: relative;
    margin-right: 10px;
    top: -8px;
    left: unset;
    border: none;
}

.widget-title{
    text-transform: uppercase;
    color: #222;
    font-weight: 300;
    font-size: 30px !important;
}

.dt-sidebar .widget-title::after{
    display: none;
}
.widget-mascara-title{
    font-size: 15px !important;
    text-transform: uppercase;
}
.mascara-number{
    font-size: 50px !important;
    color: #222;
    font-weight: 300;
    margin: 40px auto;
}


.p-0{
    padding: 0 !important;
}
.first-mascara{
    color: #d2c1af;
    font-weight: 700;
}

.rpwwt-post-title{
    text-transform: uppercase;
}

/* Home Page Styles */

.mascara-title-front{
    border-bottom: 5px solid #d2c1af;
    
}

.mascara-title-front h1{
    font-size: 20px !important;
}
.rounded-numeration{
    font-weight: 300;
    border: solid 1px #222;
    border-radius: 50%;
    padding: 5px 0px;
    position: relative;
    display: block;
    font-size: 40px !important;
    color: #222;
    text-align: center;
    line-height: 1;
}

.mascara-desc{
    font-size: 13px;
}

.ranking {
    width: 100%;
    text-align: center;
    padding: 15px 20px;
    background: #d2c1af;
    color: #FFF;
    font-size: 30px;
}

h6, .h6 {
    font-size: 18px;
    font-weight: 900;
}

h6::before{
    content: "";
    display: inline-block;
    width: 50px;
    height: 5px;
    background: #d2c1af;
    position: relative;
    margin-right: 10px;
    top: -6px;
    left: unset;
    border: none;
}

.entry-title {
    padding: 20px 15px;
    background: #222;
    color: #FFF;
    font-weight: 300;
}

.entry-title::before{
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background: #ffffff;
    position: relative;
    margin-right: 10px;
    top: -5px;
    left: unset;
    border: none;
}

body{
    background-image: url('bg.jpg');
    background-attachment: fixed;
    background-size: cover;
    background-repeat: no-repeat;
    background-position-y: 290px;
}

.container{
    background-color: #FFFFFF;
}

.post-navigation{
    border-top-color: #d2c1af;
}

.dt-footer{
    margin-top: 0;
}
.dt-footer-bar{
    padding: 0;
}
.dt-breadcrumbs{
    display: none;
}

.cat-links{
    display: none;
}

.search .entry-title a {
    color: #ffffff;
}
@media (max-width: 600px) {
    .rounded-numeration {
        width: 50px;
        display: block;
        margin: 0 auto;
    }
}