@import url(http://fonts.googleapis.com/css?family=Raleway:900,800,500,400);


/* =Global
----------------------------------------------- */

body,
button,
input,
select,
textarea {
	color: #5a5a5a;
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	font-size: 14px;
	line-height: 21px;
}

/* Headings */
h1,h2,h3,h4,h5,h6 {
	clear: both;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin-bottom: 1.5em;
}

/* Text elements */
p {
	line-height: 185%;
	margin: 0px 0px 26px 0px;
	color: #222222;
}
ul, ol {
	margin: 0 0 1.5em 3em;
}
ul {
	list-style: disc;
}
ol {
	list-style: decimal;
}
li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}
dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 1.5em;
}
b, strong {
	font-weight: bold;
}
dfn, cite, em, i {
	font-style: italic;
}
blockquote {
	margin: 0 1.5em;
}
address {
	margin: 0 0 1.5em;
}
pre {
	background: #eee;
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	padding: 1.6em;
	overflow: auto;
	max-width: 100%;
}
code, kbd, tt, var {
	font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
	white-space: normal;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #FFFFFF;
	text-decoration: none;
}
sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}
small {
	font-size: 75%;
}
big {
	font-size: 125%;
}
figure {
	margin: 0;
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto; /* Make sure images are scaled correctly. */
	max-width: 100%; /* Adhere to container width. */
}


/* Links */
a {
	color: #4DB2EC;
}


a:hover,
a:focus,
a:active {
	color: #168BD1;
	text-decoration: none;
}


/* Layout */

#primary, #secondary{
	padding-top: 50px;
	padding-bottom: 50px; 
}


/* Header */

.nav-switch{
	border:0px solid rgba(255,255,255,.3);
	position: absolute;
	right: 0px;
	top:15px;
	background: #168BD1;
	color: #FFFFFF;
}

.nav-switch span{
	background: #4DB2EC;
}
#masthead{
	background: #4DB2EC;
}

.site-branding{
	max-width: 0 auto;
	text-align: left;
	padding: 20px 0px;
	margin-right: 50px;
}

h1.site-title{
	max-width: 0 auto;
	margin: 0px;
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	text-align: left;
	color: #FFFFFF;
}

h1.site-title a:link, h1.site-title a:visited{
	color: #FFFFFF;
}


/* Article */
.pages-header{
	margin-bottom: 40px;
	border-bottom: 1px solid #eee;
	padding-bottom: 20px;
}

.pages-header h1{
	margin: 0px;
    font-family: Arial,Verdana,Trebuchet MS,Arial,sans-serif;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}

.autor {
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 11px;
  color: #111111;
  margin-bottom: 7px;
  line-height: 1;
  min-height: 17px;
}

.pages-header p{
	margin: 0px;
}
article.post{
	margin-bottom: 3em;
}

.entry-header .entry-meta{
	margin: 0px 0px 5px 0px;
	font-size: 12px;
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	color: #555555;
}
.entry-header .entry-meta a:link, .entry-header .entry-meta a:visited{
	color: #555555;
}

.entry-header h1.entry-title-index{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 32px;
	line-height: 42px;
	color: #111111;
}

.entry-header h1.entry-title-index a:link, .entry-header h1.entry-title-index a:visited{
	color: #111111;
}

.entry-header h1.entry-title{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	text-transform: none;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 40px;
	line-height: 50px;
	color: #111111;
}

.entry-header h1.entry-title a:link, .entry-header h1.entry-title a:visited{
	color: #111111;
}

.post-image{
	margin-top: 20px;
	margin-bottom: 15px;
}

.readmore {
	background: #A8CF45;
}

.readmore a:link,.readmore a:visited {
	color: #fff;
}
.single-pic{
	margin-bottom: 20px;
}

/* Widgets */

.widget {
	margin: 0 0px 30px 0px;
	
}

h1.widget-title, h3.sidetitl {
    font-size: 16px;
 	color:#000;
 	height: 40px;
 	font-weight: 900;
 	text-transform: uppercase;
 	margin-bottom: 0px;
}

.widget ul {
    list-style-type: none;
    margin: 0px;
    padding: 0px 0px 20px 0px;
}

.widget li {
    list-style-type: none;
    margin: 0px;
    padding: 0px;
}

.widget ul ul {
    list-style-type: none;
    background-repeat: no-repeat;
    margin: 0px;
    padding: 0px;
}

.widget ul li {
    list-style-type: none;
    margin: 0px;
    margin: 0px 0px;
    color: #222222;
}

.widget ul li a:link,.widget ul li a:visited {
    color: #222222;
    text-decoration: none;
}

.widget.widget_categories ul li,.widget.widget_pages ul li,.widget.widget_archive ul li,.widget.widget_links ul li,.widget.widget_meta ul li {
    border-bottom: 1px dotted #ddd;
    padding: 7px 0px;
}

.widget.widget_recent_entries ul li  {
	padding: 7px 0px;
     border-bottom: 1px dotted  #ddd;
}

.widget ul#recentcomments li.recentcomments {
     border-bottom: 1px dotted  #ddd;
    padding: 7px 0;
}

.widget .textwidget p {
    padding: 0px 0px;
}

.widget .tagcloud {
    padding: 0px 0px 20px 0px;
}

