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

@font-face {
	font-family: 'Pacifico';
	src: url('../fonts/pacifico-webfont.woff2') format('woff2'),
		 url('../fonts/pacifico-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-regular-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-regular-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-bold-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-bold-webfont.woff') format('woff');
	font-weight: bold;
	font-style: normal;
}

@font-face {
	font-family: 'Source Sans Pro';
	src: url('../fonts/sourcesanspro-it-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-it-webfont.woff') format('woff');
	font-weight: normal;
	font-style: italic;
}

@font-face {
	font-family: 'Source Sans Pro Semibold';
	src: url('../fonts/sourcesanspro-semibold-webfont.woff2') format('woff2'),
		 url('../fonts/sourcesanspro-semibold-webfont.woff') format('woff');
	font-weight: normal;
	font-style: normal;
}

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

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #111;
	background: #fff;
}

.container {
	width: 1210px;
	margin: 0 auto;
	padding: 0;
	position: relative;
}

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

#header {
	text-align: center;
	height: 140px;
	min-height: 140px;
}

#header .outer {
	display: table;
	min-height: 140px;
	height: 140px;
	width: 100%;
}

#header .inner {
	display: table-cell;	
	vertical-align: middle;
	width: 100%;
}

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

#header .site-title .main-title a,
#footer .site-title .main-title a {
	font-family: Pacifico, Arial, Helvetica, sans-serif;
	color: #000001;
	color: var(--main-color-1);
	font-size: 50px;
	display: inline-block;
}

#header .site-title .main-title a:hover {
	color: #858585;
	color: var(--main-color-2);
}

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

#wrapper {
	overflow: hidden;
	background: #fff;
	padding: 25px 20px 40px 20px;
}

#content {
	width: 820px;
	float: left;
}

#sidebar {
	width: 350px;
	float: left;
	padding: 0 0 20px 30px;
}

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

#mainmenu,
#mainmenu ul,
#mainmenu ul li,
#mainmenu ul li a {
	height: 38px;
}

#mainmenu,
#mainmenu ul,
#mainmenu ul li {
	min-height: 38px;
}

#mainmenu ul li a {
	line-height: 38px;
}

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

#mainmenu {
	background: #000001;
	background: var(--main-color-1);
	overflow: hidden;
}

#mainmenu .container {
	text-align: center;
}

#mainmenu ul {
	list-style-type: none;
	display: inline-block;
}

#mainmenu ul li {
	float: left;
}

#mainmenu ul li a {
	font-family: 'Source Sans Pro Semibold', Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0 50px;
	font-size: 15px;
	font-weight: normal;
	color: #fff;
	display: block;
	text-transform: uppercase;
	transition: 0.2s;
}

#mainmenu ul li:last-child a {
	margin-right: 0;
}

#mainmenu ul li.selected a,
#mainmenu ul li a:hover {
	background: #858585;
	background: var(--main-color-2);
}

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

#responsive-menu-bar {
	display: none;	
	text-align: right;
	width: 100%;
	overflow: hidden;
	background: #000001;
	background: var(--main-color-1);
	color: #fff;
}

#responsive-menu-button {
	margin-right: 14px;
}

#responsive-menu-button .text {
	font-size: 20px;
	text-transform: uppercase;
	vertical-align: text-bottom;
}

#responsive-menu-button .hamburger {
	padding-top: 10px;
	padding-bottom: 10px;
}

#responsive-menu-button .hamburger:hover {
    opacity: 1;
}

#responsive-menu-button .hamburger .hamburger-inner,
#responsive-menu-button .hamburger .hamburger-inner::after,
#responsive-menu-button .hamburger .hamburger-inner::before,
#responsive-menu-button .hamburger.is-active .hamburger-inner,
#responsive-menu-button .hamburger.is-active .hamburger-inner::after,
#responsive-menu-button .hamburger.is-active .hamburger-inner::before {
	background-color: #fff;
}

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

#responsive-menu {
	position: absolute;
	left: 0;
	right: 0;
	background: #858585;
	background: var(--main-color-2);
	display: none;
	z-index: 100;
}

#responsive-menu ul {
	list-style-type: none;
}

#responsive-menu ul li {
	position: relative;
	border-bottom: 1px solid #fff;
}

#responsive-menu ul li:last-child {
	border-bottom: 0;
}

#responsive-menu ul li a {
	position: relative;
	display: block;
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 20px;
	padding-right: 20px;
	font-weight: bold;
	color: #fff;
	text-transform: uppercase;
	text-overflow: ellipsis;
	overflow: hidden;
	z-index: 101;
}

