/* COLOR PALETTE
#777986 - dark gray (#c17466)
#9496a1 - silver (#b9828a)
#b3b5bd - gray (#dca18f)
#d2d4da - medium gray (#9f5c64)
#f3f4f8 - light gray (#f3f4f8)
*/

body {
    font: 300 14px 'Open Sans', sans-serif;
    background-color: #c5c8da;
    text-align: justify;
    line-height: 20px;
    margin: 0 0 0 0;
    color: #808080;
}

::selection 
{
  background: #dfe0e8; /* WebKit/Blink Browsers */
}
::-moz-selection 
{
  background: #dfe0e8; /* Gecko Browsers */
}

@font-face {
    font-family: 'tokyoregular';
    src: url('http://www.starlight.milkbaeri.net/images/tokyo-regular-webfont.woff2') format('woff2'),
         url('http://www.starlight.milkbaeri.net/images/tokyo-regular-webfont.woff') format('woff');
    font-weight: normal;
    font-style: normal;

}

a:link, a:active, a:visited {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-decoration: none;
    color: #785f6a;
	text-transform: uppercase;
	padding-right: 4px;
	padding-left: 4px;
}
a:hover {
    color: #ffffff;
	background: #9dc9db;
}

hr {
    border: 0;
    height: 0;
    margin: 20px 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 1);
}

blockquote {
    font: italic 400 11pt 'Playfair Display', serif;
    border-left: 1px solid #d2d4da;
    padding: 0 2% 0 4%;
    position: relative;
    line-height: 24px;
    letter-spacing: 0;
    margin: 32px auto;
    max-width: 85%;
    color: #808080;
    width: 85%;
}
blockquote:after {
    border-bottom: 1px solid #d2d4da;
    font: 700 60px 'Georgia', serif;
    top: 0; bottom: 0; left: -30px;
    border-top: 1px solid #d2d4da;
    background-color: #f3f4f8;
    margin: auto 0 auto 10px;
    padding: 3px 3px 3px 3px;
    position: absolute;
    line-height: 100%;
    content: '\201C';
    color: #777986;
    height: 31px;
    z-index: 10;
}

i { color: #fbaeb2; }
u { color: #785f6a; }
b, strong { color: #babed9; }
strike, del { color: #785f6a; }

code { background: #fec4c7; padding-left: 5px; padding-right: 5px; }

input, textarea, select {
    font: 400 12px 'Open Sans', sans-serif;
    border: 1px solid #d2d4da;
    background-color: #ffffff;
    letter-spacing: 0px;
    border-radius: 5px;
    padding: 5px 10px;
    color: #000000;
    margin: 2px;
    border-collapse: separate;
}

#wrapper {
    overflow: none;
    margin: 0 auto;
    width: 90%;
}

#footer {
    font: 500 11px 'Open Sans', sans-serif;
    background-color: #dfe0e8;
    color: #5f5f5f;
    overflow: auto;
    margin: 0 auto;
    padding: 30px;
    display: flex;
    width: 90%;
}
#footer > div {
    margin: 0 20px 0 0;
    flex: 1;
}
#footer > div:last-child {
    margin-right: 0;
}

#copyright {
    font: 500 11px 'Open Sans', sans-serif;
    background-color: #dfe0e8;
    color: #5f5f5f;
    overflow: auto;
    margin: 0 auto;
    padding: 3%;
    width: 84%;
}
#copyright .credit {
    text-transform: uppercase;
    letter-spacing: 0px;
}
#copyright .disclaimer {
    text-transform: normal;
    line-height: 20px;
    margin-top: 20px;
}

img { vertical-align: unset; }

/* Header Styles
-------------------------------------------------------------- */
#logo {
    margin: 0 -30px;
    overflow: auto;
    padding: 0px;
    width: auto;
}
#logo img {
    object-fit: cover;
    max-width: 100%;
}

/* USE THIS FOR TEXT LOGO INSTEAD OF TEXT
#logo, #logo a {
    font: 300 50pt 'Open Sans', serif;
    text-transform: uppercase;
    letter-spacing: 10px;
    text-align: center;
    color: #b3b5bd;
}
#logo {
    background-color: #fcfcfc;
    padding: 50px 0 50px 0;
}
*/

