



/*
 *  ___
 * /\_ \
 * \//\ \      __      ___   __  __    ___     ___
 *   \ \ \   /'__`\  /' _ `\/\ \/\ \  / __`\ /' _ `\
 *    \_\ \_/\ \_\.\_/\ \/\ \ \ \_\ \/\ \_\ \/\ \/\ \
 *    /\____\ \__/.\_\ \_\ \_\/`____ \ \____/\ \_\ \_\
 *    \/____/\/__/\/_/\/_/\/_/`/___/> \/___/  \/_/\/_/
 *                               /\___/
 *                               \/__/
 *
 * Designed, built, and released under MIT license by @mdo. Learn more at
 * https://github.com/poole/lanyon.
 */


/*
 * Contents
 *
 * Global resets
 * Masthead
 * Sidebar
 * Slide effect
 * Posts and pages
 * Pagination
 * Reverse layout
 * Themes
 */


/*
 * Global resets
 *
 * Update the foundational and global aspects of the page.
 */

/* Prevent scroll on narrow devices */
html,
body {
    overflow-x: hidden;
}

html {
    font-family: -apple-system, sans-serif;
    font-weight: 400;
}


h1, h2, h3, h4, h5, h6 {
    font-family: -apple-system, sans-serif;
    font-weight: 600;
    /* 	text-transform: uppercase; */
}

h4, h5, h6 {
    text-transform: uppercase;
    color: #c0c0c0;
}




/*
 * Wrapper
 *
 * The wrapper is used to position site content when the sidebar is toggled. We
 * use an outter wrap to position the sidebar without interferring with the
 * regular page content.
 */

.wrap {
    position: relative;
    width: 100%;
}


/*
 * Container
 *
 * Center the page content.
 */

.container {
    max-width: 30rem;
}
@media (min-width: 38rem) {
    .container {
        max-width: 32rem;
    }
}
@media (min-width: 56rem) {
    .container {
        max-width: 40rem;
    }
}



/* Fontawesome */
i:hover, div.i:hover, p.i:hover {
	color: #D4502B !important; 
}


/*
 * Masthead
 *
 * Super small header above the content for site name and short description.
 */

.masthead {
    padding-top:    1rem;
    padding-bottom: 1rem;
    margin-bottom: 3rem;
/*     border-bottom: 1px solid #eee; */
    z-index: 20;
    background-color: #ffffff;
}
.masthead-title {
    margin: 0 auto;
    text-align: left;
    font-weight: bold;
    font-size: 1.7rem;
    color: black;
    /*   text-transform: uppercase; */
    /*   letter-spacing: 1px; */
}
.masthead-title a {
    color: black !important;
}


.details > a.tags {
    margin: 0.5rem;
    border: 1px #c0c0c0 solid;
    border-radius: 3px;
    padding: 2px;
    background: rgba(192, 192, 192, 0.25);
}


#carbon-ads-container {
	display: block;
    top: 20px;
    width: 150px;
    padding: 12px 10px;
    z-index: 1000;
    margin-left: -170px;
    float: left;
    line-height: 0.9rem;
	background: #efefef; 
    padding-bottom: 2.5rem;
    border-radius: 5px;
    position: fixed;
	margin-top: 8.5rem;
	border: 1px solid #efefef;
}

.carbon-text {
/* 	display: block; */
    text-align: left;
    font-size: 0.7rem;
    max-width: 100%;
    height: 100px;
    color: rgba(82, 82, 82, 1) !important;
    font-family: "Whitney SSm A", "Whitney SSm B", sans-serif;
}

.carbon-img img {
    display: block;
    float: left;
	clear: none;
	margin-bottom: 0.5rem;
    max-width: 100% !important;
    border-radius: 3px !important;
    margin-left: 0rem;
}

.carbon-poweredby {
	position: absolute;
	display: block;
    text-align: left;
    font-family: inherit, sans-serif;
    margin-top: 1rem;
    text-transform: uppercase;
	font-size: 0.65rem;
}

@media screen and (max-width: 970px) {
    #carbon-ads-container {
    display: block;
    left: 0;
    right: 0;
    width: 280px;
    height: 125px;
    margin-left: calc((100% - 280px)/2);
    margin-right: auto;
    line-height: .9rem;
    background: #f5f5f5;
    padding-bottom: 2.5rem;
    border-radius: 5px;
    position: relative;
    margin-top: 1rem;
    margin-bottom: 2rem;
    border: 1px solid #efefef;
	}
	
	.carbon-img img {
		margin-right: 0.5rem;
	}
	.carbon-poweredby { 
		display: block;
		position: absolute;
		text-align: right;
		float: right;
		width: 250px;
		background-color: transparent;
		margin-top: 0;
		bottom: 0;
		padding-bottom: 0.65rem;
		
		
	}
	
	hr.post-divider {
    	margin-top: 12rem !important;
    }
	
}






