/*
Theme Name: GridFeel PRO Child
Theme URI: https://themesdna.com/gridfeel-pro-wordpress-theme/
Description: A child theme for GridFeel PRO. Customize and extend the GridFeel PRO theme with this child theme.
Author: Your Name
Author URI: Your Website
Template: gridfeel-pro
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gridfeel-pro-child
*/
:root {
    --max-width: 1280px;
    --ct-primary-color: #670A0C; 
    --ct-white-color: #ffffff;
    --ct-background-color: #ededd3;
    
  }
/* ct-global */
.ct-section{
    width: 100%;
}
.ct-hero-section{
    min-height: 60vh;
    display: flex;
    flex-direction: column;
    gap: 25px;
    justify-content: center;;
}
.ct-other-page-hero{
    min-height: unset;
    padding: 125px 0px;
}
.ct-container{
    max-width:var(--max-width);
    width: 100%;
    margin: auto;
    position: relative;
    z-index: 10;
    padding: 20px;
}
.ct-no-padding{
    padding: 0px;
}
.ct-content-white{
    color: var(--ct-white-color);
}
.ct-full-width, .ct-full-width-image img, .ct-full-width-image figure{
    width: 100%;
}
.ct-align-flex-top{
    align-items: flex-start;
}
.ct-background-overlay{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    z-index:5;
}
.opacity-20{
    opacity: 0.2;
}
.entry-header{
    display: none;
}
.entry-content{
    margin: 0px;
}
.entry-content p{
    font-size: 16px;
}
.gridfeel-box-inside{
    padding: 0px;
}
.ct-white-bg{
    background: white;
}
.ct-rounded-icon{
    border-radius: 100%;
    width: 90px;
    height: 90px;
    position: relative;
    margin-right: 50px;
}
.ct-rounded-icon img{
    padding: 15px;
    width: 100%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
}

/* Text Helpers */
.ct-font-700{
    font-weight: 700;
}
.ct-primary-font{
    font-family: "Frank Ruhl Libre";
}
.ct-alternate-font{
    font-family: Oswald;
}
.ct-xxl-heading{
    font-size: 40px;
}
.ct-xl-heading{
    color: #000;
    font-size: 28px;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.no-margin{
    margin:0px;
}
.ct-mr-b-20{
    margin-bottom: 20px;
}
.ct-mt-25{
    margin-top: 25px;
}
.ct-mb-25{
    margin-bottom: 25px;
}
.ct-mb-20{
    margin-bottom: 20px;
}
.ct-mb-15{
    margin-bottom: 15px;
}
.ct-mb-10{
    margin-bottom: 10px;
}
.ct-m-auto{
    margin: auto;
}
.ct-mt-60{
	margin-top:60px;
}
.ct-mb-60{
	margin-bottom: 60px;
}
.ct-mb-100{
	margin-bottom: 100px;
}
/* CT Buttons */
.ct-button{
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--ct-primary-color);
    color: white;
    text-align: center;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    transition: all 0.25s linear;
}
.ct-button-small{
    display: inline-flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    font-family: Oswald;
    width: fit-content;
    background: var(--ct-primary-color);
    color: white !important;
    transition: all 0.3s linear;
    cursor: pointer;
    text-transform: uppercase;
}
.ct-button-small:hover{
    background: white;
    color: var(--ct-primary-color) !important;
}
.entry-content a.ct-button{
    color: white;
}
.ct-button:hover{
    background: white;
}
.ct-p-link a{
 color: var(--ct-primary-color) !important;
 text-decoration: underline;
}
.entry-content a.ct-button:hover{
    color: var(--ct-primary-color);
}

/* GT Translate */
.gt_float_switcher .gt_options{
    position: absolute !important;
    min-width: 150px !important;
    right: 0px !important;
    top: 44px !important;
}
.gt_float_switcher{
    background-color: transparent !important;
    box-shadow: none !important;
    margin-bottom: -10px;
}
.gt_float_switcher .gt-selected{
    background-color: transparent !important;
}

