

/********************** Top Hero Image **************************/
.mg-menu-full{
	  background-image:none!important;
}
#hero_image_wrap{
  background-color: #006;
}
.sotdhero-wrapper {
	max-height:300px;
  height:300px;
  opacity:0.85;
  background: no-repeat fixed top center;
	overflow: hidden;
}

#sotdhero {
	filter: brightness(50%);
}

#hero-title {
	position: absolute;
	display: flex;
	align-items: center;
	text-align: left;
	justify-content: center;  
	top: 45px;
  left: 30px;
  width: 290px;   
	left: 50%;
	margin-left: -145px;
}
#hero-title > .hero-crest {
	width:150px;
}
#hero-title > .hero-crest img{
	height: auto;
	max-width: 100%;
	vertical-align: middle;
  border-style: none;
}
#hero-title > .hero-text {
	width:200px;
}
#hero-title > .hero-text h1 {	
	color: yellow;
	font-size: 6.5rem;
	font-family: 'Chelsea Basis Bold';
	margin-bottom: 0px;
	padding-left: 15px;
  text-shadow: 8px 6px 10px #161700;  
	line-height: 7rem;
}

.soliloquy-caption, .soliloquy-controls{
	display:none !important;
}
.soliloquy-container .soliloquy-image{
	height:400px;
}
.soliloquy-container .soliloquy-item{
  width: auto !important;
}

#account_box{
	  text-align: right;
    background-color: #fff;
		display: inline-block;
    margin: 0;
    flex: 0 0 28%;
    max-width: 28%;
    height: 40px; 
		top: 7px;
}
#account_box .avatar {
	height: 50px;
	top:5px;
  margin-right: 10px;
  border-radius: 7px;
	text-align: left;
	display: inline-block;
	vertical-align: baseline;
}
#account_box #username {	
	display: inline-block;
	height: 40px;
  margin-right: 10px;
	text-align: left;
}

/******** mobile ********/
@media (max-width: 850px) {
	#account_box.col-md-3{
		grid-template-columns: repeat(4, 1fr);
		width:40%;
		margin:20px auto;
		display: block;
    flex: 0 0 100%;    
	}
	#account_box{
    flex: 0 0 100%;
    max-width: 100%;
		text-align: center;
  }
	.soliloquy-container .soliloquy-image{
		height:190px !important;
	}
	.sotdhero-wrapper{
		height:190px;
	}
	#hero-title{
	  top: 75px;
    width: 200px;
    margin-left: -90px;
	}
	#hero-title > .hero-crest {
		width:110px;
	}
	#hero-title > .hero-text h1{
		font-size:3.5rem;
		line-height: 4rem;
	}
	.mySlides .title{
		font-size:3.3rem;
	}
}


/********************** Latest News **************************/

.date_small_post{
	font-size: 1.3rem;
	color:#999;
}
.mg-posts-sec-inner .small-list-post .mg-blog-category {
	margin: 0;
}
.title_small_post {
	max-height: 60px;
}
.small-list-post h5{
	font-size:1.4rem;
	line-height: 1.8rem;
}

@media (max-width: 1020px) {
  .top-right-area .mg-posts-sec-inner .small-list-post li:nth-child(n+4) {
	display: none;
  } 
}
@media (max-width: 770px){
  .top-right-area .mg-posts-sec-inner .small-list-post li:nth-child(n+3) {
		display: block;
		} 
}


/********************** Latest Chat Section **************************/

.latest-chat-section {
	padding-top: 60px;
	padding-bottom: 60px;
	align-items: center;
}
.chat-box-wrap {
	background: #fff;
	border: 5px solid #006cff;
	border-radius: 20px;
	padding: 50px 50px 0px 50px;
	margin: 0 auto;
	max-width: 90%;
}
.chat-box-wrap > .row {
	display: grid;
  overflow: hidden;
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}
.chat-box-wrap > .row > .column {
	display: flex;
	text-align: left;
	margin: 10px;
}
.latest-chat-box {
	background: #fff;
	border: 3px solid #297bfd;
	color: #297bfd;
	padding: 30px;
	width: 100%;
  max-height: fit-content;
	max-width: 350px;
}
.latest-chat-box:hover {
	background: #f1f07a;
}
.column:nth-child(even) .latest-chat-box{
	border: 3px solid #05387d;
	color: #05387d;
}
#latest-chat-title {
  color: #03f;
  background-color: #fff;
	padding: 5px 10px;
	margin: 0 auto;	
	margin-bottom: 30px;	
	margin-top: -90px;
	max-width: 30%;
	text-align: center;
	font-size: 5rem;	
	max-width: 55%;
}
.latest-chat-box .speech-marks {
	font-size: 5rem;
	vertical-align: -webkit-baseline-middle;
  padding-right: 9px;
}
.latest-chat-box .chat-snippet {
	font-size: 1.8rem;
  font-style: italic;
  font-weight: bold;
}
.latest-chat-box .posted-by {
	margin-bottom: 0px;
	font-family: 'Chelsea Basis Medium';
	font-size: 1.4rem;
	color:#000;
	font-style: italic;
}
.latest-chat-box .date {
	font-family: 'Chelsea Basis Medium';
	font-size: 1.2rem;
	color:#000;
	font-style: italic;
}
#lc-button-div {
	text-align: center;
	padding: 60px 0px 60px 0px;
}
#homepage-latest-chat-button {
	font-family: 'Chelsea Basis Bold';
	color: #fff;
	font-size: 3rem;
	padding: 10px 33px;
	margin: 0 auto;
	text-align: center;
	background-color: #006cff;
}
#homepage-latest-chat-button:hover {
	color: #e6c524;
}

