@charset "utf-8";
/*This document has ChatMtn Customizations*/

/* CSS Document */
/* START Chat Room Customizations */
/* Place in base.html and base.index.html*/

::-webkit-scrollbar {
    width: 15px;
}

.room-list-area {
    height: calc(92vh - 180px);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 5px;
}

.room-sel-name h4 {
    font-size: 16px;
    margin: 0;
    font-weight: 600;
    margin-right: 5px;
	margin-top: 10px !important;
}

@media (min-width: 1400px)
{
	.footer-info > .container{
		max-width:  1370px;
	}
}

@media (min-width: 1200px){
	.container {
    	max-width: 1140px;
	}
}

html {
  scroll-behavior: smooth;
}

/*.btn {
    color: #FFF;
}*/

/*.selected-chat-actions .btn {
    color: #3D76FF;
}*/

.btn .fa-sticky-note {
    color: #3D76FF;
}

.btn {
    color: #3D76FF;
}

.fa-play-circle, .fa-stop-circle {
    color: #3D76FF;	
}

.btn:hover {
    color: #e74a3b;
    text-decoration: none;
}

.btn-wider {
    padding: 0.375rem 1.75rem;
}



.btn-primary {
    color: #fff;
    background-color: #3D76FF;
    border-color: #3D76FF;
}
.btn-primary:hover {
    color: #fff;

}

.page-header-dark .page-header-title {
    color: #fff;
    margin-top: 20px;
	margin-bottom: 0px;
}

.pt-5, .py-5 {
    padding-top: 65px !important;
}

.nav-sidebar .nav-link.active {
/*	FE 967*/
	border-radius: 0px;
	background: #3D76FF !important;
	border-bottom: 2px solid #47b9cc;
}

.lite-shadow {
/*	FE 123*/
    /*box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .10);*/
    box-shadow: 0 8px 8px -8px rgba(0, 0, 0, .10);
    background: #F7F0E4 !important;
}


.text-gray-400 {
    color: #3e78ff !important;
}

.img-responsive {
	display:block;
	margin-left:auto;
	margin-right:auto;
	width:100%;
}

.room-selected {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background: #3d76ff;
    padding-right: 20px;
    margin-right: -15px;
    padding-left: 10px;
    font-size: 13px;
    line-height: 1;
    height: 30px;
    border-radius: 5px;
    color: #fff;
    margin-left: 10px;
    white-space: nowrap;
    max-width: 190px;
    overflow: hidden;
}

.launch-modal {
    background: #3D76FF;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 16px;
    color: #FFF;
    transition: 0.3s;
}

 .fas.fa-ellipsis-v:hover {
	opacity: 1 !important;
	color:#f7f0e4;
} 

 .fas.fa-ellipsis-v {
	opacity: .9 !important;
	color:#3d76ff;
} 

.btn.btn-room-user-search, .btn.btn-info .btn-circle .btn-sm {
	/*	FE 3170*/ 
	background: #18AA75; color: #FFF;
	line-height: 1;
}

.speech-bubble {
    position: relative;
    background: #beb08e;
    border-radius: .4em;
    font-size: 13px;
    padding: 10px;
    line-height: 1.5;
    color: #ffffff;
}

.speech-bubble:after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    width: 0;
    height: 0;
    border: 20px solid transparent;
    border-bottom-color: #beb08e;
    border-top: 0;
    border-left: 0;
    margin-left: -10px;
    margin-top: -20px;
}


.responsive {
  max-width: 100%;
  height: auto;
}

.mb-5, .my-5 {
    margin-bottom: 2rem !important;
}


.room-user-search {
	/*	FE 3232*/ 	
	background: #FFF !important;
}

.select2-container--bootstrap4 .select2-selection--single .select2-selection__rendered{
	/*	FE 2756*/
    height: 32px !important;
    font-size: 13px;
    line-height: 31px;
    background: #324C82;
    color: #fff;
    border-radius: 3px;
}

.chat-list-col {
	/*	FE 389*/
    background: #9E9276 !important;
    padding: 0 !important;
}

.selected-chat {
	/*	FE 356*/
    background: #F7F0E4 !important;
   /*background: linear-gradient(180deg, #e9ebec 0%, #cfd3d6 100%);
    color: #455A64;*/
    overflow-x: hidden;
    overflow-y: scroll;
    padding: 0px;
	position: relative;
}

.chat-data-header {
	/*	FE 380*/
    margin-top: 0px;
/*	margin-left: 15px;	*/
    background: #827862 !important;
    padding: 10px;
    color: #fff !important;
    border-radius: 0px;
    cursor: pointer;
}

.selected-chat-actions {
    text-align: center;
    margin-bottom: 20px;
}

.mt-1, .my-1 {
    margin-top: 0px !important;
}