.gt_float_switcher .gt-selected .gt-current-lang span.gt_float_switcher-arrow{
    display: none !important;
}
.gt-current-lang{
    padding: 0px !important;
}
.gt_float_switcher .gt_options a{
    background: #ededd3;
}
/* CT Header Nav */

.gridfeel-primary-nav-menu {
    width: fit-content !important;
}
.gridfeel-primary-nav-menu a{
    padding: 12px;
    padding-bottom:20px;
    margin-bottom:-2px;
}
.gridfeel-custom-logo-image{
    max-width:125px;
    z-index: 10;
}
.gridfeel-primary-nav-menu a, .gridfeel-primary-responsive-menu-icon{
    font-size: 15px !important;
}
.gridfeel-header-banner{
    display: none;
}
.gt_float_switcher .gt-selected .gt-current-lang span.gt-lang-code{
    display: none;
}
.ct-primary-border-top{
    border-top:3px solid var(--ct-primary-color);
}
.ct-custom-logo{
    margin-bottom: -60px;
}
.ct-header-inner{
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    justify-content: space-between;
    max-width:var(--max-width);
    margin: auto;
}
.ct-header{
    z-index: 999;
    position: relative;
    margin-top: 20px;
}
.ct-nav-wrapper{
    margin-bottom: -16px;
}
#gridfeel-menu-primary-navigation{
    margin-bottom: -10px;
}
.gridfeel-nav-primary{
    box-shadow: none !important;
    border-bottom: none;
    -webkit-box-shadow: none;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
.gridfeel-primary-menu-container.gridfeel-fixed .gridfeel-nav-primary{
    padding-bottom: 10px;
}
.gridfeel-primary-menu-container.gridfeel-fixed  .gridfeel-primary-nav-menu > li > a{
    padding-bottom: 8px;
}
/* CT Hero */
.ct-hero-section{
    background-size: cover;
    background-position: center center;
    position: relative;
}
.ct-hero-section-content{
    max-width: 706px;
    width: 100%;
}
.ct-hero-section-content h2, .ct-hero-section-content h3, .ct-hero-section-content h1{
    color: white;
}
.ct-hero-section-content h1{
    font-family: 'Frank Ruhl Libre';
    font-size: 54px;
    font-weight: 700;
    line-height: 60px;
}

.gridfeel-search-form{
    margin-bottom: -5px;
}
@media only screen and (max-width: 1124px) {
    .ct-xxl-heading{
        font-size: 34px;
    }
    /* CT Header */
    .ct-hero-section-content h1{
        font-size: 34px;
        line-height: 34px;
    }
    .ct-hero-section-content h2{
        font-size: 26px;
    }
    .ct-header-inner{
        padding-left: 20px;
        padding-right: 20px;
        justify-content: space-between;
    }
    .gridfeel-nav-primary{
        flex-direction: row-reverse;
    }
    .gridfeel-search-form{
        margin: 0px;
    }
    #gridfeel-menu-primary-navigation{
        position: absolute;
        z-index: 999;
        background: var(--ct-background-color);
        top: calc(100% + 8px);
        margin-bottom: 0px;
        min-width: 240px;
    }
    .gridfeel-search-form{
        display: none;
    }
}

@media only screen and (max-width: 540px) {
    /* CT Nav */
    #gridfeel-menu-primary-navigation{
        width: 100vw;
        right: -20px;
        top: 100%;
    }
    .gridfeel-custom-logo-image{
        width: 85px;
    }
    .ct-custom-logo{
        margin-bottom: -33px;
    }
}


/* CT Main Wrapper */

