/*
Theme Name: GeneratePress Child
Theme URI: https://generatepress.com
Template: generatepress
Author: Tom Usborne
Author URI: https://tomusborne.com
Description: GeneratePress is a lightweight WordPress theme built with a focus on speed and usability. Performance is important to us, which is why a fresh GeneratePress install adds less than 10kb (gzipped) to your page size. We take full advantage of the block editor (Gutenberg), which gives you more control over creating your content. If you use page builders, GeneratePress is the right theme for you. It is completely compatible with all major page builders, including Beaver Builder and Elementor. Thanks to our emphasis on WordPress coding standards, we can boast full compatibility with all well-coded plugins, including WooCommerce. GeneratePress is fully responsive, uses valid HTML/CSS, and is translated into over 25 languages by our amazing community of users. A few of our many features include 60+ color controls, powerful dynamic typography, 5 navigation locations, 5 sidebar layouts, dropdown menus (click or hover), and 9 widget areas. Learn more and check out our powerful premium version at https://generatepress.com
Tags: two-columns,three-columns,one-column,right-sidebar,left-sidebar,footer-widgets,blog,e-commerce,flexible-header,full-width-template,buddypress,custom-header,custom-background,custom-menu,custom-colors,sticky-post,threaded-comments,translation-ready,rtl-language-support,featured-images,theme-options
Version: 3.3.1.1692733120
Updated: 2023-08-22 19:38:40

*/

