/*
Welcome to Custom CSS!

To learn how this works, see https://wp.me/PEmnE-Bt
*/
/* Remove Post Title and Featured Image Overlap | 13263256-hc/zen */
@media screen and (min-width: 1000px) {
	.post-thumbnail+.entry-header {
		position: relative;
		transform: none;
		margin-top: 1.3em;
	}
}

.site-title a {
	color: #171515 !important;
}

.site-description {
	color: #171515 !important;
}

h1.entry-title {
	color: #171515;
}

/* Blog post titles / 23336299-hc kp */
h2.entry-title,
h2.entry-title a,
h2.entry-title a:hover,
h2.entry-title a:visited {
	color: #000;
}

/* Category links / 23336299-hc kp */
.cat-links a {
	color: #171515;
}

/* Post and page links / 23336299-hc kp */
.entry-content a {
	color: #171515;
}

.entry-content a:hover {
	color: #171515;
}

.entry-content a:visited {
	color: #171515;
}

// Display User IP in WordPress
 
 
function get_the_user_ip() {
}

elseif ( ! empty( $_SERVER[HTTP_X_FORWARDED_FOR] ) ) {
}

else {
}	
}

a, 
.footer-widget-area a:hover,
.footer-widget-area a:focus,
.footer-widget-area a:active,
.entry-title a:hover,
.entry-title a:focus,
.entry-title a:active,
.cat-links a,
.comment-meta a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title a,
body:not(.search):not(.single-jetpack-testimonial) .jetpack-testimonial .entry-title,
.jetpack-testimonial-shortcode .testimonial-entry-title,
.site-info a:hover,
.site-info a:focus,
.site-info a:active {
	color: #6ebdb0;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"],
#infinite-handle span,
.button,
.main-navigation,
.hero-content-wrapper .cat-links a,
.main-navigation ul ul {
	background-color: #6ebdb0;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="url"]:focus,
input[type="tel"]:focus,
input[type="number"]:focus,
textarea:focus {
	border-color: 6ebdb0;
}

.site-social-menu a {
	color: #6ebdb0;
}

.site-social-media a:hover {
	background-color: #000404;
}