/*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 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;}


