/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
noynote
/* Hide like button on testimonials on home page */

#like-post-wrapper-146237676-1760-5cfa2a61f3786 {
    display: none;
}

p {
	margin: 0;
	padding-bottom: 10px;
	font-size: 1em !important;
}

.content-area ul {
	margin: 0 0 20px 20px;
}

/**
 * Change the front page
 * banner text size
 * 4791057-hc (rf)
 */
#banner-content {
	font-size: 1.5em;
}

#banner-content a.button {
	font-size: .7em;
}

/**
 * Display the portfolio projects
 * titles by default
 * 4791057-hc (rf)
 */
.project.small a .title {
	opacity: 1;
}

.project.small .title span {
	border-bottom: none;
	font-weight: 300;
}

/* Resize Heading for second video */
#secondary-video-home div.excerpt p:nth-of-type(1) {
	font-size: 1.8em !important;
	font-weight: 300;
	margin-bottom: 14px;
}

/* Resize Heading for second video */
#secondary-video-home div.excerpt p:nth-of-type(1) {
/* changes */
	color: #fff !important;
}

/* Modify first video text */
#video-background p:nth-of-type(1) {
	font-size: 1.3em !important;
}

#video-background a {
	font-weight: 100 !important;
}

/* Resize Text for portfolio icons */
.project.small .title {
	font-size: 1.5em;
}

/* Decrease font size for entry content */
.entry-content {
	font-size: 13px;
}

/**
 * Display the portfolio projects
 * titles in the image for mobile
 * 4792009-hc
 */
@media only screen and (max-width:1024px) {
	.project.small .title {
		position: absolute;
		top: 50%;
	}
	
	.project.small .title span {
		color: #fff;
	}
}

/**
 * Portfolio: change the order of content and projects
 * 4792009-hc
 */
@media screen and (min-width: 720px) {
	/* Change the order of the elements */
	.body-wrap {
		display: flex;
		flex-direction: column;
	}
	
	/* Project Filter */
	#filter-nav {
		order: 1;
	}
	
	/* Project List */
	#posts-scroll {
		order: 2;
	}
	
	/* Page content */
	#portfolio-content {
		width: 100%;
		order: 3;
	}
	
	/* Align social items on a single row */
	div.sharedaddy {
		display: flex;
		align-items: flex-end;
	}
	
	div.sharedaddy .sd-social {
		flex: 2;
	}
	
	div.sharedaddy .sd-like {
		flex: 1;
	}
	
	/* Small hack to adjust the Like button position since it's an iframe */
	div.sharedaddy .sd-like iframe {
		margin-top: 5px;
		margin-left: -5px;
	}
}

/*Make tag line bold*/
h2.site-description {
	font-weight: 500;
}

/*Decrease the transperancy of the text on header image*/
#banner-content p {
	color: #ffffff;
}

/* Change the font size of "Paradigm Prizes" */
#projects > header > h2 {
	font-size: 5rem;
}

/*Change the banner's font size, and style*/
#jfk-quote {
	font-size: 18px;
	font-style: italic;
}

/* make JFK quote non-italic | RG-1267944-zen */
#jfk-quote {
	font-style: normal;
}

/* button text transformation | RG-1267944-zen */
header .meta p {
	text-transform: lowercase;
}

/* make JFK quote non-italic | RG-1267944-zen */
#jfk-quote {
	font-style: normal;
}

/* Adjust text style for Take the Challenge MRFX - HC  - 4937444 */
.page-id-2661 #main header.main .meta p {
	letter-spacing: 1px !important;
	font-size: 20px !important;
	text-transform: none !important;
}

/* Adjust Homepage intro textsize to fit in screen MRFX - HC  - 4937444 */
@media only screen and (max-width:390px) {
	.home #banner-content {
		margin-top: 10px !important;
	}
	
	.home #banner-content * {
		line-height: 1em !important;
	}
}

