/*
Theme Name: FilmyFly Style
Theme URI: https:///
Author: Custom
Description: Movie website WordPress theme inspired by the supplied reference design.
Version: 1.0
License: GPL-2.0-or-later
Text Domain: filmyfly-theme
*/

* {
    box-sizing: border-box;
}

html,
body {
    margin: 0;
    padding: 0;
}

body {
    background: #ffffff;
    color: #111;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.15;
}

a {
    color: #087dcc;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

img {
    max-width: 100%;
    height: auto;
}

/* =========================
   HEADER
========================= */

.site-header {
    background: #fff;
}

.logo-area {
    height: 109px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.site-logo {
    display: block;
    max-height: 105px;
    width: auto;
}

.site-title {
    font-size: 28px;
    font-weight: bold;
    color: #1b8cd8;
}

/* =========================
   NAVIGATION
========================= */

.main-nav {
    height: 33px;
    background: #1b8cd8;
    border-bottom: 2px solid #ff0000;
    overflow: hidden;
}

.main-nav .nav-inner {
    max-width: 100%;
    margin: 0 auto;
    height: 100%;
}

.main-nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    height: 100%;
}

.main-nav li {
    margin: 0;
    padding: 0;
}

.main-nav a {
    display: block;
    color: #fff;
    padding: 8px 0;
    font-size: 12px;
}

.main-nav a:hover {
    color: #fff;
    text-decoration: none;
}

/* =========================
   MAIN CONTAINER
========================= */

.site-content {
    width: 100%;
    margin: 0 auto;
}

.content-inner {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
}

/* =========================
   INTRO
========================= */

.intro {
    padding: 4px 0 5px;
    font-size: 12px;
    line-height: 1.08;
}

.intro p {
    margin: 0 0 2px;
}

.intro-title {
    color: #087dcc;
    font-weight: bold;
    margin-bottom: 2px;
}

.intro strong {
    font-weight: bold;
}

.center-title {
    text-align: center;
    color: #333;
    margin: 9px 0 20px;
    font-size: 12px;
}

/* =========================
   CATEGORY BUTTONS
========================= */

.category-area {
    padding: 8px 24px 23px;
}

.category-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8px 20px;
}

.category-button {
    background: #1b8cd8;
    color: #fff;
    border-radius: 6px;
    padding: 7px 9px;
    font-size: 12px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, .25);
    white-space: nowrap;
}

.category-button:hover {
    background: #5530b0;
    color: #fff;
    text-decoration: none;
}

/* =========================
   SEARCH
========================= */

.search-area {
    background: #f4f4f4;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    padding: 9px 3px;
}

.search-form {
    display: flex;
    width: 100%;
    gap: 4px;
}

.search-input {
    flex: 1;
    min-width: 0;
    height: 30px;
    border: 1px solid #ccc;
    border-radius: 10px;
    padding: 0 9px;
    font-size: 12px;
    outline: none;
}

.search-input:focus {
    border-color: #1b8cd8;
}

.search-submit {
    width: 100px;
    height: 30px;
    border: 0;
    border-radius: 8px;
    background: #168dd4;
    color: #fff;
    cursor: pointer;
    font-size: 12px;
}

.search-submit:hover {
    background: #0878bd;
}

/* =========================
   SECTION TITLE
========================= */

.section-title {
    margin: 0;
    height: 27px;
    background: #1b8cd8;
    color: #fff;
    font-size: 13px;
    font-weight: bold;
    line-height: 27px;
    padding: 0 2px;
}

/* =========================
   TELEGRAM BUTTON
========================= */

.telegram-button {
    position: absolute;
    right: 0;
    margin-top: -2px;
    background: linear-gradient(90deg, #42d4c2, #168ddd);
    color: #fff;
    padding: 6px 12px;
    border-radius: 14px 0 0 14px;
    font-size: 12px;
    z-index: 5;
}

.telegram-button:hover {
    color: #fff;
    text-decoration: none;
}

/* =========================
   MOVIE GRID
========================= */

.movie-area {
    max-width: 820px;
    margin: 26px auto 0;
}

.movie-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    border-left: 1px dotted #eee;
    border-top: 1px dotted #eee;
}

.movie-card {
    min-width: 0;
    padding: 0 7px 10px;
    border-right: 1px dotted #eee;
    border-bottom: 1px dotted #eee;
}

.movie-poster {
    display: block;
    width: 118px;
    height: 164px;
    object-fit: cover;
    margin: 0 auto 4px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0, 0, 0, .35);
}

.movie-title {
    display: block;
    color: #0784cf;
    font-size: 11px;
    font-weight: bold;
    line-height: 1.05;
}

.movie-title:hover {
    color: #005f99;
}

/* =========================
   SINGLE POST
========================= */

.single-container {
    max-width: 820px;
    margin: 20px auto;
}

