/*
	Theme Name: Satelite Child
	Theme URI: http://clapat.ro/themes/satelite-wordpress/
	Description: Responsive Wordpress Theme
	Template: satelite
	Version: 1.0
	Author: You
	Author URI: http://your site
	License: Themeforest
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Tags: four-columns, custom-background, custom-colors, featured-images, full-width-template, theme-options
	Text Domain: satelite-child
*/


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

Add here your own styles
-------------------------------------------------------------------*/

body{
	background: #eb4d4b !important;
}

main{
	background: #eb4d4b !important;
}

#menu-primary-menu{
	border-radius: 7px;
	z-index: 100;
}

.inner{
	background: #eb4d4b !important;
	z-index: 90;
	border-radius: 7px;
	
}
.wp-block-columns h6{
  background: yellow;
  padding: 20px;
  color: #000 !important;
  border-radius: 11px;
}
.wp-block-columns p{
	color: #fff;
}
.fa .fa .fa-paper-plane .fa-2x .fa-2x{
	background: url("buy.png") !important;
}