@import url('https://fonts.googleapis.com/css2?family=Work+Sans:wght@300;400;500;600;700&display=swap');

body{
	font-family: 'Work Sans', sans-serif;
	font: 16px 'Work Sans', sans-serif;
	line-height: 26px;
	font-weight: normal;
}
a{
	font-size: 16px;
	line-height: 26px;
	font-weight: normal;
}
#login-nav .dropdown, #account-nav {
    float: none;
    height: 100%;
}
a#site-logo img {
    max-width: 230px;
}
.search-text-div input {
    line-height: 20px;
    padding: 5px 30px;
    width: 100%;
    height: 50px !important;
    border-radius: 30px;
}
.search-text-div input,
#header-search{
	float: none;
}
header#header {
    padding: 15px 0;
}
#header-search {
    width: 100%;
    margin-left: 5px !important;
}
.header-row.row {
    align-items: center;
}
.search-text-div {
    margin: 0;
}
button.search-submit img {
    filter: brightness(100);
}
button.search-submit {
    background-image: linear-gradient(to top, #222, aqua);
    background-size: auto !important;
    background-repeat: no-repeat !important;
    position: absolute;
    right: 14px;
    top: 4px;
    height: 42px;
    width: auto;
    padding: 0 40px;
    border-radius: 30px;
    line-height: 1;
}
.searchform {
    height: 100%;
}
.search-submit-div {
    width: 75px;
    height: 45px;
    position: absolute;
    right: 70px;
    top: 0px;
    padding: 0 !important;
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.user-nav a, #footer-nav li a, footer{
	font-size: 16px;
	text-transform: capitalize;
    font-weight: 600;
    text-shadow: none;
}
#login-nav a,
input#wp-submit {
    background: #ffffff;
    color: #fff;
    height: 45px;
    line-height: 45px;
    padding: 0 35px;
    border: none;
    transition: all 0.4s ease 0s;
}
#loginform .lost-password:hover,
#account-nav:hover .dropdown-content ul li a:hover, #footer-nav li a:hover
{
	background: transparent;
	color: #ffffff;
}
#login-nav a:hover, input#wp-submit:hover {
    background: #000;
}
#account-nav:hover .display-name,
#account-nav:hover .dropdown-content ul {
    border: none;
}
#account-nav .dropdown-content {
    top: 43px;
    width: 200px !important;
}
#account-nav:hover .dropdown-content ul {
    padding: 10px 0;
}
#account-nav:hover .dropdown-content ul li a {
    padding: 7px 0;
    display: inline-block;
    width: 100%;
    color: #000;
    font-weight: 500;
}
#account-nav .dropdown-content li {
    border-bottom: 1px solid #dedede;
}
#account-nav:hover .dropdown-content {
    width: 200px;
}
#login-nav .dropdown-content{
	border: 1px solid #Dedede;
}
#login-nav .dropdown-content {
    top: 44px;
    background: #FFF;
    width: 300px;
    padding: 20px
}
#loginform .lost-password {
    float: none;
    display: inline-block;
    background: transparent;
    color: #000;
    padding: 0;
    margin: 10px 0 0;
}
input[type="text"], input[type="password"], textarea, input[type="email"] {
    width: 100% !important;
    height: 45px;
    line-height: 45px;
    color: #000;
}
form#loginform label {
    margin-bottom: 5px;
    font-size: 14px;
    font-weight: 500;
}
#account-nav .dropdown-handle .avatar {
    width: 45px;
    height: 45px;
    border-radius: 50%;
    border: none;
}
#account-nav .dropdown-handle .display-name {
    float: none;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 26px;
}
#main-nav {
    background: transparent;
    border-bottom: 1px solid #eee;
    padding: 20px 0;
}
#main-nav ul, #main-nav .menu>li>a: hover{
	text-shadow: none;
}
#main-nav .menu>li>a{
	color: #000;
}
#main-nav .menu>li,
#main-nav .menu{
	background: none;
	float: none;
}
ul#menu-head {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}
#main-nav .menu>li:last-child {
    margin: 0;
}
#main-nav .menu>li {
    margin: 5px;
}
#main-nav .menu > li > a {
    color: #fff !important;
    display: inline-block;
    font-size: 14px;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    background: linear-gradient(to top, #222, aqua); 
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2); 
    transition: transform 0.3s ease, background 0.3s ease;
    cursor: pointer;
    will-change: transform, background;
}

