/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/


/* Button Style for 3rd item in Secondary Menu */
/*		.secondary-navigation .menu > li:nth-of-type(3) a {
  background-color: #cd152f;
  padding: 1em 1.25em;
  color: #ffffff;
  font-weight: bold;
	text-align: center;		
  border-radius: 20px;
}
.secondary-navigation .menu > li:nth-of-type(3) .menu-item-description {
  color: #eeeeee;
}*/
.secondary-navigation .menu-item-1337 {
  height: 125px;
  width: 180px;
  background-image: url("https://rangersreach.com/wp-content/uploads/2020/09/5050_Logo_RR.png");
	/*
  background-image: url("https://rangersreach.com/wp-content/uploads/2020/09/5050_Coming_Soon-01.png");	
	*/
  background-position: right top;
  background-repeat: no-repeat;
  background-size: 85%;
}

.secondary-navigation .menu-item-1337 a {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
}
/* Add bold when hovering on links across web page
 */
a {
 color: #002de0
}

a:hover {
	color: #000000;
	font-weight: bold;
	}*/

/*  Hide blank space above posts on homepage -  19285544hc  */
.home .page-header {
	display: none;
}
/* make Staff (Grid Page) display as one fullwidth column | 18410351-hc */
.page-id-161 .th-grid-3 article {
	width: 75%;
}
/* decrease featured image size and add margin space to bottom in featured images of blog posts block */ 
.is-style-borders figure.post-thumbnail {
    margin-bottom: 3em !important;
    width:60%
}
/* Add more space between excerpt and read more button | #2910747-zen */
article .more-link-container {
    margin-top: 24px;
}
/*  hide featured content from homepage on mobile | 20611991-hc bk */ 
  @media (max-width: 600px){
  .home #featured-content,
  .home .brief-text /*,
	.home .footer-custom-text */	{
    display: none;
  }
@media (max-width: 600px) {
  .front-blog-posts {
    padding-top: 10px;
  }
  
  .site-header .header-inner {
    padding-bottom: 20px;
  }
}

p {
	color: grey;
		}
/* CENTRE BUTTON CODE */
.center-btn {
margin: 0 auto;
display: table;
}		
		

		
		
		