#responsive-menu ul li.has-sub > a {
	padding-right: 70px; /* 20px right padding + 50px button width  */
}

#responsive-menu ul li .button { 
	position: absolute;
	right: 0;
	top: 0;
	width: 50px;
	text-align: center;
	cursor: pointer;
	display: inline-block;
	z-index: 102;
	backdrop-filter: brightness(0.9);
	padding: 0;
}

#responsive-menu ul li > .button:after{
	font-family: 'FontAwesome';
	font-size: 16px;
	line-height: 18px;
	padding-top: 14px;
	padding-bottom: 14px;
	display: inline-block;
    content: "\f067";
	color: #fff;
}

#responsive-menu ul li.open > .button:after {
    content: "\f068";
}

#responsive-menu ul li a:hover,
#responsive-menu ul li.selected > a {
	color: #000001;
	color: var(--main-color-1);
}

#responsive-menu ul ul {
	display: none;
}

#responsive-menu ul ul li {
	border-bottom: 0;
}

#responsive-menu ul ul li a {
	font-weight: normal;
	padding-left: 40px;
}

#responsive-menu ul ul ul {
	border-top: 0;
}

#responsive-menu ul ul ul li a {
	text-transform: none;
	padding-left: 60px;
}

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

#sidebar .box {
	background: #fff;
	padding: 0;
	margin-bottom: 25px;
	overflow: hidden;
}

#sidebar .box h2,
#content h1.recent-blog-posts {
	font-size: 17px;
	font-weight: normal;
	margin: 0 0 20px 0;
	color: #fff;
	line-height: 34px;
	background: #000001;
	background: var(--main-color-1);
	text-align: center;
	height: 34px;
}

#sidebar .box p {
	font-size: 15px;
	margin-bottom: 10px;
	line-height: 21px;
}

#sidebar .box p:last-child {
	margin-bottom: 0;
}

#sidebar .box div.image.center {
	text-align: center;
	margin-bottom: 15px;
}

#sidebar .box p a {
	color: #000001;
	color: var(--main-color-1);
	text-decoration: none;
	font-weight: bold;
}

#sidebar .box p a:hover {
	text-decoration: none;
	color: #858585;
	color: var(--main-color-2);
}

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

#sidebar .sidebar-image {
	width: 100%;
	margin-bottom: 15px;
}

#sidebar .round-sidebar-image {
	width: 240px;
	height: 240px;
	margin-left: auto;
	margin-right: auto;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-bottom: 15px;
}

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

.button {
	padding: 10px 16px;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	font-size: 17px;
	cursor: pointer;
	border: 0;
	color: #fff;
	background: #000001;
	background: var(--main-color-1);
	line-height: 22px;
	transition: 0.2s;
}

.button:hover {
	background: #858585;
	background: var(--main-color-2);
}

.button i {
	margin-right: 4px;
}

#content a.button,
#sidebar a.button {
	color: #fff;
}

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

#sidebar .social-links {
	overflow: hidden;
	display: table;
	width: 100%;
	padding: 3px 0 1px 0;
}

#sidebar .social-links ul {
	display: table-row;
}

#sidebar .social-links ul li {
	display: table-cell;
	text-align: center;
}

#sidebar .social-links ul li.middle-icon {
	padding: 0 10px;
}

#sidebar .social-links a {
	display: inline-block;
}

#sidebar .social-links .icon {
	position: relative;
	text-align: center;
	width: 0px;
	height: 0px;
	padding: 19px;
	border-top-right-radius: 20px;
	border-top-left-radius: 20px;
	border-bottom-right-radius: 20px;
	border-bottom-left-radius: 20px; 
	-moz-border-radius: 20px 20px 20px 20px;
	-webkit-border-radius: 20px 20px 20px 20px;
	-khtml-border-radius: 20px 20px 20px 20px; 
	border: 1px solid #000001;
	border: 1px solid var(--main-color-1);
}

#sidebar .social-links .icon i {
	font-size: 22px;
	position: absolute;
	left: 7px;
	top: 8px;
}

#sidebar .social-links .icon.social {
	float: left;
	cursor: pointer;
	background: transparent;
	color: #000001;
	color: var(--main-color-1);
}

#sidebar .social-links .icon.social i {
	color: #000001;
	color: var(--main-color-1);
}

#sidebar .social-links a:hover .icon.social i {
	color: #858585;
	color: var(--main-color-2);
}

#sidebar .social-links a:hover .icon {
	border-color: #858585;
	border-color: var(--main-color-2);
}

