/*
Cliente: Patrícia Camargo
Author: Laíza Cabral
Site do autor: http://www.laizacabral.com
*/


/* =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: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
}
html {
	font-size: 62.5%;
	overflow-y: scroll; 
	-webkit-text-size-adjust: 100%; 
	-ms-text-size-adjust:     100%; 
}
*,
*:before,
*:after { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing:    border-box; 
	box-sizing:         border-box;
}
body {
	background: #fff;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section {
	display: block;
}
ol, ul {
	list-style: none;
}
table { 
	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: none;
}
a:hover,
a:active {
	outline: 0;
}
a img {
	border: 0;
}


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

body,
button,
input,
select,
textarea {
	color: #4B4B4D;
	font-family: sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.5;
}

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

/* Text elements */
p {
	margin-bottom: 1.5em;
}
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: "Courier 10 Pitch", Courier, monospace;
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 1.6;
	margin-bottom: 1.6em;
	max-width: 100%;
	overflow: auto;
	padding: 1.6em;
}
code, kbd, tt, var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}
mark, ins {
	background: #fff9c0;
	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;
}
cite {
	font-size:70%;
}
cite:before {
	content: '\002D';
}
table {
	margin: 0 0 1.5em;
	width: 100%;
}
th {
	font-weight: bold;
}
img {
	height: auto;
	max-width: 100%;
}
button,
input,
select,
textarea {
	font-size: 100%; 
	margin: 0; 
	vertical-align: baseline; 
}
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	cursor: pointer; 
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1;
	padding: 10px 20px;
	color:#fff;
	background-color:#429698;
	border:none;
}
button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	background-color:#ef918c;
}
button:focus,
input[type="button"]:focus,
input[type="reset"]:focus,
input[type="submit"]:focus,
button:active,
input[type="button"]:active,
input[type="reset"]:active,
input[type="submit"]:active {
	
}
input[type="checkbox"],
input[type="radio"] {
	padding: 0; 
}
input[type="search"] {
	-webkit-appearance: textfield; 
	-webkit-box-sizing: content-box; 
	-moz-box-sizing:    content-box;
	box-sizing:         content-box;
}
input[type="search"]::-webkit-search-decoration { 
	-webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner { 
	border: 0;
	padding: 0;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
textarea {
	color: #666;
	border: 1px solid #ccc;
}
input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	color: #111;
}
input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"] {
	padding: 3px;
}
textarea {
	overflow: auto;
	padding-left: 3px;
	vertical-align: top;
	width: 98%;
}

/* Links */
a {
	outline:none;
	text-decoration:none;
color:auto;
}
a:visited {
	outline:none;
}
a:hover {
	text-decoration:none;
}
a:hover,
a:focus,
a:active {
	outline:none;
}
h1 {
	font-size:28px;
	font-family: raleway, sans-serif;
	color: black;
	text-transform: uppercase;
}
h2 {
	font-size:24px;
	font-family: raleway, sans-serif;
	color: black;
	text-transform: uppercase;
}
h3 {
	font-size:20px;
	font-family: raleway, sans-serif;
	color: black;
	text-transform: uppercase;
}
h4 {
	font-size:16px;
	font-family: raleway, sans-serif;
	color: black;
	text-transform: uppercase;
}
h5 {
	font-size:12px;
	font-family: raleway, sans-serif;
	color: black;
	text-transform: uppercase;
}
h6 {
	font-size:13px;
	font-family: raleway, sans-serif;
	color: black;
	text-transform: uppercase;
}

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

.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;
	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,
.entry-content:before,
.entry-content:after,
.comment-content:before,
.comment-content:after,
.site-header:before,
.site-header:after,
.site-content:before,
.site-content:after,
.site-footer:before,
.site-footer:after {
	content: '';
	display: table;
}

.clear:after,
.entry-content:after,
.comment-content:after,
.site-header:after,
.site-content:after,
.site-footer:after {
	clear: both;
}


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

