/*
Theme Name: Blog Click Riomafra
Theme URL: http://www.clickriomafra.com.br/
Author: Click Riomafra
Version: 1.0
*/


/* =Reset
-------------------------------------------------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: Arial,Helvetica,sans-serif,"Helvetica Neue";
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	color: #222222;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
	overflow-y: scroll; /* Keeps page centred in all browsers regardless of content height */
	-webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
	-ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { /* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	font-weight: normal;
	text-align: left;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
a:focus {
	outline: thin dotted;
}
a:hover,
a:active { /* Improves readability when focused and also mouse hovered in all browsers people.opera.com/patrickl/experiments/keyboard/test */
	outline: 0;
}
a img {
	border: 0;
}

/* Alignment */
.alignleft {
	display: inline;
	float: left;
	margin-right: 1.5em;
}
.alignright {
	display: inline;
	float: right;
	margin-left: 1.5em;
}
.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

/* Text meant only for screen readers */
.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	position: absolute !important;
}

.screen-reader-text:hover,
.screen-reader-text:active,
.screen-reader-text:focus {
	background-color: #f1f1f1;
	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);
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	color: #21759b;
	display: block;
	font-size: 14px;
	font-weight: bold;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000; /* Above WP toolbar */
}

/* Clearing */
.clear:before,
.clear:after,
[class*="content"]:before,
[class*="content"]:after,
[class*="site"]:before,
[class*="site"]:after {
	content: '';
	display: table;
}

.clear:after,
[class*="content"]:after,
[class*="site"]:after {
	clear: both;
}


/* =Menu
----------------------------------------------- */

.main-navigation {
	clear: both;
	display: block;
	float: left;
	width: 100%;
	
}
.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}
.main-navigation li {
	float: left;
	position: relative;
	list-style: none;
}

.main-navigation ul > li{
	padding-top: 30px;
	padding-bottom: 30px;
	padding-right: 20px;
}

.main-navigation ul > li a:link,.main-navigation ul > li a:visited {
	color: #FFFFFF;
	font-size: 18px;
}

.main-navigation ul > li a:hover{
	color: #FFFFFF;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	color: #FFFFFF;
}
.main-navigation ul ul {
	background: #32393e;
	display: none;
	float: left;
	position: absolute;
	top:80px;
	left: 0;
	z-index: 99999;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
}
.main-navigation ul ul a {
	width: 180px;

}
.main-navigation ul ul li {
	padding: 10px 10px;
	border-bottom: 1px solid #374550;
}

.main-navigation ul ul li a:link, .main-navigation ul ul li a:visited{
	color: #dcdedf;
}

 .main-navigation ul ul li a:hover{
	color: #fff;
}


.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}
.main-navigation li.current_page_item a,
.main-navigation li.current-menu-item a {
}


/* Small menu */
.menu-toggle {
	display: none;
	cursor: pointer;
}

@media screen and (max-width: 768px) {
	.main-navigation{
	margin: 0px 0px;
	}
	.navbar-toggle,
	.main-navigation.toggled .nav-menu {
		display: block!important;
	}
	
	.main-navigation.toggled{
		padding-bottom: 20px;
	}
	
	.main-navigation.toggled li a:link,.main-navigation.toggled li a:visited {
		color: #FFFFFF!important;
	}
	.main-navigation.toggled li a:hover {
		color: #FFFFFF!important;
	}
	
	
	.navbar-toggle{
		border: 1px dotted #FFFFFF;
	}
	.icon-bar{
		
		background: #333;
	
	}
	.main-navigation ul {
		display: none;
	}
	
	.main-navigation.toggled ul.nav-menu li{
		list-style: none;
		display: block;
		float: none;
		line-height: 35px;
		padding: 0px 0px;
	}
	
	.main-navigation.toggled ul.nav-menu li,.main-navigation.toggled ul.nav-menu li ul li{
		border-bottom: 1px dotted #FFFFFF;
		
		} 
	
	.main-navigation.toggled ul.nav-menu li ul li:last-child{
		border:none;
	}
	.main-navigation.toggled ul.nav-menu li ul li:first-child{
		border-top: 1px dotted #FFFFFF;
	}
	
	.main-navigation.toggled ul ul,.main-navigation.toggled ul ul ul{
		margin:0px 0px 0px 0px ;
		display: block;
		float: none;
		position: relative;
		box-shadow: none;
		top:0px;
		left: 0px;
		background: transparent;
	}
	
	
/* 	Flexlider */

	.flex-caption{
		display: none;
	}
}


/* =Content
----------------------------------------------- */

.sticky {
}
.hentry {
	margin: 0 0 1.5em;
}
.byline,
.updated {
	display: none;
}
.single .byline,
.group-blog .byline {
	display: inline;
}
.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}
.page-links {
	clear: both;
	margin: 0 0 1.5em;
}


/* =Asides
----------------------------------------------- */

.blog .format-aside .entry-title,
.archive .format-aside .entry-title {
	display: none;
}


/* =Media
----------------------------------------------- */

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}
.wp-caption {
    text-align: center;
    max-width: 100% !important;
}
.wp-caption img[class*="wp-image-"] {
	max-width: 100% !important;
}
.wp-caption-text {
    font-family: Verdana, Geneva, sans-serif;
    text-align: left;
    margin: 6px 0 26px 0;
    font-size: 11px;
    font-style: italic;
    font-weight: normal;
    line-height: 17px;
    color: #444;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}


/* Make sure embeds and iframes fit their containers */
embed,
iframe,
object {
	max-width: 100%;
}


/* =Navigation
----------------------------------------------- */

.site-content [class*="navigation"] {
	margin: 0 0 1.5em;
	overflow: hidden;
}
[class*="navigation"] .nav-previous {
	float: left;
	width: 50%;
}
[class*="navigation"] .nav-next {
	float: right;
	text-align: right;
	width: 50%;
}

/* =Comments
----------------------------------------------- */

.comment-content a {
	word-wrap: break-word;
}
.bypostauthor {
}

/* =Widgets
----------------------------------------------- */

.widget {
	margin: 0 0 1.5em;
}

/* Make sure select elements fit in widgets */
.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search .search-submit {
	display: none;
}

/* =Infinite Scroll
----------------------------------------------- */

/* Globally hidden elements when Infinite Scroll is supported and in use. */
.infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
.infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
	display: none;
}

/* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
.infinity-end.neverending .site-footer {
	display: block;
}