/*!
	Theme Name: RTA
	Description: Child theme for Easy Estimator with RTA.
	Author: Kim Perry
	Version: 1.1.0
	Stable tag: 1.1.0
	Requires at least: 4.9
	Tested up to: 5.1
	License: GNU General Public License v3 or later.
	License URI: https://www.gnu.org/licenses/gpl-3.0.html
	Text Domain: rta
	Template: hello-elementor

*/

header {
	margin: 0 !important;
	padding-top: 0 !important;
}

a {
	color: #3880b1 !important;
}

a:hover {
	color: #00a7e8 !important;
}

.header-inner {
	padding: 0 !important;
  	margin: 0 !important;
  	height: 74px !important;
}

.panel {
	background: #bddfec;
	width: 100%;
	margin: 0;
	display: block;
	margin-bottom: 15px;
	text-align: right;
	font-size:14px;
	font-weight: bold;
	padding: 12px 50px 12px 0;
}

.panel .elementor-icon {
	color: #3880b1 !important;
	fill: #3880b1 !important;
	font-size:15px;
	position: relative;
  	top: 3px;
}
.panel .elementor-icon:hover {
	color: #00a7e8 !important;
	fill: #00a7e8 !important;
}

.custom-logo {
	width: 75px;
	height:75px;
	margin-left: 50px !important;
}

.bar {
	background: rgba(51,51,51,0.9);
	width: 100%;
	margin: 0;
	display: block;
	color: #fff;
	font-size: 14px;
	text-align: right;
	padding: 15px;
}

.success {
	font-size: 22px;
}
.success .gracias {
	color: #00A7E8;
	font-weight: bold;
	font-size: 24px;
}

.thanksbox {
	margin: -150px auto 10px auto !important;
}
