/*
* Usama Ejaz
* thedeveloper24.com
* osamaejaz1[at]gmail.com
*/
.chat_wrapper { color:#000;  font-family: "Raleway", "Helvetica Neue", "Helvetica", Helvetica, Arial, sans-serif;z-index:100;
background: url('/img/IMG_8135.JPG') left no-repeat;
position:fixed; bottom:0; width: 350px; margin: 0px auto; right: -1px;border: 0;overflow:hidden;
border-right:none;
border-bottom:none;
margin-bottom:-1px;
text-align:center;
font-size: 1.2rem;
}
.chat_wrapper strong {
font-size:12px;
}
.minimized_chat {
width:100px !important;
}
a#chatter_href { 
text-decoration:none; 
font-weight:bold;
color:#000;
line-height: 22px;
word-wrap: break-word;
}
.chat-container a {
color:#000;
}
.chat-container {
padding-left: 8px;
padding-right: 8px;
word-wrap: break-word;

font-size: 1.2rem;
}

#chat_header {
font-family: 'scriptina_proregular';
color: #000;
font-size: 3rem;
padding-top:50px;
cursor:pointer;
text-align:center;
background: rgba(255,255,255,0.6);
margin-left: auto;
margin-right: auto;
width: 60%;
margin-top: 7.875rem;
}
#postmsg_btn {
float: right;
    padding: 2px 10px;
    border: 1px solid #CCC;
    font-size: 11px;
    font-family: Arial,Helvetica,sans-serif;
    background-color: #F7F7F7;
    color: #000;
    box-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2), 0px 0px 0px 2px #FFF inset;
    border-radius: 3px;
    display: inline-block;
    margin: 0px 0.1em;
    text-shadow: 0px 1px 0px #FFF;
    line-height: 1.4;
    white-space: nowrap;
    cursor:pointer;
}

#chat_header::after {
  content: "";
  display: block;
  max-width: 400px;
  margin: 0px auto 0;
  height: 50px;
  background: url(/img/border-black.png) center center no-repeat;
  background-size: 100% auto;
}


#chatmessages {
margin-bottom:5px;
padding-bottom:5px;
border-bottom:1px solid #ccc;
height:auto;
background: rgba(255,255,255,0.6);
margin-left: auto;
margin-right: auto;
width: 60%;
}

@media screen and (max-width: 768px) {
#chatmessages, #chat_header  {
width:100%;
	}
}
	
#chatposter, #chatmessages {
overflow-x:hidden;
padding: 10px
}
#chatform input {
display:block;
margin-bottom:3px;
}
#chatter_name {
width: 150px;
margin-bottom: -1px;
float:left;
}
#post_status {
float:left;
margin-left:5px;
margin-bottom:3px;
}
#chat_msg { clear:both;}
#msg_link input {
display:inline-block;
}
#msg_link {
margin-top:5px;
}