.nav-recent {
	/*	FE 3265*/
	background: #827862;
    border-radius: 0px;
/*	margin-left: 15px;	*/
    overflow: hidden;
}

.btn-send {
	/*	FE 1770*/	
    background: transparent;
    border: none;
    display: inline-block;
    color: #3D76FF;
    padding: 0px;
    margin: auto 5px auto 10px;
    font-size: 20px;
}

.btn-secondary {
    color: #fff;
    background-color: #3d76ff;
    border-color: #3d76ff;
}

.btn-secondary:hover {
  color: #fff;
}

#infoDropdown {
    color: #3D76FF;
}

.input-message-write {
	/*	FE 520*/	
    padding: 10px 0px;
    background: #F7F0E4 !important;
    z-index: 88;
    position: relative;
}

.btn-success {
	/*	Styles 2338*/		
  color: #fff;
  background-color: #3D76FF;
  border-color: #3D76FF;
}

.btn-info {
	/*	Styles 2372*/			
  color: #fff;
  background-color: #3D76FF;
  border-color: #3D76FF;
}

.btn-roomlist {
    color: #3d76ff;
    background-color: #ffffff;
    font-weight: 600;
    border-color: #dadce0;
/*    border: 1px solid;*/
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 0px;
	margin-bottom: 11px;
	width: 80px;
	border-radius: 1.0rem;
}

.chat-title, .chat-slug, .new-date, .message-time {
    color: #827862 !important;
}

.selected-chat-name, .active-group-users, .selected-chat-profile {
    color: #827862 !important;
	margin-left: 0px;
}


.messages ul li.replies .message-data {
    color: #000 !important;
}

.replies .chat-img-sgl, .replies .chat-img-duo, .replies .chat-img-grp, .replies .chat-gif, .replies .chat-txt, .replies .message-data small, .replies .chat-replied-bubble {
    background: #FCF8F2 !important;
}

.user-fname {
    color: #FFF;
    border-radius: 3px;
    font-size: 13px;
    text-transform: uppercase;
    background: #3d76ff;
    padding: 4px 10px;
}
.text-left {
    text-align: left !important;
}

.btn.btn-room-user-search {
    background: #3D76FF;
    color: #FFF;
    line-height: 1;
}

.sent .chat-img-sgl, .sent .chat-img-duo, .sent .chat-img-grp, .sent .chat-gif, .sent .chat-txt, .sent .chat-replied-bubble {
    background: #FCF8F2;
}

.messages ul li.sent .message-data {
    color: #000 !important;
}

.sent .message-data:before {
    content: ' ';
    position: absolute;
    width: 0;
    height: 0;
    right: -4px;
    left: auto;
    top: 0px;
    bottom: auto;
    border: 7px solid;
	color: #FCF8F2 !important;
}

.active-group-info .selected-chat-info img {
	/*Frontend 292*/    
	width: 100%;
    height: 100%;
/*    max-width: 400px;*/
    border-radius: 0px !important;
}

nav.navbar.navbar-expand.navbar-light.topbar.static-top.lite-shadow {
    background: #F7F0E4 !important; 
    /* background: linear-gradient(180deg, #ffffff 0%, #ffffff 100%) !important; */
}

.group-item {
/*	background: #827862;*/
	background: #3d76ff
}

/* END Chat Room Customizations */




/* START Home Page Customizations */


.page-header {
    background-image: url(https://headchatter.com/static/img/me-1.jpg) !important;
    background-size: cover;
    background-position: center bottom;
	background-color: #508740;
}

body {
    font-size: 17px;
}


.navbar-marketing.navbar-dark.navbar-scrolled, .navbar-no-header {
	/*Index 3716*/
	background-color: #697b9375 !important;
}

.navbar-dark .navbar-nav .nav-link, .page-header-title, .page-header-text {
     color: #FFF !important; 
	 text-shadow:  1px 1px 2px #000000;	
}

.page-header .page-header-content .page-header-title {
    font-size: 40px;
    font-weight: 700;
}

.page-header .page-header-content .page-header-text {
  font-size: 2.5rem;
}

.page-header {
    position: relative;
    padding-top: 9rem;
    padding-bottom: 9rem;
}

.page-header h3{
	 text-shadow:  1px 1px 2px #000000;	
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
    margin-bottom: 5px;
    font-weight: 400;
    line-height: 1.2;
}

h1, h2, h3, h4, h5, h6 {
/*    margin-top: 20px !important;*/
}

.mt-4, .my-4 {
    margin-top: 0rem !important;
}

.chatroom-card{
    position: relative;
    background-color: #fff;
    border-radius: 15px;
/*    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.4);*/
    overflow: hidden;
    margin-bottom: 40px;
	height: 550px;
	max-width: 380px;
	margin-right: auto;
    margin-left: auto;	
}

.chatroom-card:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #00f2fe, #4facfe);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.main-content {
    background: none;
    background-size: 850px;
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

#mainrooms.main-content {
    background: none;
    background-size: 850px;
    max-width: 1140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.btn-teal {
    color: #fff;
    background-color: #3d77ff;
    border-color: #3d77ff;
}

#roomsearch {
	margin-top: -30px;
	margin-bottom: 10px;
}


