img {    max-width: 100%;  } 
  #content-responsive {    padding: 0 30px;  }
  #content-responsive .entry-title {    color: #7d0063;    font-size: 1.2em;  }
  #content-responsive .entry-title a {    color: #7d0063;  }
  #content-responsive .entry-content {    font-size: 15px;  }
  #content-responsive .entry-content h1, #content-responsive .entry-content h2, #content-responsive .entry-content h3, #content-responsive .entry-content h4, #content-responsive .entry-content h5, #content-responsive .entry-content h6 {
    margin-bottom: 0;
  }
  #content-responsive .entry-content h1 {  font-size: 1.4em;}
  #content-responsive .entry-content h2 {  font-size: 1.2em;}
  #content-responsive .entry-content h3 {  font-size: 1.1em;}
  #content-responsive .entry-content h4 {  font-size: 1em;}
  #content-responsive .entry-content h5 {  font-size: .9em;}
  #content-responsive .entry-content h6 {  font-size: .8em;}
  
  #content-responsive .entry-content img {
    -moz-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
    box-shadow: rgba(0, 0, 0, 0.5) 3px 3px 3px;
  }
  #content-responsive .entry-content img.alignright {     margin: 10px 0 10px 10px;  }
  #content-responsive .entry-content img.alignleft {    margin: 10px 10px 10px 0;  }
  #content-responsive .entry-content .wp-caption {    background: transparent;    border: none;  }
  #content-responsive .entry-content .wp-caption .wp-caption-text {    font-size: .9em;    font-style: italic;  }
  #sidebar-responsive {    -moz-box-shadow: rgba(0, 0, 0, 0.3) 10px 3px 10px;    -webkit-box-shadow: rgba(0, 0, 0, 0.3) 10px 3px 10px;    box-shadow: rgba(0, 0, 0, 0.3) 10px 3px 10px;   }
  #sidebar-responsive .sidebar-image {        position: absolute;    top: -14px;    right: 0;  }
  #sidebar-responsive {position: relative; max-width: 363px;}
#sidebar-responsive .xoxo {
    width: 100% !important;
    height: 741px;
    padding: 0 20px;
    vertical-align: top;
    background: url(/wp-content/themes/boilerplate_child/images/sidebar-bg.png) no-repeat top left;
    position: relative;
    z-index: 950;
  }
  #sidebar-responsive .xoxo #text-4 {
    position: absolute;
    top: 340px;
    left: 165px;
  }
  #sidebar-responsive .xoxo #text-4 span {
    font-family: 'Dancing Script', cursive;
    color: #7d0063;
    font-size: 30px;
    position: relative;
    font-weight: bold;
  }
  #sidebar-responsive .xoxo #text-4 span.services {
    left: 70px;
    top: -5px;
  }
  
  #sidebar-responsive .xoxo #text-4 span.leominster {
    left: 55px;
  }
  
  #sidebar-responsive .xoxo #text-4 span.year {
    left: 80px;
    font-size: 24px;
    letter-spacing: .1em;
  }
  
  #sidebar-responsive .xoxo #text-4 p {
    font-size: 13px;
    font-weight: bold;
    text-align: center;
    position: relative;
    left: 27px;
    margin: 0;
  }
  #sidebar-responsive .xoxo #text-4 p:nth-child(1) {
    left: 45px;
  }
  #sidebar-responsive .xoxo #subpages-widget-2 {
    position: absolute;
    bottom: 40px;
    left: 40px;
  }
  #sidebar-responsive .xoxo #subpages-widget-2 a {
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 18px;
  }
  

  
  /* The side navigation menu */
  .sidenav {
    height: 100%;
    width: 0;
    position: fixed; 
    z-index: 999; 
    top: 0;
    left: 0;
    background-color: #63064F; 
    overflow-x: hidden;
    padding-top: 60px; 
    transition: 0.5s;
  }

  .sidenav ul {list-style-type: none; }
  .sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    color: #dddddd;
    display: block;
    transition: 0.3s;
  }

  .sidenav a:hover {
    color: #f1f1f1;
  }
  
  .sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
  }
  
  header[role="banner"] .header-right {margin-right: 0px; text-align:right; padding-right: 30px;}


  @media ( max-width: 768px) {
    #outerwrap {  width: 100%; }
    header[role="banner"] {  width: 100%; height: auto; float: left;}
    footer[role="contentinfo"] {  width: 100%;}
    /* header[role="banner"] .logo {margin: 0 auto;} */
    header[role="banner"] .header-right {float: left;margin-top: 25px; text-align: center; padding-top: 10px; margin-right: 0px;}
    header[role="banner"] .header-right h2 {text-align: center; margin-top: 10px;}
    #access {  display: flex;}
    footer[role="contentinfo"] .first-footer {margin: 0 0 0 15px;}
    .sidenav {padding-top: 15px;}
    .sidenav a {font-size: 18px;}
    .second-footer {background-color: #63064F;}
  }

  @media ( max-width: 576px) {
    header[role="banner"] .logo {margin: 0 auto;}
    #outerwrap {box-shadow: none;}
    header[role="banner"] .header-right {margin-right: 0;}
    .second-footer {background-color: #63064F;}
  }
  