/**
* Theme Name: Artizani
* Theme URI: https://artizani.modeltheme.com
* Description: Single Artisan One Page Theme
* Version: 1.0
* Tested up to: 6.3
* Requires at least: 5.9
* Requires PHP: 7.0
* Author: ModelTheme
* Author URI: https://modeltheme.com/
* Tags: custom-header, custom-menu, featured-images, post-formats, sticky-post
* License: GNU General Public License v2 or later
* License URI: http://www.gnu.org/licenses/gpl-2.0.html
* Domain Path: /languages
* Text Domain: artizani
* This theme, like WordPress, is licensed under the GPL.
* Use it to make something cool, have fun, and share what you've learned with others.
* Copyright: © 2024 ModelTheme. All rights reserved.
*/

body .artizani-highlights .mt-addons-hero-slider-bg .mtfe-container {
    padding: 390px 30px 10px 0px;
}
body .mt-addons-tab-content-v2 img.mt-addons-tab-content-image {
    max-height: 510px!important;
    max-width: 110%!important;
    margin-top: -210px!important;
    height: 513px!important;
    margin-left: -65px!important;
    transition: .5s;
}
.mtfe-row.right img.mt-addons-tab-content-image {
    max-height: 320px !important;
    max-width: 110% !important;
    margin-top: 35px !important;
    height: 513px !important;
    margin-left: 0px !important;
    transition: .5s;
}
.mtfe-row.right {
    margin-top: 100px;
}
.mtfe-row.left .zoom-img--main {
    position: relative;
    overflow: hidden;
    width: auto;
    height: auto;
    float: left;
    margin: -8px !important;
    margin-top: -33% !important;
    max-height: 510px !important;
    max-width: 110% !important;
    margin-top: -210px !important;
    height: 513px !important;
    margin-left: -65px !important;
    transition: .5s;
}
.mt-addons-tab-content-v2 .mtfe-row{
	width: 100%;
}
.mt-addons-tab-content-v2 section {
    display: none;
    margin: 0 auto;
    padding: 1em;
    max-width: fit-content!important;
}
ul.mt-addons-tabs-nav-v2.right li a {
    border-bottom: 1px solid #575757;
    transition: .5s;
    display: block;
    padding-bottom: 15px;
}
ul.mt-addons-tabs-nav-v2.right li.tab-active a{
    border-bottom: 1px solid #fff;
    transition: .5s;
}
ul.custom-section-content {
    padding-left: 0px!important;
}
.custom-pottery li.custom-item,
.custom-pottery .mt-addons-tab-content-title{
    color: #000000!important;
}

.custom-section-content li.custom-item{
    animation-duration: 1s;
    animation-delay: 0.5s; 
    animation-fill-mode: both; 
    font-size: 16px;
    line-height: 26px;
    font-weight: 400;
}
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.custom-section-content li.custom-item{
    animation-name: fadeInUp;
    animation-duration: 1s;
    animation-fill-mode: both;
}
li.custom-item img {
    margin-right: 10px;
}