.index_footer{
    bottom: 10px;
  }
  
a{
  color:#111;
}

.drawer--right header .drawer-hamburger{
  color:#0269bd;
}

.drawer--right header .drawer-nav ul li{
  margin-bottom:40px;
}

.drawer--right.drawer-open header .drawer-hamburger .fa-times{
  color:#FFF;
}

.home #sec_right ul li:first-child{
  display:none;
}

@media screen and (max-width: 768px){

.home{
 display:block; 
}

.home #sec_left{
  width:100%;
  height:auto;
}

.home #sec_right{
  width:100%;
  height:calc(100vh - 120px);
  padding:40px;
}

.home h1{
    width: 200px;
    padding: 30px;
}

.home #sec_right ul li a{
  font-size:17px;
}

.home #sec_right .index_footer {
    bottom: 10px;
}

.menu{
 flex-direction:column;
}

header .site-title{
  width:150px;
}

#primary .entry-header{
  padding:30px;
}

footer .container .leftbox h1{
  margin:0 auto;
  margin-bottom:40px;
}

footer .container .rightbox #primary-menu li{
  margin:0 0 20px;
  text-align:center;
}

.form_table{
  display:block;
  width:100%;
}
.form_table tr{
  display:block;
  width:100%;
}
.form_table th{
  display:block;
  width:100%;
  padding:15px 0;
}

.form_table td{
  display:block;
  width:100%;
  padding: 15px 0;
}

.form_table td input,
.form_table td textarea{
  width: calc(100% - 20px);
}

#primary .entry-header .entry-title {
    font-size: 19px;
}
  
}