/*
Theme Name:         Fotofusion
Theme URI:          https://demo.mysterythemes.com/fotogenic-demos/
Author:             Mystery Themes
Author URI:         https://mysterythemes.com
Description:        Introducing Fotofusion: a sleek and artistic free WordPress theme. Its elegant and distinct design, combined with easy customization options, allows you to create a website that truly reflects your unique style.Check out the demos https://demo.mysterythemes.com/child-theme/fotofusion/
Version:            1.0.3
Requires at least:  5.0
Tested up to:       6.7
Requires PHP:       7.2
License:            GNU General Public License v3 or later
License URI:        http://www.gnu.org/licenses/gpl-3.0.html
Template:     		fotogenic
Text Domain:        Fotofusion
Tags:               photography, blog, portfolio, grid-layout, one-column, two-columns, right-sidebar, left-sidebar, custom-background, custom-colors, custom-header, custom-logo, custom-menu, editor-style, footer-widgets, theme-options, translation-ready

*/
/* carousel */

.single .entry-content a {
    text-decoration: underline;
}

#masthead .mt-search-social-wrapper {
    display: inline-flex;
    align-items: center;
    vertical-align: top;
}  

.fotofusion-carousel-image.slick-slide {
transition: all ease-in-out .3s;
transform: translate3d(0%, 0, 0) scale(0.92); 
}

.fotofusion-carousel-image.slick-current ~ .slick-slide {
transform: translate3d(-0%, 0, 0) scale(0.92);
}  

.fotofusion-carousel-image.slick-current {
transform: scale(1);
}

.fotofusion-carousel-image.slick-slide {
margin: 0px 5px;
}

.fotofusion-carousel-image.slick-slide img {
width: 100%;
}

#fotofusion-carousel .slick-prev, #fotofusion-carousel .slick-next{
    display: none !important;
}

#fotofusion-carousel.carousel-wrapper{
    margin:50px 10px 0px;
}

.mt-fotofusion-carousel-wrap .section-title{
    margin-top:100px;
}
