@import url(//fonts.googleapis.com/css?family=Shadows+Into+Light);

@import url(//fonts.googleapis.com/css?family=Roboto:400,300,100,700);

@import url(//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css);

.font-shadow-into-light {
    font-family: 'Shadows Into Light',sans-serif!important;
}

.slideshowlink{
  font-size: 1.3em;
  }
.post {
  position: relative;
  z-index: 999;
}

body,html {
    
}

.img-center {
    margin: 0 auto;
    padding: 15px 0;
}

#page-wrap {
    min-height: 100%;
    background-color: #000;
    background-image: url(../images/star/cover.jpg);
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}

.entry {
    margin-bottom: 2rem;
}

.sidebar {
    text-align: center;
}

.sidebar .site-owner {
    margin-top: 6rem;
}

.sidebar nav ul>li>a {
    color: #fff;
}

.sidebar nav ul>li>a:hover {
    color: #fff;
    background-color: #77c264;
}

.page-content {
    min-height: 750px;
    margin-bottom: 2rem;
    background-color: rgba(0,0,0,.75);
}

footer {
  z-index:9999;
  color:#fff;
  position:relative;
}
.home footer {
  color:#fff;
  text-shadow: 0 0 5px #000;
}

.sidebar nav ul>li>a {
  display: block;
  padding: 5px 10px;
}

.sidebar nav ul>li>a:focus,
.sidebar nav ul>li>a:hover {
  text-decoration: none;
}

.page-content .gold-logo {
    top: 50%;
    z-index: 0;
    opacity: 0.40;
    position: absolute;
    margin: 0 auto;
    left: 0;
    right: 0;
}

#respond {
  z-index: 3;
  position: relative;
  padding-top: 10px;
  border-top: 2px dashed white;
}

.entry p {
  margin: 0 0 20px !important;
}

#comment {
  width: 100%;
  color: black;
  position: relative;
}

.author {
  margin: 10px 0 0 !important;
}

cite,
.author big {
  color: gold;
  font-size: 17px;
}

.posted-on {
  margin: 0 0 30px !important;
}

.posted-on span {
  color: limegreen;
}

.commentlist {
  padding: 0 0 0 10px !important;
  position: relative;
  z-index: 3;
  list-style: none;
}

.comment-author img {
  display: none !important;
}

.reply,
.commentmetadata {
  text-align: right;
}

.comment-body p {
  padding: 15px;
  margin: 10px 0;
  background: rgba(255,255,255,0.1);
}

.commentlist .comment {
  margin-bottom: 25px;
}

#commentform input[type=submit] {
  background: limegreen !important;
  padding: 5px 15px;
  font-weight: bold;
  margin: 0 auto;
  display: block;
  border-radius: 5px;
  border: 1px solid lightgreen !important;
}

#commentform input[type=submit]:focus,
#commentform input[type=submit]:hover {
  background: lightgreen !important;
}

#bloglist {
  position: relative;
  z-index: 3;
  list-style: none;
  padding: 15px 30px;
  margin-top: 30px;
}

#bloglist li {
  margin-bottom: 20px;
  
 }

.video-entry {
  min-height:165px;
}


#bloglist li h4 {
  margin: 0 0 20px;
  color: white;
  font-weight: bold;
}

#bloglist li p {
  margin: 15px !important;
}

.gform_wrapper .top_label input.large, .gform_wrapper .top_label select.large, .gform_wrapper .top_label textarea.textarea {
  color: black;
}

/* January 21 2021 */
a.text-link:hover {
  color: #ffc730 !important;
  text-decoration: none !important;
}
a.text-link {
  color: #fff !important;
  font-weight: bold !important;
  transition: 0.3s !important;
}
p.text-green {
  color: #77C264 !important;
  font-weight: bold !important;
}
div#post-792 {
  padding: 0 150px !important;
}