.widget .tagcloud a{
	color:#F5634A;
}

.widget #calendar_wrap{
	padding:0px 20px 20px 20px;
	color: #6f7779;
}

.widget_ns_mailchimp{
	background: #fff;
	border:1px solid #eaeaea;
	padding: 20px 20px;
}

.widget_ns_mailchimp input.button{
	width: 110px;
	margin: 10px 0px 0px 0px;
}


.squarebanner{

}


.squarebanner ul{
	margin:0px 0px 0px 0px;
	padding:0px 0px 10px 0px !important;

}

.squarebanner ul li{
	margin:10px 20px 5px 0px;
	list-style:none;
	float:left;

}
.squarebanner ul li img{
	width: 110px;
	height: 110px;
}

li.rbanner{
	margin-right:0px!important;
}

/* Paginate */

.fab-paginate a {
	color: #666666;
	}
.fab-paginate .pagination li.active span{
	background: #4DB2EC;
	color: #FFFFFF;
}

/* Comments */

#comments{
	margin:20px 0px;
}

#comments-title{
	font-family: 'Roboto', sans-serif;
	font-size: 14px;
	color: #FFFFFF;
    text-transform: uppercase;
    line-height: 17px;
    display: inline-block;
    padding: 7px 12px 4px 12px;
    background-color: #222222;
}

#comments ol.comment-list {
    clear: both;
    overflow: hidden;
    list-style: none;
    margin: 0;
}

#comments ol.comment-list li.comment,#comments ol.comment-list li.pingback {
    margin: 0px 0px 10px 0px;
    padding: 0px 0px;
    line-height: 1.6;
}

ol.comment-list li .comment-author .avatar {
     float:left;
     width: 64px;
	 height: 64px;
     margin: 10px 10px 20px 0px;
	 padding: 4px;
	 border: 1px solid #EEEEEE;
	 border-radius: 50px; 
	 moz-border-radius: 50px;
	 -webkit-border-radius: 50px;
	 -goog-ms-border-radius: 50px;
	 behavior: url(http://www.clickriomafra.com.br/wp-blogs/pie.htc);
}

cite.fn {
    color: #111111;
    font-family: 'Open Sans', arial, sans-serif;
    font-style:normal;
    font-weight:bold;
    font-size:14px;
    text-transform: uppercase;
    padding-top: 10px;
    display: inline-block;
}

cite.fn a:link,cite.fn a:visited {
	color:#111111;
}

ol.comment-list li .comment-meta{
	padding-bottom: 10px;
}

ol.comment-list li .comment-meta a {
    text-decoration: none!important;
}

.comment-metadata{
	font-size: 12px;
	color: #999;
}

.comment-metadata a:link, .comment-metadata a:visited{
	color: #999;
}

.comment-content{
	padding: 0px 10px 10px 74px;
}

ol.comment-list li .reply {
    color: #fff;
    font-size: 12px;
    margin-left: 74px;
    
}

ol.comment-list li .reply a {
    color: #fff;
	background: #A8CF45;
	padding: 5px 10px;
	border-radius: 3px; 
	moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-goog-ms-border-radius: 3px;
	behavior: url(http://www.clickriomafra.com.br/wp-blogs/pie.htc);
}

.space{
	height:30px;
}


ol.comment-list li ul.children {
    list-style: none;
    text-indent: 0;
    margin: 20px 0px 0px 50px;
}


#respond {
    margin: 30px 0;

}

#respond h3 {
    font-family: 'Roboto', sans-serif;
    font-size: 15px;
    color: #000000;
    font-weight: 700;
    margin-bottom: 7px;
    margin-top: 10px;
}

#commentform {
    padding: 0px 0px;
}

#commentform p {
    color: #777;
    margin: 5px 0;
}

.form-allowed-tags{
	font-size:13px;
}

#respond label {
    display:inline;
    color: #777;
    padding: 5px 0;
}

#respond input {
    background: #fff;
    border: 1px solid #ddd;
    color: #777;
    margin: 0 10px 10px 0;
    padding: 5px;
}

#commentform input {
    width: 100%;
    max-width: 100%;
    padding: 3px 9px;
    color: #444444;
    font-size: 12px;
    border: 1px solid #E1E1E1;
    line-height: 21px;
    height: 34px;
}

#respond input#submit {
    width: 65px;
    font-family: 'Roboto', sans-serif;
    font-size: 13px;
    text-align: center;
    background-color: #222222;
    border-radius: 0;
    color: #FFFFFF;
    border: none;

}

#respond input#submit:hover {
	background: #4DB2EC;
	color: #FFFFFF;
	border: 0px;
}


textarea#comment {
    width: 100%;
    height: 168px;
    min-height: 168px;
    overflow: auto;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    color: #444444;
    font-size: 12px;
    margin-bottom: 15px;
    padding: 6px 9px 6px 9px;
    line-height: 21px;
}


.form-allowed-tags{
	padding:20px 0px;

}


/* Footer */

a.go-top{
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	color: #222222;
	font-size: 11pt;
}
.site-footer{
	background:#F9F9F9;
	padding: 30px 0px;
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	font-size: 11pt;
	color: #333333;
}

.fcred, .fcred a{
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	color: #222222!important
}