/*
Theme Name:   Raptor Theme
Theme URI:    http://rdfworkshop.ar
Description:  Astra Child Theme
Author:       Raptor
Author URI:   http://rdfworkshop.ar
Template:     astra
Version:      1.0.0
License:      GNU General Public License v2 or later
License URI:  http://www.gnu.org/licenses/gpl-2.0.html
Tags:         experimental
Text Domain:  
*/

.main-header-bar, .site-footer, .ast-above-header-wrap {
	background: #34495e ;
	color: white;
	animation: colorBG 9s infinite linear!important;
}

@keyframes colorBG {
  0%   { background: #1b2631; }
  50%  { background: #5d6d7e; }
  100% { background: #1b2631; }
}

.rdf-button-fix{
	width:50%!important;
	display: inline-block!important;
	vertical-align: middle;
}