/*
Theme Name:        Arf
Text Domain:       arf
Version:           1.0.0
Description:       Architecture & Interior Design WordPress Theme
Tested up to:      6.4
Requires at least: 6.0
Requires PHP:      7.0
Tags:              portfolio
Author:            Pixelwars
Author URI:        https://themeforest.net/user/pixelwars
Theme URI:         https://themeforest.net/user/pixelwars/portfolio
License:           ThemeForest License
License URI:       https://themeforest.net/licenses
Domain Path:       /languages
*/


/*
    Do not remove any of the commented text above as it is used by the theme for proper function!
*/


/* Plugin: "Top 10 - Popular Posts" */

.tptn_counter {
	display: none;
}

/* Plugin: "Top 10 - Popular Posts" */

.sticky-button {
    background-color: #0c54a4;
    color: #fff;
    padding: 18px 15px;
    padding-right: 20px;
    border: none;
    cursor: pointer;
    font-size: 12px;
    margin-top: 10px;
    transform: rotate(-90deg);
    transform-origin: 80% center;
    position: relative;
    border-radius: 0;
    white-space: nowrap;
    transition: background-color 0.3s;
    max-width: 100vw;
    width: 100px;
    height: 42px;
    border-radius: 18px 18px 0px 0;
	position: fixed;
    right: 0;
    top: 30%;
    z-index: 99;
}