/* CSS Document */
/* BLOG CSS */
body {
    font-size: 16px;
    line-height: 24px;
}
#WRDPRESS .o-wrapper.t-main-content-element {
	max-width: 80rem;
	margin-left:auto;
	margin-right: auto;
}
#WRDPRESS #content{
	margin-top: 0rem;
	padding-left: 0rem;
}
.widget-title {
    display: block;
    padding: 0 5px;
    text-decoration: none;
    background: #fff;
    color: #535353;
    text-transform: uppercase;
    font-size: 14px;
    height: 27px;
    line-height: 27px;
    font-weight: 600;
    margin-bottom: 1px;
    text-transform: uppercase;
}

#WRDPRESS .t-main-content-element .cattree li {
    list-style: none;
    border-top: 10px solid #fff;
    padding-left: 0px;
    background-color: #e3e3e3;
}

#WRDPRESS .t-main-content-element .cattree li a {
    color: #1e1e1e;
    font-weight: 400;
    line-height: 1.7;
    font-size: 18px;
    line-height: 50px;
    font-weight: 600;
    text-transform: uppercase;
}
#WRDPRESS .cattree a {
    font-size: 12px;
    font-weight: 700;
    height: 100%;
    line-height: 22px;
}

#WRDPRESS .hentry, .no-results {
    border-bottom: 1px solid #d70708;
    margin: 0 0 2em;
    padding: 0 0 1.625em;
    position: relative;
}
#WRDPRESS .t-main-content-element .cattree li a {
 	display: block;
    width: 100%;
	margin: 0;
    padding: calc(0.5em * 1 - 1px) calc(1em * 1 - 1px);
    position: relative;
    vertical-align: middle;
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 600;
    line-height: normal;
    text-align: left;
    text-decoration: none;
    background-color: #e3e3e3;
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0.125em;
    color: #1e1e1e;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    transition: color 0.3s ease, background-color 0.3s ease, border-color 0.3s ease, box-shadow 0.3s ease;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
#WRDPRESS .t-main-content-element .cattree li a:hover,
#WRDPRESS .t-main-content-element .cattree li a:active,
#WRDPRESS .t-main-content-element .cattree li a:focus{
	background-color: #9a9a9a; /*#c0c0c0*/
    text-decoration: none;
    outline: none;
	font-weight: 700;
}
#WRDPRESS article ul.blog-post-image {
	margin-left: 0px;
}
#WRDPRESS article ul li.post-attachment {
	list-style: none;
	max-width: 100%;
	margin-left: 0px;
}
#WRDPRESS article ul li.post-attachment a{
	display: block;
	max-width: 100%;
}
#WRDPRESS article ul li.post-attachment img{
	max-width: inherit;
}
#WRDPRESS h1.entry-title {
	margin-bottom: 0px;
	padding-bottom: 5px;
}
#WRDPRESS .entry-header .entry-meta {
    /* position: absolute; */
    /* top: 0; */
    /* right: 0; */
	position: relative;
	margin-bottom: 1rem;
}

#WRDPRESS #archives-2{
	margin-top: 1rem;
}
#WRDPRESS select#archives-dropdown-2 {
    width: 100%;
    height: calc(2.5em - (1px * 2));
    padding: calc(1em / 2) calc(1em / 2);
    font-family: inherit;
    font-size: 1.125em;
    font-weight: 600;
    line-height: normal;
    background-color: #fff;
    border: 1px solid #c0c0c0;
    border-radius: 0.125em;
    box-shadow: 0 0 0 0 rgb(0 0 0 / 20%);
    cursor: pointer;
    outline: 0;
    transition: box-shadow 0.25s ease, border-color 0.25s ease;
    -webkit-appearance: none;
    -moz-appearance: none;
}
#WRDPRESS .at-above-post.addthis_tool {
	position: absolute;
}
#WRDPRESS .entry-content .at-above-post.addthis_tool, #WRDPRESS > .at-above-post.addthis_tool {
	position: relative;
}
#WRDPRESS > .at-above-post.addthis_tool {
	display:none;
}
/* Medium Breakpoint [48em = 768px]
   =========================================== */
@media screen and (min-width: 48em) {
	#WRDPRESS #content{
		margin-top: 1rem;
		padding-left: 2rem;
	}
}