.ct-main-wrapper{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}
.ct-sections-wrapper {
    width: 75%;
    padding-right: 85px;
    border-right: 1px solid var(--ct-primary-color);
}
.ct-sidebar-wrapper{
    width: 25%;
    padding-left: 27px;
}
@media only screen and (max-width: 1050px) {

    .ct-main-wrapper{
        flex-direction: column;
    }
    .ct-sections-wrapper{
        width: 100%;
        padding-right: 20px;
    }
    .ct-sidebar-wrapper{
        width: 100%;
        padding-left:0px;
        padding-bottom: 50px;
    }
}
/* CT Hot Topics */
.ct-hot-topics .cnvs-block-post-single-outer{
    display: flex;
    gap: 15px;
}
.ct-hot-topics .cnvs-block-post-single-inner{
    width: 50%;
}
.ct-hot-topics img{
    margin-top: 5px;
}
.ct-hot-topics .cnvs-block-posts-title{
    margin: 0px;
}
.ct-hot-topics .cnvs-block-posts-title a{
    font-size: 18px;
}
.ct-hot-topics .cnvs-block-post-single-excerpt p{
    font-size: 14px;
}
.ct-hot-topics .wp-block-button__link{
    padding: 0px !important;
    color: var(--ct-primary-color);
    font-size: 14px;
    background: none;
    text-decoration: underline;
}

.ct-hot-topics .cnvs-block-post-single-view-post-button{
    margin: 0px;
    padding: 0px !important;
}

/* Who we are Section */
.ct-who-we-are{
    display: flex;
    flex-wrap: nowrap;
    align-items: flex-start;
    padding: 60px 47px;
    border: 3px solid #670A0C;
}
.ct-who-we-are figure{
    width: 33%;
}
.ct-who-we-are > div {
    width: 66%;
}

/* Learn More Sidebar */

.ct-sidebar-header h4, .ct-sidebar-header p{
    color: #000;
    font-family: Oswald;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin: 0px;
}
.ct-sidebar-header h4 a, .ct-sidebar-header p a{
    color: var(--ct-primary-color) !important;

    font-family: "Roboto Slab";
    font-size: 14px !important;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    text-transform: capitalize !important;
}
.gridfeel-widget-box-inside{
    padding: 0px;
}
.gridfeel-sidebar-widget-areas .widget{
    margin: 0px;
}

/* CT custom Product Widget */
.ct-product-widget{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    row-gap: 25px;
    column-gap: 10px;
}
.gridfeel-sidebar-widget-areas .widget ul.ct-product-widget{
    margin-top: 25px;
}
.ct-product-widget a{
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    transition: all 0.3s linear;
    align-items: center;
}
.ct-product-widget .ct-product-image-wrapper img{
    padding: 0px 20px;
}
.ct-product-widget h4{
    color: #000;
    text-align: center;
    font-family: "Frank Ruhl Libre";
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}
.ct-product-widget .ct-buy-now{
    display: flex;
    padding: 8px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    background: var(--ct-primary-color);
    width: fit-content;
    color: white;
    text-transform: uppercase;
    font-family: Oswald;
}
.ct-product-widget > a:hover .ct-buy-now{
    background: white;
    color: var(--ct-primary-color);
}

/* CT Custom Post Widget */
.ct-post-widget{
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ct-post-widget a{
    display: flex;
    flex-direction: row;
    gap: 10px;
    align-items: center;
    justify-content: center;
}
.ct-post-widget .ct-post-image-wrapper{
    height: 80px;
    width: 80px;
    position: relative;
    overflow: hidden;
}
.ct-post-widget .ct-post-image-wrapper img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}
.ct-post-widget h4{
    color: #000;
    font-family: "Frank Ruhl Libre";
    font-size: 14px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin: 0px;
}
.ct-post-widget .ct-content-wrapper{
    width: calc(100% - 90px);
}

/* CT Sections */
.ct-icon-section{
    display: flex;
    flex-wrap: nowrap;
}
@media only screen and (max-width: 1050px) {
    .ct-icon-section{
        flex-wrap: wrap;
        gap: 20px;
    }
    .ct-who-we-are{
        flex-wrap: wrap;
        gap: 20px;
    }
    .ct-who-we-are > div{
        width: 100%;
    }
    .ct-who-we-are{
        padding: 20px 20px;
    }
}