.bg-gradient-primary-to-secondary, .bg-gradient-primary, .join {
    background-color: #9E9276 !important;
    background-image: linear-gradient(135deg, #9E9276 0%, #9E9276 100%) !important;
}

/* END Home Page Customizations */

.bg-login-image {
  background: url("../img/login_bg.jpg");
  background-position: center bottom;
  background-size: cover;
}

.base-mini-bg {
    overflow: auto !important;
    background: #cfd8dc;
}

.tooltip-inner {
  max-width: 200px;
  padding: 0.75rem 0.75rem;
  color: #FFF;
  text-align: center;
  background-color: #BEB08E;
  border-radius: 0.35rem;
  border: 1px solid rgba(0, 0, 0, 0.2);
}

.tooltip.show {
  opacity: 1.00;
}

.bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
  top: 0;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: transparent;
}
.bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
  bottom: 0;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: transparent;
}

/* Start Media Query Customizations */

@media (max-width: 991.98px){
#navbarSupportedContent {
	background: #697b9375;}
}

@media (min-width: 993px){
.navbar-expand-lg .navbar-collapse {
    display: flex !important;
	flex-basis: auto;}
}

@media (max-width: 992px){
.navbar-collapse {
    position: fixed;
    top: 70px;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
    padding-bottom: 15px;
    width: 75%;
    height: 100%;
}
}
@media (min-width: 768px) and (max-width: 991.98px){
	.col-md-6 {
		flex: 0 0 50%;
		max-width: 50%;
	}
}
@media (max-width: 768px) {
	.col-12 {
		flex: 0 0 75%;
		max-width: 100%;
	}
}

@media (max-width: 370px){
	.chatroom-card:before {
		height: 230px;
	}

	.chatroom-card {
		height: auto;
	}
}

@media (max-width: 991.98px){
.navbar.navbar-marketing.navbar-expand-lg.bg-transparent.navbar-dark.fixed-top {
    height: 70px;}
}

@media (max-width: 991.98px){
.navbar-marketing.bg-transparent.navbar-dark {
    background-color: #697b9375 !important;
}
/* End Media Query Customizations */
}

.room-sel-image img {
    width: 56px;
    height: 56px;
    border-radius: 10%;
    object-fit: cover;
}

.group-sep:after {
	content: "";
	position: absolute;
	bottom: -3px;
	width: 50px;
	background: #827862;
	height: 0px;
	text-align: center;
	left: calc(50% - 25px);
	font-family: 'Font Awesome 5 Free';
	font-size: 8px;
	font-weight: 600;
}

.nav-recent-max {
    background: #827862;
    margin-top: 1px !important;
	margin-left: 15px;
    overflow: hidden;
    position: sticky;
    top: 0px;
    z-index: 999;
}

/*Font size for chat */
small, .small {
    font-size: 90%;
    font-weight: 400;
}

.input-group-append .fa-search, .fa-times {
    color: #FFF;
}

.card-footer button{
    color: #FFF;	
}

.online-status {
    position: absolute;
	font-size: 12px;
	bottom: 6px;
	left: 0px;
}

.online {
    color: #3D76FF;
}

.offline {
    color: #FFF;
}

.busy {
    color: #e74a3b;
}

.away {
    color: #ffb700;
}

.selected-chat-info img {
    width: 100%;
    height: 100%; 
    border-radius: 50% !important;
    object-fit: ; 
    object-position: ;
/*	margin-left: 15px;
	margin-right: 15px;
	margin-top: 15px;*/	
}

.active-user-avatar {
    width: 140px !important;
    height: 140px !important;
	margin-top: 15px;
}

.advert {
margin-top: 10px;
  margin-bottom: 0px;
  margin-right: 0px;
  margin-left: 0px;
}

.bottom-login-section {
    background: #3d76ff;
    height: 54px;
    padding: 15px;
    border-right: 0px solid #2b3038;
    display: flex;
    align-items: center;
}

.dropdown-divider {
    height: 0;
    margin: 0.5rem 0;
    overflow: hidden;
    border-top: 1px solid #9e9276;
}

