/*
Theme Name: Visual Child
Theme URI: http://wptheming.com/2013/03/visual-theme/
Author: Devin Price
Author URI: http://wptheming.com
Description: Make changes to the CSS and override template files from this child theme.
Version: 0.1
License: GNU General Public License
License URI: license.txt
Template: visual

This theme, like WordPress, is licensed under the GPL.
Have fun customizing it and sharing your work with others!

*/

@import url('../visual/style.css');
/*
@import url('bootstrap.min.css');
@import url('neuroelectrics.css');
@import url('neuroelectrics_basic.css');*/

/* Your customizations can go below this line */

a{
text-decoration: none !important;
}

#page{
	/*background-color:#f2f2ec !important;*/
	background:url(background_blog.jpg) no-repeat center 0 #f2f2ec !important;
	font-size: 14px;
}

#main{
	padding-top: 120px;
}

#content{
	margin:0 auto;
}

.section {
  max-width: 1170px !important;
}

/*.home .section {
  max-width:none !important;
}*/

.comment-form-comment {
	margin-top: 20px;
}

.comment-form-cookies-consent > label {
	font-size: 1em;
	font-weight: 400;
}

.comment-form-cookies-consent > input {
	margin-right: 5px !important;
	float: left;
}

@media (min-width: 992px){

/*.home #content{
	width:998px;
}*/
.section {
  max-width: 998px !important;
padding:0;
}
}

@media (min-width: 768px) and (max-width: 991px) {
.home #content{
	width:721px;
}
.section {
  max-width: 780px !important;
}
}

@media (max-width: 767px) {
.home #content{
	max-width:721px;
}
}

/* BOXESX */

.hentry {
    background: #FFF;
    box-shadow: none;
	border-radius: 0;
}

.entry-header, .entry-content, .entry-summary, footer.entry-meta  {
    border-bottom: none;
	border-top:none;
	padding: 0px 15px 25px 15px;
}

footer.entry-meta  {
	padding: 0px 15px 15px 15px;
}

.entry-title {
    word-break:normal;
}

.thumbnail {
    border: none !important;
    border-radius: 0 !important;
    padding: 0px  15px  10px  15px !important;
	margin-bottom: 0 !important;
	margin-top: -5px !important;
}

.entry-title {
    color: #525258;
	/*font-size:2.5em;*/
	font-weight:400;
}

.masonry .entry-title > a {
    color: #525258;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em !important;
}

.entry-title {
    color: #525258;
    font-size: 22px;
    font-weight: 600;
    line-height: 1em !important;
}

.entry-meta {
    clear: both;
    font-size: 12px;
}

.masonry footer.entry-meta a {
    text-decoration: none;
    text-shadow:none;;
}

header .entry-meta a {
    color: #525258;
	font-weight:600 !important;
}

header .entry-meta a:hover {
    color: #CCC !important;
}

footer.entry-meta a {
    color: #525258;
}

footer.entry-meta a:hover {
    color: #CCC !important;
}

.visuallyhidden {
    border: 0;
    clip: rect(0px, 0px, 0px, 0px);
    height: 1px;
    margin: auto;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 1px;
}

.icon-comment{
font-size:12px;
	line-height:1em;
	font-weight:600;
	color:#3C3D3A;
}
.icon-comment:before {
    display:none;
}

.post-link {
    float: left;
font-size:12px;
	line-height:1em;
	font-weight:600;
	color:#3C3D3A;
    background:url(ico_arrow2.jpg) no-repeat right 1px;
	padding-right:14px;
}
.comments-link{
	float: right;
	display:block;
}

#comments input[type="text"], #comments input[type="password"], #comments input[type="date"], #comments input[type="email"], #comments input[type="search"], #comments input[type="url"], #comments textarea {
	color: #333;
}

/* INTERIOR POST */

.thumbnail > img, .thumbnail a > img {
    margin-left: 0 !important;
    margin-right: 0 !important;
}

.entry-content img{
	padding:0 10px 10px;
}

.entry-content-image {
	margin-top: 20px;
	text-align: center;
}

.entry-content-image img {
	padding: 0;
	margin: 0;
	max-width: 100%;
}

.entry-content a{
	color:#999999 !important;
	text-decoration:underline !important;
}

/* PAGINADOR */

#nav-below {
    box-shadow: none;
    border: none;
	border-radius:0;
	background-color:#FFF;
margin: 0 auto 30px;
    max-width: 998px;

}

#nav-below a {
    color: #525258;
}

#nav-below a:hover {
    color: #CCC;
}



/* FORMULARI COMENTARIS */

#comments {
    box-shadow: none;
    border: none !important;
    border-radius: 0;
	background-color:#FFFFFF;
}

#comments a {
    color: #525258;
}

#comments a:hover {
    color: #ccc;
}

.comments-title, .nocomments, #reply-title {
	padding: 6px 5px 15px;
	border-bottom: 1px solid #ccc;
    font-size: 2.6em;
    font-weight: 300;
}

input[type="text"], input[type="password"], input[type="date"], input[type="email"], input[type="search"], input[type="url"], textarea {
	border:1px solid #ccc;
	background-color:#f2f2ec;
    box-shadow: none;
    color: #525258;
}

.form-allowed-tags{ display:none;}

input[type="submit"], input[type="button"], input[type="reset"] {
	background:none;
	background-color: #fff !important;
   	border-color: #525258;
    	color: #525258;
	border-radius: 10px;
    	font-size: 16px;
    	font-weight: 600;
    	padding: 10px 20px;
	border-style:solid;
	border-width:4px;
}

article.comment {
    background: none;
    box-shadow: none;
    border-radius: 0;
	padding:0;
}
.commentlist {
    list-style: outside none none;
    margin: 0 0 30px;
    padding: 0 0 10px 6px;
}

.commentlist:after {
    border-bottom: 1px solid #ccc;
}

.commentlist .avatar {
    box-shadow: none;
}


#commentform label[for="author"], #commentform label[for="email"], #commentform label[for="url"] {
    float:none;
    padding: 0;
    width: auto;
}

label {
    display: block !important;
    margin-bottom: 5px;
    max-width: 100%;
}


/* BOXES SIDE BAR */


#secondary .widget {
    background: #FFF;
    box-shadow: none;
	border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 15px;
    padding-bottom: 30px;
}

#secondary .widget-title {
	margin-left:15px;
	margin-right:15px;
	margin-bottom:5px;
	padding: 6px 5px 10px;
	border-bottom: 1px solid #ccc;
    font-size: 22px;
    font-weight: 300;
    line-height:1em;
}
.widget-area li {
	position:relative;
	padding:8px 0;
}

.widget-area li:after {
	content:"";
	width:15px;
	height:1px;
	background-color:#CCC;
	position:absolute;
	bottom:0px;
	left:0px;
}


.widget-area li a {
    color: #525258;
}

.widget-area li a:hover {
    color: #ccc;
}


/* MENU PRINCIPAL RESPONSIVE */
#menu_principal ul{ margin:0;}

.widget.widget_authors li>ul, .widget_authors>ul {
	margin-left: 10px !important;
}

article > figure {
	float: left;
}

article > figure > .thumbnail {
	margin-top: 0 !important;
}

#secondary{
	margin-top: 40px;
}

.home #secondary, .single #secondary {
	margin-top: 0px;
}