.main-navigation {
	float: left;
	position: relative;
	right: -50%;
}
.main-navigation ul {
	position:relative;
	right:50%;
	list-style:none;
	margin:0;
	padding:0;
}
.main-navigation li {
	float: left;
	padding:10px 20px 3px;
	border-bottom:7px solid transparent;
	position:relative;
}
.main-navigation ul li.menu-item-has-children {
  background: url('http://bypatriciacamargo.com/wp-content/themes/monaco/images/arrow-down.png') no-repeat right 20px;
}
.main-navigation ul ul li.menu-item-has-children {
  background: url('http://bypatriciacamargo.com/wp-content/themes/monaco/images/arrow-right.png') no-repeat right 10px top 17px;
}
.main-navigation a {
	display: block;
	text-decoration: none;
	text-transform: uppercase;
	color:#4b4b4d;
}
.main-navigation a:hover {
	border:none;
}
.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	display: none;
	left: 0;
	position: absolute;
	top: 44px;
	z-index: 99999;
	background:#fff;
	border-top:2px solid #4b4b4d;
	width:150px;
}
.main-navigation ul ul ul {
	left: 100%;
	top: 0;
	border:none;
}
.main-navigation ul ul a {
	/*width: 200px;*/
}
.main-navigation ul ul li {
	border:none;
	width:100%;
}


.main-navigation ul ul li:hover {
	border:none;
}
.main-navigation li:hover > a {
	border:none;
	color:#ef918c;
}
.main-navigation ul ul :hover > a {
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
	display: block;
}

.main-navigation ul li.current_page_ancestor ul li {
	border:none;
}
.main-navigation .current_page_item a,
.main-navigation .current-menu-item a {
	color:#429698;
}

/* Small menu */
.menu-toggle {
	cursor: pointer;
	display: none;
	position:absolute;
	top:0;
	left:0;
	z-index:200;
}





/* =Content
----------------------------------------------- */
#page {
	margin: 0 auto;
	width: 1040px;
	padding:0 20px;
	background-color:#fff;
	overflow: hidden;
}

.site-branding {
	padding: 30px;
	text-align: center;
}
.site-branding h1 a {
	font-size:40px;
	color:#4b4b4d;
	margin:0 0 20px;
	text-decoration:none;
}
.site-branding h1 a:hover {
	text-decoration: none;
	color:#ef918c;
	border:none;
}
h2.site-description {
	color:#898989;
	font-style: italic;
	font-size:12px;
	font-weight:normal;
	text-transform: none;
}
.content-area {
	margin-top:20px;
	width: 70%;
	float: left;
	padding-right: 2%;

}
.full-width-content {
	margin-top:20px;
	width:100%;
}
.widget-area {
	margin-top:20px;
	width: 30%;
	padding-left: 2%;
	float:left;
}

.menu-toggle {
display:none !important;
}

.sticky {
}
.hentry {
	margin: 0 0 40px;
}
.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;
}
article.format-standard {
	/*border-bottom:1px solid #eee;*/
}


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

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

h1.entry-title,
h1.entry-title a {
    font-size: 23px;
    text-transform: uppercase;
    color: black;
    font-weight: 100;
    text-align: center;
    font-family: oswald;
}
h1.entry-title a:hover {
	font-style: italic;
}
.entry-meta {
    font-size: 12px;
    color: #898989;
    display: none;
}
.entry-meta a {
	color: #429698;
}
.entry-meta a:hover {
	color:#ef918c;
	border-bottom:1px dotted #ef918c;
}
.bookmark {
	background-color:#429698;
	padding:5px;
	color:#fff !important;
	margin-right:10px;
}
.bookmark:hover {
	background-color:#ef918c;
	padding:5px;
	color:#fff !important;
	border:none;
}
.entry-content a {
	color: #429698;
	outline:none;
	text-decoration:none;
}
.entry-content a:visited {
	color: #429698;
	outline:none;
}
.entry-content a:hover {
	border-bottom:1px dotted #ef918c;
}
.entry-content a:hover,
.entry-content a:focus,
.entry-content a:active {
	color: #429698;
	outline:none;
}
.format-quote .entry-title {
	display:none;
}
.format-quote .entry-content {
	background:#fafafa url('images/quote.png') 10px 10px no-repeat;
	padding:20px 20px 20px 50px;
	margin-bottom: 20px;
	color:#898989;
	font-style: italic;
	font-size:20px;
}
.format-quote .entry-content p,
.format-aside .entry-content p {
	margin:0;
}
.format-aside .entry-content {
	background:#4b4b4d url('images/note.png') 10px 10px no-repeat;
	color:#ffffff;
	padding:20px 20px 20px 50px;
}
.post .entry-content {
	margin:10px 0;
}