footer .footer-info {
	padding-top: 70px;
    padding-right: 0px;
    padding-bottom: 35px;
    padding-left: 0px;
    background-color: #d6b892;
	background-image: url('../img/IMG_3829-R-Footer.jpg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.footerlogo {
	margin-top: 8px;
}

.footercontent {
	display: inline-block; 
	text-align: left;	
}

@media (max-width: 1200px){
	.footerlogo {
		max-height: 100px;
	}
}

/*footer .footer-bottom {
    padding-bottom: 20px;
    padding-top: 13px;
    background: #FFF;
}*/

.footer-bottom p {
/*    color: #000;*/
    font-size: 10px;
    font-weight: 300;
    margin-top: 70px;
    margin-bottom: 50px;
	text-shadow: 0 0;
}

footer .info span {
    font-size: 32px;
    display: block;
    position: relative;
    color: #fff;
}

footer .info span:after {
    content: "";
    position: absolute;
    top: 30px;
    right: -16px;
    width: 1px;
    height: 41px;
    background-color: rgba(206, 204, 204, 0.38);
}

footer .info .item:last-of-type span:after {
    background-color: transparent;
}

footer .content div {
    margin-top: 15px;
}

footer p {
    color: #FFF;
    font-size: 15px;
    font-weight: 400;
    margin-bottom: 0px;
	text-shadow: 2px 2px 2px #000;
}

footer h4 {
    color: #FFF;
    font-size: 18px;
    font-weight: 600;
    margin-top: 0px !important;	
    margin-bottom: 5px;
	text-shadow: 2px 2px 2px #000;
}

footer a {
    color: #FFF;
    font-weight: 400;
    margin-bottom: 0;
	text-shadow: 2px 2px 2px #000;
}

footer .social-links {
    margin-bottom: 15px;
    margin-top: 15px;
	text-align: center;
}

footer .social-links a {
    display: inline-block;
    margin: 5px 4px;
    font-size: 38px;
    color: #ffffff;
	line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

#about .social-links a {
    display: inline-block;
    margin: 5px 4px;
    font-size: 38px;
	line-height: 1em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}


footer .social-links a:hover {
    color: #3D76FF;
/*    background-color: #faf1da;*/
}

footer .social-links a i {
    line-height: 42px;
}

@media (max-width: 768px){
	footer .col-12 {
		flex: 0 0 100%;
		max-width: 100%;
	}
}
/*===============================================
            Smart phone and tablets
===============================================*/
	
@media(max-width:991.98px)
{	
	.footercontent {
		margin-top: 15px;
		text-align: center;	
	}
	footer .footer-info {
		padding: 30px 0;
		background-repeat: no-repeat;
		background-size: cover;
	}
}

#myBtn {
  display: none; /* Hidden by default */
  position: fixed; /* Fixed/sticky position */
  bottom: 20px; /* Place the button at the bottom of the page */
  right: 20px; /* Place the button 20px from the right */
  z-index: 9999; /* Make sure it does not overlap */
  border: none; /* Remove borders */
  outline: none; /* Remove outline */
  background-color: #BEB08E57; /* Set a background color */
  color: white; /* Text color */
  cursor: pointer; /* Add a mouse pointer on hover */
  padding: 15px; /* Some padding */
  border-radius: 10px; /* Rounded corners */
  font-size: 18px; /* Increase font size */
}

#myBtn:hover {
  background-color: #9E9276; /* Add a dark-grey background on hover */
}


.advert img {
    border-radius: 0px !important;
}roomShare {
    color: #fff;
    background: #e74a3b;
}

.chat-info-action.btn-chat-search {
    color: #fff;
    background: #3d76ff;
}

.nav-recent .nav-link.active {
    background-color: #3d76ff;
    border-bottom: 2px solid #3d76ff;
    border-radius: 0;
}


#roomShare {
    color: #fff;
    background: #e74a3b;
}

.selected-chat-toggle {
    margin-left: 0px;
}

.cookiealert.show {
  opacity: .7;
  visibility: visible;
  transform: translateY(0%);
  transition-delay: 1000ms;
}
/*For centering Join Chat Buttons on Front*/
.col-5 {
    flex: 0 0 20%;
}

.chat-list-header {
  color: #4e73df;
}

blockquote {
    margin: 0px 50px;
}

p.terms {
	font-size: 14px;
}

h2.terms {
	font-size: 24px;
}

h3.terms {
	font-size: 18px;
}

ul.terms {
	font-size: 14px;
}

.termstext ul ol {
	font-size: 14px;
}


#about h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-bottom: 20px;
}

#about h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-bottom: 7px;
	margin-top: 20px;
    line-height: 1.5em;
}

#about h3 {
    color: #3d77ff;
    font-weight: 400;
    font-size: 34px;
	margin-top: -10px;
}


#about .helpimgnoborder {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 20px;
	margin-bottom: 20px;
	border: none;
}

