/*
Theme Name: Agfont
*/

/* main elements */


.navigation{
    overflow:hidden;
    width:100%;
    text-align:justify;
}
.navigation .next{float:right;}
.navigation .prev{float:left;}


#commentform #author, #commentform #email, #commentform #url
{
    width: 260px;
}

#searchform fieldset, #commentform fieldset
{
    border:none;
}

#respond {
 clear: both;
}
#respond input {
 height: 24px;
 margin: 5px 0;
 width: 300px;
}
.commentlist li {
 list-style:none;
 margin:5px 5px 5px 0;
 background:none !important;
 padding:0 !important;
}
.commentlist li p {
 margin:0 !important;
}
.commentlist li .avatar {
 float: left;
 margin:5px 5px 5px 0;
}
.commentlist {margin:0;}
#comments {clear:both;
}
#respond textarea {
 width: 300px !important;
}
#respond h2{margin-top:5px;}
#respond #submit {
 width:150px
}
#comments .commentlist { padding:0;}
#respond label {
    height: 24px;
    margin: 5px 0;
    width: 300px;
}

#comments ul.children{
    margin-left:15px;
}

.wpcf7-form-control-wrap{
    display:block;
}

.wpcf7-not-valid-tip{
    left:0 !important;
    top:-4px !important;
    width:168px !important;
}

.accordion p {
    margin: 0;
}

.accordion .slide p {
    margin: 0 0 20px;
}
.accordion .slide p a img {margin-left:12px;}
#loginform p{
    margin:0 0 10px;
}


/********************/
input:-webkit-autofill {
background-color: #ffffff !important;
background-image: none;
color: black;
}

/***For Folding List**/
#sidebar-folding {
	display:none;
}

.cate-16 #sidebar-folding, 
.cate-17 #sidebar-folding{
display:block;}
#folder {
  display: block;
  width: 100%;
  text-align: right;
  clear: both;
  border-bottom: 0px solid #e4e4e4;
}
#folder:after {
  content: " ��";
  color: #fe0103;
}
#folder.closed:after {
  content: " ��";
  color: #fe0103;
}
.bottomArea {
  border-top: 1px solid #999;
  margin-top:10px;
  padding-top:10px;
}
.bottomArea h2 {
  display: none;
}
.bottomArea h4 {
  display: block;
}
.bottomArea ul {
  margin: 10px auto;
}
.bottomArea .br-current {
  color: #fe0103;
}
.bottomArea .br-pagination > * {
  background: transparent;
  border: none;
}
