/*
 Theme Name:   Organic Adventure Child
 Theme URI:    http://www.budhi.com.br/wp/theme/organic-adventure-child
 Description:  Organic Adventure Child Theme
 Author:       Evert Ramos
 Author URI:   http://www.budhi.com.br
 Template:     organic_adventure
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         three-column-home, flickr-social, no-featured-image-home-post, 
 Text Domain:  organic_adventure-child
*/

/* Social Icon - add Flickr */
.social-icons li a[href*="flickr.com"]::before 		{ content: '\f16e'; }
.social-icons li a[href*="http://unaids.org.br/contato/"]::before 		{ content: '\f0e0'; }

/* Remove todos os comentários do site */
#comments {
    display: none !important;
}

/* Remove todos os 'Deixe seu Comentario' */
.post-meta .align-right {
    display: none;
}

/* Remove tag para comentar na página inicial */
.post-author .align-right .scroll {
    display: none;
}
.post-author .align-right .fa-comment {
     display: none; 
}
.homepage .post-author .align-right a {
    display: none;
}

/* Remover borda e background da imagem do Post */
.article .wp-caption {
    border: none !important;
    background: none !important;
}

/* Personalização do Autor para posts - Home */
.post-author {
    /*margin: 0px !important;*/
    /*padding: 0px !important;*/
    /*background-color: #FFFFFF !important;*/
    /*border-bottom: 1px solid rgba(0, 0, 0, .08) !important;*/
    /*border-top: none !important;*/    
}

/* Retira a linha da introdução - posts Home */
.home .intro {
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, .8) !important;*/
    /*font-weight: 300 !important;*/
    /*border: none !important;*/
}

/* Cor dos links - sidebar*/
.sidebar a, .sidebar a:link, .sidebar a:visited {
    /*color: #FF0000 !important; // red*/
    color: #808080 !important; // red
}

/* Cor do link do tagcloud */
.tagcloud a:hover {
    color: #FF0000 !important;
}

/* Cor da fonte do headline */
.headline a {
    /*color: #666666 !important;*/
}
.headline a:hover, .intro .title a:hover {
    color: #FF0000 !important;
}

/* Personalização do MENU */
.menu a {
    /*color: #000000 !important;*/
    /*font-size: 2em;*/
}
#navigation {
    /*color: #000000 !important;*/
    font-size: .9em;
}
.sub-menu a {
    font-size: 0.8em;
}
.menu ul ul, ul.menu ul {
    width: auto !important;
}
.menu ul li ul li, ul.menu ul li {
    white-space: nowrap;
}

/* Cor do link nos Posts */
.post a:hover {

    /*color: #131310 !important;*/

}

/* Cor do Post-Meta - Categoria e Tag */
.post-meta a:hover {
    color: #FF0000 !important;
}


/* Cor do Previous e Next Post */
.previous-post a, .next-post a {
    color: #FF0000 !important;
}
.previous-post a:hover, .next-post a:hover {
    color: #FF0000 !important;
}



/* Cor da Fonte de Slideshow */
.slideshow .information .headline a {
    text-shadow: 0 0 15px rgba(0, 0, 0, .8) !important; 
    /*color: #ffffff !important;*/
    /*text-shadow: 2px 2px 4px rgba(0, 0, 0, .8) !important;*/
    font-weight: 400 !important;
}

.slideshow .information .headline a:hover {
  color: lightgrey !important;
  /*text-shadow: 0.5px 0.5px lightgray !important;*/
}



/* Personalização dos Botões */
a.button, .more-link, .submit {
    font-size: 1em !important;
    border-radius: 10px !important;
    padding: 5px auto !important;
    box-shadow: none !important;
    color: #FF0000 !important;
    background-color: #f4f4f4 !important;
}

.post .more-link:hover, .submit:hover, #searchsubmit:hover {
    background-color: #FF0000 !important;
    color: #f4f4f4 !important;
    /*top: 2px !important;*/
    top: -3px !important;
    box-shadow: none !important;
}



/* Alteraçoes para Mobile */
/*
@media only screen and (max-width: 767px) {
    #logo {
        background: #FFFFFF !important;
        border-bottom: 1px solid gray;
    }    

    .menu-toggle, .menu-toggle:before {
        color: #131310 !important;
        background: #ffffff !important;        
    }

    #navigation {
        color: #131310 !important;
        background: #FFFFFF !important;         
    }

    .mobile-menu a, a:hover {
        //color: #131310 !important;
        color: #808080 !important;
    }    
}
*/


/* Configuração MENU RODAPE */
.footer-widget a {
    color: #f4f4f4 !important;
}
.textwidget {
   /* color: #f4f4f4 !important; */
}

/* Font geral do site */
body{
font-family:tahoma,verdana,sans-serif;
}

/* Cor do rodapé */
/* Título */
.footer-widget h6 {
 color: #808080 !important; 
}
.footer-widget a {
  /*color: #606060 !important;*/
  text-shadow: none !important;
}

/* Página de notícia */
#page-1116 .postarea {
    width: 140%;
}
#page-1116 .sidebar {
    display: none;
}