#main-nav .menu > li > a:hover,
#main-nav .menu > li.current-menu-item > a {

}
.thumb .clip-link, .thumb .clip {
    position: relative;
    bottom: unset;
    top: unset;
    left: unset;
    right: unset;
    height: 100%;
    display: inline-block;
    width: 100%;
}
#footer {
    background: #000;
}
#footbar .wrap {
    padding: 0;
}
#footer-nav ul {
    padding: 0;
}
#footer-nav li a {
    text-decoration: none;
    color: #fff !important;
    font-weight: 400;
    transition: color 0.3s ease, transform 0.3s ease !important;
}

#footer-nav li a:hover {
    color: aqua !important; 
    transform: scale(1.1) !important;
}
#footer{
	border: none;
}
#copyright a, #credits a, h2.entry-title a:hover {
	color: aqua !important;
    text-decoration: none;
    font-weight: bold;
}
h2.entry-title a {
    text-decoration: none;
    font-size: 16px;
    font-weight: 500;
    display: inline-block;
    width: 100%;
}
#copyright, #credits {
    font-size: 14px;
    color: #fff;
    font-weight: 400;
}
.item .entry-summary {
    line-height: 20px;
    font-size: 14px;

}
.item .entry-meta, .item .stats{
	height: inherit;
}
span.author.vcard a {
    color: #000;
    margin-right: 5px;
}
.articleCol {
    margin-bottom: 35px;
}
p.stats {
    display: block;
}
.section-content {
    background: transparent;
    padding: 0px;
}
a.info-toggle-button,
p.form-submit input#submit {
    background: transparent;
    border: 1px solid #ffffff;
    text-shadow: none;
    color: #fff;
    text-decoration: none;
    height: 40px;
    display: inline-block;
    line-height: 40px;
    padding: 0 45px;
    font-size: 14px;
    font-weight: 500;
}
a.info-toggle-button:hover, p.form-submit input#submit:hover {
    background: #ffffff;
    color: aqua !important;
}
.entry-meta {
    color: #fffe79;
    font-size: 14px;
}
div#extras a {
    color: #FA0000;
    margin-right: 5px;
}
#extras h4 {
    font-size: 16px;
    margin-bottom: 10px;
}
#author, #email, #url {
    height: 45px;
    line-height: 45px;

}
textarea#comment, 
#author, #email{
	color: #000;
    background: #f7f7f7;
}
.mob-menu, .mob-sidemenu {
    display: none;
}
span.pages {
    height: 45px;
    width: auto;
    padding: 0 25px;
    line-height: 45px;
    color: #000;
    padding: 0 !important;
}
.pag-nav a, span.current {
    height: 45px;
    width: 45px;
    line-height: 45px;
    padding: 0 !important;
    border: none !important;
    box-shadow: none !important;
}
.pag-nav span{
	padding: 0 15px !important;
}
.pag-nav a, .pag-nav span {

    text-shadow: none;
    border: none !important;
    box-shadow: none !important;
    font-size: 16px;
    font-weight: 500 !important;
    background-color: #333 !important;
    background-image: none !important;
    color: aqua !important;
}
.pag-nav .current{
	background-color: aqua !important;
    color: #333 !important;
}
.pag-nav a:hover {
	background-color: aqua !important;
    color: #fff !important;
}
.item img{
	width:100% !important;
}

.loop-row {
	display: flex;
	gap: 20px;
	align-items: flex-start;
	flex-wrap: nowrap;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 0 10px;
}

.left-widget,
.right-widget {
	flex: 0 0 15%;     
	min-width: 180px;
	max-width: 220px;
}

.loop-content {
	flex-grow: 1;        
	flex-shrink: 1;
	flex-basis: 0;       
	max-width: 100%;
}

