#masthead {
    border-bottom: 1px solid rgba(0,0,0,0.06);
}.post-content-single h4, .post-content-single p {
    font-size: 16px;
    color: rgb(0 0 0);
    line-height: 1.625;
}
.comments-title {
    margin-bottom: 25px;
    border-bottom: 1px solid #000;
    width: auto;font-size: 24px !important;
}
.footer-contact h3 {
	color: #000 !important;}.contact-form-box .wpcf7-form-control:not(.wpcf7-submit) {
    width: 100%;
    background: #ddd;
}
.site-info{background: #000;}
.contact-form-box{ color:#000;}
footer#colophon{ background:#fff;}
ul {
  padding-left: 35px;
}

h1.site-title {
    text-align: center;
}

p.site-description {
    text-align: center;
}


.blog-post-item-main2 h2{font-size: 34px;}
.post-content-single h3{font-size: 25px;}
.post-content-single h4, .post-content-single p{font-size: 23px; color:#666;}
.publish-date{display:none !important;}
ul li {
  color: #4c4c4c;    font-weight: normal;font-size: 14px;
   // list-style: decimal-leading-zero;
}.container{width: 100%;
    max-width: 100%;}
.sidebar li.active {
    font-weight: bold;
}
#content-wrap {
    padding-top: 0px;
    background: #fff;
}
.single-page-wrapper .entry-content{ padding:0px;}
main {
  display: flex;
  width: 100%;
}
main {
    display: inline-flex;
    width: 100%;
}
h2 {
    font-size: 18px;
}
.blog-post-item .entry-title{ display:none;}
.sidebar li{   cursor: pointer;}
.sidebar {
    position: sticky;
    top: 30px;
    left: 0;
    min-width: 350px;
    background-color: #fff;
    padding-left: 34px;
    padding-top: 30px;
    margin: 0;
    display: flex;
    flex-direction: column;
    gap: 5px;
    list-style: none;
    border-right: 1px solid #e6e6e6;
    overflow-y: auto;
    padding-right: 10px;
    height: calc(100vh - 130px);
}


main article {

  display: block;
  margin-left: auto;
  padding: 30px
}
main article {
    width: 70%;
}
.sidebar ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.sidebar > li > ul > li > a {
    color: #666;
    font-weight: 600;
}
.sidebar li a {
  display: block;
  color: #000;
  text-decoration: none;
  font-size: 16px;
}
.sidebar li a.active {
  color: #117ac9;
  font-weight: 600;
}

.active-section {
  background-color: lightblue;
}
section {
  margin-top: 20px;
  position: relative;
}

.title {
  font-size: 32px;
  color: #001322;
  text-decoration: none;
  font-weight: 800;
  margin-bottom: 20px;
  display: block;
}
.publish-date {
  font-size: 14px;
  display: block;
}
.headline {
  text-decoration: none;
  color: #001322;
  font-size: 26px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
.headline2 {
  text-decoration: none;
  color: #001322;
  font-size: 18px;
  display: block;
  font-weight: 600;
  margin-bottom: 10px;
}
/*article img {
  max-height: 400px;
  height: 100%;
  width: 100%;
}*/
a.button {
    background: #000;
    color: #fff;
    padding: 10px;
}
#DealfortheTaxpayer ul {
  list-style: decimal;
}
.img-lg {
  max-height: 700px;
  width: 100%;
}
#footer-widgets {
    padding: 60px 20px;
}

.sidebar > ul > li {
    margin-top: 20px;
}



.sidebar ul > li >div {
    margin-top: 10px;
}

.sidebar ul > li >div + ul {
    padding-left: 20px;
    margin-bottom: 15px;
}
.sidebar ul > li >div {
    margin-bottom: 10px;
    margin-top: 5px;
    padding-left: 0px;
    font-size: 16px;color: #e50d0d;
    font-weight: 500;
}

.sidebar ul > li >ul{
    padding-left: 20px;
}

.sidebar ul > li >ul > li:before {
    content: '--';
    position: absolute;
    left: -10px;
}

.sidebar ul > li >ul > li {
    position: relative;
}
section#post-content h2 {
    font-size: 32px;
    font-weight: 700;
}
.post-content-single + .post-content-single {
    margin-top: 50px;
}


h3.loop-title {
    font-size: 30px;
    font-weight: 700;
}

.cat-name.active {
    font-weight: 700;
}
.sidebar{
	max-width:350px;
}
.sidebar {
    max-width: 30%;
    min-width: 30%;
}
.single a.button {
    display: none;
}
div#comment-form-subscribe, .form-submit, #comment-form-identity {
    display: block !important;
}
form#commentform iframe {
    height: unset !important;
}

.sidebar > li > ul > li > a {
    color: #000;
}
.post-content-single .sharedaddy.sd-sharing-enabled {
    display: none;
}
.toggle-bar{
		display:none;
	}
.sidebar li > ul {
    padding-left: 16px;
}
.sidebar > li {
    font-weight: 700;
}
.footer-contact {
    max-width: 600px;
    margin: 0 auto;
    padding: 60px 15px 30px;
}
.contact-form-box {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 10px;
}

.contact-half-row {
    width: 48%;
}

.contact-form-box .wpcf7-form-control:not(.wpcf7-submit){
    width: 100%;
}

.contact-full-row {
    width: 100%;
}

.contact-full-row .wpcf7-textarea{
    height: 110px;
}
.footer-contact h3 {
    color: #fff;
    text-align: center;
    font-size: 36px;
    font-weight: 700;
}
@media screen and (max-width: 991px) {
	.sidebar {
   
    height: 100vh;
}
	h1.site-title {
    text-align: left;
			padding:0 15px;
}

p.site-description {
    text-align: left;
	padding:0 15px;
}

  .sidebar {
    display: block;
    position: fixed;
    background: #fff;
    z-index: 99;
    transform: translatex(-100%);
    transition: all linear 0.2s;
		    top: 0px;
		box-shadow:0px 4px 10px 0px rgba(0,0,0,.24);
		 padding-top: 20px;
}
.toggle-bar {
    z-index: 999;
    display: block;
    position: fixed;
    top: 60px;
    background: transparent;
    right: 15px;
    top: 60px;
    padding: 15px 0;
	cursor:pointer;
}
	.toggle-bar svg {
    width: 35px;
    height: 35px;
    background: #fff;
    padding: 5px;
    border: 1px #000 solid;
    border-radius: 4px;
}
  main article {
    width: 100%;
    padding: 15px;
  }
ul.sidebar.active {
    transform: translatex(0);
   
}
}
@media screen and (max-width: 767px) {
  article img {
    max-height: 100%;
  }
	

  .img-lg {
    max-height: 100%;
  }
  .title {
    font-size: 24px;
  }
  .headline {
    font-size: 20px;
  }
  .headline2 {
    font-size: 16px;
  }
}

@media screen and (max-width: 556px) {
	
		.toggle-bar {
		top:130px;
	}
	
}


nav#site-navigation {
    display: none;
}

@media (max-width: 991px) {
    html {
        overflow-x: hidden;
    }
		.sidebar {
    		max-width: 350px;
    		min-width: 350px;
		}
}

