/* Color options 
Nav Menu background: #333333
Button color: #333333
Default Link color: #111
Hover color for buttons: #555
*/

/* General Styling */
a, a:link, a:visited {
	color: #111;
}
body {
    background-color: #111;
	background-image: url(https://galaxyofgeek.com/wp-content/uploads/2018/05/stars.jpg);
}
/* Modify appearance of header area */
#header-wrap {
    background-image: url(https://galaxyofgeek.com/wp-content/uploads/2018/05/cosmic-header.jpg);
	max-height: 200px;
}
#header {
    padding-top: 1.0em;
}
#logo {
    float: left;
    text-align: center;
    width: 80%;
}
#logo .custom-logo {
    margin-left: 25%;
}
@media only screen and (max-width: 35em) {
	#logo .custom-logo {
	margin-left: 0% !important;
	}
}
@media only screen and (max-width: 60em) {
	#logo .custom-logo {
		margin-left: 0% !important;
	}
}
#social-icons-menu a {
    background-color: #333333;
}
#social-icons-menu a:hover {
    background-color: #555;
}
/* Modify nav bar */

#mainnav-menu a:hover {
	background: #555;
}
/*Mobile adjustments for nav bar*/
@media only screen and (max-width: 35em) {
#mainnav-toggle:hover, .sidebar-navigation-toggle:hover, .sidebar-closing-toggle {
    background: #7b06ff;
}
}
@media only screen and (max-width: 60em) {
#mainnav-toggle:hover, .sidebar-navigation-toggle:hover, .sidebar-closing-toggle {
    background: #7b06ff;
}
}


/* Modify Slider display */
.post-categories.wppsac-post-categories {
    visibility: hidden;
    line-height: 0;
}
.recent-post-slider a {
	color:#fff !important;
}
.readmorebtn a {
	color:#fff !important;
}
.wp-sub-content {
    font-size: 10pt;
}
.recent-post-slider .slick-dots li.slick-active button {
    background: #7b06ff !important;
}

/* Modify appearance of recent post on home page */
.postinfo {
    line-height: 0;
    display: none;
}
.post-title a:hover {
    color: #555;
}
img.attachment-featured_image.size-featured_image.wp-post-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.content-excerpt .more-link{
    margin: 0.5em 0 0em;
}
.more-link {
	background-color:#333333
}
.more-link:hover {
	background-color: #555;
}
.post-pagination .current {
    color: #fff;
	background:#555;
}
.post-pagination a:hover {
	color: #555;
}

/* Modify appearance of recent post widgets on sub pages */
/*.rpwe-alignleft.rpwe-thumb {
    width: 100%;
} */
.rpwe-block h3 {
    font-size: 16px !important;
}
.widget .rpwe-summary a {
    color: #fff !important;
	background: #333333;
	font-size: 14px;
    white-space: nowrap;
	float: right;
	margin-top: 3em;
}
.widget a:visited {
    color: #333333;
}
h3.widget-title a {
    color: #333333;
}
h3.rpwe-title a {
    font-size: 14px !important;
}
/*Mobile adjustments for recent posts*/
@media only screen and (max-width: 35em) {
	.entry img {
    width: 100%;
}
}
/* Posts */
.jetpack-lazy-images-js .jetpack-lazy-image {
    display: block;
}
.wp-caption .wp-caption-text {
    font-size: 0.7em;
    font-style: italic;
	line-height: 1em;
}
div.wp-caption {
    background: #eeeeeec7;
    padding: 5px;
}
.entry.clearfix a {
    text-decoration: underline;
}
/* Widgets */
/*.widget h3 a {
    color: #333333 !important;
}*/
.widget a:link {
    text-decoration: underline;
    color: #111;
}
 /* Comment button(s) */

#commentform #submit {
	background: none repeat scroll 0 0 #333333;
}

#commentform #submit:hover {
	background: none repeat scroll 0 0 #555;
}

/* Footer stuff */
span.credit-link {
    display: none;
}