.blogthumb {
	float:left;
	margin:0;
}
.blogthumb img {
	width:100%;
}



/* =Contact form
----------------------------------------------- */
#contactus_form {max-width:400px;}
#contactus_form label {
	width:100%;
}

/* =Paging
----------------------------------------------- */
.page-numbers {
	background-color: #429698;
	color: #ffffff;
	display: inline-block;
	margin: 0 5px 0 0;
	padding: 3px 10px;
	text-align: center;
}
.page-numbers.current,
.page-numbers:hover {
	background-color: #ef918c;
}

/* =Comments
----------------------------------------------- */
.comments-area {
	width: 100%;
	border-top:1px solid #eee;
	padding-top:10px;
}

.comments-title {
	font-size:18px;
	border-bottom:1px solid #eee;
	margin:0 0 20px;
}

#respond { 
	background: none repeat scroll 0 0 #EEEEEE;
	padding: 20px;
	margin:10px 0 0 70px;
}

/* Highlight active form field */

#respond input[type=text], textarea {
  -webkit-transition: all 0.30s ease-in-out;
  -moz-transition: all 0.30s ease-in-out;
  -ms-transition: all 0.30s ease-in-out;
  -o-transition: all 0.30s ease-in-out;
  outline: none;
  padding: 3px 0px 3px 3px;
  margin: 5px 1px 3px 0px;
  border: 1px solid #DDDDDD;
}
 
 
#respond input[type=text]:focus, textarea:focus {
  box-shadow: 0 0 5px rgba(81, 203, 238, 1);
  margin: 5px 1px 3px 0px;
  border: 1px solid rgba(81, 203, 238, 1);
}

#reply-title { } 
#cancel-comment-reply-link { }
#commentform { } 
#author { } 
#email { } 
#comment 
#submit
.comment-notes { } 
.comment-form label {
	width:80px;
	display:inline-block;
}
.required {color:red;}
.comment-form-author { }
.comment-form-email { } 
.comment-form-url { }
.comment-form-comment { } 
.form-allowed-tags { } 
.form-submit

/*Comment Output*/
.comment-list .reply {}
.comment-list .reply a {}


.comment-list .alt {}
.comment-list .odd {}
.comment-list .even {}


.comments-area article header {
	margin: 0;
	overflow: hidden;
	position: relative;
	background-color:#efefef;
	color:#898989;
	padding: 10px;
}
.reply, 
.edit-link {
	float: right;
	margin-left: 10px;
}

.comment article {
	
}


article {
border: 1px solid;
padding:30px;
}
.comments-area a,
a.url,
#url  { 
	color: #000;
} 
.comments-area a:hover,
a.url:hover,
#url:hover  { 
	color:#000;
	
} 

a.comment-reply-link,
a.comment-edit-link {
	color: #fff;
	font-size: 11px;
	text-decoration:none;
	background-color: #000;
	padding:10px;
	line-height:11px;
	display:block;
}

a.comment-reply-link:hover,
a.comment-edit-link:hover {
	background-color: #fff;
	text-decoration:none;
	color:#000;
}
#author { 
	font-size: 16px;
	color:#1d1d1d; 
	letter-spacing:.1em;
} 



.comment-list .thread-alt {}
.comment-list .thread-odd {}
.comment-list .thread-even {}
.comment-list li ul.children {
	margin:20px 0 0 70px;
}
.comment-list li ul.children .alt {}
.comment-list li ul.children .odd {}
.comment-list li ul.children .even {}