#grow {
	max-width: 80%;
	margin-left: auto;
	margin-right: auto;
}

#grow h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
}

#grow h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-bottom: 7px;
	margin-top: 20px;
    line-height: 1.5em;
}

#grow h3 {
    color: #3d77ff;
    font-weight: 400;
    font-size: 34px;
}

#grow .helpimgnoborder {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
}

#checkout h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
}

#checkout h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-bottom: 7px;
	margin-top: 20px;
    line-height: 1.5em;
}

#checkout h3 {
    color: #3d77ff;
    font-weight: 400;
    font-size: 34px;
}

#checkout .helpimgnoborder {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
}





.frontlogo {
	margin-top: 40px;
	margin-bottom: 10px;
}


.storeofficeservicelogo {
	margin-top: 18px;
	margin-bottom: 0px;
}


/*For bumping bullits right 50px about.html etc.*/
ol, ul, dl {
    margin-top: 0;
    margin-left: 0px;
    margin-bottom: 1rem;
	font-size: 20px;
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
/*    margin-bottom: 0.6em;*/

}

h1.chat-title {
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    display: inline;
}

.modal-body {
    position: relative;
    flex: 1 1 auto;
    padding: 2rem;
}

.modal-header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1.5rem 2rem;
    border-bottom: 1px solid #e3e6f0;
    border-top-left-radius: 0.3rem;
    border-top-right-radius: 0.3rem;
}

.modal-footer {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 1rem 2rem;
    border-top: 1px solid #e3e6f0;
    border-bottom-right-radius: 0.3rem;
    border-bottom-left-radius: 0.3rem;
}

.chat-title {
    max-width: 350px;
}

/*For bringing forward Search in chat room*/
.search-input {
    z-index: 100;
}

.chat-sticker img {
    width: 100%;
}

.chat-actions a {
    display: flex;
    align-items: center;
    color: #3e78ff;
    opacity: 1;
    font-size: 18px;
    transition: 0.3s;
}

.chat-actions {
    display: flex;
    align-items: center;
    color: #3e78ff;
    opacity: .7;
    font-size: 18px;
    transition: 0.3s;
}

.radio-panel {
    position: absolute;
    bottom: 54px;
    width: 100%;
    left: 0;
    background: #f7f0e4;
	padding: 15px 20px 5px;
    display: none;
    color: #39393d;
    box-shadow: 0px -2px 9px 1px rgb(0 0 0 / 20%);
}

.radio-container {
    height: 54px;
    display: flex;
    padding: 5px;
    border-top: 1px solid #d0d4d7;
    z-index: 999;
    background: #f7f0e4;
    color: #39393d;
}

.radio-stations {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid;
    margin-bottom: 10px;
}

/*.leftimage-link {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    color: #FFF !IMPORTANT;
    TEXT-ALIGN: center;
    text-shadow: 1px 1px 5px #252525;
    bottom: 35px;
    left: 50%;
    transform: translate(-50%, -50%);
}*/

.leftimage-link a {
    position: relative;
    margin-bottom: -43px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #FFF !IMPORTANT;
    TEXT-ALIGN: center;
    text-shadow: 3px 3px 2px #252525;
    bottom: 43px;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

@media (min-width: 768px) and (max-width: 1400px){
	.leftimage-link a {
		bottom: 32px;
		font-size: 12px;	
	}
}

.rightimage-link a {
    position: relative;
    margin-bottom: -43px;
    display: block;
    font-size: 14px;
    font-weight: 600;
    color: #FFF !IMPORTANT;
    TEXT-ALIGN: center;
    text-shadow: 3px 3px 2px #252525;
    bottom: 43px;
    /* left: 50%; */
    /* transform: translate(-50%, -50%); */
}

@media (min-width: 768px) and (max-width: 1400px){
	.rightimage-link a {
		bottom: 27px;
		font-size: 12px;	
	}
}


.leftimage-link a:hover {
	    color: #c9c9c9 !IMPORTANT;
}

.rightimage-link a:hover {
	    color: #c9c9c9 !IMPORTANT;
}

/*Alert window in chat room*/
.alert-success {
    color: #e74a3b;
    background-color: #f7f0e4;
    border-color: #f7f0e4;
}

.spaceabovebelow{
	margin-top: 15px;
	margin-bottom: 15px;
}

/************************/
/* Help Center Styles*/


/*#helpcenter {
	scroll-margin-top: 270px;
}*/

#helpcenter h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#helpcenter h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-top: 40px;
	margin-bottom: 15px;
}

#helpcenter h3 {
    color: #3d77ff;
	font-weight: 400;
    font-size: 34px;	
	margin-top: 20px;
	margin-bottom: 15px;