#sidebar .social-links .icon.social.fb i {
	left: 12px;
	top: 8px;
}

#sidebar .social-links .icon.social.tw i {
	left: 10px;
}

#sidebar .social-links .icon.social.email i {
	left: 8px;
	top: 7px;
}

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

#content p.small-font,
#sidebar p.small-font {
	font-size: 13px;
	line-height: 16px;
}

#content ul.small-font,
#sidebar ul.small-font {
	font-size: 14px;
	line-height: 18px;
}

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

#teaser .main-blog-teaser {
	position: relative;
	margin-bottom: 25px;
}

#teaser .main-blog-teaser img {
	width: 100%;
}

#teaser .main-blog-teaser .inner {
	position: absolute;	
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

#teaser .main-blog-teaser .inner .blog-post-title {
	font-size: 30px;
	line-height: 32px;
	color: #fff;
	font-weight: bold;
	text-shadow: 2px 2px rgba(0, 0, 0, 0.75);
	margin-bottom: 15px;
	padding: 0 20px;
}

#teaser .main-blog-teaser .inner .button {
	padding-left: 30px;
	padding-right: 30px;
	font-size: 18px;
	font-weight: bold;
}

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

#content #blog-post-list .blog-post-list-item {
	margin-bottom: 20px;
}

#content #blog-post-list .blog-post-list-item .blog-post-image {
	float: left;
	width: 280px;
	margin-right: 20px;
}

#content #blog-post-list .blog-post-list-item .blog-post-image img {
	transition: 0.2s;
}

#content #blog-post-list .blog-post-list-item .blog-post-image img:hover {
	opacity: 0.8;
}

#content #blog-post-list .blog-post-list-item .blog-post-description {
	float: left;
	width: 520px;
}

#content #blog-post-list .blog-post-list-item .blog-post-description h2 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 21px;
	line-height: 25px;
}

#content #blog-post-list .blog-post-list-item .blog-post-description a {
	text-decoration: none;
	font-weight: normal;
}

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

#content .banner {
	margin-bottom: 22px;
}

#content .banner-image img {
	width: 100%;
} 

#content .banner a[href^="http://"]:after, 
#content .banner a[href^="https://"]:after {
	display: none;
}

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

#content .google-maps {
	position: relative;
    padding-bottom: 90%;
    height: 0;
    overflow: hidden;
	margin-bottom: 20px;
}

#content .google-maps iframe {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

#content .video {
	margin-bottom: 22.42px;
}

#content .video.custom-video video {
	width: 100%;
	outline: none;
}

#content .video.youtube-video {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 25px; 
	height: 0; 
	overflow: hidden;
}
 
#content .video.youtube-video iframe,
#content .video.youtube-video object,
#content .video.youtube-video embed {
	border: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

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

#content a {
	color: #000001;
	color: var(--main-color-1);
	text-decoration: underline;
}

#content a:hover {
	text-decoration: none;
}

#content h1 {
	font-family: 'Source Sans Pro', Arial, Helvetica, sans-serif;
	font-size: 32px;
	line-height: 34px;
	font-weight: bold;
	margin: 0 0 24px 0;
	color: #000001;
	color: var(--main-color-1);
}

#content h2 {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	margin: 0 0 16px 0;
	color: #000001;
	color: var(--main-color-1);
}

#content h3 {
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	margin: 0 0 16px 0;
	color: #000001;
	color: var(--main-color-1);
}

#content h4 {
	font-size: 17px;
	line-height: 21px;
	font-weight: bold;
	margin: 0 0 16px 0;
	color: #000001;
	color: var(--main-color-1);
}

#content p,
#content ul,
#content ol,
#content blockquote {
	margin-bottom: 22.42px;
	line-height: 24px;
}

#content ul,
#content ol {
	list-style-position: outside;
	margin-left: 20px;
}

#content ul {
	list-style-type: disc;
}

#content ul ul,
#content ol ol {
	margin-top: 7px;
	margin-bottom: 0;
}

#content ul li,
#content ol li {
	margin-bottom: 7px;
}

#content ul li p,
#content ol li p {
	margin: 0;
}

#content ul li:last-child,
#content ol li:last-child {
	margin-bottom: 0;
}

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

#content .table-container {
	width: 100%;
	overflow-x: auto;
}

#content table 	{
	border: 1px solid #cbcbcb;
	margin: 0 0 22.42px 0;
	border-collapse: collapse;
	border-spacing: 0;
    empty-cells: show;
	width: 100%;
}

