/************** FONTS *****************/

@import url('https://fonts.googleapis.com/css?family=Oswald:400,900');
@import url('https://fonts.googleapis.com/css?family=Lato:400,900');

/************** GENERAL *****************/

body{ font: 16px/1.6 'Oswald', sans-serif;  }
body p{ font: 16px/1.6 'Lato', sans-serif; }
h1{ font-size: 28px; margin: 15px 0 15px; }
h2{ font-size: 24px; margin-top: 0; }
h3{ font-size: 20px; margin-top: 0; }
h4{ font-size: 18px; margin-top: 0; }

/************** HOME PAGE *****************/

/* Top Bar Section */
.top-bar{ background: #9eb83b; color: #fff; padding: 15px; }

/* Top Bar - Search */
.search input[type="search"]{ color: #989898; background: #ededed; border: 0; padding: 3px 10px;}
.search button{  background: #000; border: 0; color: #fff; padding: 3px 10px 4px; margin-left: -4px; }
.search label{ margin: 0; }
.search > form .screen-reader-text, .search-form .screen-reader-text { clip: unset; clip-path: unset; position: relative !important; }

/* Align */
.align{ display: flex; align-items: center; width: 100%; }

/* Header - Main Menu */
.menu-area{background: #9eb83b;}
.logo {width: 5%; height: auto;}
/*.logo-50-anos {width: 15%; height: auto;}*/

/* Escoteiro */
.escoteiro{ background: white; padding: 25px 0;}
.escoteiro h1{ text-align: center; text-transform: uppercase; font-size: 38px; }
.escoteiro .widget-wrapper p {text-align:justify; font-size: 20px; padding-right: 35px;}
.escoteiro .widget-wrapper a {text-align:center; font-size: 20px; }
.escoteiro .widget-wrapper h2{ text-transform: uppercase; font-size: 1.2em; color: #f6e497; font-weight: 200; }
.escoteiro .widget-wrapper:first-child{ padding: 15px 0; }
.escoteiro .widget-wrapper > img{ border: 15px solid #FFF; padding-left: 35px;}

/* Services */
.services{ background: #4c1b1b; padding: 25px 0; color: #fefefe; }
.services h1{ text-align: center; color: #fcfae1; text-transform: uppercase; font-size: 38px; }
.services .widget-wrapper{ text-align: center; }
.services .widget-wrapper h2{ text-transform: uppercase; font-size: 1.2em; color: #f6e497; font-weight: 200; }
.services .widget-wrapper:first-child{ padding: 15px 0; }
.services .widget-wrapper > img{ border: 15px solid #FFF; }

/* Diretoria */
.diretoria { padding: 25px 0; }
.diretoria h1{ text-align: center; text-transform: uppercase; font-size: 38px; }
.diretoria .widget-wrapper{ text-align: center; }
.diretoria .widget-wrapper h2{ text-transform: uppercase; font-size: 1.2em; font-weight: 200; }
.diretoria .widget-wrapper:first-child{ padding: 15px 0; }
.diretoria .widget-wrapper > img{ border: 15px solid #FFF; }

/* Middle Area */
.middle-area{ padding: 25px 0; }
.middle-area h1{ color: #4c1b1b; text-transform: uppercase;  }

/* Middle Area - Sidebar */
.sidebar{ background: #f6e497; padding: 35px; margin: 0 0 30px; }
.home .sidebar{ background: #201c0c; }
.home .sidebar h2{ color: #ffffff; text-transform: uppercase; font-size: 38px; margin: 0 0 25px; }
.home .sidebar p{ color: #c9c9c9; }

/* Middle Area - Featured News */
.home .news h1{ color: #4c1b1b; text-transform: uppercase; font-size: 38px; font-weight: bold; }
.home .news .format-image h2, .home .news .format-video h2, .home .news .format-standard h2 { color: #000; background: transparent; display: inline-block; padding: 10px 0 5px; font-weight: bold; } 
.home .news .featured h2{ font-size: 35px; }
.home .news .secondary h2{ font-size: 20px; }
.home .news .featured h2 a, .home .news .secondary h2 a{ color: #000; }
.home .news .meta-info p{ font-weight: bold; margin-bottom: 0; }
.home .news span, .news span a{ color: #9c9c9c; font-weight: normal; margin: 0 2px 0 0; }

/* Map */
.map iframe{ display: block; }
.map h1{ color: #4c1b1b; text-transform: uppercase;  }

/* Footer */
.footer-container {background:#9eb83b;} 
.footer-icons {width: 60%; height: auto;} 
.footer-scouts {width: 40%; height: auto;} 
.social-icons {width: 15%; height: auto; padding: 10px;}
.footer-img1 {width: 70%; height: auto;}
.footer-copyright {text-align: center; color:rgb(0, 65, 196);}


/* Search Page */
.search #main{ padding: 25px 0; }
.search #main form{ margin: 20px 0; }
.search article h2 a{ color: #000; }
.search .format-image h2 a { color: #fff !important; }

/************** INNER PAGES *****************/

/* Blog */
.wp-post-image{ float: left; margin: 0 15px 10px 0; } 
.blog embed, .blog iframe, .blog object, .blog video { margin-bottom: 1.6em; max-width: 100%; vertical-align: middle; } /* Deixa os vídeos responsivos */
.blog article{ display: inline-block; margin: 0 0 30px; width: 100%; }
.blog article h2{ margin-bottom: 15px; }
.blog article h2 a{ color: #FFFFFF; }
.blog article p > img{ width: 100%; height: auto; }
.blog .meta-info p{ line-height: 1em; font-weight: bold; }
.blog .meta-info p > a{ color: #9d9d9d; font-weight: normal; }

/* Search Page */
.search #main{ padding: 25px 0; }
.search #main form{ margin: 20px 0; }
.search article h2 a{ color: #000; }
.search .format-image h2 a { color: #fff !important; }

/************** MISCELLANEOUS *****************/

/* Comments */
.comment-respond{ margin: 30px 0; }
.comment-respond label{ width: 100%; }
#commentform input[type="submit"]{ background: #b9121b; border: 0; color: #ffffff; text-transform: uppercase; padding: 15px; }

/* Post Formats */
.format-image h2 { color: #fff !important; background: #717171; padding: 15px; }
.format-video h2 { color: #fff !important; background: #211e1e; padding: 15px; }
.format-standard h2 { color: #444 !important; background: #d2d2d2; padding: 15px; }

/* Pagination */
.blog .pages, .archive .pages, .single .pages{ margin-bottom: 40px; }
.pagination{ display: block; }