/* Enter Your Custom CSS Here */
#main {
    padding: 0px 35px 35px 35px;
}
#post-162 .page .entry-header .entry-title{
display:none !important;
}
body.home .site-content {
  padding-top: 30px;
}
#theme-attribution {
    display: none;
}

.sidebar-right h4.sidebar-title {
  font-family: 'Roboto','Arial'; 
  color:#1b53a6; 
  line-height: 0.5em;
}
.map-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}
.map-responsive iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}