/*****GLOBAL VARIABLES*****/
@font-face {
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url(/wp-content/uploads/2024/08/Poppins-Regular.woff2);
  }
  @font-face {
    font-family: 'BebasNeue';
    font-style: normal;
    font-weight: 700;
    src: url(/wp-content/uploads/2024/08/BebasNeue-Regular.woff2);
  }
  
  
  :root{
      /***GLOBAL COLORS****/
      --primary: #e22028;
      --secondary: #000;
      --gray: #e7e7e7;
      --white: #fff;
      --black: #000;
      --light-gray: #f0f0f0;
  
      /***GLOBAL FONT-SIZE****/
      --font-size--h1: clamp(24px, 3.2vw, 42px);
      --font-size--h2: clamp(26px, 2vw, 25px);
      --font-size--h3: clamp(23px, 3vw, 36px);
      --font-size--h4: clamp(20px, 2.5vw, 28px);
      --font-size--h5: 23px;
      --font-size--h6: 16px;
      --font-size--big: clamp(30px, 4.5vw, 62px);
      --font-size--body: 16px;
      --font-size--button: 18px;
      --font-size--little-text: 12px;
      /***GLOBAL FONT-WEIGHT****/
      --font-weight--h1: 900;
      --font-weight--h2: 900;
      --font-weight--h3: 900;
      --font-weight--h4: 900;
      --font-weight--h5: 900;
      --font-weight--h6: 900;
      --font-weight--button: 900;
      /***GLOBAL FONT-FAMILY****/
      --font-family--h1: 'BebasNeue';
      --font-family--h2: 'Poppins';
      --font-family--h3: 'BebasNeue';
      --font-family--h4: 'Poppins';
      --font-family--h5: 'BebasNeue';
      --font-family--h6: 'Poppins';
      --font-family--button: 'Poppins';
      --font-family--body: 'Poppins';
      /***GLOBAL MARGIN-TITLE****/
      --margin-bottom--title: 32px;
      --margin-top--title: 0;
      --margin-bottom--p: 16px;
  }
  
  /******STRUCTURE*******/
  body{
      margin: 0;
      box-sizing: border-box;
      font-family: var(--font-family--body);
      font-size: var(--font-size--body);
      background-color: white;
  }
  html {
    scroll-behavior: smooth;
  }
  .section{
      display: flex;
      justify-content: center;
      padding-right: 16px;
      padding-left: 16px;
      flex-wrap: wrap;
      background-size: cover;
      position: relative;
  }
  .one-col{
      display: flex;
      justify-content: center;
      align-items: center;
      width: 100%;
      flex-direction:column
  }
  .two-col{
      width: 50%;
      display: flex;
      flex-wrap: wrap;
      flex-direction:column
  }
  .three-col {
      width: 33%;
      display: flex;
        flex-wrap: wrap;
      flex-direction:column
  }
  .four-col {
      display: flex;
      flex-wrap: wrap;
      width: 25%;
      flex-direction:column
  }
  .three-quarters-col {
      display: flex;
      flex-wrap: wrap;
      width: 75%;
      flex-direction:column
  }
  .section-wrap{
      display: flex;
      justify-content: center;
      width:100%;
      max-width:1200px;
      flex-wrap: wrap;
  }
  .entry-content {
      overflow: hidden;
  }
  
  /***BACKGROUND***/
  .parallax{
      background-attachment: fixed;
  }
  
  /****BUTTONS*****/
  a.btn,
  input[type="submit"].btn{
      min-width: 118px;
      font-family: var(--font-family--button);
      display: flex;
      justify-content: center;
      width: fit-content;
      padding: 8px 16px;
      font-size: var(--font-size--button);
      font-weight: var(--font-weight--button);
        border-radius: 50px;
  }
  .btn.btn-white {
      background-color: var(--white);
      color: var(--secondary)
  }
  .btn.btn-white:hover {
      color: var(--white);
      background-color: var(--secondary)
  }
  .btn.btn-border {
      background-color:transparent;
      color:var(--white);
      border: 2px solid var(--white);
  }
  .btn.btn-border:hover {
      background-color:var(--white);
      color:var(--black);
  }
  .btn.btn-red {
      background-color:var(--primary);
      color:var(--white);
      font-weight: 600
  }
  .btn.btn-red:hover {
      background-color:var(--black);
      color:var(--white)
  }
  
  .btn-hdr {background-color: var(--primary); padding: 4px 17px;color:var(--primary)}
  .btn-hdr:hover,.btn-hdr a:hover {background-color: var(--scondary);color:var(--primary);cursor:pointer}
  
  /****FONTS*****/
  h1, h2, h3, h4, h5, h6{
      line-height: 1.2;
      margin-bottom: var(--margin-bottom--title);
      margin-top: var(--margin-top--title);
      text-wrap:balance;
  }
  .h1-style{
      font-size: var(--font-size--h1);
      font-weight: var(--font-weight--h1);
      font-family: var(--font-family--h1);
  }
  .h2-style{
      font-size: var(--font-size--h2);
      font-weight: var(--font-weight--h2);
      font-family: var(--font-family--h2);
  }
  .h3-style{
      font-size: var(--font-size--h3);
      font-weight: var(--font-weight--h3);
      font-family: var(--font-family--h3);
  }
  .h4-style{
      font-size: var(--font-size--h4);
      font-weight: var(--font-weight--h4);
      font-family: var(--font-family--h4);
  }
  .h5-style{
      font-size: var(--font-size--h5);
      font-weight: var(--font-weight--h5);
      font-family: var(--font-family--h5);
  }
  .h6-style{
      font-size: var(--font-size--h6);
      font-weight: var(--font-weight--h6);
      font-family: var(--font-family--h6);
  }
  a {
      color:var(--primary);
  }
  .p-style{
      margin-bottom: var(--margin-bottom--p);
  }
  .textalign-center{
      text-align: center;
  }
  .aligncenter{
      margin-right: auto;
      margin-left: auto;
  }
  a{
      transition: 0.3s ease;
      text-decoration: none;
  }
  
  /**toggle**/
  details summary::-webkit-details-marker {display: none;}
  details summary{list-style:none!important;counter-increment: none!important;list-style-type: none!important;}
  
  summary:hover{cursor:pointer}
  .faq-sctn summary {
      display: flex;
      align-items: center;
      justify-content: space-between;
      margin-bottom: 5px;
      gap: 4px;
  }
  .faq-sctn summary::after {
      content: '+';
      font-size: 32px;
      line-height: 7px;
      color: #df1927;
      font-weight: 400;
      height: 25px;
      min-width: 25px;
      display: flex;
      align-items: center;
      justify-content: center;
  }
  .faq-sctn details[open] > summary::after {
      content: '-'
  }
  .faq-sctn details {
      border-bottom: 2px solid var(--gray);
      margin-bottom: 10px;
      padding-bottom: 6px;
      width: 100%;
  }
  
  
  
  
  /*---Header---*/
  .hamb-bars>summary::marker {content: '';}
  ul.sub-menu{box-shadow: 0 0 20px 0 #feeded69}
  header .hamb-bars[open]>summary::marker {content: '';}
  .hamb-bars>summary::-webkit-details-marker {display: none;} 
  .hamb-bars summary {position: relative;display: initial;}
  header .hamb-bars>summary::after {content: '☰';}
  header .hamb-bars[open]>summary::after {content: '✕';}
  .hdr-main {width: 100%;padding: 10px 5% 0 30px;display: flex;justify-content: center;z-index:1000;overflow-x:hidden;box-shadow: 0 0 20px 0 #0000001f;overflow: visible;background-color: var(--white);flex-wrap: wrap;z-index: 99999!important;position: relative;}
  .hdr-wrp {width: 100%;display: flex;align-items: flex-start;flex-wrap:wrap;}
  .menu {list-style: none; margin: 0;}
  .menu li a {color: var(--secondary);font-family: var(--font-family--h4);}
  .mobile_menu input[type="checkbox"] {display: none;}
  .spt-mn {width: 100%;}
  .spt-mn hr {margin-top: 5px; margin-bottom: 5px; border: 0; background: no-repeat;}
  .phn-mn a {font-weight: bold;}
  .phn-mn {border-left: 1px solid var(--white); padding-left: 18px;}
  #menu-main-menu {font-size: clamp(16px, 1.8vw, 20px)}
  .menu .menu2-itm a{font-size: clamp(20px, 2vw, 24px)}
  .menu li {position: relative;}
  .sub-menu li a {color: var(--scondary);font-size: 14px;font-weight: normal;}
  .sub-menu li a:hover {color: var(--primary);}
  .sub-menu>li {border-bottom: 2px solid var(--primary); padding: 4px 15px;}
  header .menu {align-items: center;margin-left: auto;justify-content: flex-end;column-gap: 15px;display: flex;flex-wrap: wrap;}
  .hdr-main {padding-left: 0;padding-right: 0;padding-top: 0;}
  .lil-text {font-size: 12px; display: block; font-weight:normal;}
  .menu-spt {width: 100%;}
  .menu-spt hr {margin-top: 10px; margin-bottom: 10px; background: no-repeat;}
  .menu-2 {font-weight: bold; font-size: 19px; line-height: 1.1;}
  .hdr-col1 {display: flex;gap: 14px;align-items: center;width: 22%;padding-top: 25px;background-color:var(--white);padding-bottom: 25px;padding-right: 10%;padding-left: 10%;justify-content: space-between;}
  .site_logo {max-width: 250px;}
  ul.sub-menu {overflow: visible;}
  .menu .sub-menu .sub-menu {left: 100%;top: 0;}
  .menu li:hover .sub-menu>li ,
  .menu .sub-menu li:hover .sub-menu {display: block;}
  .menu .sub-menu li .sub-menu, .sub-menu>li {display: none;}
  li.btn-hdr a {color: var(--white);}
  .btn-hdr.btn-hdr-2 {background-color: var(--secondary);}
  header .menu li a {font-size: 16px;}
  header .menu li.menu-2 a {font-size: 19px;}
  li.btn-hdr.btn-hdr-2 a {color: var(--primary); font-weight: bold;}
  header .site_logo img {max-width: 200px;transition: all 0.5s ease-in-out;}
  .menu .btn-mn>a { background: var(--secondary);    color: var(--white);    display: flex;    padding: 8px 16px;    border-radius: 50px;}
  header .btn-mn.btn-mn-2>a {background: var(--primary);    color: var(--secondary);    font-weight: bold;}
  .hdr-col1,.hdr-col2{width:100%}
  .hdr-col2{background-color:var(--black);justify-content:center;padding: 10px;}
  .hdr-col2 li a{color:var(--white)}
  .hdr-col1 .serving-col {width:30%}
  .hdr-col1 .serving-col p{margin:0;font-size: clamp(13px, 1.5vw, 18px);color: var(--primary);font-weight: 700;text-wrap: balance;}
  .hdr-col1 .logo-col{width:30%;display: flex;align-items: center;justify-content: center;}
  .hdr-col1 .phn-col{width:30%;display: flex;justify-content: flex-end;}
  .hdr-col1 .phn-col a{font-weight:700;font-size: clamp(16px, 1.5vw, 18px);}
  #menu-main-menu{column-gap: 30px}

  @media (min-width:801px) and (max-width:1440px) {
      header .menu li a {font-size: 14px;}
  }
  
  @media(max-width: 1200px){
    .hdr-col1{padding-right:32px;padding-left:32px}
  }

  @media (min-width:801px) and (max-width:1200px) {
      header .menu {column-gap: 7px;}
      .hdr-col2 {padding-right: 26px;}
      .menu .btn-mn>a {font-size: 12px;}
  }
  
  @media (min-width:1025px) {
      .sub-menu {opacity: 0;position: absolute;margin-left: 0;width: auto; list-style: none;display: flex;flex-direction: column; width: 100%;z-index: 1;transition: all 0.3s ease-out;height: 0;overflow: hidden;min-width: 150px;}
      .hdr-col2 {padding: 15px 20px;flex-grow: 1;display: flex;align-items: center;padding-right: 47px;}
      .menu-item-has-children::after{top:0;bottom:0}
      .menu-item-has-children{padding-right:8px}
      #menu-main-menu>.current-menu-item{border-bottom: 2px solid var(--white)}
      #menu-main-menu .sub-menu{background-color:var(--black);}
      #menu-main-menu .sub-menu a{font-size: 13px;display:  block;}
  }

  @media (max-width: 1024px) {
      .brg_mn {display: flex; flex-direction: column; width: 35px; height: 30px; justify-content: space-between; cursor: pointer;}
      .brg_mn>span {width: 100%;height: 4px;background: var(--secondary);}
      .menu_tgl {position: absolute;background: var(--color--dark-blue);width: 0;height: auto;top: 100%;padding: 0;overflow-y: scroll;left: 100%;transition: all 0.3s ease-out;visibility: hidden;background-color: var(--white);}
      .hdr-col2 {display: flex;}
      .mobile_menu:has(> input:checked) .menu_tgl {left: 0;transition: all 0.3s ease-out;visibility: visible;width: 100%;box-shadow: 0 6px 19px 3px rgba(0,0,0,0.25);}
      .spt-mn {display: none;}
      .menu_tgl .menu li a {color: var(--primary);}
      header .menu_tgl .menu {flex-direction: column;}
      .menu_tgl .menu li a {font-size: 19px;}
      .menu_tgl .menu li {padding: 5px 20px; border-bottom: 2px solid var(--primary);}
      .menu_tgl .menu li:last-child {border: 0;}
      .top-hdr {display: flex; justify-content: space-between;}
      .top-hdr>div {flex-grow: 1;}
      .top-hdr>div>a {display: flex;padding: 12px 20px;justify-content: center;align-items: center;gap: 5px;line-height: 1;font-family: var(--font-family--h4);background: var(--primary);color: var(--secondary);}
      .top-hdr>div>a svg {position: relative;fill: var(--secondary);}
      .top-hdr .ctc-btn>a {background: var(--secondary);color: var(--white);}
      .top-hdr .ctc-btn>a>svg {fill: var(--white);}
      .hdr-wrp {align-items: center;}
      .hdr-main {padding-top: 15px;position: relative;z-index: 10000;overflow: visible;}
      header .menu_tgl .menu {max-width: none;}
      .btn-red, .menu-spt {display: none;}
      .menu_tgl .menu li {width: 100%; min-height: 36px;}
      header .menu_tgl .menu li a {font-size: 16px!important; font-weight: bold!important; line-height: 1.2!important;}
      .lil-text {font-size: 1em; display: initial; font-weight: bold;}
      .menu_tgl .sub-menu li {border-bottom: 0;}
      header .menu_tgl .sub-menu li a {color: var(--scondary); font-weight: normal!important;}
      .hdr-col2 {flex-grow: 1;}
      .hdr-col1 {padding-top: 0;}
      .btn-hdr {display: none;}
      .btn-mn {display: none;}
  }
  
  @media(min-width: 801px){
      .hamb-bars summary {display: none;font-size: 32px;}
      .menu li:hover .sub-menu {opacity: 1; background-color: var(--white); transition: all 0.3s ease-out; height: auto;}
      .menu-item-has-children::after {content: '›'; color: var(--primary); transform: rotate(90deg); position: absolute; font-size: 20px; line-height: 15px; text-align: center; right: 0;}
      .menu-item-has-children {padding-right: 17px;}
	  .top-hdr {display:none}
	  .scrolled .hdr-col1 .logo-col img{max-width:130px}
	  .scrolled .hdr-col1{padding-top:8px;padding-bottom:8px}
  }
  
 @media(max-width:800px){
    .hamb-menu {position: absolute; background: var(--white); box-shadow: 0 1px 15px 5px rgba(0,0,0,0.25);left: 0; width: 100%;}
    .menu ul.sub-menu {margin-left: 0; list-style: none; margin-bottom: 3px;}
    header .menu {flex-direction: column; text-align: left;  align-items: flex-start;}
    header .menu>li {border-bottom: 2px solid var(--secondary); width: 100%; padding: 7px 12px;}
    .menu summary {display: flex; justify-content: space-between; align-items: center;}
    .hdr-col1 .serving-col,
    .hdr-col1 .phn-col{display:none}
    .hdr-col1 .logo-col{width: 100%;justify-content:flex-start}
    .hdr-col1 .logo-col img{max-width: 120px}
    .hdr-col1{padding-bottom:16px;width: 80%;}
    .hdr-col2{width:15%;background-color: var(--white)}
    .hamb-bars summary::marker{font-size:32px}
    #menu-main-menu{background-color:var(--black)}
    .hamb-menu{top:215px}
    header .menu>li{display:flex;justify-content:center;}
    header .menu>li a{font-size: 14px}
    header .menu>li.current-menu-item a{border-bottom: 2px solid var(--white)}
    .top-hdr .phn-btn{background-color:var(--primary);display:flex;justify-content:center;}
    .top-hdr .ctc-btn{background-color:var(--black);display:flex;justify-content:center}
    .top-hdr .btn{font-size:13px;white-space:nowrap}
	.hdr-main.scrolled{padding-top:8px}
    .hdr-main.scrolled .hdr-col1{padding-bottom: 8px}
    .hdr-main.scrolled .hdr-col1 .logo-col img{max-width:100px}
	.scrolled .hamb-menu{top:200px}
	.menu summary:after {
  content: '›';
  color: var(--primary);
  transform: rotate(90deg);
  position: relative;
  font-size: 20px;
  line-height: 15px;
  text-align: center;
  right: -13px;
}

.menu ul.sub-menu {
  width: 100%;
}

header .menu>li details {
  width: 100%;
  text-align: center;
}

.menu summary {
  justify-content: center;
  position: relative;
}
 }

  @media (max-width: 500px) {
      .hdr-col1 {flex-wrap: wrap; justify-content: center; gap: 0;}
      .roc {font-size: 12px; text-align: center;}
      .top-hdr>div>a {padding: 10px;}
      .hdr-col1{width: 90%;flex-direction: column-reverse;align-items: flex-start;}
      .hdr-col2{width: 10%}
      .hdr-col1 img{max-width: 170px}
      .hdr-col1 .roc{display:flex;gap: 35%;margin-bottom: 8px;}
      header .site_logo img{max-width: 130px;}
  }
  
  /***REVIEW BANNER***/
  .review-banner {width:100%;display:flex;justify-content:center;background-color: var(--white);}
  .review-banner .section-wrap{max-width: 90%;justify-content:space-between;padding: 12px 20px;align-items: center;}
  .review-banner .stars{color: #ffc834;font-weight: 800;font-size: clamp(24px, 2.8vw, 32px);clip-path: polygon(0 0, 95% 0%, 95% 100%, 0% 100%);}
  .review-banner .num{color:Var(--black)}
  .review-banner .btn.btn-red{gap: 8px;}
  .review-banner .btn.btn-red svg{fill: var(--white)}
  @media(max-width:1024px){
      .review-banner{border-bottom: 4px solid var(--black)}
  }
  @media(max-width:800px){
      .review-banner .section-wrap{max-width:100%;justify-content:space-evenly}
  }
  @media(max-width: 500px){
      .ctc-btn.mobile-none {display:none}
  }
  
  
  /*Sticky Header*/
  header.scrolled {position: fixed;top: 0;box-shadow: 0 0 20px 0 #00000017;}
  
  /*Blog shortcode*/
  .recent-post-list-tle {list-style: none; margin: 0;}
  .recent-post-list-tle>li {display: flex; align-items: flex-start; gap: 12px; margin-bottom: 20px;}
  .recent-post-list-tle h4 {font-size: 16px; margin-bottom: 0;line-height: 1.2;display: flex;}
  .recent-post-list-tle>li>svg {fill: var(--scondary);}
  .recent-post-list {display: flex; list-style: none; margin: 0; gap: 68px;}
  .recent-post-list>li {display: flex; flex-direction: column;}
  .recent-post-list .text {order: 1;background: #ededed;padding: 20px;}
  .recent-post-list .featured-image img {width: 100%; object-fit: cover; object-position: center;}
  .recent-post-list .text h4 {font-size: 16px;margin-bottom: 13px;}
  .recent-post-list .text .read-more {color: var(--scondary);font-weight: bold;}
  .recent-post-list .text h4>a {color: var(--black); font-weight: bold;}
  .recent-post-list-tle a {color: var(--black);    font-weight: bold;}
  .recent-post-list-tle>li:last-child {margin: 0;}
  @media (max-width: 1200px) {
  .recent-post-list {gap: 30px; width: 100%;}
  }
  @media (max-width: 1024px) {
  .recent-post-list .text h4 {font-size: 16px;}
  }
  @media (max-width: 800px) {
  .recent-post-list-tle {max-width: 500px; margin-left: auto; margin-right: auto;}
  }
  @media (max-width: 500px) {
  .recent-post-list {flex-wrap: wrap; gap: 20px;}
  }
  
  
  
  /***INTERNAL TOP BANNER***/
  .internalbanner {
      padding-top: 172px;
      background: linear-gradient(90deg, #050016 0%, #0c264c 74%);
      padding-bottom: 72px;
      clip-path: polygon(0 0, 100% 0, 100% 85%, 0% 100%);
  }
  .internalbanner .maintitle{
      color: var(--white);
      margin-bottom: 0;
      text-align:center;
      font-size: var(--font-size--h2)
  }
  .internalbanner hr {
      height: 4px;
      background-color: var(--scondary);
      width: 50%;
      margin-top: 16px;
      margin-bottom: 0;
  }
  .internalbanner .inner-col{
      flex-direction: column;
      align-items: center;
      max-width: 900px;
  }
  @media(max-width: 800px){
      .internalbanner {
          padding-top: 32px;
          padding-bottom: 52px;
      }
  }
  
  
  /**Posts***/
  .single-post h1 {
      font-size: clamp(22px, 3vw, 32px);
  }
  .single-post h2 {
      font-size: clamp(22px, 2.4vw, 26px);
      margin-bottom:20px;
      line-height:1.2;
      font-family: var(--font-family--h3);
      font-weight: 900;
	  color:var(--primary);
  }
  .single-post h3 {
      font-size: clamp(18px, 2vw, 22px);
      margin-bottom: 20px;
      line-height: 1.2;
      font-family: var(--font-family--h3);
      font-weight: 900;
	  color:var(--primary);
  }
  .single-post h4 {
      font-size: 18px;
      margin-bottom:20px;
      line-height:1.2;
      font-family: var(--font-family--h3);
      font-weight: 900;
	  color:var(--primary);
  }
  .single-post .site-content{
      flex-wrap:wrap;
      justify-content: center;
  }
  .single-post .site-content .section{
      width: 100%;
      padding-right: 16px;
      padding-left: 16px;
  }
  .single-post  .all-post{
      padding-top: clamp(32px, 4%, 72px)
  }
  .single-post .post-card{
      padding-bottom:  clamp(32px, 4%, 72px)
  }
  .single-post .related-post{
      padding-bottom:  clamp(32px, 4%, 72px)
  }
  .single-post .related-post h3{
      width: 100%
  }
  .single-post section.post-banner {
    min-height: 400px;
    box-shadow: inset 300vw 0 0 0 #000000b5;
    color: var(--white);
}
.single-post .post-banner .section-wrap{
    flex-direction:column;
    align-items:center;
    text-align:center
}
.single-post .post-banner .maintitle{
    text-wrap:balance;
    margin-bottom:8px
}
.single-post header.scrolled ~ .grid-container .post-banner{
    margin-top:305px
}
.single-post .post-card{
    padding-top: clamp(32px, 4%, 72px);
    padding-bottom: clamp(32px, 4%, 72px)
}
.single-post .recent-post-list>li{
    max-width:400px;
    width: calc(50% - 20px)
}
.single-post .recent-post-list{
    width:100%
}
.single-post .recent-post-list .text{
    height:100%
}
.single-post .featured-image{
    max-height:244px
}
@media(max-width:1024px){
    .single-post .site-content .section{
        min-height: 250px
    }
}
@media(max-width:600px){
	.recent-post-list>li{
          width: 100%
      }
      .recent-post-list{
          flex-wrap:wrap;
      }
      .single-post .related-post h3{
          text-align:center;
          margin-bottom: 0;
      }
    .single-post header.scrolled ~ .grid-container .post-banner{
        margin-top:176px
    }
    .single-post .recent-post-list>li{
        width: 100%
    }
    .single-post .recent-post-list{
        justify-content:center
    }
}
  
  /*----Footer----*/
  .ftr-main {display: flex;justify-content: center;padding: 30px 30px 30px 30px;overflow: hidden;background-color:var(--black);color:var(--white)}
  .ftr-wrp {width: 100%;max-width: 1200px;display: flex;flex-wrap: wrap;align-items:flex-start;justify-content: space-between;}
  footer .menu {display: flex; flex-wrap: wrap; flex-direction: column; border-left: 2px solid var(--secondary); padding-left: 25px;}
  footer .menu>li {padding: 6px 0;}
  footer .menu>li>a {font-family: var(--font-family--h1); font-size: 17px;}
  footer .menu>li>a {color: var(--secondary);}
  .ftr-main .ftrcol-1,
  .ftr-main .ftrcol-2,
  .ftr-main .ftrcol-3{
      width:30%;
      display: block;
  }
  .copy-txt>div {display: flex; justify-content: center;}
  .icon-txt {display: flex;align-items: center;}
  .txt p {margin: 0;text-transform: uppercase;color: var(--secondary);}
  .txt {border-left: 2px solid var(--secondary);padding-left: 8px;margin-left: 8px;}
  .icn {display: flex;align-items: center;max-width: 33px;}
  .btns-ftr>a {display: flex;background: var(--secondary);border-radius: 30px;padding: 10px 11px;justify-content: center;font-size: 14px;flex-grow: 1;width: 50%;text-align: center;color: white;line-height: 1.5;}
  .btns-ftr {display: flex;gap: 10px;flex-grow: 1;align-items: center;}
  .ftrcol-1 {display: flex;}
  .copy-txt {background-color:var(--white);color: var(--gray);display: flex;align-items: center;justify-content: center;padding: 13px 30px;}
  .copy-txt p.litle-text{font-size:10px;text-wrap: balance;}
  .copy-txt p {margin: 0;color: var(--secondary);text-transform: uppercase;}
  .copy-txt p a {color: var(--primary);}
  .copy-txt>div>div {width: 100%; max-width: 114px; display: flex; align-items: center; justify-content: space-between; gap: 8px;}
  .btns-ftr>a:last-child {background-color: var(--primary);color: var(--secondary);}
  .btns-ftr>a:hover {background-color: var(--primary);}
  .btns-ftr>a:first-child:hover {background-color: var(--secondary);}
  footer .menu .btn-mn>a {font-size: 15px;}
  .site-footer {box-shadow: -17px -1px 10px 4px rgba(0,0,0,0.25); position: relative;}
  .ftr-main .h5-style{
      margin-bottom:8px;
      font-size:18px
  }
  .ftr-main p{
      margin-bottom:0;
      font-size:14px
  }
  .ftr-main p a:hover{color:var(--white)}
  .ftr-main p a{white-space:nowrap}
  .ftr-main .btn.btn-border{
      margin-top:16px;
      width:100%;
      font-size:14px
  }
  @media (max-width: 1024px) {
  .copy-txt>div {max-width: none;    text-align: center;}
  }
  @media(max-width:600px){
      .ftr-main .ftrcol-1,
      .ftr-main .ftrcol-3{
          width:50%;
          order:1;
          padding:10px;
          text-align:center
      }
      .ftr-main {padding: 30px 5%;}
      .ftr-main .ftrcol-2{
          width:100%;
          order:2;
          padding:10px;
          text-align:center
      }
      .copy-txt p{
          font-size: 13px;
      }
      .copy-txt p a{
          white-space:nowrap
      }
  }
  @media(max-width:400px){
      .ftr-main .ftrcol-1,
      .ftr-main .ftrcol-3{
          width:100%;
      }
  }
  