/*
Theme Name: Custom Theme
Theme URI: https://www.bertanddip.com
Description: Custom Wordpress Theme based off Bootstrap
Version: 1.0
Author: Craig Martindale
Author URI: https://www.bertanddip.com
Text Domain: avantone
Tags: custom-menu
License: GNU General Public License v2.0 & Apache License 2.0
License URI: http://www.gnu.org/licenses/gpl-2.0.html http://www.apache.org/licenses/LICENSE-2.0
*/

.wp-caption {}
.wp-caption-text {}
.screen-reader-text {}
.gallery-caption CSS {}
.bypostauthor {}
.alignright  {}
.alignleft {}
.aligncenter {}

.admin-bar .fixed-top {
  top: 46px;
}
@media screen and (min-width: 783px) {
  .admin-bar .fixed-top {
    top: 32px;
  }
}