/*---------------------------------------------------------------*/
/*----------------------------- Admin ---------------------------*/
/*---------------------------------------------------------------*/

/*=========================*/
/*==== Site Customizer ====*/
/*=========================*/


/*==== Styles ====*/

/* Fonts */
.ks-m-themes-manager-site-customizer-admin-style-fonts 
{
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    height: 250px;
    overflow: auto;
    box-sizing: border-box;
}

.ks-m-themes-manager-site-customizer-admin-style-font 
{
    margin-right: 10px;
    margin-bottom: 10px;
    border: thin solid #CAC8D6;
    padding: 10px;
    cursor: pointer;
    transform: scale(1);

    transition: all 0.5s ease 0s;
}

.ks-m-themes-manager-site-customizer-admin-style-font:hover, 
.ks-m-themes-manager-site-customizer-admin-style-font:focus,
.ks-m-themes-manager-site-customizer-admin-style-font-selected
{
    border-color: #4429B4;
    transform: scale(1.08);
    border-width: 2px;
    /*font-weight: bold;*/
}


/* Themes */
.ks-m-themes-manager-site-customizer-admin-style-themes 
{
    padding-left: 4%;
    padding-right: 4%;
    padding-top: 25px;
    padding-bottom: 25px;
    display: flex;
    flex-wrap: wrap;
    /*height: 250px;
    overflow: auto;*/
    box-sizing: border-box;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-wrapper 
{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 30px;
    margin-bottom: 30px;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-wrapper:last-child 
{
    margin-right: 0;
}

.ks-m-themes-manager-site-customizer-admin-style-theme 
{
    margin-bottom: 10px;
    border: 3px solid #CAC8D6;
    padding: 10px;
    cursor: pointer;
    width: 105px;
    height: 105px;
    border-radius: 25px;
    overflow: hidden;
    position: relative;
    box-sizing: border-box;
    transform: scale(1);
    transition: all 0.5s ease 0s;
}

.ks-m-themes-manager-site-customizer-admin-style-theme:hover, 
.ks-m-themes-manager-site-customizer-admin-style-theme:focus,
.ks-m-themes-manager-site-customizer-admin-style-theme-selected
{
    border-color: #4429B4;
    transform: scale(1.05);
    /*font-weight: bold;*/
}

.ks-m-themes-manager-site-customizer-admin-style-theme-image 
{
    position: absolute;
    top: 0;
    left: 0;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-image img
{
    width: 100%;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-title 
{
    position: absolute;
    left: 0;
    bottom: 21px;
    text-align: center;
    font-weight: bold;
    background-color: rgba(255,255,255,0.9);
    width: 100%;
    display: none;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-colors 
{
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 22px;
    background-color: rgba(255,255,255,0.9);
    display: flex;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-color 
{
    background-color: #A5A5A5;
    height: 100%;
    width: 33.33%;
}

.ks-m-themes-manager-site-customizer-admin-style-theme-link 
{

}

.ks-m-themes-manager-site-customizer-admin-style-theme-link a
{

}

/* Main banner */
.ks-m-themes-manager-site-customizer-admin .mainBannerTitle-container .add_media,
.ks-m-themes-manager-site-customizer-admin .mainBannerDescription-container .add_media
{
    display: none;
}

/*---------------------------------------------------------------*/
/*---------------------------- Public ---------------------------*/
/*---------------------------------------------------------------*/

/*==== Footer ====*/
.ks-m-themes-manager-site-customizer-footer-social-hide 
{
    display: none;
}

.ks-m-themes-manager-site-customizer-footer-payment-methods-cards-hide 
{
    display: none;
}

.ks-m-themes-manager-site-customizer-footer-made-by 
{

}

.ks-m-themes-manager-site-customizer-footer-made-by div
{

}

.ks-m-themes-manager-site-customizer-footer-made-by div p
{

}

.ks-m-themes-manager-site-customizer-footer-made-by div p a
{

}