/*
Theme Name: psyprax Rebranding
Author: SEVENFACTS // Christian Binder
Author URI: http://www.7facts.de
Description: Psyprax Rebranding Theme for Wordpress. Made by 7facts.de
Version: 0.1
License: No Public License
License URI: http://www.7facts.de/no_public_code_license.html
*/

.admin-bar .sticky-header {
  top: 32px;
}
@media screen and (max-width: 782px) {
  .admin-bar .sticky-header {
    top: 46px;
  }

	body {
		overflow-x:hidden;
}
}

img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }


.wp-caption-text {
	font-size:10px;
	margin-top:2px;
}