/**
Theme Name: RNS
Author: By Wind
Author URI: https://www.bywind.se
Description: Custom theme for RNS.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: rns
Template: astra
*/



/* Drugnews */

marquee a {
    margin: 5px 20px;
}


/* Narkopodden */

.narkop h2::after {
    background : url(/wp-content/uploads/2023/01/narkopodden-symbol.png) no-repeat;
    background-size: contain;
    content: "";
    width: 70px;
    height: 30px;
    display: inline-block;
}

/* Button */

.pp-button-wrap, .pp-button-wrap i {
transition: all 0.3s ease;
}
    
.pp-button-wrap:hover i {
    transform: translateX(5px);
    
    
}

/* Meny */

.mega-menu-wrap .menu-rubrik a {
    font-weight: 700 !important;
    text-transform: uppercase !important;
    font-size: 19px !important;
}

.mega-menu-wrap a {
    font-weight: 500 !important;
}

.mega-sub-menu {
    margin-top: 10px;
}

/* Password */

.post-password-form {
    padding-top: 40px !important;
}


/* Instagram */

.pp-feed-item img {
    height: 320px !important;
    width: 100% !important;
    object-fit: cover !important;
    object-position: bottom;
}

@media only screen and (max-width: 600px) {
    .pp-feed-item img {
    height: 195px !important;
    }
}