
@media only screen and (min-device-width : 320px) and (max-device-width : 480px) {	

	
header.masthead .branding img#branding {
height: 100px !important;
width: 100px !important;
max-width: 100px !important;
}
	
header.masthead {
height: 125px;
 margin-bottom: 0px;
}
	
body.single-post .post-meta-data,body.single-post .post-meta-data *,body.page-template-default .post-meta-data,body.page-template-default .post-meta-data *,body.single-glossary .post-meta-data,body.single-glossary .post-meta-data * {
font-family: 'Roboto', sans-serif !important;
font-size: 11px !important
}	
	
.page .main-content .post-meta-data,
.single .main-content .post-meta-data {
  margin-bottom: .1rem;
  text-align: center;
}
	
	
	
	
	
/* This selector is straight out of the main stylesheet - OMG: */
	
.page .main-content .the-content > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.wp-block-separator),
.single .main-content .the-content > *:not(.alignfull):not(.alignwide):not(.alignleft):not(.alignright):not(.wp-block-separator) {

	
		max-width:100% !important; 
	 height: auto !important;
	}
	img { 
		
		 max-width: 100%;
   	 height: auto;
	
	}
	#support { 
			display: none;
	}
	.menu { 
		display: none;
	}
	
h1.entry-title  { 
	word-break: normal !important;	
  overflow: normal !important;
  overflow-wrap: normal !important;
  word-wrap: normal !important;
	
	 margin-bottom: .6rem;

}
	
.page .main-content .the-content .wp-caption,
.single .main-content .the-content .wp-caption {
  background: #fff;
  margin: 0px auto 0.125rem auto;
}
	
	
body.single-post h1.entry-title,body.page-template-default h1.entry-title,body.single-glossary h1.entry-title {
	
		font-size: 1em !important; /* this needs, !important to be remove from the base stylesheet */
		 line-height: 1.5;
	}
	
.page .main-content .entry-header, .single .main-content .entry-header {

background: rgba(255, 255, 255, 0.5);
margin-bottom: 5.1rem;
padding: 1rem 3.5rem 0 3.5rem !important;
text-align: center;
position: relative;
min-height: 4.9rem;

	}
	
}









#bottom-posts .post .image {
	overflow: hidden !important;
}

body.page-template-default header.entry-header,
body.single .main-content header.entry-header{
	margin-bottom: 0 !important;
	padding-bottom: 0 !important;
}

form.contact-form input {
	border-color: #333333;
}
button[type=submit] {
	background: #000000;
	border: 2px solid #000000;
	color: #FFFFFF;
}
button[type=submit]:hover {
	background: #ffffff;
	color: #000000;
	border: 2px solid #000000;
}

.glossary-link a {
	padding: 0 !important;
	color: #2B8CE0 !important;
}

body.single article.post header.entry-header {
	min-height: auto !important;
	padding-top: 2rem;
}

.comment-body p {
	font-size: 16px;
    line-height: 22px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif !important;
}

body.page-template-default .main-content article header.entry-header {
	padding-top: 0;
}

.edit-link {
	display: none;
}
.page .main-content .entry-header, .single .main-content .entry-header {
background: rgba(255, 255, 255, 0.5);
margin-bottom: 5.1rem;
padding: 5.1rem 6rem 0 6rem;
text-align: center;
position: relative;
min-height: 4.9rem;
}


body.search div#site-content {
	display: flex;
	align-items: flex-start;
	flex-direction: column;
	flex-wrap: nowrap;
	align-items: stretch;
}
body.search .main form.search-form {
	border: 1px solid rgba( 0, 0, 0, .15 );
}
body.search .main article {
	padding-right: 50px !important;
	padding-bottom: 110px !important;
}
body.search #main-content article.format-standard.post-has-thumbnail a.read-more {
position: absolute;
top: 130%;
}
body.search #main-content article.format-standard a.thumbnail img {
transform: rotate(7deg);
outline: 1px solid transparent;
right: 0;
position: relative;
z-index: 20;
transition: all 0.15s ease-in-out;
}
body.search #main-content article .entry {
	background: rgba( 255, 255, 255, 0 );
}

button {
  background: #222222;
  color:      #FFFFFF;
}

p::before { 
  margin-top: -30px; 
  height: 30px; 
}
