@media (max-width: 768px) {
   .page-header > .wrap {
      display:none;
   }

   .page-header {
      padding: 95px 0px 0px !important;
   }
}

@media (min-width: 769px) {
   .content-sidebar-wrap {
       padding: 8 rem 0 !important;
       -webkit-box-orient: horizontal;
       -webkit-box-direction: normal;
       -webkit-flex-direction: row;
       -ms-flex-direction: row;
       flex-direction: row;
       -webkit-box-pack: justify;
       -webkit-justify-content: space-between;
       -ms-flex-pack: justify;
       justify-content: space-between;
       width: 60%!important;
       padding: 6 rem 0;
   }
 
}

@media (min-width: 1100px) {
   .woocommerce-account .woocommerce-MyAccount-navigation{
      position: absolute;
      width: 200px !important;
      top: 90px;
      left: 20px;
   }

   .site-inner {
         position: relative;
   }
}

.entry-content > p:first-child {
   display: none;
}