html, body
{
font-family:"Poppins", sans-serif !important;
background-color: #f5f5f5;
}

.KGM-Stick-Body
{
 padding-top:100px;
 padding-right:0px!important;
}

.modal {
    padding-right: 0px !important;
}

.offcanvas {
    padding-right: 0px !important;
}

.Nav-KGM
{
	max-height:100px;
	background-image: linear-gradient(270deg, #9D50BB 0%, #14c4d5 100%);
	opacity:0.9;
    transition: all 0.35s ease-in-out;
}

.KGM-BG
{
	background-image: linear-gradient(270deg, #9D50BB 0%, #14c4d5 100%);
}

.KGM-BG-MOB-NAV
{
	background-image: linear-gradient(270deg, #6697cd 0%, #14c4d5 100%);
}

.KGM-Dropdown>li a
{
		color:#313131!important;
}

.KGM-Footer
{
	background-image: linear-gradient(270deg, #9D50BB 0%, #14c4d5 100%);
}


.Nav-KGM-Logo
{
	max-height:80px;
	margin-top: 10px;
	margin-bottom:10px;
	transition: all 0.35s ease-in-out;
}

.KGM-nav-links>li a {
    color: #2d2d2d;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
	font-weight:bold;
    padding: 1.25rem 0.9375rem!important;
    display: block;
    height: 60px;
    -webkit-transition: box-shadow 0.175s ease-in-out;
    -moz-transition: box-shadow 0.175s ease-in-out;
    -ms-transition: box-shadow 0.175s ease-in-out;
    -o-transition: box-shadow 0.175s ease-in-out;
    transition: box-shadow 0.175s ease-in-out;
}

.nav-item>span
{
	color: #2d2d2d;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
	font-weight:bold;
    padding: 1.25rem 0.9375rem!important;
    display: block;
    height: 60px;
    -webkit-transition: box-shadow 0.175s ease-in-out;
    -moz-transition: box-shadow 0.175s ease-in-out;
    -ms-transition: box-shadow 0.175s ease-in-out;
    -o-transition: box-shadow 0.175s ease-in-out;
    transition: box-shadow 0.175s ease-in-out;
}

.Search-KGM
{
	background-image: linear-gradient(270deg, #703985 0%, #109daa 100%);
	visibility: hidden;
	opacity: 0;
	max-height: 0px;
	transition: max-height 0s 0.5s, opacity 0.5s, visibility 0.5s;
}

.Livebar-KGM
{
	background-image: linear-gradient(270deg, #703985 0%, #109daa 100%);
}

.KGM-Livebar
{
	padding-top:10px;
	padding-bottom:10px;	
}

.Search_visible
{
    visibility: visible!important;
	opacity: 1;
	max-height: 95px;
	transition: max-height 0s, opacity 0.5s, visibility 0.5s;
}

.Search-form
{
position:relative;
}

.Search-input {
    border: none;
    font-size: 24px;
    font-size: 1.5rem;
    line-height: 92px;
    width: 100%;
    padding: 0 110px 0 0;
    color: #fff;
    background: transparent;
}

::placeholder {
  color: white;
  opacity: 1; /* Firefox */
}

.search-toggle {
    background-color: transparent;
    text-indent: -9999px;
    border: none;
    height: 45px;
    width: 50px;
    outline: none;
    transition: all 0.35s ease-in-out;
    color: transparent;
}

.search-toggle svg {
    display: block;
    width: 40px;
    height: 40px;
}

.KGM-btn-search {
    display: none;
    opacity: 0;
    background-color: #fff;
    color: #111;
    transition: opacity 0.25s ease-in-out;
    -moz-transition: opacity 0.25s ease-in-out;
    -webkit-transition: opacity 0.25s ease-in-out;
    border: none;
}

.KGM-search-submit {
    position: absolute;
    right: 10px;
    top: 50%;
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.KGM-btn
{
    display: inline-block;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    text-align: center;
    text-decoration: none;
    font-weight: bold;
}

.KGM-btn-search.is-visible {
    display: inline-block;
    opacity: 1;
}

.c-listen-live {
    display: block;
    background-color: #fff;
    text-align: center;
    border-radius: 10px;
    text-decoration: none;
	width:100%;
}

.c-listen-live .c-icon {
    display: inline-block;
    vertical-align: middle;
    margin-right: 1.25rem;
    width: 23px;
    height: 31px;
}

svg:not(:root) {
    overflow: hidden;
}

.c-listen-live .c-icon path {
    fill: #111;
}

.c-btn__text {
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 1.2;
    margin-bottom: 0;
    display: inline-block;
    vertical-align: middle;
}

.c-listen-live .c-btn__text {
    color: #111;
    font-size: 20px;
    font-size: 1.25rem;
    line-height: 60px;
}

.dropdown:hover>.dropdown-menu {
  display: block;
}

.dropdown>.dropdown-toggle:active {
  /*Without this, clicking will make it sticky*/
    pointer-events: none;
}


.KGM-Min-Stick
{
	bottom:0!important;
}





.KGM-Show-Col 
{
    width: 40%;
}
	
.KGM-Song-Col 
{
    width: 40%;
}
.KGM-Listen-Col
{
    width: 20%;
}

@media (max-width: 767.98px)
{
	.KGM-Show-Col 
	{
		width: 70%;
	}
	.KGM-Song-Col 
	{
		display:none!important;
	}
	.KGM-Listen-Col
	{
		width: 30%;
	}
}





















.Vertical-Nav


.Vertical-Nav {
	position: relative;
	margin: 50px;
	width: 360px;
    background: 
}

.Vertical-Nav ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
.Vertical-Nav ul li {
  /* Sub Menu */
}
.Vertical-Nav ul li a {
	display: block;
	padding: 10px 15px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: 0.2s linear;
	-moz-transition: 0.2s linear;
	-ms-transition: 0.2s linear;
	-o-transition: 0.2s linear;
	transition: 0.2s linear;
}
.Vertical-Nav ul li a:hover {
	background: #1d4f71;
	color: #fff;
}
.Vertical-Nav ul li a .fa {
	width: 16px;
	text-align: center;
	margin-right: 5px;
	float:right;
}
.Vertical-Nav ul ul {
	background: rgba(0, 0, 0, 0.2);
}
.Vertical-Nav ul li ul li a {
	
	border-left: 4px solid transparent;
	padding: 10px 20px;
}
.Vertical-Nav ul li ul li a:hover {
	border-left: 4px solid #3498db;
}

















.btn-group-sm > .btn.btn-icon, .btn.btn-icon.btn-sm {
    height: calc(1.5em + 1.1rem + 2px);
    width: calc(1.5em + 1.1rem + 2px);
}
.btn.btn-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    height: calc(1.5em + 1.55rem + 2px);
    width: calc(1.5em + 1.55rem + 2px);
}

.btn.btn-icon:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(
    .border-active
  ):not(.btn-flush) {
    border: 0;
}

.btn:not(.btn-shadow):not(.shadow):not(.shadow-sm):not(.shadow-lg):not(
    .shadow-xs
  ) {
    box-shadow: none;
}

.my-10
{
	margin-top:2.5rem!important;
	margin-bottom:2.5rem!important;
}

.btn.btn-icon .svg-icon, .btn.btn-icon i {
    padding: 0;
    margin: 0;
    line-height: 1;
}

.btn-group-sm
  > .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(
    .border-active
  ):not(.btn-flush):not(.btn-icon), .btn:not(.btn-outline):not(.btn-dashed):not(.border-hover):not(
    .border-active
  ):not(.btn-flush):not(.btn-icon).btn-sm {
    padding: calc(0.55rem + 1px) calc(1.25rem + 1px);
}


.bgi-size-cover {
    background-size: cover;
}

.bgi-position-center {
    background-position: center;
}

.bgi-no-repeat {
    background-repeat: no-repeat;
}

.card-rounded-top {
    border-top-left-radius: 1.25rem;
    border-top-right-radius: 1.25rem;
}

.min-h-200px {
    min-height: 200px !important;
}

.min-h-150px {
    min-height: 150px !important;
}

.position-relative {
    position: relative !important;
}

.mt-6 {
    margin-top: 1.5rem !important;
}




/* FONTS */

.KGM-FNT-WHT
{
	color:white;
}




/* NEWS ARTICLES */

.KGM-News-Title
{
	font-size: 2.75rem;
	font-weight: bold;
	line-height: 1.2;
	color:#14c4d5;
}



.KGM-Article-Publish
{
	border-bottom: rgba(0,0,0,0.2) 1px solid;
}

.KGM-Article-Img-Cont
{
	width:100%;
}

.KGM-Article-Img-Cont > img
{
	width:-webkit-fill-available;
}

.KGM-Media-Caption {
    font-size: 0.875rem;
    line-height: 1.2857142857142858;
    color: #545658;
    border-left: 1px solid #8A8C8E;
    margin-top: 0.5rem;
    padding-left: 0.5rem;
}





.KGM-Sidebar-Title
{
	font-size: 1.375rem;
	color:#9D50BB;
	font-weight:bold;
}

.KGM-Social-btn-FB
{
	width:100%;
	text-decoration:none;
	color:white;
	display:flex;
	justify-content:center;
	background:#45619c;
}

.KGM-Social-btn-FB:hover
{
	opacity:0.8;
}

.KGM-Social-btn-X
{
	width:100%;
	text-decoration:none;
	color:white;
	display:flex;
	justify-content:center;
	background:#000;
}

.KGM-Social-btn-X:hover
{
	opacity:0.8;
}


.KGM-Social-btn-DISC
{
	width:100%;
	text-decoration:none;
	color:white;
	display:flex;
	justify-content:center;
	background:#7289da;
}

.KGM-Social-btn-DISC:hover
{
	opacity:0.8;
}



.KGM-Btn-Rnd
{
	border-radius:5px;
}



.KGM-Nws-Crd-Title {
	margin-top: 0.5rem;
    font-size: 18px;
    font-size: 1.125rem;
    line-height: 1.3333333333;
    color: #111;
    font-weight: bold;
    margin-bottom: 0;
    
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
}

.KGM-Nws-Crd-description {
	margin-top: 0.4rem;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.5;
    color: #444;
    margin-bottom: 0;
	
	-webkit-box-orient: vertical;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	
}