.comment-body {
	padding-left:70px;
	position:relative;
}

.comment-list .vcard {
	position:absolute;
	top:0;
	left:0;
}
.comment-list .vcard cite.fn {}
.comment-list .vcard span.says {}
.comment-list .vcard img.photo {}
.comment-list .vcard img.avatar {
	float:left;
	margin:0 20px 0 0;
}
.comment-list .vcard cite.fn a.url {}

.comment-list .name {}

.comment-list .comment-metadata {
	color:#429698;
	font-size:12px;
} 
.comment-list .comment-metadata a {
	color:#429698;
}

.comment-list .parent {}
.comment-list .comment {}
.comment-list .children {}
.comment-list .pingback {}
.comment-list .bypostauthor {}
.comment-list .comment-author {}
.comment-list .comment-author-admin {}

.comment-list {
	list-style: none;
	margin:0 0 10px;
}

.comment-list li.even { 
	
} 
.comment-list li.odd {
	
}

.comment-list li {
	overflow:hidden;
	margin-bottom:40px;
}
.comment-list li p {
	margin: 5px 0 0;
}
.comment-list li ul {}
.comment-list li ul.children li {}
.comment-list li ul.children li.alt {}
.comment-list li ul.children li.byuser {}
.comment-list li ul.children li.comment {}
.comment-list li ul.children li.depth-1 {}
.comment-list li ul.children li.bypostauthor {}
.comment-list li ul.children li.comment-author-admin {}

.comment-awaiting-moderation {
	color:red;
	font-style: italic;
	margin:10px 0 !important;
	font-size:12px;
}



/* =Footer
----------------------------------------------- */
.site-footer {
	margin-top: 40px;
}
#widget-footer {
	    width: 100%;
    background-color: #EEEEEE;
    display: none;
    padding: 20px;
    overflow: hidden;
}
.site-info {
	background-color:#4B4B4D;
	color:#fff;
	font-size:10px;
    display: none;
	text-align:right;
	padding:10px 20px;
}
.site-info a {
	color:#fff;
}
.site-info a:hover {
	text-decoration:underline;
	color:#fff;
}

/* =Fluid Columns
----------------------------------------------- */
.one_half { 
	width:48%; 
}
.one_third { 
	width:30.66%; 
}
.two_third { 
	width:65.33%; 
}
.one_fourth { 
	width:22%; 
}
.three_fourth { 
	width:74%; 
}
.one_fifth { 
	width:16.8%; 
}
.two_fifth { 
	width:37.6%; 
}
.three_fifth { 
	width:58.4%; 
}
.four_fifth { 
	width:67.2%; 
}
.one_sixth { 
	width:13.33%; 
}
.five_sixth { 
	width:82.67%; 
}
.one_half,
.one_third,
.two_third,
.three_fourth,
.one_fourth,
.one_fifth,
.two_fifth,
.three_fifth,
.four_fifth,
.one_sixth,
.five_sixth { 
	position:relative; 
	margin-right:4%; 
	float:left; 
}
.last{ 
	margin-right:0 !important; 
	clear:right; 
}
.clearboth {
	clear:both;
	display:block;
	font-size:0;
	height:0;
	line-height:0;
	width:100%;
}

/* ----------------------  Boxes No Icons -------------------------- */

.news,.alert,.info,.warning,.download { 
	width: 90%; 
	text-align: center; 
	padding: 7px; 
	line-height: 20px; 
	font-size: 14px;  
	margin: 10px auto; 
}
.news { 
	background: #f5f5f5; 
	border: 1px solid #dadada; 
	color: #666666;
}
.alert { 
	background: #FFFFCC; 
	border: 1px solid #FFCC66; 
	color: #996600;
}
.info { 
	background: #D1F2F5; 
	border: 1px solid #AFDEE2; 
	color: #38878E;
}
.warning { 
	background: #FFB8B8; 
	border: 1px solid #FF8C8C; 
	color: #BF2F2F;
}
.download { 
	background: #CCFF99; 
	border: 1px solid #99CC00; 
	color: #336600;
}

