/* 
 Theme Name:     Fsdown theme
 Theme URI:      http://mupi.me
 Description:    Tema Fundação Síndrome de Down
 Author:         Mupi
 Author URI:     http://mupi.me
 Github Theme URI: https://github.com/anarute/fsdowntheme
 Template:       twentythirteen
 Version:        v1.1.15
*/

/* =Imports styles from the parent theme
-------------------------------------------------------------- */

/**
  * Just versioning test purposes
  */

@import url('../twentythirteen/style.css');


/* =Theme customization starts here
-------------------------------------------------------------- */

@import url(http://fonts.googleapis.com/css?family=Open+Sans);

body{
	font-family: 'Open Sans', sans-serif;
	background: url('images/dust.png');
	overflow-x: hidden;
	font-size: 14px;
}
.site{
	background: none;
	max-width: none;
}
a {
	color: #03519B;
}
h1, h2, h3, h4, h5, h6 {
	font-family: 'Open Sans';
}
h1 {
	font-size: 40px;
}
h2 {
	font-size: 1.5em;
	margin: 15px 0;
}
h3{
	font-size: 18px;
}
p {
	margin: 5px 0;
	line-height: 30px;
	color: #333;
}
h2.entry-title{
	font-size: 20px;
	font-weight: bold;
}
.entry-title a{
	color: #03519B;
}
.entry-content img.alignleft, .entry-content .wp-caption.alignleft {
	margin-left: inherit;
}


/* Header */

#breadcrumbs {
	margin: 20px auto;
	max-width: 1040px;
	width: 100%;
	text-transform: uppercase;
	font-size: 13px;
}
#breadcrumbs a{
	color: #03519B;
}

.entry-header, .entry-content, .entry-summary, .entry-meta{
	margin: 0 auto;
	max-width: 1040px;
	width: 100%;
}
.page-single .entry-thumbnail, .page-wide .entry-thumbnail {
	height: 170px;
	overflow: hidden;
}
.page-single .entry-title, .page-wide .entry-title{
	margin: 0 0 5px;
	display: inline;
	position: relative;
	top: -70px;
	background-color: rgba(256,256,256,0.8);
	padding: 4px 20px;
	color: #03519B;
	text-transform: uppercase;
	font-size: 2em;
	font-weight: 600;
}
.page-single .site-header {
	background-color: #FFF;
	background-image: none;
}

.navbar {
	background: none;
}
#masthead{
	background-color: #FFF;
	width: 100%;
	z-index: 100;
	-webkit-box-shadow: 0px 1px 8px rgba(50, 50, 50, 0.2);
	-moz-box-shadow:    0px 1px 8px rgba(50, 50, 50, 0.2);
	box-shadow:         0px 1px 8px rgba(50, 50, 50, 0.2);
}
#logo{
   float: left;
    height: 90px;
    margin-top: 10px;
}
.lnk_fazemos{
text-align: center;
}
.lnk_fazemos a{
margin: 0 auto;
  font-size: 1.2em;
display: block;
max-width: 200px;
}
.img_fazemos{
height: 127px;
overflow: hidden;
display: block;
text-align: center;
border-radius: 6px;
margin: 0 auto;
width: 200px;
}
#menu-principal {
	padding: 0;
	clear: both;
	text-align: center;
	text-transform: uppercase;
}
.top-menu, .nav-menu {
	text-align: right;
}
.top-menu a{
	color: #222;
	padding: 12px 8px;
	display: block;
	font-size: 14px;
} 
.nav-menu > li:first-child a{
border-radius: 5px 0 0 5px;
}
.nav-menu > li:last-child a{
border-radius: 0 5px 5px 0;
}
.nav-menu li a{
	color: #03519B;
	font-weight: 600;
	font-size: 18px;
	margin-right: -3px;
	background: #b2dbff; /* Old browsers */
	background: -moz-linear-gradient(top,  #b2dbff 0%, #6492b7 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b2dbff), color-stop(99%,#6492b7)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b2dbff 0%,#6492b7 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b2dbff 0%,#6492b7 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b2dbff 0%,#6492b7 99%); /* IE10+ */
	background: linear-gradient(to bottom,  #b2dbff 0%,#6492b7 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2dbff', endColorstr='#6492b7',GradientType=0 ); /* IE6-9 */
}
.nav-menu li a:hover{
	background-color: #FFF;
	color: #222;
}
.top-menu li, .nav-menu li{
	display: inline-block;
	margin: 0;
}
ul.nav-menu, ul.top-menu {
	margin: 0;
	padding: 0 80px 0 0;
}
.clearfix{
	clear: both;
}

#site-navigation .sidebar-sociais{
	position: absolute;
	right: 10px;
	bottom: 10px;
}

div.rybena { 
	float: right;
	margin-right: 16px;
}
/* Content */
.hentry {
	padding: 0;
}

/* Page */
#page .page-single .entry-header, #page .page-single .entry-content, 
#page .page-single .entry-summary, #page .page-single .entry-meta {
	max-width: 1040px;
	padding: 0 60px 0 260px;
}

#page .page-single .entry-content div, .page-wide .entry-content > div {
    padding: 10px;
}

#page .page-single .entry-content > div, .page-wide .entry-content > div{
    background-color: rgba(256,256,256,0.6);
}

#page .page-single .entry-thumbnail{
	padding-left: 60px;	
}

