/* These styles are used in the backend editor AND in the Theme (frontend) */

/* Most themes nowadays provide an extra stylesheet of classes which WordPress itself then */
/* applies to the backend editor TinyMCE. However, custom CSS - set in Plugins, in the WP  */
/* Customizer or in Theme options, will normally not be reflected to TinyMCE. So better to */
/* put such styles all here, where they will apply to TinyMCE *and* the frontend.          */

/* The goal is not only to make the visual editor display look as much like the frontend as    */
/* possible, but also to make sure that all important CSS classes are available for convenient */
/* selection in TinyMCEs "Formats" dropdown - so do not forget to configure the TinyMCE styles */
/* dropdown with elements to match those here.                                                 */

/* If you do not need this file then upload an empty one (zero bytes) which will not be loaded at all. */

/* Suggested general non-tag-specific visual styles */

.list       { margin: 0.35rem 0; }
.topless    { margin-top: 0 !important; }
.bottomless { margin-bottom: 0 !important; }
.beforelist { margin-bottom: 0.5rem; }
.lastitemem { margin-bottom: 0; padding-bottom: 1.3rem; }



.milestone {
	

	
	/*background:yellow;*/
}

.milestone{
	
	font-size: 1.1em;
	margin-top: 15px;
	margin-bottom:0;
	clear:none;
	display: block;

	
}

/*
.milestone:after {
	clear:both;
	display:block;
	position:relative;
	content:'';
	height: 1px;
	width: 100%;
	background: gray;
	margin-top:10px;
	margin-bottom: 13px;
	
}

*/




.milestone img.alignleft {
	float:none;
	display: block;
	margin-left:auto;
	margin-right:auto;
	max-width: 160px;
	margin-top:0;
	border-radius: 50%;
		border:1px solid gray;
	
}




@media only screen and (min-width:1024px) {
		
	.milestone img.alignleft{
		max-width: 130px;
		border-radius: 50%;
		border:1px solid gray;
		margin-top: -10px;
		margin-bottom:5px;
		float:left;
		display:inline;
		margin-right: 1em;
	}
}



strong { font-weight: bold; }
/* Revert to normal text within strong */
.notstrong { font-weight: normal; }

.smaller { font-size: 0.95rem; line-height: 1.25; }
.small   { font-size: 0.89rem; line-height: 1.2; }

.screen-reader-text, .dispnone { display: none; }

/* Append your site-specific styles here */

a:link, a:visited {
    transition: all .31s ease;
}
.button, button, input[type="button"], input[type="reset"], input[type="submit"], .button, .widget a.button {
    background-color: #eeeeee;
    border-color: #eeeeee;
    color: #333333;
}
.button, button, input[type=button], input[type=reset], input[type=submit], .button, .wc-block-grid__products .wc-block-grid__product .wp-block-button__link, .added_to_cart {
    border: 0;
    border-radius: 0;
    background: none;
    background-color: #43454b;
    border-color: #43454b;
    color: #fff;
    cursor: pointer;
    padding: .6180469716em 1.41575em;
    text-decoration: none;
    font-weight: 600;
    text-shadow: none;
    display: inline-block;
    -webkit-appearance: none;
}
