/* logo position */

.logo-wrap {
    margin-top: -30px;

}
#site-header.sticky-navigation-active .logo-wrap {
    margin-top: -50px;
	margin-bottom: -80px;
}

/* move header to allow sign up form */
header#site-header.sticky-navigation {
    padding-top: 60px;
}

/* navigation menu*/
#primary-navigation a:hover, .navigation ul .current-menu-item > a {
    color: #fff !important;
}
a#pull {
    color: #fff !important;
}

/*space under header*/

.featured-category-title {
    margin-top: 55px;
}


/*main page pagination*/

.front-view-content{
	line-height: 25px;
}

/* Force post content area to be 80% centered */
    #page.single #content_box {
        float: none;
        width: 75%;
        margin: 0 auto;
    }

/*POSTS: typos*/

.post img {
	margin-bottom: 35px;
}
	
.post-single-content h2 {
	margin-top: 55px;
	line-height: 1.4;
}

.post-single-content h3 {
	margin-top: 40px;
	line-height: 1.4;
}


p {
	line-height: 1.65
}

.related-posts h4 {
	margin-top:45px;
}

/* POSTS: add top margin to title + featured image*/
.single-title {
	margin-top: 100px;
}

.post img {
	margin-top:70px;
}


/* POSTS: Add top margin to image */
.post-488 img.alignleft {
	margin-top: 30px;
}

/*HOMEPAGE Displays description on Mobile device*/
@media screen and (max-width: 979px) {
	.article-layout-3 .latestPost.big-thumb .front-view-content {
    display: block;
	}}

/* center text on category and tag pages */
.archive .article {
    float: none;
    margin: 0 auto;
}


/*category pages formatting on mobiles*/
@media only screen and (max-width: 767px) {
   .archive .latestPost, .search .latestPost {
     width: 100%;
     margin: 0 auto;
   }
	h1 {
		font-size: 35px;
	}
}

/* format text on Category pages */

.category h1{
	margin-top: 40px;
}

.category a img.aligncenter {
	margin-top: 65px;
}

/* Make the hr HTML tags appear in the center - AS - 5275038-hc */
hr {
    display: block;
    margin: 0 auto;
	margin-top: 50px;
	margin-bottom: 50px;
}

/* space above featured articles on category pages*/

.category .featured-thumbnail img {
	margin-top: 65px;
}

/* Hide Category and Tag titles on Category and Tag pages */
.category .postsby {
    display: none;
}

.tag .postsby {
    display: none;
}

/*CATEGORY pages: organize the posts*/

.archive .latestPost, .search .latestPost {
     width: 100%;
     margin: 8 auto;
}

/* CATEGORY PAGES - posts listing: put books to left of titles & excerpts */
@media screen and ( min-width: 1000px  ) {
    .category .latestPost img {
        float: left;
        width: 250px;
        margin-right:50px;
    }
    .category .latestPost header {
        max-width: 500px;
        display: inline-block;
			margin-top: 50px;			
    }
    .category .latestPost .front-view-content {
        max-width: 500px;
        float: right;
			margin-top: -30px;
    }
}

/* TAG PAGES - posts listing: put books to left of titles & excerpts */
@media screen and ( min-width: 1000px  ) {
    .tag .latestPost img {
        float: left;
        width: 250px;
        margin-right:50px;
    }
    .tag .latestPost header {
        max-width: 500px;
        display: inline-block;
			margin-top: 50px;			
    }
    .tag .latestPost .front-view-content {
        max-width: 500px;
        float: right;
			margin-top: -30px;
    }
	.tag .featured-thumbnail img {
	margin-top: 65px;
}

/* CATEGORY PAGES: hide "No comments" and separator in .latestPost */
 .latestPost .theauthor::after,
     .latestPost .thecomment {
    	display:none;
    }

/* Hide author name on tag and category pages | NL-7649055-hc */
.archive .post-info {
  display: none;
}
	
	
/* ----- CATEGORY - MOBILES: formatting on mobiles*/
@media only screen and (max-width: 767px) {
   .archive .latestPost, .search .latestPost {
     width: 100%;
     margin: 0 auto;
   }
	h1 {
		font-size: 35px;
	}


/* hide comment-count display */
.thecomment, .theauthor::after{
     display:none;
    }

	
/* add padding between articles on mobile archive page */
@media only screen and (max-width: 767px) {
   .archive article {
    
    padding-bottom:75px;
    
}
	}}

/*To hide Breadcrumb and page title from "asia-pacific-insights-research-the-asia-pacific-circle" Page */
.page-id-769 h1.title {
  display: none;
} 

.page-id-769 .breadcrumb
{
  display:none;
} 
}

@media only screen and (max-width: 767px) {
.page-id-769 h1.title {
  display: none;
} 

.page-id-769 .breadcrumb
{
  display:none;
} 
}


/* POSTS: title size on mobiles*/
@media only screen and (max-width: 767px) {
   .single-title {
    font-size:34px;  
	}
}

/*PAGES: format title & H1 on desktops and phones */
.page h1{
	font-size:35px;
	font-weight: 900;
	color: #273668;
}

@media only screen and (max-width: 767px) {
	.page h1{
	font-size:34px;
		color: #273668;
	}}
		
		
/* selection highlight color */
::selection {
    color: #ffffff; 
    background: #0080ff;
}

/* PAGES + POSTS center all images to avoid ugly square on phones*/
/*Move text below thumbnail images | SN-6115970
 -hc*/

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

article img.left, article img.alignleft, .wp-caption.alignleft {
margin-right: 10em;
}
}