#menu {
    background-color: #dfe0e8;
    display: block;
    height: 25px;
    margin: 0;
    padding: 20px 0;
    width: 100%;
    z-index: 100;   
    box-sizing: unset;
}
#menu .pull-left { text-align: left; float: left; width: 80%; }
#menu .pull-left a:first-child { margin-left: 30px !important; }

#menu .pull-right { text-align: right; float: right; width: 18%; }
#menu .pull-right a { margin: 0 10px !important; letter-spacing: 0; }
#menu .pull-right a:last-child { margin-right: 30px !important; }
#menu .icon { display: none; }

#menu .pull-right span.dropdown {
    position: relative;
    display: inline-block;
}
#menu .pull-right .dropdown-content {
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
    background-color: #f1f1f1;
    position: absolute;
    min-width: 160px;
    display: none;
    z-index: 1;
}

#menu .pull-left span.dropdown {
    position: relative;
    display: inline-block;
}
#menu .pull-left .dropdown-content {
    position: absolute;
    min-width: 150px;
    display: none;
    z-index: 1;
    margin-top: 10px;
}
#menu .pull-left .dropdown:hover .dropdown-content {
  display: block;
}
#menu .pull-left .dropdown-content a {
    background-color: #dfe0e8;
    height: 25px;
    padding-left: 7px;
    margin-left: 30px;
}

.navbar-fixed-top.scrolled {
    width: inherit !important;
    position: fixed;
    display: block;
    top: 0 !important;
    padding: 15px 0 !important;
    background-color: #dfe0e8 !important;
    transition: background-color 200ms linear;
}
.navbar-fixed-top.scrolled a { color: #785f6a !important; }
.navbar-fixed-top.scrolled a:hover { color: #a5c8d6 !important; }

/* Drop Down Menu
-------------------------------------------------------------- */
#primary_nav_wrap {
    padding: 0;
    margin: 0;
}
#primary_nav_wrap ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0;
}
#primary_nav_wrap ul a {
    display: block;
    color: #785f6a;
    text-decoration: none;
    text-transform: lowercase;
    font: 400 12pt 'tokyoregular', 'Nunito', sans-serif;
}
#primary_nav_wrap ul a:before {
	content: '❤ ';
	color: #9dc9db;
}
#primary_nav_wrap ul a::after {
    transition: height .3s ease-in-out;
    transform: rotatex(180deg);
    transform-origin: top;
    margin-bottom: -10px;
    background: #9dc9db;
    display: block;
    content: '';
    width: 100%;
    height: 0;
}
#primary_nav_wrap ul a:hover::after {
    height: 8px;
}
#primary_nav_wrap ul ul a:hover {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    color: #fec4c7;
}
#primary_nav_wrap ul li {
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    float: left;
    margin: 0;
    padding: 0;
}
#primary_nav_wrap ul li a:hover {
    color: #a5c8d6;
	background: none;
}
#primary_nav_wrap ul ul {
    box-shadow: 0 8px 16px 0 rgba(0,0,0,0.5);
    background-color: #eaeaea;
    position: absolute;
    display: none;
    padding: 0;
    top: 30px;
    left: 20px;
}
#primary_nav_wrap ul ul li {
    -webkit-transition: all 0.6s ease;
    -moz-transition: all 0.6s ease;
    -o-transition: all 0.6s ease;
    transition: all 0.6s ease;
    border-bottom: 0;
    width: 180px;
    float: none;
}
#primary_nav_wrap ul ul li:hover {
    color: #fec4c7;
	background: none;
}
#primary_nav_wrap ul ul a {
    font: 400 11px 'Open Sans', sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    line-height: 120%;
    padding: 10px 10px;
    text-align: left;
    color: #aaaaaa;
}
#primary_nav_wrap ul ul ul {
    top: 0;
    left: 100%;
}
#primary_nav_wrap ul li:hover > ul {
    color: #fec4c7;
    display: block;
	background: none;
}
#primary_nav_wrap .fa-angle-right { float: right; color: #e76470; }
#primary_nav_wrap ul a .fa-bell { line-height: 22px !important; font-size: 22px !important; padding: 0 !important; }
#primary_nav_wrap ul a div.count-notif {
    font: 400 11px 'Open Sans', sans-serif;
    background-color: #5cb85c;
    display: inline-block;
    border-radius: 10px;
    text-align: center;
    position: relative;
    color: #ffffff;
    height: 15px;
    width: 15px;
    left: -10px;
    padding: 0;
}