/* ----------------------  Drop Caps -------------------------- */

.dropcap-small { 
	font-size: 33px; 
	float: left; 
	font-weight: 400; 
	line-height: 1em; 
	padding-right: 7px; 
	padding-bottom: 3px; 
	padding-left: 10px; 
	position: relative;  
}
.dropcap-big { 
	font-size: 46px; 
	float: left; 
	font-weight: 400; 
	line-height: 1em; 
	padding-right: 7px; 
	padding-bottom: 2px; 
	padding-left: 10px; 
	position: relative; 
}
.dropcap-square {
  background-color: #429698;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 40px;
  font-weight: 400;
  line-height: 1em;
  margin-right: 7px;
  margin-top: 7px;
  padding: 10px;
  position: relative;
}
.dropcap-circle {
  background-color: #429698;
  border-radius: 100%;
  color: #FFFFFF;
  display: block;
  float: left;
  font-size: 30px;
  font-weight: 400;
  height: 50px;
  line-height: 30px;
  margin-right: 7px;
  margin-top: 7px;
  padding: 10px;
  position: relative;
  text-align: center;
  width: 50px;
}
/* ----------------------  Sticky Notes -------------------------- */

.stickyleft, 
.stickyright {
	width: 226px; 
	height: 206px; 
	background: url('images/stickynote.png') no-repeat;
	overflow:hidden; 
	padding: 20px 15px 15px 15px;
}
.stickyleft { 
	float: left; 
	margin:20px 20px 20px 0;
}
.stickyright { 
	float: right; 
	margin:20px 0 20px 20px;
}
.stickyright p, 
.stickyleft p { 
	font-size: 16px; 
	font-style: italic;
	line-height:22px;
	margin:0;
	padding:0;
	text-indent: 20px;
}

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

.page-content img.wp-smiley,
.entry-content img.wp-smiley,
.comment-content img.wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;.content-area
	padding: 0;
}
.wp-caption {
	
	margin-bottom: 1.5em;
	max-width: 100%;
}
.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 1.2% auto 0;
	max-width: 100%;
}
.wp-caption-text {
	text-align: center;
}
.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}
.site-main .gallery {
	margin-bottom: 1.5em;
}
.gallery-caption {
}
.site-main .gallery a img {
	border: none;
	height: auto;
	max-width: 90%;
}
.site-main .gallery dd {
	margin: 0;
}
.site-main .gallery-columns-4 .gallery-item {
}
.site-main .gallery-columns-4 .gallery-item img {
}

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



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

.site-main [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;
}

.widget select {
	max-width: 100%;
}

/* Search widget */
.widget_search {
	background:#eee;
	width:100%;
	padding:20px;
}
.widget_search .search-submit {
	display: none;
}
form.search-form {
	border: 1px solid #ccc;
	overflow: hidden;
	width: 100%;
}
form.search-form input {
	border:none;
	box-shadow: none;
}
.search-field {
	padding: 10px !important;
	width: 100%;
}

.widget-title {
	text-transform: uppercase;
    font-size: 16px;
    font-family: raleway;
    font-weight: 400;
    margin-bottom: 10px;
    margin-top:20px;
    padding-bottom:10px;
    text-align: center;
    color: black;
    border-bottom: 1px solid;
}
#widget-footer .widget-title {
	border-bottom:1px solid #ccc;
}
.widget ul,
#calendar_wrap {
	margin:10px 0 0;
	padding:0;
}
.widget ul li {
	list-style:none;
	list-style-position: inside;
	font-size:11px;
    display: -webkit-box;
	color:#429698;
	margin: 0 0 5px 0;
position: relative;
}


@viewport {
width: device-width;
user-zoom: fixed;
}



.widget ul li:before {
	content: "\f08a";
	font-family: FontAwesome;
	color: #000;
	font-size: 12px;
	padding-right: 10px;
}

.widget ul li a {
	color:#4B4B4D;
	font-size:13px;
}
.widget ul li a:hover {
	color:#EF918C;

}
.widget ul ul {
	margin:0 0 0 20px;
}

