/* Default styles for h1.story-title */
h1.story-title {
    margin-bottom: 8px !important;
    margin-top: 2px;
}
	
.category-top-divider{margin-top:-10px;}

/* Media query for mobile devices with a maximum width of 767px */
@media (max-width: 767px) {
    /* Styles for h1.story-title on mobile */
    h1.story-title {
        margin-bottom: -4px !important;
        margin-top: 0px;
    }
	/*.category-top-divider{margin-top:-30px;}*/
	#head-wrap {
	  padding-top: 5px;
	}
}
	
.circular {
	width: 120px;
	height: 120px;
	border-radius: 120px;
	-webkit-border-radius: 120px;
	-moz-border-radius: 120px;
	}

.circularphotographer {
	width: 65px;
	height:65px;
	border-radius: 65px;
	-webkit-border-radius: 65px;
	-moz-border-radius: 65px;
	}

ul.author-social {
    list-style: none !important;
    margin: 0px !important;
}

li.twitter-item {
	margin: 0px !important;
	padding: 0px 10px 0px 0px !important;
}

li.instagram-item {
	margin: 0px !important;
	padding: 0px 0px 0px 0px !important;
}
.inactiveLink {
   pointer-events: none;
   cursor: default;
}
	
/* Styles for elements with the class "category-link" */
.category-link {
    color: #555 !important; /* Text color for category-link elements */
    text-transform: uppercase; /* Convert text to uppercase */
    font-weight: 600; /* Set font weight to 500 */
    font-size: 13px; /* Set font size to 13px */
	letter-spacing: 1px;
}

/* Styles for links nested inside elements with the class "category-link" */
.category-link:hover {
    color: #ffc124 !important; /* Text color for links inside category-link elements */
}	
	