/*!
Theme Name: Total Child
Theme URI: https://totalwptheme.com/
Update URI: https://totalwptheme.com/
Author: WPExplorer
Author URI: https://www.wpexplorer.com/
Description: Premium Multi-purpose WordPress Theme.
Requires at least: 5.8
Template: Total
Requires PHP: 7.4
Version: 6.7
License: Custom license
License URI: http://themeforest.net/licenses/terms/regular
Text Domain: total
Tags: custom-colors, accessibility-ready, custom-header, custom-menu, custom-logo, editor-style, featured-images, footer-widgets, post-formats, rtl-language-support, theme-options, threaded-comments, translation-ready
*/

/**
braun #ee1f14;
orange #c87954;
creme #e9d7c3;
geist

**/

/*General START*/
#site-header{

    margin-bottom: 30px;

    #site-logo{
        margin-left: -18px;
    }

    .search-toggle-li{
        display: none;
    }

    ul#menu-main-menu{

        li a{
            padding-left: 0;
            padding-right: 0;
        }
    }
}

#footer{
    margin-top: 70px;
}

/*General END*/


/*Single card START*/
.wp-singular.card-template-default{

    .card-tags{
        display: flex;
        gap: 10px;
        flex-direction: row;
        margin-bottom: 20px;

        .tag{
            padding: 9px;
            background-color: #fff;
            border-radius: 7px;
        }
    }

   .card-gallery.wpex-lightbox-group{
        display: flex;
        gap: 10px;
        flex-direction: row;
        flex-wrap: wrap;

        img{
            border-radius: 15px;
            height: auto;
            max-height: 450px;
        }
   }

   .card-meta{

        ul{

            margin-left: 0;

            li{
                display: flex;
                gap: 15px;
                list-style-type: none;
                margin-bottom: 10px;

                .wpex-icon{
                    width: 26px;
                    text-align: center;
                }
            }
        }
   }

   .post-pagination-wrap{
        display: none;
   }
}
/*Single card END*/

/*Archive page START*/

.card-sort-options{
    display: flex;
    gap: 40px;
    margin-top: 15px;

    .card-sort-option{
        cursor: pointer;
    }
}


#card-archive{

    .wpex-card {

        .wpex-card-thumbnail{
            border-radius: 15px;
        }
        

        .wpex-card-date, .wpex-card-author, .wpex-card-excerpt, .wpex-card-more-link{
            display: none;    
        }
    }
}
/*Archive page END*/

/*FAQ page START*/

#faq-zone{
    .vcex-toggle{
        margin-bottom: 10px;
    }
}
/*FAQ page END*/