#wp-calendar {
	width: 100%; 
}
#wp-calendar caption {
	text-align: center; 
	font-size: 13px; 
	margin-top: 10px; 
	margin-bottom: 15px; 
	font-weight:bold;
}
#wp-calendar thead { 
	font-size: 12px; 
}
#wp-calendar thead th { 
	padding-bottom: 10px;
	text-align:center; 
}
#wp-calendar tbody { 
	color: #bbb; 
}
#wp-calendar tbody td { 
	background: #f5f5f5; 
	border: 1px solid #fff; 
	text-align: center; 
	padding-top:4px;
	padding-bottom:4px;
}
#wp-calendar tbody td:hover { 
	background: #fff; 
}
#wp-calendar tbody .pad { 
	background: none; 
}
#wp-calendar tfoot #next { 
	font-size: 12px; 
	text-transform: uppercase; 
	text-align: right; 
}
#wp-calendar tfoot #prev { 
	font-size: 12px; 
	text-transform: uppercase; 
	padding-top: 10px; 
}
#wp-calendar a {
	color:#429698;
}

.attachment-thumbnail {
    display: block;
    float: left;
    padding: 0;
    width: 250px;
    margin-top: 20px;
text-align: center;
opacity: 0.5;

}

.attachment-thumbnail:hover {
opacity: 0.8;
}



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

.infinite-scroll .paging-navigation, 
.infinite-scroll.neverending .site-footer { 
	display: none;
}


.infinity-end.neverending .site-footer {
	display: block;
}

/* =Media Queries
------------------------------------------------ */
@media only screen and (max-width:1140px) {
	#page {
		width:94%;
		padding:0;
	}
}

@media only screen and (max-width:999px) {
.busca {display:none;
}
}



/*.one_half{ width:48%; }
.one_third{ width:30.66%; }
.two_third{ width:65.33%; }
.one_fourth{ width:22%; }
.three_fourth{ width:74%; }
.one_fifth{ width:16.8%; }
.two_fifth{ width:37.6%; }
.three_fifth{ width:58.4%; }
.four_fifth{ width:67.2%; }
.one_sixth{ width:13.33%; }
.five_sixth{ width:82.67%; }*/
.selecao {
display:none}
@media screen and (max-width: 760px) {

#propaganda { display:none;}

.attachment-thumbnail {
display:none;
}

.selecao {
display:block}
.selecao select {
    width: 100%;
}

.menuda {
display:none;
}
	.menu-toggle,
	.main-navigation.toggled .nav-menu {
		display: block;
	}
	.menu-menu-container {
		position:absolute;
		top:0;
		left:0;
		width:100%;
		z-index:100;
	}

	.main-navigation ul {
		display: none;
	}
	.main-navigation {
		float: none;
		position: inherit;
		right: 0;
	}
	.main-navigation ul {
		position:inherit;
		right:0;
		list-style:none;
		margin:0;
		padding:0;
		background:white;
		width:100%;
		padding-top:40px;
	}
	.main-navigation li {
		float: none;
		width:100%;
		padding:10px 20px 3px;
		border:none;
		position:relative;
	}
	.main-navigation li:hover,
	.main-navigation .current_page_item,
	.main-navigation .current-menu-item,
	.main-navigation ul li.current_page_ancestor {
		border-bottom:none;
	}
}

@media only screen and (max-width:640px) {

#propaganda { display:none;}

	.one_half,
	.one_third,
	.two_third,
	.one_fourth,
	.three_fourth,
	.one_fifth,
	.two_fifth,
	.three_fifth,
	.four_fifth,
	.one_sixth,
	.five_sixth {
		width:100%;float:none;margin:0;
	}

	.content-area {
		width:100%;
		float:none;
		padding-right:0;
		border-right:none;
	}
	.widget-area {
		float: none;
		padding-left: 0;
		width: 100%;
	}
	.widget-area .widget {
		float: none; width: 100%; margin-right: 2%;
	}
	.widget_search {
		display:none;
	}
}