p.support {
	margin-top: -2rem;
	margin-bottom: 2rem;
  text-transform: uppercase;
  font-family: inherit, sans-serif;
	font-size: 0.6rem;
	letter-spacing: 2px;
	text-align: center;
	color: rgba(82, 82, 82, 1) !important;
	font-weight: bold;
}






#iubenda_policy {
    font-family: inherit !important;
}


/* Top Menu */

.top-navigation {
    text-align: left;
    margin-top: 0.8em;
}

a.top-nav-item-1 {
    font-family: inherit, Helvetica, sans-serif;
    margin-right: 7px;
    color: #D4502B !important;
}

a.top-nav-item {
    font-family: inherit, Helvetica, sans-serif;
    margin: 7px;
    color: #D4502B !important;
}

a.top-nav-social {
    color: #c0c0c0 !important;
    font-weight: bold;
}

i, div.i, p.i {
    color: #c0c0c0;
}


/* Hide Review Markup */
.hreview {
    display:none;
}

/* Archives */





/*
 * Posts and pages
 *
 * Each post is wrapped in `.post` and is used on default and post layouts. Each
 * page is wrapped in `.page` and is only used on the page layout.
 */

.page,
.post {
    /*    margin-top: 4rem; */
}

.page {
	display: inline-block;
}

/* Blog post or page title */
.page-title,
.post-title {
    color: #000000 !important;
    display: inline-block;
}
.page-title,
.post-title {
    margin-top: 3rem;
    font-size: 1.5rem;
}

.post-title a {
    color: black;
}

.post-title a:hover {
    text-decoration: underline;
}




.details {
    font-size: 0.8rem;
    font-weight: 300;
/*     margin-top: 2rem; */
/*     text-align: right; */
}

/* Meta date line below post title */
.post-date {
    display: block;
/*
    margin-top: -.5rem;
    margin-bottom: 1rem;
*/
/*     color: #9a9a9a; */
}

/* Related posts */
.related {
    padding-top: 2rem;
    padding-bottom: 2rem;
    border-top: 1px solid #eee;
}
.related-posts {
    padding-left: 0;
    list-style: none;
}
.related-posts h3 {
    margin-top: 0;
}
.related-posts li small {
    font-size: 75%;
    color: #999;
}
.related-posts li a:hover {
    color: #268bd2;
    text-decoration: none;
}
.related-posts li a:hover small {
    color: inherit;
}




/*
Footnotes
*/

.footnotes::before
{
    font-size: 90%;
    content: "Footnotes";
    text-transform: uppercase;
    letter-spacing: 1px;
}


.footnotes
{
    padding-top: 20px;
    font-size: 80%;
}

sup {
    padding: 3px;
}

/* GSC */
form.fieldset {
    border: none;
}

form.fieldset.input.search.archive {
    width: 100%;
    padding: 0.5em;
    font-family: inherit;
    font-size: inherit;
}


/*
 * Pagination
 *
 * Super lightweight (HTML-wise) blog pagination. `span`s are provide for when
 * there are no more previous or next posts to show.
 */

.pagination {
    overflow: hidden; /* clearfix */
    margin-left: -1rem;
    margin-right: -1rem;
    font-family: inherit, Helvetica, sans-serif;
    color: #ccc;
    text-align: center;
}

/* Pagination items can be `span`s or `a`s */
.pagination-item {
    display: block;
    padding: 1rem;
    border: 1px solid #eee;
}
.pagination-item:first-child {
    margin-bottom: -1px;
}

/* Only provide a hover state for linked pagination items */
a.pagination-item:hover {
    background-color: #f5f5f5;
}

@media (min-width: 30em) {
    .pagination {
        margin: 3rem 0;
    }
    .pagination-item {
        float: left;
        width: 50%;
    }
    .pagination-item:first-child {
        margin-bottom: 0;
        border-top-left-radius:    4px;
        border-bottom-left-radius: 4px;
    }
    .pagination-item:last-child {
        margin-left: -1px;
        border-top-right-radius:    4px;
        border-bottom-right-radius: 4px;
    }
}

/* Tagging */
a[class*="set-"] {
	background: #D4502B;
	border-radius: 3px;
	color: white;
	padding: 5px;
	line-height: 2em;
	white-space: pre;
}