/* Single post */
.post-single .entry-title {
	color: #03519B;
}
.post-single #content .entry-content {
	padding-top: 10px;
	margin-bottom: 15px;
}
.entry-meta a{
	color: #03519B;
}
.sidebar-noticias .widget-wrapper{
	width: 1040px;
	margin: 0 auto;
	list-style: none;
}
/* Footer */
.site-footer {
	background-color: #272727;
	color: #FFF;
}
.site-footer .sidebar-container{
	background-color: #82BFF5;
	padding: 0;
}
.contato-footer .widget-area{
	border-top: 1px solid #ccc;
}
.site-footer .widget a {
	color: #222;
	text-decoration: none;
	font-size: 12px;
}
.site-footer .widget a:hover{
	color: #FFF;
}
.site-footer .widget {
color: #333;
}
.site-info span.fundacao {
	float: left;
}
.site-info span{
	margin-right: 50px;
}
.logo-mupi{
	float: right;
}
#colophon .widget-area{
	max-width: inherit;
	left: auto;
	width: 1040px;
}
#colophon .widget{
	float: left;
	width: 25%;
	margin: 0;
	padding: 10px;
	list-style: none;
}
.site-footer h1{
	font-size: 14px;
	margin: 0;
}
/* Front page */

.front-page .entry-content {
	max-width: 1040px;
}

.sidebar .entry-header, .sidebar .entry-content, .sidebar .entry-summary, .sidebar .entry-meta{
	padding: 0;
}
.sidebar .entry-meta {
    margin: 0;
}

/* Home */
.excerpt-wrapper h2.entry-title{
	font-size: 18px;
	font-weight: bold;
	margin: 0;
}
.excerpt-wrapper .entry-summary p{
	margin: 0;
}
.slogan {
	float: left;
	font-style: italic;
	width: 300px;
	margin-top: 20px;
	font-size: 20px;
	/*color: #F56933;*/
}
/* Thumbnails from slider widget and news summary posts */
.news-slider-widget-thumbnail {
    display: block;
    float: left; 
    border: 4px solid #fff;
}
.news-slider-widget-thumbnail, .thumbnail-wrapper {
    -webkit-box-shadow: 0px 0px 3px rgba(50, 50, 50, 0.62);
    -moz-box-shadow:    0px 0px 3px rgba(50, 50, 50, 0.62);
    box-shadow:         0px 0px 3px rgba(50, 50, 50, 0.62);
    border: 2px solid #fff;
    margin-right: 10px;
    margin-left: 3px;
}
.thumbnail-wrapper {
	width: 65px;
	height: 50px;
	display: inline-block;
	overflow: hidden;
	margin-bottom: -6px;
}
.excerpt-wrapper{
	display: inline-block;
	font-size: 14px;
}
.news-post{
	width: 1040px;
	margin: 25px auto;
}
/* Widgets */

.widget{
	background: none;
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 12px;
	line-height: 18px;
}
.home .widget {
font-size: 14px;
}
.widget a{
	color: #03519B;
}
.site-main .widget-area {
	float: left;
	width: 260px;
}

/* Faixa azul para o page builder */
.panel-row-style-wide-blue {
  background: #BDDCF8;
  border-top: 1px solid #DDDDDD;
  border-bottom: 1px solid #DDDDDD;
  margin: 0 -1000px;
  padding: 10px 1000px;
}

/* Faixa que ocupa todo o espaço para o page builder */
.panel-row-style-wide {
  margin: 0 -1000px;
  padding: 5px;
}

.layout-full .panel-row-style-wide, .layout-full .panel-row-style-wide-blue {
  margin: 0 -1000px;
  padding: 10px 1000px;
}

div.panel-grid-simple {
    margin: auto;    
}

div.panel-grid-no-vertical-space {
    margin: 0 auto !important;
    padding: 2px !important;
}

.widget-title.new-slider-widget {
    color: #bc360a;
    float: left;
}


.widget_newsslider_widget, .widget_datatabs_widget {
	padding-top: 0;
	padding-bottom: 0;
}
.sidebar-noticias {
	background: rgba(256,256,256,0.5);
	border-top: 1px solid #ddd;
	overflow: hidden;
}
.widget-wrapper h2{
	display: none;
}


/* Newsletter form */
.wysija-paragraph input{
	width: 80%;
}

button, input[type="submit"], input[type="button"], input[type="reset"]{
background: #50A652;
border: none;
border-bottom: 3px solid #3E7F3F;
padding: 8px 24px 8px;
}

button:hover, input[type="submit"]:hover, input[type="button"]:hover, input[type="reset"]:hover{
background: #4A994C;
border: none;
border-bottom: 3px solid #3E7F3F;
padding: 8px 24px 8px;
}
button:active, input[type="submit"]:active, input[type="button"]:active, input[type="reset"]:active{
background: #4A994C;
border: none;
border-top: 3px solid #3E7F3F;
padding: 8px 24px 8px;
}

/* Como ajudar */
.como-ajudar-content {
	padding-left: 20px;
}
.como-ajudar-content h2{
	color: #03519B;
}
.como-ajudar-mini {
	float: left;
	width: 45%;
	border-radius: 5px;
	border: 1px solid #ddd;
	margin: 0 2.5%;
	padding-left: 10px;
	padding-bottom: 10px;
}
.como-ajudar-mini h2{
	font-size: 18px;
	margin: 12px 0;
}
.img-comoajudar {
	float: left;
	width: 125px;
}
.como-ajudar-menu {
	float: left;
	margin: 0;
	list-style: initial;
}