@charset 'utf-8';
/*
Theme Name:Wisemove-child
Theme URI: http://wisemove.axiomthemes.com/
Description: Hampton - Multipurpose and Multiskin Responsive Wordpress theme
Author: AxiomThemes
Author URI:  http://axiomthemes.com/
Template: wisemove
Version: 1.0
License: GNU General Public License
License URI: license.txt
Tags: flexible-header, accessibility-ready, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, full-width-template, microformats, post-formats, theme-options, threaded-comments, translation-ready
Text Domain: wisemove
*/


/* =Theme customization starts here
-------------------------------------------------------------- */
@media (max-width: 479px) {
/* Style the header */
.header {
  padding: 10px 16px;
  background: #555;
  color: #f1f1f1;
}

/* Page content */
.content {
  padding: 16px;
}

/* The sticky class is added to the header with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  top: 0;
  width: 100%
}

/* Add some top padding to the page content to prevent sudden quick movement (as the header gets a new position at the top of the page (position:fixed and top:0) */
.sticky + .content {
  padding-top: 102px;
	}
	
.top_panel_custom_text {
	  top: 15px;
	  text-align: center;
	}	
	
}
h2 div.wpb_wrapper {
	color: #fb6a05;
}