Hi
1) sidebar
Edit this file /templates/ja_jason/tpls/blocks/off-canvas-2.php and remove or override the text Sidebar
<h2 class="t3-off-canvas-header-title">Sidebar</h2>
2) Get in touch
Edit your custom-html module published in off-canvas-2 position and named Get in Touch
3) Social icons urls
edit your custom-html module named follow and published in off-canvas-2 position and change default urls with your social urls
<!-- AddThis Follow BEGIN -->
<div class="addthis_toolbox addthis_32x32_style addthis_default_style">
<a class="addthis_button_facebook_follow" addthis:userid="joomlart"><i class="fa fa-facebook"></i></a>
<a class="addthis_button_twitter_follow" addthis:userid="joomlart"><i class="fa fa-twitter"></i></a>
<a class="addthis_button_google_follow" addthis:userid="joomlart"><i class="fa fa-google-plus"></i></a>
</div>
<script type="text/javascript" src="//s7.addthis.com/js/300/addthis_widget.js#pubid=xa-525b746c4d879b01"></script>
<!-- AddThis Follow END -->
P.S.
To modify social urls you will need to create your own account on addthis.com website and override userid joomlart with your userid
First to edit custom-html modules disable from your global configuration your default editor and set it to NONE so html code contained in modules will be not stripped out
Regards