/* Editing Page */
.ct-row-stats > div{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
}
.ct-row-stats p{
    width: 50%;
}
@media only screen and (max-width: 1050px) {
    .ct-row-stats > div{
        flex-direction: column;
    }
    .ct-row-stats p{
        width: 100%;
    }
}

.ct-image-header{
	
    background-position: center center;
      background-size: cover;
      background-repeat: no-repeat;
  }
  .ct-image-header::before{
      content: "";
      width: calc(100% + 20px);
      height: 100%;
      position: absolute;
      background: rgba(0,0,0, 0.3);
      left: -20px;
      z-index: 0;
  }
  .ct-image-header h2{
      color: #FFF;
      font-family: "Frank Ruhl Libre";
      font-size: 48px;
      font-style: normal;
      font-weight: 700;
      z-index: 1;
      position: relative;
  }
  /* Fonts Setting */
  .ct-l-heading{
      font-size: 20px; 
      text-transform: uppercase;
  }
  .ct-normal-font{
      font-weight: 400;
  }
  .ct-no-cap{
      text-transform: none;
  }
  
  .ct-nbutton a{
      padding: 8px 20px;
      background: #670A0C;
      border-radius: 0px;
      font-family: Oswald;
      font-size: 18px;
      font-style: normal;
      font-weight: 400;
      color: white;
  }
  .ct-nbutton a:hover{
      color: #670A0C;
      background: white;
  }
  
  .ct-wide-line{
      height: 3px;
  }
  .ct-hero-subtitles{
    color: #FFF;
    font-family: "Frank Ruhl Libre";
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
  }
  /* Product Category */
  .woocommerce-products-header .term-description{
    margin-bottom: 20px;
  }
  .ct-blog-page-top-content{
    margin-bottom: 20px;
  }
  .ct-blog-page-below-content{
    margin-top: 20px;
  }

  /* Contact Page */
.ct-contact-main-wrapper .forminator-guttenberg .forminator-row .forminator-field label.forminator-label{
	color: #000 !important;
	font-family: "Roboto Slab" !important;
	font-size: 16px !important;
	font-style: normal;
	font-weight: 400 !important;
	line-height: 2em !important;
}
.ct-contact-main-wrapper  .forminator-input, .ct-contact-main-wrapper  .forminator-textarea{
	border-radius: 4px !important;
border: 1px solid #000 !important;
background-color: #FFF !important;
	padding: 15px 20px !important;
}
.ct-contact-main-wrapper .forminator-ui#forminator-module-21528.forminator-design--default .forminator-button-submit {
	width: 100%;
	padding: 8px 16px !important;
    justify-content: center !important;
	color: #FFF;
    text-align: center;
    font-family: Oswald;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    background: #670A0C;
}
.ct-contact-main-wrapper .forminator-ui#forminator-module-215282.forminator-design--default .forminator-button-submit:hover{
	background: #5a090b;
}
.ct-contact-main-wrapper .forminator-edit-module{
	display: none !important;
}
@media only screen and (max-width: 1024px) {
	.ct-mobile-full-flex{
		flex-direction: column;
	}
}
.forminator-ui#forminator-module-21528.forminator-design--default .forminator-response-message.forminator-success{
	     background-color: #5a090b !important;
    box-shadow: inset 2px 0 0 0 #5a090b !important;
    -moz-box-shadow: inset 2px 0 0 0 #5a090b;
    -webkit-box-shadow: inset 2px 0 0 0 #374f04 !important;
    color: white !important;
}

