/*
Theme Name: Fashion Stylist Lite
Theme URI: https://www.ovationthemes.com/products/free-fashion-wordpress-theme
Author: pewilliams
Author URI: https://www.ovationthemes.com/
Description: Fashion stylist lite is a pre-designed template specifically created for fashion stylists and personal stylists. The theme provides a visually appealing and functional layout for fashion stylists to showcase their portfolio of work, services, and expertise. It is perfect for people serving fashion, stylist, portfolio, beauty, makeup, hairdresser, boutique, designer, personal branding, lifestyle, artist, influencer, agency, modeling and creative services. With its elegant design, customizable layout,  this theme allows you to showcase your portfolio, highlight your services, and build a stylish online presence. This type of theme typically includes features such as custom post types for styling portfolios, testimonials, and blog posts, integration with social media platforms, mobile-responsive design, and customization options through the WordPress customizer. A fashion stylist WordPress theme helps stylists to establish a professional online presence and reach potential clients in the fashion industry. Whether you’re a personal stylist, makeup artist, or fashion influencer, Fashion Stylist Lite provides the perfect platform to attract and engage clients while maintaining a professional and modern look. Demo: https://trial.ovationthemes.com/fashion-stylist-lite/
Version: 4.1
Requires PHP: 5.6
Tested up to: 6.8
Requires at least: 5.0
License: GNU General Public License v3 or later
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Text Domain: fashion-stylist-lite
Template: fashion-designer-studio
Tags: e-commerce, portfolio, photography, one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, grid-layout, custom-colors, custom-background, custom-header, custom-menu, custom-logo, editor-style, sticky-post, featured-images, flexible-header, featured-image-header, footer-widgets, full-width-template, threaded-comments, theme-options, wide-blocks, block-styles, post-formats, translation-ready, rtl-language-support

Fashion Stylist Lite WordPress Theme, Copyright 2023 pewilliams
Fashion Stylist Lite is distributed under the terms of the GNU GPL

Fashion Stylist Lite WordPress Theme is child theme of Fashion Designer Studio WordPress Theme, Copyright 2023 pewilliams
Fashion Designer Studio WordPress Theme is distributed under the terms of the GNU GPL
*/

/*color chnage*/
:root {
    --theme-color:#000000;
}

h3.coll-head {
    font-size: 30px;
    font-weight: 700;
    color: var(--theme-color);
    border-bottom: solid 2px;
    display: inline-block;
}
a.coll-btn {
    font-size: 18px;
    font-weight: 700;
    border-bottom: solid 2px;
    display: inline-block;
}
.box .title{
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
}

/*slider*/

.slide-box {
    position: relative;
    background: var(--theme-color);
}
.slide-box-content {
    position: absolute;
    bottom: 50px;
    z-index: 999;
    left: 50px;
}
.slide-box-content h3 {
    text-transform: uppercase;
    color: var(--theme-color-white);
}
.slide-box-content a {
    background: var(--theme-color-white);
    padding: 10px 15px;
    display: inline-block;
    font-size: 12px;
    letter-spacing: 2px;
    color: var(--theme-color);
}
.has-media-on-the-right  img{
    width: 20vw!important;
    margin-left: 0px!important;
}
.wp-block-media-text__media img{
    height: auto;
    max-width: unset;
    vertical-align: middle;
    width: 91%;
    margin-left:43px;
}
#slider img{
    height: 700px;
}
@media screen and (max-width:991px){
    #slider img{
        height: 600px;
    }
}
@media screen and (max-width:782px){
    #slider img{
        height: 500px;
    }
    .box .title{
        font-size: 15px;
    }
}
@media screen and (max-width:575px){
    #slider img{
        height: 400px;
    }
    h3.coll-head{
        text-align: center;
    }
    #home-mission{
        text-align: center;
    }
}