h1, h2, h3, h4, h5, h6 {
	margin-bottom: 15px;
	margin-top: 25px;
}

.main-content {
	padding: 40px 0;
}

.pakb-header form {
	margin-top: 40px;
    margin-bottom: 60px;
}

.pakb-content {
  border-bottom: 1px solid #c4c4c4;
  margin-bottom: 80px;
  padding-bottom: 80px; 
}

.ez-toc-widget-container li.active>a {
    font-weight: normal;
}

.ez-toc-widget-container li {
	font-size: 14px;
}

#ezw_tco-2 .ez-toc-widget-container ul.ez-toc-list li.active::before {
    background: none !important;
}

.widget-area .widget {
	padding: 20px;
}

.widget {
	margin: 0;
}

h3.widget-title {
    margin: 0 auto 15px !important;
}

.entry-title {
	font-size: 32px;
	margin-top: 0;
}

.blog .entry-title {
	font-size: 24px;
}

.pakb-sidebar.pakb-sidebar-home h3 {
	 font-size: 21px;
}

.pakb-sidebar {
  padding-top: 80px;
}

.hentry .post-meta {
    margin: 21px 0 50px 0; 
}

.pakb-search:after {
    content: '\f002';
    width: 50px;
    height: 50px;
    font-family: 'fontawesome';
    background: #000;
    display: inline-block;
    line-height: 50px;
    color: #fff;
    text-align: center;
    font-size: 25px;
    position: absolute;
    top: 0;
    right: 0;
}

#searchsubmit {
    display: inline-block;
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    margin-left: -50px;
    z-index: 10;
    background: #fff;
    opacity: 0;
    padding-left: 0;
}

#searchsubmit:hover {
    opacity: 0.5;
}

@media screen and (max-width: 600px) {

    .container { 
    	padding-left:0;
    	padding-right:0;
    }


}  /* END of Query */