/* 
Theme Name: Hello Thanks
Theme URI: https://thanks.studio
Description: 
Author: Arnau
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.5
Text Domain: hello-thanks
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags:
*/

/*
    Add your custom styles here
*/



.jet-listing-not-found {
   padding: 100px!important;
}



.cpt-category-list{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    row-gap: 20px;
    column-gap: 40px;
}

.cpt-category-list li{
    width: 46%;
    display: flex;
}

.cpt-category-list a {
    display: flex;
    flex-direction: row;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
}
.cpt-category-list a:hover{
    opacity: .7;
}
.cpt-category-list li img{
    max-width: 85px;
    border-radius: 22px;
    padding: 0px;
    background: #e8e8e8;
    border: 10px solid #e8e8e8;
}

.cpt-category-list .tax-cont{
     padding: 0 0 10px 10px;
}

.cpt-category-list .tax-title{
    font-family: "Manrope", Sans-serif;
    font-size: 18px;
    font-weight: 800;
    line-height: 1em;
    letter-spacing: -0.4px;
    color: #000000;
}
.cpt-category-list .tax-desc{
    color: #6b6b6b;
    font-family: "Manrope", Sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 18px;
    padding-top: 7px;
}


.homePage .cpt-category-list {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
row-gap: 40px;
    column-gap: 20px;
    justify-content: center;
}
.homePage .cpt-category-list li {
    width: 16%;
    display: flex;
}
.homePage .cpt-category-list .tax-desc{
    display: none;
}

.homePage .cpt-category-list a {
    display: flex;
    flex-direction: column;
    align-content: center;
    justify-content: flex-start;
    align-items: center;
}
.homePage .cpt-category-list li img {
    max-width: 114px;
    border-radius: 22px;
    padding: 0px;
    background: #e8e8e8;
    border: 10px solid #e8e8e8;
}
.homePage .cpt-category-list .tax-cont {
    padding: 20px;
}
.homePage  .cpt-category-list .tax-title {
    text-align: center;
}

.v2 .homePage .cpt-category-list {
    display: flex
;
    flex-direction: row;
    flex-wrap: wrap;
    padding: 0px;
    row-gap: 10px;
    column-gap: 10px;
    justify-content: center;
}

.v2 .homePage .cpt-category-list li {
    width: 30%;
    display: flex
;
}
.v2 .homePage .cpt-category-list li img {
    max-width: 89px;
    border-radius: 22px;
    padding: 0px;
    background: #e8e8e8;
    border: 10px solid #e8e8e8;
}
.v2 .cpt-category-list .tax-title {
    font-size: 14px;
}
.logo .small, .logo .big, .logo{
        -webkit-transition: all 500ms;
    -moz-transition: all 500ms;
    transition: all 500ms;
}
.logo .small{
    opacity: 0;
    margin-left: 40px;
    margin-top: -10px;
}*/


@media screen and (max-width: 1441px) {}
@media screen and (max-width: 1199px) {}
@media screen and (max-width: 760px) {
    .logo .small{
        /*opacity: 1 !important;*/
        margin-left: 0px;
        margin-top: -15px;   
    }
}

