/* iPad on Portrait*/
@media only screen and (min-width: 768px) and (orientation : portrait)  {

  #sharing-bar {
    display: block;
    float: right;
    vertical-align: middle;
    position: relative;
    left: 0px;
  }

  #media_contact_link {
    clear: none;  
  }

  #sharing-icons {
    display: none !important;; 
  }

  #section-header-1{
    display: block !important;
    width: 100%;
  }

  #section-header-0-1-content{
    width: 100%;

  }

  .social_item {
    z-index: 1;
    opacity: 1;
    margin-left: 10px;
  }
 }




