/*
 Theme Name:   Webpress Hub
 Theme URI:    https://webpresshub.net/readymade-designs/
 Description:  Its a Movie Download Website Template Designed by Webpress Hub
 Author:       WebpressHub.net
 Author URI:   https://webpresshub.net/
 Template:     generatepress
 Version:      0.1
*/




.movie-details p {
    font-size: 14px;
    line-height: 1;
    color: #000;
    margin: 0 0 10px;
}
.movie-details strong {
    font-weight: bold;
    color: #333;
}



.Content h2 {
    display: flex;
    align-items: center !important;
    justify-content: center !important;
    color: white !important;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 1.4em;
    background-color: var(--e-global-color-fc4a78c);;
    padding: 10px 15px;
    border-radius: 8px;
}



.styled-table {
    width: 100%;
    margin: 20px 0;
	border:none;
}

.styled-table th, .styled-table td {
    padding: 10px;
    text-align: left;
	border-right:none;
}

.styled-table th {
    color: black;
    font-weight: bold;
}

.styled-table td {
    color: #000;
}

.styled-table tr:hover {
    background-color: #f5f5f5;
}

.styled-table td:first-child {
    font-weight: bold;
}

/* Add "#" symbol to labels */
.styled-table th::before {
    content: "# ";
	color:#13B0A0;
}


.menu a{
    display: inline-block;
    color: #fff;
    font-size: 15px;
    margin: 3px;
    padding: 5px 12px;
    border-radius: 3px;
        background-color: var(--e-global-color-fc4a78c);
}

.figcaption.widget-image-caption.wp-caption-text{
	    color: white !important;

}

.loop .wp-caption .wp-caption-text {
    position: absolute;
    bottom: 0;
    color: white !important;
    text-align: center;
    font-size: 12px; /* Default font size */
    margin: 0 auto;
    background: var(--e-global-color-673cb7d) !important;
    background-color: var(--e-global-color-673cb7d) !important;
    padding: 3px 10px;
    left: 50%; /* Start centering horizontally */
    transform: translateX(-50%); /* Finish centering horizontally */
    border-radius: 5px 5px 0px 0px; /* Rounded corners at the top */
    display: inline-block; /* Shrink the background to fit content */
    max-width: calc(100% - 10px); /* Prevent it from exceeding the container width */
    white-space: nowrap; /* Prevent text wrapping */
}

/* Apply font-size 10px on mobile devices */
@media screen and (max-width: 768px) {
    .loop .wp-caption .wp-caption-text {
        font-size: 11px !important;
    }
}



.video-wrapper {
    position: relative;
    width: 100%;
    padding-top: 56.25%; /* 16:9 Aspect Ratio (Height = 56.25% of Width) */
    overflow: hidden;
	margin-bottom: 25px;
	border-radius: 15px;
}
.video-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