@media (max-width: 1024px) {
	.loop-row {
		flex-direction: column;
		gap: 30px;
	}

	.left-widget,
	.right-widget,
	.loop-content {
		width: 100% !important;
		max-width: none;
		margin: 0;
		padding: 0;
	}

	.loop-content { order: 1; }
	.left-widget   { order: 2; margin-bottom: 30px;}
	.right-widget  { order: 3; margin-bottom: 30px; margin-top: -30px;}
}

.custom-widget-menu,
.custom-widget-menu li,
.custom-widget-menu li a {
	all: unset;
	display: block;
}

.horizontal-menu-wrapper {
	background-color: #222;
	padding: 15px 6px;
	text-align: center;
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.horizontal-menu-title {
	background: linear-gradient(to top, #222, aqua);
	color: #fff !important;
	padding: 12px 15px;
	margin: 0;
	font-size: 1rem;
	text-align: center;
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
}

.horizontal-menu.custom-widget-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    justify-content: center;
}

.horizontal-menu.custom-widget-menu li {
    flex-basis: 100%; 
}

.horizontal-menu.custom-widget-menu li a {
    display: block;
    margin: 0 auto;
    padding: 5px 5px;
    color: #fff !important;
    background-color: #444;
    border-radius: 6px;
    text-decoration: none;
    text-align: center;
    font-weight: 500;
    transition: background 0.2s, transform 0.2s;
    font-size: 12px;
}

.horizontal-menu.custom-widget-menu li a:hover {
    background: linear-gradient(to top, #222, aqua);
    transform: scale(1.02);
}

.horizontal-menu.custom-widget-menu.buttons-per-row-2 li {
    flex-basis: calc(50% - 10px);
}

.horizontal-menu.custom-widget-menu.buttons-per-row-3 li {
    flex-basis: calc(33.33% - 10px); 
}

.horizontal-menu.custom-widget-menu.buttons-per-row-4 li {
    flex-basis: calc(25% - 10px); 
}

.horizontal-menu-toggle {
    display: none;
    background: #222;
    color: white;
    border: none;
    padding: 10px 15px;
    width: 100%;
    font-size: 16px;
    font-weight: bold;
    border-radius: 0 0 6px 6px;
    margin-top: -4px;
}

@media (max-width: 1024px) {
    .horizontal-menu-toggle {
        display: block;
      }

    .horizontal-menu-wrapper {
        display: none;
    }

    .horizontal-menu-wrapper.active {
        display: block;
      }
}

.thumb-wrapper {
    position: relative;
    overflow: hidden;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
}

.fixed-ratio {
    aspect-ratio: 3 / 4;
    width: 100%;
}

.thumb-wrapper img.thumb-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: transform 0.3s ease;
}

.thumb-link {
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
}

.thumb-overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0); 
    transition: background 0.3s ease;
    z-index: 2;
}

.thumb-play-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: white;
    font-size: 38px;
    opacity: 0;
    transition: opacity 0.3s ease;
    z-index: 3;
    pointer-events: none;
}

.hover-thumb:hover .thumb-overlay {
    background: rgba(0, 0, 0, 0.5); 
}

.hover-thumb:hover .thumb-play-icon {
    opacity: 1;
}

.overlay-zoom,
.overlay-hd {
    position: absolute;
    top: 5px;
    right: 5px;
    z-index: 4;
    border-radius: 3px;
    line-height: 0;
}

