/*
Theme Name: Hope Association 2016
Author: Technic-al
Author URI: http://technic-al.com
Template:  twentysixteen
Version: 1.0.0
Description: Hope Association Theme customised from twenty-sixteen theme.
Version: 2.1
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: twenty-sixteen-child

*/


/* header amends */ 
.site-header .main-navigation + .social-navigation {
	margin-top: 0.75em;
        /* was 1.75em */
}

/*footer*/

.footer-item form{
    display:inline;
    margin:0px 20px;
    vertical-align:top;
}
.footer-item a{
    display:inline;
    margin: 0px 20px;
    margin-top:20px;
}
/* for category update - Jan 2019 */
.entry-format, .cat-links {
    display: none !important;
}


@media only screen and (max-width:767px) {




}

@media only screen and (max-width:640px) {


}



@media only screen and (max-width:360px) {


}

/* custom CSS for Twenty Sixteen to make post full width and to move postmeta to below post*/
@media screen and (min-width: 44.373em) {
	body.single.no-sidebar article:not(.type-page) .entry-footer 
	{
		float: none;
		margin: 1.5em 0 0;
		width: 100%;
	}	
	body.single.no-sidebar article:not(.type-page) .entry-header,
	body.single.no-sidebar .comments-area,
	body.single.no-sidebar .post-navigation
	{
		float: none;
		margin: 0 0 5%;
		width: 100%;
	}
	.single.no-sidebar.single .byline, .single.no-sidebar .full-size-link, 
	body.single.no-sidebar.group-blog .byline,
	body.single.no-sidebar .entry-format, 
	body.single.no-sidebar .cat-links,
	body.single.no-sidebar .tags-links, 
	body.single.no-sidebar article:not(.sticky) .posted-on,
	body.single.no-sidebar article:not(.type-page) .comments-link,
	body.single.no-sidebar article:not(.type-page) .entry-footer .edit-link
	{
   		display: inline; 
	}
  	body.single.no-sidebar article:not(.type-page) .entry-footer > span:not(:last-child):after 
	{
		display: inline;
	}
	body.single.no-sidebar article:not(.type-page) .entry-content 
	{
		float: none;
		width: 100%; 
		margin: 0 0 5%;
	}
	body.single.no-sidebar article:not(.type-page) .entry-footer .avatar 
	{
		display: inline;
		margin: auto 0.3em 1em auto;
		width: 27px;
	}
}
