/*-----------------------------------------------------------------------------------

	Theme Name: Eventerra Child Theme
	Theme URI: http://themeforest.net/item/eventerra-event-conference-wordpress-theme/15717811
	Description: Eventerra Child Theme
	Author: OlevMedia
	Author URI: http://www.olevmedia.com
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Version: 1.0.0
	Template: eventerra
	Text Domain: eventerra-child
	
	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

-----------------------------------------------------------------------------------*/
.header-logo {
    width: 26%;
}
.header-info {
    width: 70%;
}
.header-button-top {
    position: absolute;
    right: 545px;
    top: 114px;
}

@media only screen and (max-width: 959px) {
    .header-button-top {
      position: static;
      display: inline-block;
    }
    .header-info-top {
        display: contents;
    }
}