
/*
Welcome to Custom CSS!

CSS (Cascading Style Sheets) is a kind of code that tells the browser how
to render a web page. You may delete these comments and get started with
your customizations.

By default, your stylesheet will be loaded after the theme stylesheets,
which means that your rules can take precedence and override the theme CSS
rules. Just write here what you want to change, you don't need to copy all
your theme's stylesheet content.
*/
/*=========================================*/
/* Social Icons */
/*=========================================*/
.social_link {
	display: none;
}

.social_link p {
	display: none;
}

.social_logo {
	display: none;
}

.social_logo img {
	display: none;
}

/*=========================================*/
/* Conteudo do post */
/*=========================================*/
.header .menu-bar {
	background-color: #EAF6F3;
}

.ddsmoothmenu {
	margin-left: 20px;
}

.ddsmoothmenu li {
	margin-right: 20px;
}

#testimonial {
	background-color: #F3F0D4;
	margin: 20px;
	padding: 20px;
	text-align: justify;
	border: 1px solid #E2DCA5;
	color: #817F6D;
}

#content {
	margin-top: 25px;
	padding-bottom: 25px;
}

#content .columns .one_fourth {
	width: 21%;
	margin-right: 2.5%;
	background-color: #EEE6DF;
	padding: .9%;
	border: 1px solid #D1CECC;
	height: 400px;
}

#content .columns .one_fourth p {
	font-size: 90%;
	text-align: justify;
}

.content-wrap .blog ul {
	margin-left: 0;
}

.content-wrap .blog ul.single {
	text-align: justify;
	background-color: #D0F0E4;
	border: 1px solid #81978F;
	padding: 15px;
}

.content-wrap label {
	float: none;
}

.content-wrap .blog ul.blog_post li {
	border: 1px solid #59725D;
	padding: 15px;
	background-color: #9CBDA3;
	font-size: 80%;
	color: #777777;
}

.content-wrap .blog ul.blog_post li:last-child {
	border: 1px solid #59725D;
	margin-bottom: 20px;
}

.content-wrap .blog ul.blog_post li a {
	color: #616B9E;
}

.content-wrap .blog ul.blog_post li p {
	font-size: 110%;
	background-color: #EEE;
	padding: 15px;
	border: 1px solid #59725D;
	text-align: justify;
}

.content-wrap .blog ul li h2 {
	font-size: 130%;
}

.content-wrap #blogmain img.postimg {
	margin: 0 15px 0 10px;
	border: 1px solid #ccc;
}

h1 p {
	text-align: justify;
}

h1 p.first {
	text-align: center;
	font-size: 150%;
	font-weight: bold;
}

p {
	margin-bottom: 20px;
}

p.bibliografia {
	font-family: courier;
}

hr {
	border-top-style: solid;
	border-top-width: 1px;
}

p.subtitle {
	clear: both;
	font-size: 120%;
	font-weight: bold;
}

blockquote {
	background-image: none;
	margin-left: 30px;
	font-size: 90%;
	font-style: italic;
}

.blog a, .sl a {
	text-decoration: underline;
}

.hr {
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.6em;
	border-bottom: 2px dashed navy;
}

sup {
	line-height: 1em;
}

#commentform p {
	clear: both;
}

img.feature-image {
	display: none;
	visibility: hidden;
}