#content table thead {
    color: #000;
    text-align: left;
    vertical-align: bottom;
}

#content table th,
#content table thead td {
	font-weight: bold;
	background-color: #e0e0e0;
	background-color: rgba(224, 224, 224, 0.4); 
}

#content table td, 
#content table th {
	padding: 12px;
	text-align: left;
	vertical-align: top;
	border-bottom: 1px solid #cbcbcb;
}

#content table td p {
	margin: 0;
}

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

#content hr {
	border: 0;
	height: 0;
	border-top: #d3d3d3 1px solid;
	margin-top: 22.42px;
	margin-bottom: 22.42px;
}

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

#content blockquote {
	background: #f9f9f9;
	border-left: 10px solid #ccc;
	margin: 0 20px 22.42px 20px;
	padding: 10px 15px;
}

#content blockquote p {
	margin: 0;
}

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

#content a[href^="http://"]:after,
#content a[href^="https://"]:after,
#sidebar a[href^="http://"]:after,
#sidebar a[href^="https://"]:after {
	font-family: "FontAwesome";
	font-size: 0.95em;
	font-weight: normal;
    content: "\f08e";
	padding-left: 5px;
	padding-right: 2px;
	text-decoration: none;
	display: inline-block;
}

#content a[href^="http://"]:hover:after,
#content a[href^="https://"]:hover:after,
#sidebar a[href^="http://"]:hover:after,
#sidebar a[href^="https://"]:hover:after {
	text-decoration: none;
}

#content a[href $=".pdf"]:before,
#content a[href $=".zip"]:before,
#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before,
#sidebar a[href $=".pdf"]:before,
#sidebar a[href $=".zip"]:before,
#sidebar a[href $=".doc"]:before,
#sidebar a[href $=".docx"]:before {
	font-family: 'FontAwesome';
	font-size: 1.1em;
	font-weight: normal;
	text-decoration: none;
	margin-right: 5px;
}

#content a[href $=".pdf"]:before,
#sidebar a[href $=".pdf"]:before {
	content: "\f1c1";
}

#content a[href $=".zip"]:before,
#sidebar a[href $=".zip"]:before {
	content: "\f1c6";
}

#content a[href $=".doc"]:before,
#content a[href $=".docx"]:before,
#sidebar a[href $=".doc"]:before,
#sidebar a[href $=".docx"]:before {
	content: "\f1c2";
}

#content a.hide-external-link-icon:after,
#sidebar a.hide-external-link-icon:after {
	display: none;
}

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

#content a.lightbox,
#content a.lightbox-gallery {
	position: relative;
	display: inline-block;
	text-decoration: none;
}

#content a.lightbox:before ,
#content a.lightbox-gallery:before  {
	font-family: 'FontAwesome';
	content: "\f002";
	color: #fff;
	font-size: 24px;
	text-shadow: 1px 1px rgba(0, 0, 0, 0.6);
	position: absolute; 
	right: 12px;
	bottom: 12px;
	display: none;
}

.no-touch #content a:hover.lightbox:before,
.no-touch #content a:hover.lightbox-gallery:before {
	display: block;
}

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

#content .image,
#content .image a {
	max-width: 100%;
	background: 0;
	padding: 0;
}

#content .image.left {
	float: left;
}

#content .image.right {
	float: right;
}

#content .image.center {
	text-align: center;
}

#content .image.float {
	width: 40%;
}

#content .image.float.left  {
	margin: 3px 15px 20px 0;
}

#content .image.float.right {
	margin: 3px 0 20px 15px;
}

#content .image.separate {
	margin: 0 0 22.42px 0;
}

#content .image.separate img,
#content .image.separate a {
	width: 100%;
}

#content .gallery {
	margin-bottom: 26px; /* 22.42px - .gallery a margin-bottom */ 
}

#content .gallery a {
	float: left;
	margin: 0 0 16px 0;
	width: 100%;
}

#content .gallery .row {
	margin: 0 -8px;
}

#content .gallery .col {
	padding: 0 8px;
}

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

#footer {
	min-height: 250px;
	background: #858585;
	background: var(--main-color-2);
	padding-top: 0;
	color: #fff;
	font-size: 16px;
	text-align: center;
	display: flex;
	align-items: center;
}

#footer .container {
	padding-left: 10px;
	padding-right: 10px;
}

#footer .copyright {
	margin-bottom: 12px;
	font-size: 15px;
}

#footer .footer-bottom {
	text-align: center;
	margin-top: 6px;
	padding-bottom: 0;
}

