/**
 * @file
 * Main body CSS
 * AT-Frodo Barrio Subtheme for Drupal 10
 */

body
{
	background-color: #f6f6f6;
	color: #222222;
	font-family:"Roboto", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}

#page
{
	background-color: #f6f6f6;
}

#content
{
	margin-bottom: 80px;
}

.call-to-action
{
	color: #ffffff;
	background-color: #80c251;
	text-align: center;
	display: inline-block;
	border-radius: 8px;
	cursor: pointer;
	text-decoration: none;
	position: relative;
	transition: .25s;
	padding: 1em 3em;
}

#main-wrapper
{
	background-color: #f6f6f6;
	color: #222222;
	font-family:"Roboto", sans-serif;
	font-size: 18px;
	line-height: 150%;
	font-weight: 400;
}

#main-wrapper .call-to-action
{
	font-weight: 700;
	font-size: 12pt;
	text-align: center;
	margin: 0;
	border-radius: 4px;
	padding: 0.5em 2em;
	text-transform: uppercase;
}

.call-to-action:hover
{
	background-color: #000000;
}

.call-to-action.disabled
{
	background-color: #444444;
}

.button-green
{
	background-color: #00853e;
	color: #ffffff;
}

.button-green:hover
{
	color: #ffffff;
}

.button-gray
{
	background-color: #666666;
	color: #ffffff;
}

.button-gray:hover
{
	color: #ffffff;
	background-color: #777777;
}


/* QuickEdit helper styles */
.simpler_quickedit_click:hover
{
	border: 1px dotted blue;
}

#quickedit-entity-toolbar
{
	max-width: 784px !important;
	/*top: 180px !important;*/
}