/* Content Layout Styles
-------------------------------------------------------------- */
#container {
    background-color: #fcfcfc;
    overflow: hidden;
    padding: 30px 0;
    width: 93.3%;
}
#container .content {
    font: 400 15px 'Open Sans', sans-serif;
    text-align: justify;
    letter-spacing: 0px;
    line-height: 24px;
    margin-left: 30px;
    float: left;
    width: 75%;
}

#container .sidebar {
    font: 400 12px 'Open Sans', sans-serif;
    text-align: justify;
    letter-spacing: 0px;
    margin-right: 30px;
    line-height: 20px;
    float: right;
    width: 18%;
}
#container .sidebar ul {
    margin-left: -40px;
}
#container .sidebar ul li {
    border-bottom: 1px solid rgba(0,0,0,0.1);
    border-top: 1px solid rgba(255,255,255,1);
    list-style-type: none;
    text-align: left;
    padding: 10px 0;
}
#container .sidebar ul li a {
    text-transform: uppercase;
    color: #404252;
}
#container .sidebar ul li a:hover {
    color: #b3b5bd;
}
#container .sidebar blockquote {
    font: italic 400 12px 'Playfair Display', serif;
    background-color: #f3f4f8;
    text-align: justify;
    color: #777986;
    padding: 10px;
    border: none;
}
#container .sidebar blockquote:after {
    background-color: transparent;
    border: none;
    content: '';
}

