.videoWrapper {
	position: relative;
	padding-bottom: 56%; /* 16:9 */
	padding-top: 20px;
	height: 0;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.readme a:hover {
	color: #fff; 
}

footer nav#secondary-navigation a {
    font-size: 16px !important;
    padding: 18px 15px 15px 0 !important;
}

.singles_near_me:hover{
	color: #000000 !important;
}

.pre_footer {
	margin-top: 25px !important;
	margin-bottom: 0 !important;
}

.single .post-navigation {
	margin: 20px 0 20px !important;
}

#gform_7 select {
/* 	font-size: 13px !important; */
}

@media (max-width: 800px) and (min-width: 480px){
.phone {
    display: block !important;
	font-size: 1.6em !important;
}
}

@media (max-height: 850px) {
	#heymarket-widget > div > div:first-child {
    height: calc(100vh - 90px) !important;
	}
}
@media (min-width: 1024px) {
    .middle-top-sidebar {
        padding-bottom: 80px; /* Padding only at the bottom on desktop */
    }
}

/* Mobile-specific styles */
@media only screen and (max-width: 767px) {
    /* Make only the text inside the quote smaller on mobile */
    .col.span_5.widget.widget_text .quote {
        font-size: 1.3em !important; /* Increase font size for the quote on mobile */
    }

    /* Keep author and event text at a slightly smaller size on mobile */
    .col.span_5.widget.widget_text .author,
    .col.span_5.widget.widget_text .event {
        font-size: 1.2em; /* Slightly smaller for author and event */
    }
}

/* Mobile-specific styles (applies for screen widths smaller than 1024px) */
@media (max-width: 1023px) {
    .middle-top-sidebar {
        padding-left: 5px;  /* Adjust left padding for mobile */
        padding-right: 5px; /* Adjust right padding for mobile */
    }
}

img {
    max-width: 100%;  /* Ensures the image is never wider than its container */
    height: auto;     /* Keeps the aspect ratio intact */
}

@media (max-width: 768px) {
    .pre_footer center {
        font-size: 16px; /* Adjust as needed */
    }
}

/* Style just the dropdown with the "dark-dropdown" class */
body .dark-dropdown select,
body .dark-dropdown select option {
  background-color: #fff !important;
  color: #000 !important;
}
