/* single post css */

:root {
	/* --postDesktopMaxWidth: 840px; */
	--postDesktopMaxWidth: calc(840px + (1030 - 840) * ((100vw - 1680px) / (3586 - 1680)));
	
	
}

.dynamic-entry-content figure {
    margin: calc(22px + (28 - 22) * ((100vw - 300px) / (1680 - 300))) 0
}

.featured-image {
    aspect-ratio: 3/1.75;
}

input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    background-color: rgba(70,70,70,.3);
    border-color: rgba(70,70,70,.45);
    border-radius: 4px;
}

input[type=submit] {
	border-radius: 4px;
}

input[type=submit]:not(:hover)  {
	background-color: rgba(70,70,70,.5);
}

@media (min-width: 768px) {
	
	.one-container .comments-area {
		max-width: var(--postDesktopMaxWidth);
		margin-left: auto;
		margin-right: auto;
	}
	
}

@media (min-width: 768px) and (max-width: 1024px) {

	
	
}

@media (max-width: 767px) {
	

	
}

@media (max-width: 499px) {
	
	
	
}