@charset "utf-8";
/* CSS Document */

/******************************

[Table of Contents]

1. Fonts
2. Body and some general stuff
5. Home
6. press


******************************/


/*********************************
2. Body and some general stuff
*********************************/
.buttons_press
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.button
{
	width: auto;
	height: 47px;
	background: transparent;
	border: solid 2px #c4ab9f;
	text-align: center;
	padding-left: 5px;
	padding-right: 5px;
}
.button a
{
	display: block;
	font-size: 18px;
	color: #b49383;
	line-height: 44px;
}
.button:hover
{
	background: #c4ab9f;
}
.button:hover a
{
	color: #FFFFFF;
}
.section_subtitle
{
	font-size: 36px;
}
.section_title
{
	margin-top: 6px;
}
.section_title h1
{
	font-size: 38px;
	font-weight: 300;
	margin-bottom: 20px;
}



/*********************************
5. Home
*********************************/
.home
{
	width: 100%;
	height: 524px;
}
.home_container
{
	position: absolute;
	bottom: 129px;
	left: 0;
	width: 100%;
}
.home_subtitle
{
	font-size: 26px;
	font-weight: 300;
	line-height: 0.75;
}
.home_title
{
	margin-top: -2px;
}
.home_title h1
{
	font-family: 'Rubik', sans-serif;
	font-size: 32px;
	font-weight: 300;
	color: #FFFFFF;
}
/*********************************
6. press
*********************************/

.press
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 93px;
	padding-bottom: 102px;
}
.press-PressQuotes
{
	width: 100%;
	background: #f9f9f9;
	padding-top: 93px;
	padding-bottom: 30px;
}
.press_col
{
	margin-bottom: 80px;
}

.press_post
{
	width: 100%;
}
.press_post_image
{
	width: 100%;
}
.press_post_image img
{
	max-width: 100%;
}
.press_post_date
{
	width: auto;
	height: 40px;
	position: absolute;
	left: 15px;
	top: -24px;
	color: #232323;
	background: #FFFFFF;
	text-align: center;
	border: solid 2px #c4ab9f;
	display: block;
	font-size: 12px;
	font-weight: 500;
	padding-left: 20px;
	padding-right: 20px;
	padding-top: 10px;
	padding-bottom: 10px;
}

.press_post_content
{
	padding-top: 23px;
	padding-bottom: 23px;
}
.press_post_title
{

}
.press_post_title a
{
	font-size: 22px;
	color: #95837a;
	line-height: 1.2em;
}
.press_post_title a:hover
{
	color: #c4ab9f;
}
.press_post_info
{
	display: inline-block;
	margin-top: 13px;
}
.press_post_info ul
{
	width: 100%;
	height: 30px;
	background: #c4ab9f;
	padding-left: 23px;
	padding-right: 26px;
}
.press_post_info ul li,
.press_post_info ul li a
{
	font-size: 16px;
	color: #FFFFFF;
}
.press_post_info ul li a:hover
{
	color: #232323;
}
.press_post_info ul li
{
	position: relative;
}
.press_post_info ul li:not(:last-child)::after
{
	display: inline-block;
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
}
.press_post_text p
{
	margin-top: 12px;
	font-size: 13px;
	line-height: 1.2em;
}
.load_more_row
{
	margin-top: 70px;
}
.load_more_button
{
	width: 216px;
	height: 48px;
	background: #c4ab9f;
	border: solid 2px #c4ab9f;
}
.load_more_button:hover
{
	background: transparent;
}
.load_more_button a
{
	color: #FFFFFF;
}
.load_more_button:hover a
{
	color: #c4ab9f;
}
