/*
 Theme Name:   GeneratePress Child
 Description:  ResCruise Child
 Template:     generatepress
 Version:      1.0
*/
.sidebar-subscribe {box-shadow: rgba(50, 50, 93, 0.25) 0px 20px 30px -20px, rgba(0, 0, 0, 0.3) 0px 30px 40px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;}
.widget {border-radius:10px;}

blockquote {
margin-right: 50px;
font-style:normal;
font-size:inherit;
}
.entry-header .comments-link {
    display: block;
}
.widget ul li {
 text-indent: -1em;
 margin-left: 1em;
 list-style: none;
 padding-left: 0;
}
.main-navigation ul li:after {
    background-color: #3e4095;
}
.sidebar .widget {
    margin-top: 2rem;
}
p.drop:first-letter {
font-size: 65px;
padding-right: 5px;
margin-top: -15px;
margin-left: -10px;
line-height: 1;
color: #000000;
float: left;
font-weight: bold;
text-shadow: 3px 3px 3px #aaa;
}
#wpsp-1471.wp-show-posts-columns.wp-show-posts {
cursor: default;
pointer-events: none;        
text-decoration: none;
}
/* Smooth ease-in & ease-out; keep lightbox unaffected because of selector scope */
img[class*="wp-image-"] {
  transition: transform .3s ease, box-shadow .3s ease;  /* <-- moved here */
}
img[class*="wp-image-"]:hover {
  transform: scale(1.05);
  box-shadow: 1px 1px 5px #999;
}
/* Space under the Categories line in post navigation */
/* Post navigation formatting */
.navigation-post .rc-nav-cats {
  margin-bottom: 0.75em;
}
.navigation-post .rc-nav-cats-label,
.navigation-post .rc-nav-label {
  font-weight: 600;
  margin-right: 0.25em;
}
.navigation-post .nav-links {
  margin-top: 0.5em;
}
/* Hide GeneratePress footer categories row on single posts */
.single .entry-meta .cat-links {
  display: none;
}
/* Fix captions for legacy markup: <figure class="caption"><figcaption class="caption-text"> */
.entry-content figure.caption > figcaption.caption-text,
.inside-article figure.caption > figcaption.caption-text,
figure.caption > figcaption.caption-text {
  font-size: 90% !important;
  text-align: center !important;
  padding-top: 5px;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc !important;
  margin: 0.25em 0 1em;
  opacity: 1;
  display: block;
}
.post-views {
  margin-bottom: 15px;
}
