/*
Theme Name: AADPS
Theme URI: http://aadps.net/
Description: Child Theme for Twenty Fifteen
Author: Xin Chen
Author URI: http://aadps.net/
Template: twentyfifteen
Version: 1.0
*/

.site-description {
    color: black !important;
    font-size: 120%;
    margin-top: 0;
}
@media screen and (min-width: 59.6875em) {
    .site-description {
        text-align: center;
    }

    body::before {
        box-shadow: 0 0 12px rgb(0 0 0 / 50%) inset;
    }
}
@media screen and (min-width: 38.75em) {
.comments-area, .hentry, .site-footer, .nav-links{
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.25) inset;
}
}

.nav-menu, #recentcomments {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 0px 8px;
}

.widget_recent_comments h2 {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 0px;
    padding: 10px 8px;
    border-bottom: #ccc 2px solid;
}
.wp-block-tag-cloud {
    background-color: rgba(255, 255, 255, 0.8);
    padding: 10px 16px;
}

#recentcomments li {
    padding: 10px 0px;
}
body li.navitem {
    display: none;
    list-style: none;
    background: #515151;
    color: white;
    padding: 5px 30px;
    margin: 5px 0px;
}
body li.navitem h2 {
    border-bottom: 1px gray solid;
    margin: 6px 0px;
}
body li.navitem p {
    margin: 5px 0px;
}
body li.navitem a {
    color: white;
    border-bottom: none;
}
body li.navitem .cal {
    font-size: 50%;
    float: right;
    text-align: right;
}
input[type="submit"] {
    background-color: #515151 !important;
}
input[type="submit"]:hover {
    background-color: #818181 !important;
}
input[type="submit"]:focus {
    background-color: #515151 !important;
}
input[type="submit"]:focus:hover {
    background-color: #818181 !important;
}
article input[type="submit"] {
    padding: 8px 12px;
    margin-bottom: 10px;
}
article input[type="submit"].unchecked {
    background-color: #ccc !important;
}
article input[type="submit"].unchecked:hover {
    background-color: #515151 !important;
}
#navfav input[type="submit"] {
    padding: 6px 14px;
    font-size: 20px;
    font-weight: normal;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 1px #ddd solid;
    background-color: #fff !important;
    color: #515151;
    opacity: 0.8;
}
#navfav input[type="submit"]:hover {
    background-color: #fff !important;
    color: #818181;
}
#navfav input[type="submit"]:focus {
    background-color: #fff !important;
}
#navfav input[type="submit"]:focus:hover {
    background-color: #fff !important;
    color: #818181;
}
@media screen and (min-width: 38.75em) {
    .hentry.has-post-thumbnail.category-phrase .post-thumbnail {
        margin-bottom: 0px;
    }
    .hentry.has-post-thumbnail.category-phrase {
        padding-top: 8.3333%;
    }
    .hentry.has-post-thumbnail.category-phrase a.post-thumbnail {
        margin: 0px;
    }
    .hentry.has-post-thumbnail.category-phrase img.attachment-post-thumbnail {
        width: 360px;
        float: right;
        margin: 0px 60px 0px 10px;
        border-radius: 5px;
        box-shadow: 2px 2px 3px 3px #aaa;
    }
}
[hidden] {
    display: none;
}
.visually-hidden {
    position: absolute;
    clip: rect(0, 0, 0, 0);
}
div.awesomplete {
    display: inline-block;
    position: relative;
}
div.awesomplete > input {
    display: block;
}
div.awesomplete > ul {
    position: absolute;
    left: 0;
    z-index: 1;
    min-width: 100%;
    box-sizing: border-box;
    list-style: none;
    padding: 0;
    border-radius: .3em;
    margin: .2em 0 0;
    background: hsla(0, 0%, 100%, .9);
    background: linear-gradient(to bottom right, white, hsla(0, 0%, 100%, .8));
    border: 1px solid rgba(0, 0, 0, .3);
    box-shadow: .05em .2em .6em rgba(0, 0, 0, .2);
    text-shadow: none;
}
div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
    display: none;
}
@supports (transform: scale(0)) {
    div.awesomplete > ul {
        transition: .3s cubic-bezier(.4, .2, .5, 1.4);
        transform-origin: 1.43em -.43em;
    }
    div.awesomplete > ul[hidden], div.awesomplete > ul:empty {
        opacity: 0;
        transform: scale(0);
        display: block;
        transition-timing-function: ease;
    }
}

