/*
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: #131313;
    --color-red:#FF0000;
    --grey-body : #6C6C6C;
    --primary-color:#61B20F;
    --primary-color-light: #1B1B1B;
    --color-yellow:#FFB300;
    --btn-width:249px;
}
body{
  font-family: "Montserrat", sans-serif;
}
.text-primary{
    color:var(--primary-color) !important;
}
.container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
        max-width: 1450px;
        width:90%;
        padding: 0;
}
p,li{
    font-size:17px;
}
a{
   color: #0a4883;
}
a:hover{
    color:var(--primary-color);
}
.site-logo a {
    display: inline-block;
}

h1,h2{
    font-family: 'Conthrax';
}

.site-logo a {
    width: 250px;
    height: auto;
    display: block;
}
.header-menu a {
    text-decoration: none;
    transition:0.4s all;
    color: #ffffff;
    font-weight: 600;
    font-size: 14px;
}
.header-menu .current_page_item a {
    color: #61b20f;
}



/*fire-tec css*/

.hero-section {
    background: var(--grey-body);
    background-size: cover;
    min-height: clamp(420px, 70vh, 721px);
}

.hero-section .container {
    position: relative;
    z-index: 1;
}
.letter-spacing {
    letter-spacing: 2px;
}
.hero-title {
    line-height: 1.1;
}
.button-text {
    font-family: 'Conthrax';
}












.btn-offer {
    background: var(--primary-color) !important;
    color: #fff !important;
}
.footer-bottom {
    border-top: 1px solid #FFFFFF40;
}
.bg-light-dark{
    background-color:var(--primary-color-light);
}
footer.site-footer {
    background: #0A4883;
    color: #fff;
}
.footer-menu a{
    text-decoration:none;
    font-size: 15px;
    margin-top: 6px;
    display: block;
    color: #fff;
}
.mobile-menu ul li a {
    text-decoration: none;
    padding: 11px 12px;
    display: block;
    background: #ffffff;
    border-radius: 5px;
}
.mobile-menu ul {
    display: flex;
    gap: 10px;
    flex-direction: column;
}
.site-logo a img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.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;
}
.text-info-store {
    color: #479CDB;
}
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;
}
/*Seasonal ticker*/
.seasonal_ticker a.seasonal-btn {
    background: #E60000;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: 600;
    padding: 0.7em 1.5em;
    border-radius: 6px;
    margin-left: 1em;
    transition: all 0.3s;
}
.seasonal_ticker a.seasonal-btn:hover {
    background: #000;
    color: #FFB300;

}
body .seasonal_ticker {
    background: var(--linear-grad, linear-gradient(180deg, #FFC700 0%, #FFA800 100%));
}
.seasonal_ticker,.seasonal_ticker a {
    color: #000;
}
.strip_title{
    border-bottom:2px solid #000;
}
.change-color {
    animation: changeColor 1s ease-in-out infinite alternate;
}
.color-yellow{
    color:var(--color-yellow) !important;
}
.footer_menu ul {
    display: flex;
    gap: 4rem;
    justify-content: flex-end;
}

.footer_menu ul li a {
    font-weight: 600;
}
.footer_logo img {
    width: 230px;
    display: table;
    margin: auto;
    margin-bottom: 12px;
}
footer.site-footer input {
    padding: 13px 20px;
}
@keyframes changeColor {
  from {color: #000;border-color:#000}
  to {color: #F00;border-color:#F00}
}
body .seasonal_ticker img {
  width: 48px;
  height: 48px;
  object-fit: contain;
}
@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;
    letter-spacing: 2px;
}
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;
 }
 .footer_menu ul {
    column-gap: 20px;
    row-gap:8px;
    justify-content:flex-start;
    flex-wrap: wrap;
}
}