/* Shop Page */
.ct-small-gray-text{
	color: #000;
	font-family: "Roboto Serif";
	font-size: 14px;
	font-style: italic;
	font-weight: 400;
	line-height: 1.4em; 
}
.woocommerce-shop .gridfeel-main-wrapper{
	    border-right: 1px solid #670A0C;
    padding-right: 70px;
}
.woocommerce-shop .gridfeel-layout-c-s1 .gridfeel-sidebar-one-wrapper-inside{
	padding-left: 35px !important;
}
.ct-cat-icon-wrapper{
 display: flex;
 flex-direction: row;
 justify-content: space-between;
 align-items: flex-start;
 width: 100%;
}
.ct-cat-icon-bg{
 background: white;
 border-radius: 50%;
 width: 120px;
 height: 120px;
	padding: 25px;
 position: relative;
 display: flex;
 flex-direction: column;
 align-items: center;
 justify-content: center;
}
.ct-cat-icon-item.active .ct-cat-icon-bg, .ct-cat-icon-item:hover .ct-cat-icon-bg{
 background: #D8D7A7;
}
.ct-cat-icon-item{
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: center;
 width: 20%;
 text-decoration: none;
}
.ct-cat-icon-bg img{
 width: 100%;
	max-width: 100px;
	height: 100%;
	object-fit: contain;
}
.ct-cat-icon-item h4{
 margin-top: 24px;
 margin-bottom: 0px;
 padding-bottom: 15px;
 text-align: center;
 position: relative;
 color: #000;
  text-align: center;

  font-family: Oswald;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1em; /* 19.8px */
  text-transform: uppercase;
  text-decoration: none;
}
.ct-cat-icon-item.active h4, .ct-cat-icon-item:hover h4{
  font-weight: 600;
}
.ct-cat-icon-item.active h4::after, .ct-cat-icon-item:hover h4::after{
 content: '';
 position: absolute;
 border-bottom: 3px solid #67080B;
 width: 100%;
 left: 0px;
 bottom: 0px;
}
@media only screen and (max-width: 780px) {
	.ct-cat-icon-wrapper{
		flex-wrap: wrap;
		row-gap: 20px;
		justify-content: center;
	}
	.ct-cat-icon-item{
		width: 50%;
	}
	.woocommerce-shop .gridfeel-main-wrapper{
	    border-right: none;
    padding-right: 0px;
}
.woocommerce-shop .gridfeel-layout-c-s1 .gridfeel-sidebar-one-wrapper-inside{
	padding-left: 20px !important;
}
	.woocommerce .woocommerce-ordering, .woocommerce-page .woocommerce-ordering{
		float: none;
	}
}
/* Product Content */
.woocommerce-ordering select{
	padding-left: 14px;
	padding-right: 14px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	-webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  background-image: url("/defiant/wp-content/themes/gridfeel-pro-child/images/icons/caret.svg");
  background-repeat: no-repeat;
  background-position-x: 98%;
  background-position-y: 50%;
	background-color: white;
  border-radius: 2px;
}
.woocommerce-result-count{
	color: #000;
	font-family: "Roboto Slab";
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
/* Product Loop */
ul.products{
	padding-top: 20px !important;
	position: relative;
	margin-bottom: 60px ;
}
ul.products::before{
	top: 0;
	width: 100%;
	opacity: 0.2;
	background: #6C4849;
	height: 1px;
	position: absolute;
}


ul.products li.product {
	display: flex !important;
	flex-direction: row;
	flex-wrap: wrap;
}
ul.products li.product .woocommerce-loop-product__title{
	overflow: hidden;
	color: #000;
	font-size: 18px !important;
	font-style: normal;
	font-weight: 700;
	line-height: normal;
}
ul.products li.product .price {
	color: #000 !important;
	font-family: "Roboto Slab";
	font-size: 24px !important;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
}
.ct-product-button{
	padding: 0px !important;
	background: transparent !important;
}
.ct-bottom-copy p{
	font-size: 16px;
}
.ct-bottom-copy p a{
	text-decoration: underline;
}
@media only screen and (max-width: 780px) {
	ul.products li.product .woocommerce-loop-product__title{
		font-size: 16px !important;
	}
}
.ct-taxonomy-description p{
    font-size: 16px;
}
.ct-taxonomy-description{
	text-align: left;
	text-shadow: none;
}
.ct-below-description p{
    font-size: 16px;
}
.term-description p a{
    text-decoration: underline;
}
.ct-below-description a{
    text-decoration: underline !important;
}
.term-description p {
    font-size: 16px;
}
.ct-below-description ul li{
    font-size: 16px;
}

/* Freebie Banner */
.ct-freebie-wrapper{
	width: 100%;
	background: url(https://www.christianityeveryday.com/wp-content/uploads/2025/07/ct-freebie-side.jpg);
	background-size: cover;
	background-position: center center;
	display: flex;
	color: white;
	align-items: center;
	justify-content: center;
	gap: 48px;
	position: relative;
	overflow: hidden;
	padding: 21px 48px;
}
.ct-freebie-wrapper .ct-freebie-content{
	padding-left: 52px;
}
.ct-freebie-wrapper p {
	color: #EF0;
	font-family: Oswald;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	letter-spacing: 3.2px;
}

.ct-freebie-wrapper h2{
	color: #FFF;
	font-family: "Frank Ruhl Libre";
	font-size: 32px;
	font-style: normal;
	font-weight: 900;
	line-height: 1.2em; /* 38.4px */
	margin-bottom: 0px;
}
.ct-freebie-wrapper:hover{
	text-decoration: none !important;
}
.ct-freebie-wrapper .ct-freebie-img-wrapper{
	 width: 180px;
	height: 100%;
}
.ct-freebie-wrapper img{
	max-width: 180px;
	position: absolute;
	width: 180px;
	top: 12px;
	border-radius: 11.574px;
}
@media only screen and (max-width: 780px) {
	.ct-freebie-wrapper{
		flex-direction: column;
		justify-items: center;
		align-items: center;
		align-content: center;
		gap: 20px;
		padding-top: 40px;
		padding-bottom: 40px;
	}
	.ct-freebie-wrapper .ct-freebie-content{
		padding-left: 0px;
		margin-top: 15px;
	}
	.ct-freebie-wrapper img{
		position: relative;
		top: revert;
	}
	.ct-freebie-wrapper p{
	   margin-bottom: 0px;
	}
	.ct-freebie-wrapper p, .ct-freebie-wrapper h2{
		text-align: center;
	}
}

/* Sidebar Payment Methods */
.ct-divider-red{
	background: #670A0C;
	height: 1px;
	margin-top: 20px;
	margin-bottom: 20px;
}
.ct-payment-method-wrapper h4{
	margin-bottom: 15px;
}
.ct-payment-method-wrapper img{
	max-width: 220px;
	margin-bottom: 5px;
}
.ct-payment-method-wrapper p {
	font-size: 14px;
}


/* Footer Badges */
.ct-footer-copyright-area{
	display: flex;
	text-align: left;
	font-size: 14px;
	padding-top: 24px;
	padding-bottom: 24px;
	align-items: center;
	justify-content: space-between;
	max-width: 1320px;
	margin: auto;
	padding-left: 20px;
	padding-right: 20px;
}
.ct-footer-copyright-area > div{
	max-width: 500px;
	width: 100%;
}
.ct-footer-copyright-text-wrapper img{
	max-width: 300px;
}
.ct-footer-payment-method-badges{
	display: flex;
	gap: 10px;
}
.ct-footer-payment-method-badges img{
	max-width: 250px;
	width: 100%;
}
@media only screen and (max-width: 1024px) {
	.ct-footer-copyright-area{
		flex-direction: column;
		gap: 20px;
		text-align: center;
	}
	.ct-footer-copyright-area > div{
		max-width: 520px;
	}
	.ct-footer-copyright-text-wrapper img{
		max-width: 100%;
	}
	.ct-footer-payment-method-badges img{
		max-width: calc(50% - 5px);
		width: 100%;
	}
}