/*	margin-top: -285px; padding-top: 285px;*/
	position: relative;
}

#helpcenter h4 {
    color: #3d77ff;
	font-weight: 600;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#helpcenter h5 {
    color: #3d77ff;
	font-weight: 600;	
	font-size: 24px;	
	margin-top: -10px;
	margin-bottom: 10px;
}

#helpcenter li {
	padding-left: 1em;
}

#helpcenter ol p {
	padding-left: 1em;
}

#helpcenter ul {
    list-style-type: none;
    list-style-position: outside;
    color: #858796;
}

#helpcenter ol {
    list-style-type: decimal;
    list-style-position: outside;
    color: #858796;
	margin-top: 5px;
	margin-bottom: 5px;
}

#helpcenter ul.bullitted {
	list-style-type: disc;
    list-style-position: outside;
    color: #858796;
}

#helpcenter .topics {
	color: #858796;
	font-weight: 400;
    font-size: 38px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#helpcenter a {
    color: #3d77ff;
    text-decoration: none;
}

#helpcenter a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #858796;
}

#helpcenter .sectionbreak {
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.helpimg {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #d1d1d1;
}

.helpimgnoborder {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
}
#helptopic {
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #3d77ff1a;
	
}

/*set the transparency of the chat window background*/
.messages:after {
    content: "";
    position: absolute;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    opacity: 0.25;
    z-index: -1;
}

.openingsoon {
	background-color: #3d76ff;
	padding-top: 50px;
	padding-bottom: 20px;
}

.openingsoon h1 {
	color: #fff;
    font-size: 50px;
    font-weight: 700;
	margin-bottom: 5px;
}

.openingsoon h3 {
	color: #fff;
    font-size: 40px;
    font-weight: 500;		
}

.pb-3, .py-3 {
    padding-bottom: 0.5rem !important;
}

.pt-3, .py-3 {
    padding-top: 0.5rem !important;
}

.margin20 {
	margin-top: 20px;
}

/************************/
/* community guidelines Styles*/


/*#guidelines {
	scroll-margin-top: 270px;
}*/

#guidelines h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#guidelines h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-top: 40px;
	margin-bottom: 15px;
}

#guidelines h3 {
    color: #3d77ff;
	font-weight: 400;
    font-size: 34px;	
	margin-top: 20px;
	margin-bottom: 15px;
/*	margin-top: -285px; padding-top: 285px;*/
	position: relative;
}

#guidelines h4 {
    color: #3d77ff;
	font-weight: 600;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#guidelines h5 {
    color: #3d77ff;
	font-weight: 600;	
	font-size: 24px;	
	margin-top: -10px;
	margin-bottom: 10px;
}

#guidelines li {
	padding-left: 1em;
}

#guidelines ol p {
	padding-left: 1em;
}

#guidelines ul {
    list-style-type: none;
    list-style-position: outside;
    color: #858796;
}

#guidelines ol {
    list-style-type: decimal;
    list-style-position: outside;
    color: #858796;
	margin-top: 5px;
	margin-bottom: 5px;
}

#guidelines ul.bullitted {
	list-style-type: disc;
    list-style-position: outside;
    color: #858796;
}

#guidelines .topics {
	color: #858796;
	font-weight: 400;
    font-size: 38px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#guidelines a {
    color: #3d77ff;
    text-decoration: none;
}

#guidelines a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #858796;
}

#guidelines .sectionbreak {
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.guidelinesimg {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: 1px solid #d1d1d1;
}

.guidelinesimgnoborder {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
}
#guidelinestopic {
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #3d77ff1a;
	
}

/************************/
/* Recipes Styles*/


#recipes h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#recipes h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-top: 40px;
	margin-bottom: 15px;
}

#recipes h3 {
    color: #3d77ff;
	font-weight: 600;
    font-size: 34px;	
	margin-top: 20px;
	margin-bottom: 15px;
/*	margin-top: -285px; padding-top: 285px;*/
	position: relative;
}

#recipes h4 {
    color: #3d77ff;
	font-weight: 600;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#recipes h5 {
    color: #3d77ff;
	font-weight: 600;	
	font-size: 24px;	
	margin-top: -10px;
	margin-bottom: 10px;
}

#recipes li {
	padding-left: 1em;
	margin-bottom: 7px;
}

#recipes ol p {
	padding-left: 1em;
}

#recipes ul {
    list-style-type: none;
    list-style-position: outside;
    color: #858796;
}

#recipes ol {
    list-style-type: decimal;
    list-style-position: outside;
    color: #858796;
	margin-top: 5px;
	margin-bottom: 5px;
}

#recipes ul.bullitted {
	list-style-type: disc;
    list-style-position: outside;
    color: #858796;
}

