Position of social icons in header

Greetings Aigars
Up until now I have been able to answer all of my questions via this forum but have not seen this one addressed yet.
I would like to change the position of the social icons in my header to have then directly inline with my site title.They are currently in the top right corner and I want to bring them down basically identical to how you have them on https://colorlib.com/travelify/

My site http://www.exoticdepartures.com/
Thanks in advance

While you have changed only color of this theme you have managed to break its overall layout.

It didn’t try to investigate that you did wrong as it would be much easier to just reinstall the theme and change color from there.

A quick fix for this problem would be to add this code to Child Theme style.css or inside Theme Options - Other - Custom CSS

.hgroup-right {
    margin-top: 30px;
    margin-bottom: -70px;
}