.single-title {
    color: #087dcc;
    font-size: 20px;
    margin: 0 0 12px;
}

.single-thumbnail {
    display: block;
    max-width: 350px;
    margin: 0 auto 15px;
}

.single-content {
    font-size: 13px;
    line-height: 1.5;
}

.single-content img {
    max-width: 100%;
}

/* =========================
   FOOTER
========================= */

.site-footer {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #fff;
    color:black;
}

/* =========================
   MOBILE
========================= */

@media (max-width: 700px) {

    .logo-area {
        height: 95px;
    }

    .site-logo {
        max-width: 190px;
        max-height: 90px;
    }

    .intro {
        padding: 5px;
        font-size: 11px;
    }

    .category-area {
        padding: 10px 20px 20px;
    }

    .category-list {
        justify-content: center;
        gap: 9px;
    }

    .movie-area {
        width: 100%;
        margin-top: 20px;
    }

    .movie-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .movie-poster {
        width: 125px;
        height: 175px;
    }

    .movie-title {
        font-size: 11px;
    }
}

@media (max-width: 380px) {

    .movie-poster {
        width: 110px;
        height: 155px;
    }

    .category-button {
        font-size: 11px;
    }

    .search-submit {
        width: 80px;
    }
}
```css
.main-nav li {
    margin-right: 25px;
}

/* =========================================
   DOWNLOAD MOVIES - BODY SECTION
========================================= */

.download-movies {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}

.download-movies-title {
    display: block;
    width: 100%;
    height: 38px;
    margin: 0;
    padding: 0 0 0 8px;

    background: #1b8cd8;
    color: #fff;

    font-family: Arial, Helvetica, sans-serif;
    font-size: 17px;
    font-weight: bold;
    line-height: 38px;
}

.download-movies-list {
    width: 100%;
    margin: 0;
    padding: 0;
}

.download-movie-link {
    display: block;
    width: 100%;
    height: 46px;
    margin: 0;
    padding: 0 8px;

    background: #fff;
    border-bottom: 1px solid #eeeeee;

    color: #0784cf;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 46px;

    text-decoration: none;
}

.download-movie-link::before {
    content: "› ";
    color: #ff3b30;
    font-weight: bold;
}

.download-movie-link:hover {
    background: #f8f8f8;
    color: #006fae;
    text-decoration: none;
}


/* MOBILE */

@media (max-width: 700px) {

    .download-movies-title {
        height: 38px;
        line-height: 38px;
        font-size: 15px;
    }

    .download-movie-link {
        height: 42px;
        line-height: 42px;
        font-size: 14px;
    }

}

.site-footer {
    margin-top: 30px;
    padding: 20px;
    text-align: center;
    background: #fff;
    color: black;
}


/* =========================================================
   MOVIE SINGLE PAGE
========================================================= */

.movie-single {
    width: 100%;
    margin: 0;
    padding: 0;
    background: #fff;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.movie-breadcrumb {
    padding: 10px 11px;
    background: #fff;
    color: #222;
    font-size: 14px;
    line-height: 22px;
}

.movie-breadcrumb a {
    color: #087dc1;
    text-decoration: none;
}

.movie-breadcrumb a:hover {
    text-decoration: underline;
}


/* =========================================================
   BLUE TITLE BAR
========================================================= */

.movie-single-title-bar {
    background: #1b8cd8;
    color: #fff;
    font-size: 15px;
    font-weight: 700;
    padding: 7px 8px;
    border-bottom: 2px solid #e60000;
}


/* =========================================================
   MOVIE INFORMATION BOX
========================================================= */

.movie-information-box {
    width: 100%;
    margin: 6px 5px;
    min-height: 390px;
    border: 1px solid #ccc;
    background: #fff;
}


/* =========================================================
   POSTER
========================================================= */

.movie-single-poster {
    width: 172px;
    margin: 0 0 5px 0;
}

.single-movie-image {
    display: block;
    width: 172px;
    height: 220px;
    object-fit: cover;
    border-radius: 4px;
    border: 1px solid #ddd;
}


/* =========================================================
   MOVIE DETAILS
========================================================= */

.movie-details {
    margin-top: 2px;
    font-size: 14px;
    line-height: 20px;
}

.movie-detail-row {
    margin: 0 0 2px 0;
}

.movie-detail-label {
    color: #ff0000;
}

.movie-detail-value {
    color: #008000;
}

.movie-detail-value a {
    color: #008000;
}


/* =========================================================
   CONTENT
========================================================= */

.movie-single-content {
    margin-top: 18px;
    font-size: 14px;
    line-height: 1.7;
}

.movie-single-content p:first-child {
    margin-top: 0;
}

.movie-single-content img {
    max-width: 100%;
    height: auto;
}


/* =========================================================
   SHARE BUTTONS
========================================================= */

.single-share {
    margin-top: 25px;
}

.single-share-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.single-share-buttons a {
    display: inline-block;
    padding: 8px 15px;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-decoration: none;
    border-radius: 3px;
    transition: opacity .2s ease;
}

.single-share-buttons a:hover {
    color: #fff;
    opacity: .85;
}

.single-share-facebook {
    background: #3b5998;
}

.single-share-whatsapp {
    background: #0bbd19;
}

.single-share-messenger {
    background: #168de2;
}

.single-share-twitter {
    background: #55acee;
}

.single-share-telegram {
    background: #229ed9;
}


/* =========================================================
   DOWNLOAD SECTION
========================================================= */

.single-download-section {
    margin-top: 5px;
}

.single-download-title {
    margin: 0;
    padding: 8px;
    background: #1b8cd8;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
    border: 0;
}

.single-download-content {
    padding: 17px 8px 22px;
    background: #fff;
}


/* Blue download button */

.movie-download-button {
    display: inline-block;
    min-width: 680px;
    max-width: 100%;
    box-sizing: border-box;

    padding: 17px 36px;

    background: #1b8cd8;
    color: #fff;

    border-radius: 11px;

    font-size: 16px;
    font-weight: 700;

    text-decoration: none;
}

.movie-download-button:hover {
    background: #5031b0;
    color: #fff;
}


/* =========================================================
   RELATED MOVIES
========================================================= */

.related-movies {
    margin-top: 5px;
}

.related-movies-title,
.download-movies-title {
    margin: 0;
    padding: 8px;
    background: #1b8cd8;
    color: #fff;
    font-size: 17px;
    font-weight: 700;
}

.related-movie-grid {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;
    padding: 15px 8px;
}

.related-movie-card {
    min-width: 0;
}

.related-movie-image-link {
    display: block;
}

.related-movie-image {
    display: block;
    width: 100%;
    height: 240px;
    object-fit: cover;
}

.related-no-image {
    width: 100%;
    height: 240px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #eee;
    color: #777;
}

.related-movie-name {
    display: block;
    margin-top: 7px;
    color: #111;
    font-size: 14px;
    font-weight: 600;
    text-decoration: none;
    line-height: 20px;
}

.related-movie-name:hover {
    color: #1b8cd8;
}


/* =========================================================
   DOWNLOAD MOVIES / CATEGORIES
========================================================= */

.download-movies {
    margin-top: 5px;
}

.download-movies-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    padding: 15px 8px;
}

.download-movie-link {
    display: inline-block;
    padding: 8px 13px;
    background: #1b8cd8;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    font-size: 13px;
}

.download-movie-link:hover {
    background: #5031b0;
    color: #fff;
}


/* =========================================================
   TELEGRAM FLOATING BUTTON
========================================================= */

.movie-telegram-button {
    position: fixed;
    right: 0;
    top: 55%;
    z-index: 9999;
}

.movie-telegram-button a {
    display: block;
    padding: 8px 24px;

    background: linear-gradient(
        90deg,
        #27c8c0,
        #168fdf
    );

    color: #fff;
    font-size: 16px;
    font-weight: 700;

    text-decoration: none;

    border-radius: 20px 0 0 20px;

    box-shadow: 0 2px 5px rgba(0,0,0,.3);
}

.movie-telegram-button a:hover {
    color: #fff;
    opacity: .9;
}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 768px) {

    .movie-information-box {
        margin: 5px 3px;
        padding: 12px;
        min-height: auto;
    }

    .movie-single-poster {
        margin-left: auto;
        margin-right: auto;
    }

    .single-share-buttons {
        gap: 7px;
    }

    .single-share-buttons a {
        padding: 8px 10px;
    }

    .movie-download-button {
        width: 100%;
        min-width: 0;
        text-align: center;
        padding: 15px 10px;
    }

    .related-movie-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
    }

    .related-movie-image,
    .related-no-image {
        height: 220px;
    }

    .movie-telegram-button {
        display: none;
    }

}


/* =========================================================
   SMALL MOBILE
========================================================= */

@media (max-width: 480px) {

    .movie-single-title-bar {
        font-size: 14px;
    }

    .movie-detail-row {
        font-size: 13px;
    }

    .related-movie-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .related-movie-image,
    .related-no-image {
        height: 190px;
    }

}


.movie-single-content {
    display: block !important;
    width: 100% !important;
    max-width: none !important;

    margin: 20px 0 0 0 !important;
    padding: 0 !important;

    float: none !important;
    clear: both !important;

    text-align: left !important;

    box-sizing: border-box;
}

.movie-single-content p {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}

.movie-single-content h1,
.movie-single-content h2,
.movie-single-content h3,
.movie-single-content h4,
.movie-single-content h5,
.movie-single-content h6 {
    margin-left: 0 !important;
    text-align: left !important;
}

.movie-single-content img {
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: 0 !important;
    margin-right: auto !important;
}

.movie-single-content img {
    display: none !important;
}

.movie-single-content a {
    display: inline-block;
    padding: 12px 25px;
    margin: 8px 0;

    background: #1b8cd8;
    color: #fff !important;

    border-radius: 8px;

    font-size: 15px;
    font-weight: 700;

    text-decoration: none !important;

    transition: background 0.2s ease;
}

.movie-single-content a:hover {
    background: #5031b0;
    color: #fff !important;
}


/* Hide all post content */

.movie-single-content {
    font-size: 0 !important;
    color: transparent !important;
}


/* Keep links visible */

.movie-single-content a {
    display: inline-block !important;

    font-size: 15px !important;
    color: #fff !important;

    background: #1b8cd8;

    padding: 12px 25px;
    margin: 8px 5px 8px 0;

    border-radius: 8px;

    text-decoration: none !important;
}


/* Keep link text visible */

.movie-single-content a * {
    color: #fff !important;
    font-size: 15px !important;
}


/* Hide images */

.movie-single-content img {
    display: none !important;
}


/* Hide other content elements */

.movie-single-content p,
.movie-single-content div,
.movie-single-content span,
.movie-single-content h1,
.movie-single-content h2,
.movie-single-content h3,
.movie-single-content h4,
.movie-single-content h5,
.movie-single-content h6,
.movie-single-content ul,
.movie-single-content ol,
.movie-single-content li,
.movie-single-content blockquote {
    color: transparent !important;
    font-size: 0 !important;
}


/* =========================================================
   FRONT PAGE DESKTOP CONTAINER
========================================================= */

.front-page-content {
    width: 100%;
    max-width: 1100px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    box-sizing: border-box;
}


/* =========================================================
   FRONT PAGE INNER CONTENT
========================================================= */

.front-page-content .content-inner,
.front-page-content .search-area,
.front-page-content .section-title,
.front-page-content .movie-area {
    width: 100%;
    box-sizing: border-box;
}


/* =========================================================
   DESKTOP
========================================================= */

@media (min-width: 769px) {

    .front-page-content {
        width: 100%;
        max-width: 1100px;
        margin-left: auto;
        margin-right: auto;
    }

}


/* =========================================================
   LARGE DESKTOP
========================================================= */

@media (min-width: 1200px) {

    .front-page-content {
        max-width: 1100px;
    }

}


/* =========================================================
   TABLET
========================================================= */

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

    .front-page-content {
        width: 100%;
        max-width: 100%;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 599px) {

    .front-page-content {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0;
    }

}


/* FRONT PAGE LEFT ALIGNMENT */

.front-page-content {
    margin-left: 0 !important;
    margin-right: auto !important;
    text-align: left !important;
}

.front-page-content .content-inner,
.front-page-content .intro,
.front-page-content .category-area,
.front-page-content .search-area,
.front-page-content .movie-area,
.front-page-content .download-movies {
    margin-left: 0 !important;
    margin-right: 0 !important;
    text-align: left !important;
}


/* =========================================================
   FRONT PAGE - FULL SCREEN
========================================================= */

.front-page-content {
    width: 100% !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    box-sizing: border-box;
}


/* Make all front-page sections full width */

.front-page-content .content-inner,
.front-page-content .intro,
.front-page-content .category-area,
.front-page-content .search-area,
.front-page-content .movie-area,
.front-page-content .download-movies {
    width: 100% !important;
    max-width: none !important;

    margin-left: 0 !important;
    margin-right: 0 !important;

    box-sizing: border-box;
}


/* Full-width movie grid */

.front-page-content .movie-grid {
    width: 100% !important;
    max-width: none !important;

    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 15px;

    padding: 10px;
    box-sizing: border-box;
}


/* Bigger posters */

.front-page-content .movie-poster {
    width: 100% !important;
    height: 360px !important;

    object-fit: cover;
    display: block;
}


/* Movie titles */

.front-page-content .movie-title {
    display: block;
    width: 100%;

    margin-top: 7px;

    text-align: left;

    font-size: 15px;
    line-height: 20px;
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 900px) {

    .front-page-content .movie-grid {
        grid-template-columns: repeat(4, 1fr);
    }

    .front-page-content .movie-poster {
        height: 320px !important;
    }

}


/* =========================================================
   MOBILE
========================================================= */

@media (max-width: 600px) {

    .front-page-content .movie-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 10px;
        padding: 6px;
    }

    .front-page-content .movie-poster {
        height: 260px !important;
    }

}
.main-nav {
    height: 33px;
    background: #1b8cd8;
    border-bottom: 2px solid #ff0000;
    overflow: hidden;
}
.category-button 
{
	background: #1b8cd8;

}
.section-title {
	background: #1b8cd8;
	
	
}