#recipes .topics {
	color: #858796;
	font-weight: 400;
    font-size: 38px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#recipes a {
    color: #3d77ff;
    text-decoration: none;
}

#recipes a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #858796;
}

#recipes .sectionbreak {
	padding-bottom: 0px;
	margin-bottom: 40px;
}

.recipesimg {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border-radius: 25px;
}

.recipesimgnoborder {
    border-style: none;
    height: auto;
    max-width: 100%;
    vertical-align: top;	
	margin-top: 40px;
	margin-bottom: 40px;
	border: none;
}
#recipetopic {
	padding-top: 50px;
	padding-bottom: 70px;
	padding-left: 100px;
	padding-right: 100px;
	background-color: #f7f0e4;
	
}


/************************/
/* printrecipes Styles*/

#printrecipes p {
    font-weight: 400;
    font-size: 24px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#printrecipes h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-top: 30px;
	margin-bottom: 20px;
}

#printrecipes h2{
    color: #3d77ff;
    font-weight: 500;
    font-size: 40px;
	margin-top: 40px;
	margin-bottom: 15px;
}

#printrecipes h3 {
    color: #3d77ff;
	font-weight: 600;
    font-size: 34px;	
	margin-top: 20px;
	margin-bottom: 15px;
/*	margin-top: -285px; padding-top: 285px;*/
	position: relative;
}

#printrecipes h4 {
    color: #3d77ff;
	font-weight: 600;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#printrecipes h5 {
    color: #3d77ff;
	font-weight: 600;	
	font-size: 24px;	
	margin-top: -10px;
	margin-bottom: 10px;
}

#printrecipes li {
	padding-left: 1em;
	margin-bottom: 7px;
    font-size: 24px;
}

#printrecipes ol p {
	padding-left: 1em;
}

#printrecipes ul {
    list-style-type: none;
    list-style-position: outside;
    color: #858796;
}

#printrecipes ol {
    list-style-type: decimal;
    list-style-position: outside;
    color: #858796;
	margin-top: 5px;
	margin-bottom: 5px;
}

#printrecipes ul.bullitted {
	list-style-type: disc;
    list-style-position: outside;
    color: #858796;
}

#printrecipes .topics {
	color: #858796;
	font-weight: 400;
    font-size: 38px;	
	margin-top: 20px;
	margin-bottom: 10px;
}

#printrecipes a {
    color: #3d77ff;
    text-decoration: none;
}

#printrecipes a:hover, a:focus {
    text-decoration: none;
    outline: none;
    color: #858796;
}

#printrecipes .sectionbreak {
	padding-bottom: 0px;
	margin-bottom: 40px;
}



/* Scroll to above the target */
/*set to scroll down to correct spot from front page arrow*/
:target {
  scroll-margin-top: 75px;
/*	was -20px*/
}

.pp-4 {
	padding: 62px !important;
}

.businessradio {
	padding: 15px;
}

input[type="radio"] {
  margin-right: 0;
}

/*register Pages*/
#membership .chatroom-card{
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin-bottom: 40px;
	height: 550px;
	max-width: 380px;
	margin-right: auto;
    margin-left: auto;	
}

#membership .chatroom-card:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #00f2fe, #4facfe);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.membership h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-top: 30px;
/*	margin-bottom: 20px;*/
}

.membership h3 {
    color: #3d77ff;
	font-weight: 400;
    font-size: 34px;	
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
}

.membership h4 {
    color: #3d77ff;
	font-weight: 600;	
	margin-top: 20px;
	margin-bottom: 10px;
}

.membership h5 {
    color: #3d77ff;
	font-size: 22px;
	font-weight: 400;	
	margin-top: 20px;
	margin-bottom: 15px;
}


/*Join Page*/
#becomeamember .chatroom-card{
    position: relative;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.4);
    overflow: hidden;
    margin-bottom: 40px;
	height: 550px;
	max-width: 380px;
	margin-right: auto;
    margin-left: auto;	
}

#becomeamember .chatroom-card:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 270px;
    top: 0;
    left: 0;
    background-image: linear-gradient(to top, #00f2fe, #4facfe);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;
}

.becomeamember h1 {
    color: #3d77ff;
    font-weight: 500;
    font-size: 46px;
	margin-top: 30px;
/*	margin-bottom: 20px;*/
}

.becomeamember h3 {
    color: #3d77ff;
	font-weight: 400;
    font-size: 34px;	
	margin-top: 0px;
	margin-bottom: 15px;
	position: relative;
}

.becomeamember h4 {
    color: #3d77ff;
	font-weight: 600;	
	margin-top: 20px;
	margin-bottom: 10px;
}

.pricing-table-1 .price-block {
	text-align: center;
	color: #858796;
	transition: all 0.25s;
	max-width: 370px;
	margin: 0 auto 20px auto;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
	border-radius: 15px 15px 15px 15px;
	padding: 0px;
/*	margin: 20px;*/
}

