/*
Theme Name:  Custom Theme
Theme URI: 
Author: Socail Pie
Author URI: https://socialpie.io/
Text Domain: socail-pie-theme
Description:  Custom Theme Theme is a modernized take on an ever-popular WordPress layout ÃƒÂ¢Ã¢â€šÂ¬Ã¢â‚¬Â the horizontal masthead with an optional right sidebar that works perfectly for blogs and websites. It has custom color options with beautiful default color schemes, a harmonious fluid grid using a mobile-first approach, and impeccable polish in every detail.  Custom Theme will make your WordPress look beautiful everywhere.
Version: 1.0
Requires at least: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
*/

*{
    padding:0;
    margin:0;
    box-sizing:border-box;
}
:root{
    --body-bg: #F7F8FC;
    --primary-color:#18301C;
    --primary-color-light: #1B1B1B;
    --color-yellow:#FFB300;
}
body{
  font-family: "Manrope", sans-serif;
  background-color:var(--body-bg);
  color:#444444;
}
.text-primary{
    color:var(--primary-color) !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1200px;
        width:90%;
        padding: 0;
}
p,li{
    font-size:17px;
}
a {
    color: #7EBC6E;
}
a:hover{
    color:var(--primary-color);
}
.site-logo a {
    display: inline-block;
}
.site-logo a img {
    width: 200px;
    height: auto;
}
.header-menu a {
    text-decoration: none;
    font-weight: 600;
    text-transform: capitalize;
    transition:0.4s all;
    color: #18301C;
    line-height: 10px;
}
.header-menu .current_page_item a {
    color: var(--primary-color);
}
.bg-light-dark{
    background-color:var(--primary-color-light);
}
.footer-menu a{
    text-decoration:none;
    text-transform:uppercase;
}
.page-section-title h1 {
    font-size: 6.225rem;
}
.has-styled-title h2 {
    font-size: 2.6rem;
    text-transform: uppercase;
}
.has-styled-title h2 span,.theme_text {color: var(--primary-color);}

.page-section-image {
    width: 300px;
    margin-left: auto;
}
.page-section-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}


/*movie loop styles*/
.post_item_image {
    width: 100%;
    /* height: 280px; */
}
.post_item_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.tags_list a {
    text-decoration: none;
}
.tags_list a {
    pointer-events: none;
}

.mobile-menu ul li a {
    text-decoration: none;
    padding: 11px 12px;
    display: block;
    background: #333;
    border-radius: 5px;
}
.mobile-menu ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.movies-list-loop .post_item_image {
    margin-bottom: 0;
}
.movies-list-loop .post_item_image img {
    object-fit: cover;
    object-position: top;
}
.footer_menu li.current_page_item a {
    color: var(--primary-color);
}
.header_menu_wrap li .sub-menu > li > .sub-menu {
    right: -291px;
    top: 0;
}
.header_menu_wrap li {
    font-size: 16px;
}
ul.sub-menu {
    position: absolute;
    background: #000;
    top: 30px;
    list-style: none;
    padding: 0;
    visibility: hidden;
    opacity: 0;
    transition: 0.3s all;
    z-index: 999;
    max-width: 400px;
    min-width: 320px;
}
.header_menu_wrap li {
    position: relative;
}
ul.sub-menu li a {
    padding: 10px 17px;
    display: block;
    transition: 0.1s all;
}
ul.sub-menu li a:hover {background-color: var(--primary-color);color: #fff;}
.header_menu_wrap ul li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.mobile-menu ul li i {
    position: absolute;
    right: 4px;
    top: 4px;
    background: var(--primary-color);
    z-index: 99;
    width: 40px;
    height: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    border-radius: 5px;
}
.mobile-menu ul li {
    position: relative;
}

/*post page css*/
span.blog_category {
    background: var(--primary-color) !important;
}
.blog_detail_description img {
    max-width: 100%;
}
.post-image img {
    width: 100%;
    height: 154px;
    object-fit: cover;
}
h4.card-title {
    font-size: 1rem;
    font-weight: 700;
}
p.card-date {
    color: #212529BF;
    font-size: 14px;
    margin-bottom: 0;
}
.header-menu a img {
    margin-right: 6px;
    height: 20px;
    margin-top: -2px;
}

/* Container styling to match image */
#respond {
    background: #ffffff;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0,0,0,0.03);
    max-width: 800px;
}

/* Heading color */
.comment-reply-title {
    color: #1a3020;
    font-weight: 600;
    font-size: 1.5rem;
}

/* Form labels */
.form-label {
    color: #4a5568;
    font-weight: 600;
    font-size: 14px;
}

/* Input styling */
.form-control {
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    padding: 10px 15px;
}

.form-control::placeholder {
    color: #a0aec0;
}

/* Dark Green Submit Button */
.btn-submit-custom {
    background-color: #1a3020;
    color: white;
    padding: 10px 30px;
    border: none;
    border-radius: 8px;
    transition: background 0.3s ease;
}

.btn-submit-custom:hover {
    background-color: #2d4a34;
    color: white;
}

#respond p,#respond li {
    font-size: 14px;
}
h2.comments-title {
    font-size: 1.5rem;
}

footer.site-footer {
    background: #F1F4FC;
}
.footer_menu a {
    color: #0F1A48;
    text-decoration: none;
    margin-bottom: 7px;
    display: block;
    font-size: 16px;
}

.footer_menu h6 {
    color: #0F1A48;
    font-weight: 700;
    margin-bottom: 1.5rem;
}
.footer_menu.subscription-form p {
    margin-bottom: 6px;
}
input.wpcf7-form-control.wpcf7-submit.has-spinner.w-100.btn {
    background: var(--primary-color);
    color: #fff;
}
.wpcf7-not-valid-tip {
    font-size: 0.85rem;
    margin-top: 4px;
    margin-left: 3px;
    font-weight: 600;
}
.wpcf7 form .wpcf7-response-output {
    margin: 0;
}
.wpcf7-spinner {
    margin-top: 3px;
}
span.author-name {
    color: var(--primary-color);
    font-weight: 700;
    text-transform: capitalize;
}

@media screen and (max-width: 767px) {
.page-section-image {
    width: 100%;
}    
.page-section-title h1 {
    font-size: 1.5rem;
}
.post_item_image {
    height: 150px;
}
.post_item_content h5 {
    margin-bottom: 0;
    font-size:1rem;
}
.tags_list a {
    font-size: 15px;
}
footer.site-footer p {
    font-size: 13px !important;
}
ul.sub-menu {
    position: unset;
    background: unset;
    padding: 18px 0px 10px 32px;
    visibility: unset;
    opacity: unset;
    display: none;
    transition: unset;
}
 ul.sub-menu li:not(:last-of-type) {
    margin-bottom: 10px;
 }
}