/*
 Theme Name:   PBEchild
 Theme URI:    http://divi.space/
 Description:  Header, Footer & Sidebar Editor
 Author:       SJ James
 Author URI:   https://divi.space
 Template:     Divi
 Version:      1
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
*/


/* Transformar links em botoes  */
 
    .botao1 {
            font-size: 20px;
            font-weight: 100;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            padding: 6px 14px;
            line-height: 1.6em;
            background: transparent;
            border: 2px solid;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -moz-transition: all 0.1s;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            position: relative;}
    a.botao1 {
        background-color: #021d35!important; /* change background color here */
            border: 2px solid transparent;
	    color: #fccc50!important; /* change font color here */
            }
    a.botao1:hover {
        background: #021d35!important; /* change background color on hover here */
            border: 3px solid #021d35!important;}



/* Transformar links em botoes mobile botao2  */
 
    .botao2 {
            font-size: 22px;
            font-weight: 100;
            -moz-border-radius: 3px;
            -webkit-border-radius: 3px;
            border-radius: 3px;
            padding: 0px 14px!important;
            line-height: 1.6em;
            background: transparent;
            border: 1px solid;
            -webkit-font-smoothing: antialiased;
            -moz-osx-font-smoothing: grayscale;
            -moz-transition: all 0.1s;
            -webkit-transition: all 0.1s;
            transition: all 0.1s;
            position: relative;}
    a.botao2 {
        background-color: #021d35!important; /* change background color here */
            border: 2px solid transparent;
	    color: #fff!important; /* change font color here */
            }
    a.botao2:hover {
        background: #021d35!important; /* change background color on hover here */
            border: 3px solid #021d35!important;}


/*-----------------CRIAÇÃO DE BOTÃO PARA LER MAIS -- Fernando Santoro Brunetti ----------------*/
.botao-posts1 .more-link {
    font-size: 15px;
    font-weight: 200;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 8px;
    line-height: 2.6em;
    background: transparent;
    border: 2px solid #021d35!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    color: #021d35!important;
    text-transform: uppercase;
}
    a.botao-posts1 .more-link {
        background-color: transparent; /* change background color here */
        border: 2px solid #021d35!important;
	color: #7c8042; /* change font color here */}
    a.more-link:hover {
        background: transparent; /* change background color on hover here */
        border: 3px solid #021d35!important;}

.botao-posts2  {
    font-size: 15px;
    font-weight: 200;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    padding: 3px 8px;
    line-height: 2.6em;
    background: transparent;
    border: 2px solid #021d35!important;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -moz-transition: all 0.1s;
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    position: relative;
    color: #7c8042;
    text-transform: uppercase;
}
    a.botao-posts2 {
        background-color: transparent; /* change background color here */
        border: 2px solid #021d35!important;
	color: #021d35!important; /* change font color here */}
    a.botao-posts2:hover {
        background: transparent; /* change background color on hover here */
        border: 3px solid #021d35!important;}


#top-menu a[href^=tel]:before { 
    font-family: "ETmodules" !important;
    position: relative;
    top: 2px;
    margin-right: 5px;
    content: "\e090";
}