.pricing-table-1 h3 {
	color: #FFFFFF;
    padding: 20px 0;
    background: #74baff;
    margin: 0;
    border-radius: 15px 15px 0 0;
	box-shadow: 0 5px 15px 1px rgba(0, 0, 0, 0.1);
}

.pricing-table-1 .price-footer {
    display: block;
    background: #FFF;
    border-radius: 0 0 15px 15px;
    margin-top: 25px;
    padding: 10px 0;
	margin-bottom: 30px
}

pricing-table-1 .price-figure {
	font-size: 24px;
	
	padding: 14px;
	
}

.content-block {
	width: 100%;
	padding: 60px 0 40px 0;
	z-index: 100;
	position: relative;
	background-color: #ffffff;
}

.pricing-table-1 .price-block .price.pastel-blue {
	background: #F2F6FF;
	padding: 20px;
}

.pricing-table-1 .features li {
	padding: 3px 0px;
/*	border-bottom: 1px solid #ccc;*/
	list-style-type: disc;
	text-align: left;
}

.pricing-table-1 ul {
	display: block;
    list-style-type: disc;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 42px;
    padding-inline-start: 58px;
}

.join-p-4 {
	padding-TOP: 5px !important;

}
.join-card {
    position: relative;
/*    display: flex;
    flex-direction: column;*/
    min-width: 0;
    word-wrap: break-word;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #e3e6f0;
    border-radius: 0.35rem;
}

.join-card-body {
    flex: 1 1 auto;
    padding: 1.25rem;
	width: 100%;
}
@media (min-width: 1200px){
.pricing-table-1 .col-sm-6 {
	flex: 0 0 100%; 
    max-width: 365px;

}
}

@media (min-width: 756px){
.pricing-table-1 .col-sm-6 {
	flex: 0 0 100%; 
    max-width: 365px;
}
}

@media (min-width: 576px){
.pricing-table-1 .col-sm-6 {
    flex: inherit; 
    max-width: 415px;
}
}

.join-btn {
	position: absolute;
    margin-left: -45px;
    margin-right: auto;
    bottom: 50px;
}

.pricenew {
    color: #3d77ff;
    font-size: 34px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: .7em;
}

.permonth {
    color: #3d77ff;
    font-size: 22px;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 10px;
    line-height: 1em;
}

.bg-kicked-image {
    background: url(../img/gmc-snap-right.jpg);
    background-position: center -150px;
    background-size: auto;
    background-repeat: no-repeat;
}

.moviecontainer {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; /* 16:9 Aspect Ratio (divide 9 by 16 = 0.5625) */
}

/* Then style the iframe to fit in the container div with full height and width */
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

/* Sticker Code */


.send-sticker img {
    width: 75px;
    cursor: pointer;
    padding: 10px;
}

.chat-sticker {
    height: 110px;
    padding: 5px !important;
    object-fit: cover;
    object-position: center;
}

/* Using absolute positioning */

h4.absolute {
  position: relative; 
  padding-left: 40px; 
  }

 h4.absolute:before {
  content: '\f00c';
  font-family: fontAwesome;
  font-weight: 400;
  font-size: 24px;
  position: absolute;
  left: 0; /* Adjust as needed */
  top: 0px; /* Adjust as needed */
  }
  
 /* Using float */

  h4.float {
  font-size: 24px;
  color: red;
  }

 h4.float:before {
  content: '\f00c0';
  font-family: fontAwesome;
  font-weight: 400;
  float: left; /* Depends on the side we want the icon */
  margin-right: 10px; /* Creates space between the icon and the text */
  font-size: 24px;
  height: 32px;
  line-height: 32px; /* Same as the font size */
  }

.smallbox {
	max-width: 600px;
	margin-left: auto;
	margin-right: auto;
}

label {
    display: inline-block;
    margin-bottom: 0.1rem;
    color: #3d77ff;
}

.space90 {
	margin-bottom: 90px;
}


.alert {
/*    position: relative;*/
    padding: 30px 30px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.35rem;
}


.alert-success {
    color: #e74a3b;
    background-color: #ffffff;
    border-color: #ffffff;
}

.join {
    padding: 5.6px 0;
    width: 100%;
    background: linear-gradient(to right, #4facfe 0%, #00f2fe 140%);
    color: #fff;
    text-align: center;
    text-decoration: none;
    font-size: 1rem;
    letter-spacing: 1px;
    text-transform: uppercase;
    margin-right: 3px;
    border-radius: 10px;
    line-height: 2.2;
}
.roomlistbuttons {
	margin-top: 0px;
	margin-bottom: 0px;
}
