/*
Theme Name: 4paws
Theme URI: https://alvaron.com.br
Template: hello-elementor
Author: Alvaron
Author URI: https://alvaron.com.br
Description: Criado para 4paws
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.0.1.1714694787
Updated: 2024-05-02 21:06:27

*/
body{
	position:relative;
}
.postsidebar ul, .postsidebar li{
	list-style-type:none;
}

.postsidebar .rpwwt-post-title{
	flex-direction: row;
    align-items: flex-start;
    margin-top: 0;
    font-size: 17px;
    line-height: 16px;
    display: flex;
	font-weight:500;
	padding-top:13px;
}

.postsidebar .widget_categories ul{
	margin-left:0px;	
	padding-inline-start:0px;
}

.postsidebar .widget_categories .cat-item{
	background: #a0a0a0;
    color: #fff;
    font-size: 17px;
    line-height: 16px;
    font-weight: 500;
    padding: 9px;
    border-radius: 9px;
    margin-bottom: 10px;
}

.postsidebar .widget_categories .cat-item a{
	color: #fff;
}

.postsidebar .widget_categories .cat-item a:hover{
	color: #DB0400;
}

.postsidebar .widgettitle{
	background: #f3f3f3;
    color: #DB0400;
    font-weight: 500;
    padding: 9px;
    border-radius: 9px;
    margin-top: 27px;
}

.postsidebar .widget_search{
    margin-top: 8px;	
}

@media screen and (max-width: 991px){
	.exad-modal-item{
		width: 80% !important;
		top:73% !important;
		z-index:3 !important;
	}
}

#linkdev {
    display: block;
    position: absolute;
    left: 1.3%;
    opacity: 0.1;
    transition: all 0.5s;
    color: #e9e9e9;
    text-decoration: none;
    z-index: 99999;
    bottom: 0.3%;
    font-size: 10px;
}
#linkdev:hover{
	opacity:1;
}