#footer .footer-bottom ul {
	list-style-type: none;
	display: inline-block;
	margin-bottom: 0;
	text-align: center;
}

#footer .footer-bottom ul li {
	float: left;
	margin-left: 12px;
}

#footer .footer-bottom ul li:after {
	content: "|";
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	margin-left: 12px;
}

#footer .footer-bottom ul li:last-child:after {
	content: "";
	margin-left: 0;
}

#footer .footer-bottom ul li a {
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	text-decoration: underline;
	line-height: 19px;
}

#footer .footer-bottom ul li a:hover {
	text-decoration: none;
}

#footer .site-title .main-title a {
	color: #fff;
	font-size: 29px;
	line-height: 29px;
	margin-bottom: 10px;
}

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

.clearer {
	clear: both;
}

.spacer {
	height: 20px;
	display: block;
	clear: both;
}

.hide { 
	display: none;
}

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

@media screen and (max-width: 1210px) { /* container width + padding left + padding right */
	.container {
		width: 100%;
	}

	#content {
		width: 70.08547%;
	}

	#sidebar {
		width: 29.91453%;
	}

	#content #blog-post-list .blog-post-list-item {
		display: table;
	}

	#content #blog-post-list .blog-post-list-item .blog-post-image {
		display: table-cell;
		float: none;
		padding-right: 20px;
	}

	#content #blog-post-list .blog-post-list-item .blog-post-description {
		display: table-cell;
		width: auto;
		float: none;
		vertical-align: top;
	}
}

@media screen and (max-width: 980px) {
	#mainmenu {
		display: none;
	}

	#responsive-menu-bar {
		display: block;
	}

	#content,
	#sidebar {
		float: none;
		width: 100%;
		padding: 0;
	}

	#wrapper {
		padding: 20px 20px;
	}
}

@media screen and (max-width: 760px) {
	#content .image, 
	#content .image a,
	#content .image img,
	#content .image.float {
		width: 100%;
	}

	#content .gallery .col,
	#content .gallery .col img {
		width: 100%;
	}

	#content #blog-post-list .blog-post-list-item {
		display: block;
		text-align: center;
	}

	#content #blog-post-list .blog-post-list-item .blog-post-image {
		display: block;
		padding: 0;
		margin: 0 0 10px 0;
		width: 100%;
	}

	#content #blog-post-list .blog-post-list-item .blog-post-description {
		display: block;
	}

	#teaser .main-blog-teaser {
		height: 300px;
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	#teaser .main-blog-teaser img {
		display: none;
	}

	#sidebar .box {
		text-align: center;
	}
}

@media screen and (max-width: 520px) {
	.row {
		margin-left: 0 !important;
		margin-right: 0 !important;		
	}

	.col {
		width: 100% !important;
		padding-left: 0 !important;
		padding-right: 0 !important;
	}

	#wrapper {
		padding: 10px;
	}

	#header,
	#header .outer {
		min-height: 105px;
		height: 105px;
	}

	#header .site-title .main-title a {
		font-size: 36px;
	}

	#responsive-menu-button {
		margin-right: 2px;
	}

	#content h1 {
		font-size: 26px;
		margin-bottom: 19px;
		line-height: 26px;
	}

	#content h2 {
		font-size: 22px;
		line-height: 24px;
	}

	#footer {
		padding: 25px 0 20px 0;
		min-height: 140px;
	}

	#footer .footer-bottom ul {
		margin-top: 10px;
	}

	#footer .footer-bottom ul li {
		float: none;
		margin-bottom: 10px;
	}

	#footer .footer-bottom ul li::after { 
		content: "";
		margin: 0;
	}
}

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

@media print {
	* {
		background: transparent !important;
		color: #000 !important;
		border-color: #000 !important;
		text-shadow: none !important;
		box-shadow: none !important;
	}

	html,
	body {
		font-size: 12pt;
		font-family: Arial, "Times New Roman", Times, serif;
		width: 100%;
		min-width: 100%;
	}

	#header {
		height: auto;
	}

	.container,
	#content,
	#sidebar {
		width: auto;
		margin: 0;
		padding: 0;
		float: none;
	}

	#mainmenu,
	#footer,
	#sidebar,
	#teaser .main-blog-teaser,
	#content h1.recent-blog-posts,
	.button {
		display: none;
	}

	#content #blog-post-list .blog-post-list-item .blog-post-image {
		margin-bottom: 10px;
	}

	#content #blog-post-list .blog-post-list-item .blog-post-description {
		width: 100%;
	}	
}

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

