/*
 * Theme Name:  Pbagorav3
 * Theme URI:   https://alkalini.com.br
 * Description: Pbagorav3
 * Author:      Custom By Leandro Caetano
 * Author URI:  https://alkalini.com.br
 * Template:    newsblock
 * Version:     1.0.0
 */

/* Copy any classes from parent theme here. They will override the parent's version. */

/*Google CSE Custom*/
.gsc-adBlock, .gsc-above-wrapper-area{
	display:none !important;;
	width: 0;
	opacity: 0;
}
.gs-title  a{
	    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    font-weight: 700;  
	font-size: 1.3rem !important;
    text-transform: none;
}
.gsc-control-cse .gs-spelling, .gsc-control-cse .gs-result .gs-title, .gsc-control-cse .gs-result .gs-title *{
	font-size: 1.3rem !important;
}

.gs-webResult.gs-result a.gs-title:link b,  .gs-imageResult a.gs-title:link b{
	color: #4155c3 !important ;
}
.gsc-above-wrapper-area{
    display:none!important;
}

/*END - Google CSE Custom*/

/* Spinner do atualizado em: single */
.spinner {
    display: inline-block;
    width: 10px;
    height: 10px;
    border: 2px solid rgba(0, 0, 0, 0.2);
    border-top-color: #3498d9; /* Cor do spinner */
    border-radius: 50%;
    animation: spin 0.6s linear infinite;
}

@keyframes spin {
    100% { transform: rotate(360deg); }
}


/*
* CSS do botao AO VIVO  - Leandro Caetano - alkalini.com.br 
*/

.blob {
background: black;
border-radius: 50%;
box-shadow: 0 0 0 0 rgba(0, 0, 0, 1);
margin: 10px;
width: 80px;
	text-align: center;
	letter-spacing: 1px;
transform: scale(1);
animation: pulse-black 2s infinite;
}


.blob.red {
padding: 2px 5px 3px;
color: #fff;
font-size: 13px;
font-weight: 600;
line-height: 1.3em;
border-radius: 3px;
background: rgba(255, 82, 82, 1);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 1);
animation: pulse-red 2s infinite;
}

@keyframes pulse-red {
0% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 0.7);
}

70% {
transform: scale(1);
box-shadow: 0 0 0 10px rgba(255, 82, 82, 0);
}

100% {
transform: scale(0.95);
box-shadow: 0 0 0 0 rgba(255, 82, 82, 0);
}
}

/*
* FIM CSS do botao AO VIVO  - Leandro Caetano - alkalini.com.br 
*/


.wpp-list {
}

    .wpp-list li {
        overflow: hidden;
        margin: 0 0 1em 0;
        padding: 1em 0 1em 0;
        border-bottom: #ddd 1px solid;
    }

    .wpp-list li:first-of-type {
        padding: 0 0 1em 0;
    }

        .wpp-list li .wpp-thumbnail {
            float: left;
            margin: 0 1em 0.6em 0;
        }

        .wpp-list li .category,
        .wpp-list li .wpp-post-title {
            display: block;
            font-weight: bold;
        }

        .wpp-list li .category {
            margin-bottom: 0.6em;
            color: #0366d6;
            font-size: 0.8em;
            line-height: 1;
        }

        .wpp-list li .wpp-post-title {
            margin-bottom: 0.2em;
            font-size: 1.1em;
            line-height: 1.3;
        }

        .wpp-list li .wpp-excerpt {
            float: none;
            clear: both;
            margin: 0;
        }