/* Pointer */

div.awesomplete > ul:before {
    content: "";
    position: absolute;
    top: -.43em;
    left: 1em;
    width: 0;
    height: 0;
    padding: .4em;
    background: white;
    border: inherit;
    border-right: 0;
    border-bottom: 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
div.awesomplete > ul > li {
    position: relative;
    padding: .2em .5em;
    cursor: pointer;
}
div.awesomplete > ul > li:hover {
    background: hsl(200, 40%, 80%);
    color: black;
}
div.awesomplete > ul > li[aria-selected="true"] {
    background: hsl(205, 40%, 40%);
    color: white;
}
div.awesomplete mark {
    background: hsl(65, 100%, 50%);
}
div.awesomplete li:hover mark {
    background: hsl(68, 101%, 41%);
}
div.awesomplete li[aria-selected="true"] mark {
    background: hsl(86, 102%, 21%);
    color: inherit;
}
.sticky-post {
    display: none;
}
article blockquote {
    font-size: 1.6rem;
    font-style: normal;
}
article blockquote em {
    font-style: italic;
}
.no-hover:hover{
background: none !important;
}

svg {
  fill: none;
  pointer-events: all;
  overflow: hidden;
}

#map #states {
  fill: #aaa;
  stroke: #fff;
  stroke-width: 1.5px;
}

#map .active circle, #map .cities.active text, #map .colleges.active text{
  fill: orange;
}

#map .colleges.active text{
  font-weight: bold;
  font-size: 1.8px;
  stroke: #fff;
  stroke-width: 0.1px;
}

svg text {
	fill: #333;
}

#map text {
  stroke-width: 0;
  font-size: 1.6px;
}

#map .cities text{
  fill: #777;
  font-weight:bold;
  font-size: 2.2px;
}

@media screen and (min-width: 1300px) {
    #mapmobile{
	display: none;
    }
    #mappc{
	display: block;
    }
}

@media screen and (max-width: 1300px){
    #mapmobile{
	display: block;
    }
    #mappc{
	display: none;
    }
}

.dropzone{
	border: rgba(255, 255, 255, 0) 2px dashed;
	padding: 5px;
	min-height: 110px;
}

.dropzone.active{
	border: gray 2px dashed;
}

.ui-draggable {
	cursor: move;
}

.comments-area {
   font-size: small;
}

.comments-area .comment-content {
    padding-right: 10rem;
}

.comments-area .reply a {
    float: right;
    position: relative;
    top: -4rem;
}

.comments-area .comment-metadata {
    margin-bottom: 0;
}

.comments-area .reply a {
    margin-top: 0;
}

.hentry {
  background-image: url(https://aadps.net/wp-content/uploads/2017/11/watermark.gif);
}

.secondary-toggle:before {
	content: "\1f44b" !important;
}

.secondary-toggle.toggled-on:before {
	content: "\f405" !important;
}

@media screen and (min-width: 59.6875em) {
  #block-10 {
      display: none;
  }
}

@media screen and (max-width: 59.6875em) {
  #ad, .widget_recent_comments {
      display: none;
  }
}

.main-navigation,aside.widget {
  margin-bottom: 10% !important;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", "Helvetica Neue", Helvetica, Tahoma, Arial,"PingFang SC", "Hiragino Sans GB", "Heiti SC", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif !important;
}

#wpadminbar span {
  font-family: dashicons !important;
}

figcaption {
    text-align: center
}

footer.entry-footer {
    background-color: rgba(0, 0, 0, 0.05);
}