/* Font Styles and Headings
-------------------------------------------------------------- */
h1, h2, h3, h4, h5 {
    font-family: 'Playfair Display', serif;
    font-style: italic;
    color: #5f5f5f;
    font-weight: 700;
    margin-top: 20px;
}
h1, h1 a:link, h1 a:active, h1 a:visited { font-size: 24pt; font-style: italic; color: #babed9; text-transform: none; }
h2 { font: 400 20pt 'tokyoregular', 'Nunito', sans-serif; color: #fec4c7; }
h3 { font-size: 16pt; font-style: italic; text-transform: lowercase; margin-left: 25px; color: #9dc9db; }
h4 { font: 400 14pt 'tokyoregular', 'Nunito', sans-serif; color: #a38893; background: #ffd7d9; border-radius: 30px; padding: 5px 15px 5px 13px; width: fit-content; }
h5 { font-size: 14pt; color: #a38893; letter-spacing: 2px; }

h1.entry-title, h1.entry-title a {
    font: italic 700 20pt 'Playfair Display', serif;
    text-transform: capitalize;
    margin: 0 0 5px 0;
    letter-spacing: 0;
    color: #3f3f3f;
}
h1.entry-title a:hover, h1 a:hover { color: #fff; background: #fec4c7; }

h2.side-title {
    font: 400 20pt 'tokyoregular', 'Nunito', sans-serif;
    text-transform: uppercase;
    text-align: left;
    color: #fec4c7;
	margin-bottom: 5px;
}
h2.side-title::after {
    transform: rotatex(180deg);
    transform-origin: top;
    margin-bottom: -10px;
    background: #fec4c7;
    display: block;
    content: '';
    width: 100%;
    height: 0px;
}
h2:before {
	content: '❤ ';
	color: #9dc9db;
}

h3.post-info { font: 400 12pt 'tokyoregular', 'Nunito', sans-serif; color: #a38893; background: #dfe0e8; border-radius: 30px; padding: 5px 15px 5px 13px; width: fit-content; }
h3.post-info:before {
	content: '❤ ';
	color: #9dc9db;
}

h4:after {
	content: ' ❤';
	color: #9dc9db;
}


ul.news-list li {
    border-bottom: 1px dotted #cccccc;
    list-style-type: none;
    margin-left: -40px;
    padding: 3px 0;
}
ul.news-list li:last-child {
    border-bottom: none;
    padding: 3px 0 0 0;
}

/* Forms Styles
-------------------------------------------------------------- */
form.search-form {
    overflow: hidden;
    width: 100%;
}
input[type="search"] {
    font: 400 11px 'Open Sans', sans-serif;
    border: 1px solid #d2d4da;
    background-color: #ffffff;
    text-transform: uppercase;
    box-sizing: border-box;
    margin: 3px 3px 3px 0;
    letter-spacing: 0px;
    color: #3f3f3f;
    padding: 10px;
    float: right;
    width: 85%;
}
input[type="submit"] {
    background-color: #d2d4da;
    margin: 3px 0 3px 0;
    border: none;
    padding: 10px;
}

div.dataTables_wrapper div.dataTables_filter input {
    margin-top: -0.2em;
}

div.dataTables_wrapper div.dataTables_filter {
    margin-top: 4px;
}

.bootstrap-select>.dropdown-toggle {
    height: 40px;
}

/* Blog Post Styles
-------------------------------------------------------------- */
div.date {
    background-color: #d2d4da;
    border-radius: 50px;
    margin: 0 10px 0 0;
    text-align: center;
    padding: 10px;
    float: left;
    width: 50px;
}
div.date span.month {
    font: 600 10pt 'Open Sans', sans-serif;
    text-shadow: 1px 1px 0 #ffffff;
    text-transform: uppercase;
    text-align: center;
    display: block;
    color: #404252;
}
div.date span.day {
    font: 600 24pt 'Open Sans', serif;
    text-shadow: 1px 1px 0 #ffffff;
    letter-spacing: -2px;
    padding-bottom: 8px;
    text-align: center;
    line-height: 18pt;
    display: block;
    color: #404252;
}

div.post-info {
    margin-bottom: 20px;
}
div.post-info, div.post-info a {
    font: 400 12px 'Open Sans', sans-serif;
    text-transform: capitalize;
    letter-spacing: 0px;
    color: #afafaf;
}
div.post-info a:hover {
    color: #3f3f3f;
}
div.post-info span {
    margin-left: 30px;
}
div.post-info span:first-child {
    margin-left: 0;
}

div.entry-footer {
    font: 400 8pt 'Open Sans', sans-serif;
    border-top: 3px solid #d2d4da;
    margin: 20px 0 50px 0;
    padding: 10px 0 0 0;
    letter-spacing: 0;
    color: #5f5f5f;
}
div.entry-footer a {
    background-color: #d2d4da;
    color: #3f3f3f;
    padding: 3px;
}
div.entry-footer a:hover { background-color: #f3f4f8; }

.post-icon {
    border: 1px solid #cccccc;
    background-color: #ffffff;
    margin: 0 20px 10px 0;
    padding: 5px;
}
.post-body {
    line-height: 24px;
    font-size: 14px;
}
.gameUpdate {
    font: 400 12px 'Open Sans', sans-serif;
    text-align: center;
}
.gameUpdate a {
    background-color: #f3f3f3;
    text-transform: uppercase;
    letter-spacing: 0px;
    text-align: center;
    display: block;
    color: #808080;
    margin: 2px 0;
    padding: 5px;
}
.gameUpdate a:hover { background-color: #fec4c7; }
.gameUpdate a.signout { background-color: #d9534f; color: #ffffff; }
.gameUpdate a.quit { background-color: #f0ad4e; color: #ffffff; }

li.comment { list-style-type: none; margin-bottom: 5px; }
li:nth-child(odd) .commTitle { background-color: #d2d4da; color: #777986; }
li:nth-child(even) .commTitle { background-color: #b3b5bd; color: #5b5d6b; }
li.comment .commTitle {
    font: 600 12px 'Open Sans', sans-serif;
    border-radius: 5px 5px 0 0;
    padding: 10px 20px;
    color: #a38893; 
    background: #d4d7eb;
}
li.comment .tableBody {
    background-color: #ffffff;
    border-radius: 0 0 5px 5px;
    border: 1px solid #f3f3f3;
    padding: 10px 20px;
    line-height: 16px;
    border-top: none;
    font-size: 12px;
}


/* Table Styles
-------------------------------------------------------------- */
table { border-collapse: separate; }

.border {
    border: 1px solid #eaeaea;
    background-color: #ffffff;
    padding: 3px;
    border-collapse: separate;
}
.headLine, .headLineSmall {
    background-color: #dfe0e8;
    text-align: center;
	text-transform: uppercase;
    font-weight: 800;
    color: #785f6a;
    padding: 5px;
}
.headLineSmall, .tableBodySmall { font-size: 14px; border-collapse: separate; }
.tableBody, .tableBodySmall {
    background-color: #f8f8f8;
    padding: 5px;
    border-collapse: separate;
}

div.statLink, div.statLink2 {
    display: flex;
}
div.statLink a, div.statLink2 a, div.logLink a {
    text-align: center;
    text-shadow: none;
    font-weight: 600;
    padding: 8px;
    margin: 2px;
    flex: 1;
}
div.logLink a {
    display: inline-block;
    width: 185px;
}
div.statLink a:nth-child(odd), div.statLink2 a:nth-child(even), div.logLink a:nth-child(odd) {
    background-color: #d2d4da;
    color: #777986;
}
div.statLink a:nth-child(even), div.statLink2 a:nth-child(odd), div.logLink a:nth-child(even) {
    background-color: #b3b5bd;
    color: #5b5d6b;
}
div.statLink a:hover, div.statLink2 a:hover, div.logLink a:hover {
    background-color: #636363;
    color: #ffffff;
}

/* Tab Content - menucool.com
-------------------------------------------------------------- */
ul.tabs {
    padding: 7px 0;
    margin:0;
    font-size: 0;
    list-style-type: none;
    text-align: left; /*set to left, center, or right to align the tabs as desired*/
    padding-left: 0; /* Offset of the first tab */
}
ul.tabs li {
    display: inline;
    margin: 0;/*no distance between tabs*/
    background: White;
    margin-left: 0px;
}
ul.tabs li a {
    font: 600 14px 'Open Sans', sans-serif;
    background-color: #fcfcfc;
    /*border: 1px solid #cccccc;*/
    text-decoration: none;
    border-radius: 5px 5px 0 0;
    padding: 10px 15px;
    border-right: 0;
    color: #404252;
    outline: none;
}
ul.tabs li a:hover {
    color: #FFFFFF;
    background: #b3b5bd;
}
ul.tabs li.selected a, ul.tabs li.selected a:hover {
    top: 0px;
    background: #fafafa;
    border-bottom: 1px solid #fafafa;
    border-right: 1px solid #dddddd;
    border-left: 1px solid #dddddd;
    border-top: 1px solid #dddddd;
    border-radius: 5px 5px 0 0;
    color: #404252;
}
ul.tabs li.selected a:hover {
    text-decoration: none;
}
div.tabcontents {
    border: 1px solid #dddddd;
    background-color: #fafafa;
    padding: 20px;
    margin-top: -5px;
}


/* News Pagination Style
-------------------------------------------------------------- */
.pagination {
    font: 300 11px 'Open Sans', sans-serif;
  display:inline-block;
  padding-left:0;
  margin:20px 0;
  border-radius:4px
}
.pagination > li { display:inline}
.pagination >li > a,
.pagination > li > span {
  position:relative;
  float:left;
  padding:6px 12px;
  margin-left:-1px;
  line-height:1.42857143;
  color:#3f3f3f;
  text-decoration:none;
  background-color:#fff;
  border:1px solid #afafaf;
}
.pagination > li:first-child > a,
.pagination > li:first-child > span {
  margin-left:0;
  border-top-left-radius:4px;
  border-bottom-left-radius:4px
}
.pagination >li:last-child > a,
.pagination > li:last-child > span {
  border-top-right-radius:4px;
  border-bottom-right-radius:4px
}
.pagination > li > a:focus,
.pagination > li >a:hover,
.pagination > li >span:focus,
.pagination > li >span:hover {
  z-index:2;
  color:#5f5f5f;
  background-color:#eee;
  border-color:#3f3f3f;
}
.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
  z-index:3;
  color:#3f3f3f;
  cursor:default;
  background-color:#cee7d7;
  border-color:#afafaf;
}
.pagination > .disabled > a,
.pagination > .disabled > a:focus,
.pagination > .disabled > a:hover,
.pagination > .disabled > span,
.pagination > .disabled > span:focus,
.pagination > .disabled > span:hover {
  color:#999999;
  cursor:not-allowed;
  background-color:#fff;
  border-color:#ddd
}



/* Toggle Sections
-------------------------------------------------------------- */
.toggle-box {
  display: none;
}

.toggle-box + label {
  cursor: pointer;
  display: block;
  font-weight: bold;
  line-height: 21px;
  margin-bottom: 5px;
  color: #fbaeb2; 
  text-transform: uppercase;
}

.toggle-box + label + div {
  display: none;
  margin-bottom: 10px;
}

.toggle-box:checked + label + div {
  display: block;
}

.toggle-box + label:before {
  background-color: none;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  color: #9dc9db;
  content: "❤";
  display: block;
  float: left;
  font-weight: none;
  height: 20px;
  line-height: 20px;
  margin-right: 5px;
  text-align: center;
  width: 30px;
}

.toggle-box:checked + label:before {
  content: "\2212";
}