/*hides hamburger on computer version*/

@media screen and (min-width: 1125px) {.icon-menu:before {
   visibility: hidden;
	}}


/*shrink body text on phone tablet*/

@media screen and (max-width: 720px){ .post .entry-content p { font-size: 16.475px; } } /* End Mobile Text */

/*Controls Font*/
.post .entry-content p dl, h1, h2, h3, h4, h5, h6, ol,li.recentcomments, p, .post-standard, .post-archive .post:not(.post-standard) .post-excerpt, .authentic_widget_about .widget-content {
	font-family: "lemonde-journal",serif !important;
}

.overlay-inner h1 {
	font-family: "lemonde-journal",serif !important;
font-weight: 800!important;}

/*'new to areo' footer*/
li {font-family: poppins;}

/*controls color of line on donate box*/

.donate_button_custom .dotted_line {border-top: 0.5px solid #d3d3d3}
/*donate button size*/

.donate_button_custom .donate_button {
    font-family: poppins !important;
    background: #000 !important;
    color: #fff !important;
    font-size: 18px !important;
    padding: .5rem .7rem !important;
    display: inline-block;
    border: 8px solid #000 !important;
    line-height: 26px;
    margin-bottom: 15px;
    font-weight: 600 !important;
    text-transform: uppercase;

}


.donate_button_custom .share_text {font-family: inherit !important}

/*italic links fix*/
.content > p em a {
	text-decoration: underline;
	color: #a0a0a0;
}

.content > p em a:hover {
	text-decoration: underline;
	color: #000000;
}

/*bullet point links*/

.content > p ul a {
	text-decoration: underline;
	color: #a0a0a0;
}

.content > p ul a:hover {
	text-decoration: underline;
	color: #000000;
}

/*bulleted list links*/

.entry-content ul a, .entry-content ol a {
  text-decoration: underline;
	color: #a0a0a0;
} 

.entry-content ul a:hover, .entry-content ol a:hover {
  text-decoration: underline;
	color: #000000;
} 



/*Align Button*/

.patreon-campaign-banner {
    text-align: center;
}


/*Align little Patreon Symbol*/
.content img {
    margin-bottom: 0.2rem;
}


/*Format Patreon Button*/


.patreon-responsive-button {
    display: table-cell !important;
    vertical-align: middle;
    text-align: center;
    padding: 0px;
    height: auto;
    text-wrap: normal;
    background-color: #000;
    box-shadow: none !important;
    color: #fff !important;
    cursor: pointer;
    font-size: 14.5px;
    font-weight: 600 !important;
    text-shadow: none;
    text-decoration: none !important;
    text-transform: uppercase;
    font-family: poppins;
}

/*Format Patreon Button HOVER*/


/*change subsribe on homepage*/

input[name="jetpack_subscriptions_widget"]{
	background-color:#000;
	color: #fff;
	border: 0;
	box-shadow: none;
	padding:8px 20px;
	cursor: pointer;
		font-weight: 600;
	text-transform: uppercase
}

input[name="jetpack_subscriptions_widget"]:hover{
	background-color:#000;
	cursor: pointer !important;
}
#subscribe-submit{
	text-align:center;
	font-family: poppins;
	font-size: 14.5px;

}

#eu-cookie-law {
	font-family: poppins;}

div.cb_p6_message_over_post_button {font-family: poppins}

.overlay-inner .entry-title {
  text-shadow: 2px 2px 4px #000;
}

.slider-container.slider-featured.slider-large {
    margin-top: -223px;

}

/* Used for SubscribeStar and Patreon donation buttons */
a.post-footer-button {
	font-family: Poppins;
	font-size:16px;
	text-decoration: none;
	line-height: 3em;
	border: none;
	padding: 0.6em 1em;
	background: black;
	color: white;
	font-weight: bold;
}

a.post-footer-button:hover {
	color: white;
}

/* Add a small amount of space after areo in the nav bar */
.navbar-brand.site-title {
	margin-right: 10px;
}