@import url('../responsive/style.css');

/*
Theme Name: Premium Assistance
Theme URI: http://www.?.com
Description: Child theme based on Responsive
Author: Esther Edelstein
Template: responsive
*/

.powered , .scroll-top{
display: none;
}
a {
	color: #a80000;
	font-weight: 400;
	text-decoration: none;
}

#content-full {
	/*margin-bottom: 20px;
	background-color: #FFFFFF;
	padding: 20px 20px 20px 20px;
	width: 96%;*/
	margin-top: 0;
}

#post-17 h1 {display: none;}

.home #wrapper {
	background-color: #ffffff;
	opacity: 0.95;
	border: none;
	border-radius: 0px;
	margin: 20px auto;
	padding: 20px 20px 0 20px;
}

.get-started {
	line-height: 2.3em;
	font-family: "Century Gothic";
	font-weight: bold;
	font-size: 2.5em;
	color: #343841;
	background-color: #a80000;
	background: -moz-linear-gradient(top, #ffffff 0%, #a80000 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#a80000)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#a80000 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#a80000 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#a80000 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#a80000 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#a80000',GradientType=0 ); /* IE6-9 */
	display: block;
	width: 250px;
	border-radius: 10px;
	border: 1px solid #585858;
	padding: 0px 30px 0px 30px;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	
}

h2.promotion {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	background: #EFEFEF;
	padding: 10px 0;
	border: 2px dashed #666666;
}

h2.promotion span {
	color: #a80000;
}

.menu a {
	font-weight: normal;
}

#footer {
	max-width: 910px;
	background-color: #ffffff;
	opacity: 0.95;
}