.overlay-zoom {
    background: linear-gradient(to top, #5ba9ad, #e5e5e5);
}

.overlay-hd {
    background: linear-gradient(to bottom, #FFEB3B, #FFC107);
}

.overlay-zoom img,
.overlay-hd img {
    width: 22px !important;
    height: auto;
    display: block;
}

.movie-status-label {
    background-color: #333;
    color: #fff;
    text-align: center;
    padding: 4px 8px;
    font-size: 14px;
    font-weight: bold;
    margin: 0;
    border-radius: 0 0 4px 4px;
    line-height: 1.2;
    margin-bottom: 5px;
}

.trailer-thumbnail-wrap {
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin-bottom: 30px;
    flex-wrap: nowrap;
    max-width: 100%;
  }
  
  .trailer-thumbnail-wrap .post-thumbnail {
    width: auto;
    height: 290px;
    aspect-ratio: 265 / 375;
    flex-shrink: 0;
  }
  
  @media (max-width: 767px) {
    .trailer-thumbnail-wrap .post-thumbnail {
      height: 200px;
    }
  }
  
  .trailer-thumbnail-wrap .post-thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
  }
  
  .video-trailer-embed {
    flex: 1;
    aspect-ratio: 16 / 9;
    height: 290px;
    max-width: 100%;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
  }
  
  @media (max-width: 767px) {
    .video-trailer-embed {
      height: 200px;
    }
  }
  
  .video-trailer-embed iframe {
    width: 100%;
    height: 100%;
    border: none;
    border-radius: 10px;
  }
  
  .mov-button {
    padding: 6px 12px;
    font-size: 13px;
    background: transparent;
    border: 1px solid #ffffff;
    color: #ffffff;
    border-radius: 6px;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-bottom: 4px;
    text-decoration: none;
  }
  
  .mov-button:hover {
    background: linear-gradient(to top, #222, aqua);
  }
  
  .category-list a,
  .tag-list a {
    text-decoration: none !important;
  }
  
  .meta-row {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin-bottom: 12px;
  }
  
  .meta-title {
    flex: 0 0 auto;
    margin-right: 10px;
    font-weight: bold;
    margin-top: 6px;
  }
  
  .meta-buttons {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
  }

  .mov-button.no-hover {
    pointer-events: none;
    background: transparent;
    border-color: #ffffff;
    color: #ffffff;
  }
  
  .mov-button.no-hover:hover {
    background: transparent;
    color: #ffffff;
  }
  
  .mov-button img.meta-icon {
    width: 18px;
    height: 18px;
    margin-right: 6px;
  }

  .social-buttons {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 14px;
    margin-top: 30px;
    flex-wrap: wrap;
    position: relative;
  }
  
  /* Like Button */
  .like-button {
    position: relative;
    border: none;
    background: #e63946;
    color: white;
    border-radius: 50%;
    width: 48px;
    height: 48px;
    font-size: 20px;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
  }
  
  .like-button:hover {
    background: #d62828;
  }
  
  .like-button.liked i {
    color: #ff69b4;
  }
  
  .like-count {
    position: absolute;
    top: -10px;
    right: -10px;
    background: white;
    color: #e63946;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    font-size: 12px;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  }
  
  .share-icon {
    width: 48px;
    height: 48px;
    font-size: 20px;
    border-radius: 50%;
    color: white !important; 
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: background 0.3s ease;
    text-decoration: none !important;
  }
  
  .share-icon i {
    color: white !important; 
  }

  .facebook-share {
    background-color: #1877f2;
  }
  .facebook-share:hover {
    background-color: #145dbf;
  }
  
  .x-share {
    background-color: #1c1e21;
  }
  .x-share:hover {
    background-color: #000;
  }
  
  .line-share {
    background-color: #00c300;
  }
  .line-share:hover {
    background-color: #009900;
  }
  
  .dp-post-stats-container i {
    font-size: 12px; 
}

.dp-post-stats-container span {
    font-size: 12px; 
}

.item .entry-title a {
    color: #ffffff !important;
    white-space: normal;
    padding: 0px 4px;
}

#player-container {
    position: relative;
    width: 100%;
    max-width: 100%;
    margin: auto;
    text-align: center;
    background: #333;
    padding: 10px 15px 30px 15px;
    border-radius: 10px;
}

.video-controls {
    padding-bottom: 8px;
    justify-self: right;
}

.video-controls button {
    background: linear-gradient(to top, #222, aqua);
    border: none;
    color: #ffffff;
    padding: 8px 16px;
    border-radius: 10px;
    font-size: 14px;
    cursor: pointer;
    transition: background 0.3s ease;
    margin-left: 4px;
}

.video-controls button:hover {
    background: linear-gradient(to top, #1a1a1a, rgb(1, 167, 167));
}

#video-frame {
    border-radius: 12px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.25);
}

.item .entry-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    height: 4em;
}

.section-relate {
    margin-bottom: 12px;
    font-weight: bold;
    text-transform: uppercase;
}