@media only screen and (min-width:391px) and (max-width:460px) {
	.home #banner-content {
		margin-top: 50px !important;
	}
	
	.home #banner-content * {
		line-height: 1em !important;
	}
}

.home #banner-content {
	padding: 60px 0;
}

.home #video-background {
	height: 550px !important;
}
@media (max-width:767px) {
	.home #video-background {
		height: 600px !important;
	}
}
.home .banner-content .inside {
	max-width: 9999px;
}

@media screen and (min-width: 460px) {
	.home #banner-content {
		margin-top: 0 !important;
	}
}

.site-header {
	height: auto !important;
}

div.inside p {
	font-weight: 350;
}

#secondary-video-home .inside .excerpt p {
	margin-bottom: 50px;
}

#secondary-video-home .inside .excerpt p:first-child {
	margin-bottom: 80px;
}

.site-title {
	font-weight: 300 !important;
}

/*Making the blog titles smaller on the homepage | #5389147-hc KG*/
.home #blog .posts .post h2 {
	font-size: 1.75em;
}
/* Blog List: always display the featured images -- 13316678-hc (EZ) */
.home #blog .posts .post h2 {
  color: #fff;
}

.home #blog .posts .overlay {
  opacity: 0.4;
  background: #000;
}

.home #blog .posts:hover .overlay {
  opacity: 0.6;
}

/*For All Bio Pages
 *Set the Quote Block font size
 *to 20px and use font open sans
*/
.page-id-6034 blockquote, 
.page-id-6203 blockquote, 
.page-id-6205 blockquote, 
.page-id-6211 blockquote, 
.page-id-6215 blockquote 
{
 font-size: 20px;
 font-family: "Open Sans",sans-    serif;
}

/*increase padding between featured posts panels on homepage | SN-13781095-hc*/
 #blog .posts .post { 
border-top: 10px solid white; }
/* add shadow to image kd- #13841853-hc */
.wp-block-image img {
    max-width: 100%;
    box-shadow: 10px 10px 5px grey;
}
#video-background p:nth-of-type(1) {
  font-size: 2.3em !important;
}
/* add text to portfolio page  / #14003722-hc bk */
.page-id-2661 .body-wrap:before {
  display: block;
  text-align: center;
	font-size: 15px;
		line-height: 40px;
  margin-bottom: 70px; 
  white-space: pre;
  content: 'Explore further - click on the four headings and images below';
}
.body-wrap::before {
    font-weight: 400;
}
/* limit featured image width | KS-14092886-hc */
img.post-thumb {
    max-width: 800px;
}
/* Add some top margin to headings jr-14120115-hc */

h3, h4, h5, h6 {
	margin-top: 1em;
}
/* Adds margin to the top of blockquote #14151977-hc */
blockquote {
    margin-top: 20px;
}
/* style read more link */
.more-link {
  display: block;
  width: 150px;
  color: #494949;
  text-decoration: none;
  padding: 15px 20px;
  border: 2px solid #494949;
  border-radius: 4px;
  margin: 20px auto;
  transition-property: all;
  transition: .5s ease;
  text-align: center;
}

.more-link:hover,
.more-link:visited {
  color: #000;
}
 /* Remove space below featured image DF 14174152-hc */
.page-id-2661 #main header.main {
	margin-bottom: 60px!important;
}
.page-id-2661 .body-wrap:before {
	margin-bottom: 20px; 
}
#filter-nav li a {
	color: #174968;
	font-size: 1.6em;
	font-weight: 200;
}
/* Resize "Prizes" button on home page / 14955774-hc */
#banner-content a.button {
    font-size: 45px;
}

/* Customise for Teams */

.wpm-6310-row,
.wpm-6310-col-3,
.wpm-6310-col-4 {
	display: flex!important;
}

/*
.entry-content {
	max-width: 1280px!important;
}
*/

.wpm_6310_team_style_3_designation {
	padding-bottom: 10px;
}

/* Hide the comments | 6691989-zen (NST) */

.comments-wrap {
    display: none;
}

/* END | 6691989-zen (NST) */