/******** mobile ********/
@media (max-width: 1400px) {
	.chat-box {
		max-width: 90%;
	}
	.chat-box > .row > .column {
		max-width: 350px;
	}
	.chat-snippet {
		font-size: 2.5rem;
	}
}

@media (max-width: 1100px) {
	#latest-chat-title {
		font-size: 3rem;
		max-width: 45%;
	}
  .chat-box-wrap > .row {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 800px) {	
	#latest-chat-title {
		font-size: 3rem;
		max-width: 75%;
	}
  .chat-box-wrap > .row {
    grid-template-columns: repeat(1, 1fr);
  }
	.chat-box-wrap > .row > .column {
    max-width: 100%;
    text-align: center;
  }
	.chat-box-wrap{
	padding: 50px 30px 0px 30px
	}
	.latest-chat-box	{
		padding: 20px 10px;
	}
}


/********************** Rumour Mill Section **************************/

.rumourmill-section {
	padding-top: 10px;
	margin-bottom: 50px;
	text-align: center;	
}
.rumourmill-section #rumour-mill-title {
	background-color: #006cff;
	color: white;
	padding: 5px 10px;
	max-width: 100%;
	margin: 0 auto;
	text-align: center;
	font-size: 3rem;
	white-space:nowrap;
}
.latest-rumour-wrap {
	background: #fff;
	padding: 50px 50px 0px 50px;
	margin: 0 auto;
	max-width: 90%;
}
.rumourmill-section .latest-rumour-box{
	display: flex;
	margin-bottom: 10px;
	width: 100%;
}
.rumourmill-section .rumour-info{
	flex: 1;
	text-align: left;
}
.rumourmill-section .rumour-image {
	flex: 1;
  margin-right: 20px;
	max-width: 200px;
	max-height: 130px;
}
.rumourmill-section .rumour-image img {
   width:200px;
}
.rumourmill-section .rumour-link  {
	color: #000;
	font-family: 'Chelsea Basis Bold';
	font-size: 1.9rem;
}
.rumourmill-section .rumour-link:hover {
	color: #e6c524;
}
.rumourmill-section .rumour-author {
	font-style: italic;
	font-size: 1.5rem;
	margin-top: 10px;
}
.rumourmill-section .rumour-article-date {
	font-style: italic;
	font-size: 1.3rem;
	color: #888;
	font-family: 'Chelsea Basis Regular';	
}
.mg-latest-news-title .container-fluid.col-md-8{
	padding: 5px; margin: 0;
}
.mg-latest-news {
	display:block; overflow:visible;
}
.mg-latest-news .mg-latest-news-slider{
	left: 250px !important;
	max-width:430px;
	white-space:normal;
	word-wrap: break-word;
  line-height: 18px;
}


/***************** mobile ********************/


@media (max-width: 850px) {
	.mg-latest-news {		
		display:none;
		}
}

@media (max-width: 800px) {
	.rumourmill-section #rumour-mill-title{
		font-size:2.0rem;
	}
	.rumourmill-section .latest-rumour-box{
    display: block;
	}
	.rumourmill-section .rumour-link {
		font-size: 1.6rem;
	}
	.rumourmill-section  .rumour-info{
    padding-top: 15px;
	}
	.latest-rumour-box {
    padding-top: 40px;
	}
	.rumourmill-section .rumour-image, 	.rumourmill-section .rumour-image img{
    margin:0;
		flex:none;
		display: block;
	}
}

@media (max-width: 600px) {
	.rumourmill-section #rumour-mill-title{
		font-size:2rem;
	}
	.rumourmill-section .latest-rumour-box{
    display: block;
	}
	.rumourmill-section .rumour-link {
		font-size: 1.5rem;
	}
	.rumourmill-section .rumour-image, .rumourmill-section .rumour-image img {
		width: 100%;
		max-width: 100%;
		margin-bottom: 5px;
		max-height: 300px;
	}	
	.latest-rumour-wrap{
		padding: 0px 20px 0px 20px;
	}

}


/********************** User Profiles Section **************************/

#user-profiles-title{
  color: #03f;
  background-color: #fff;
	padding: 5px 10px;
	margin: 0 auto;	
	text-align: center;
	font-size: 5rem;	
}
#home_profiles_wrap {
	position: relative;
	padding: 10px 0;
	align-items: center;
	margin: 0 auto;
	display: grid;
  overflow: hidden;
	max-width: 92%;
  grid-template-columns: repeat(8, 1fr);
  grid-auto-rows: 1fr;
  grid-column-gap: 5px;
  grid-row-gap: 5px;	
}
#home_profiles_wrap .home_profile {
	position: relative;
	overflow:hidden;
	min-height: 130px;
	font-size: 1.3rem;
	text-align: center;
	text-overflow: ellipsis;
  -webkit-line-clamp: 2;
}
#home_profiles_wrap .home_profile img {	
	border-radius:50%;
	width: 80px;
	height: 80px;
	cursor:pointer;
}


/******** mobile ********/
@media (max-width: 850px) {
	#home_profiles_wrap {
		grid-template-columns: repeat(4, 1fr);
	}
	#user-profiles-title{
		font-size:3.8rem;
	}
}

