/*
Theme Name: Tring Albania
Theme URI: https://tring.al
Author: Olsi Aliaj
Author URI: https://tring.al
Description: Tring Albania theme
Requires at least: 5.9
Tested up to: 5.9
Requires PHP: 7.4
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: tring
Tags: one-column, custom-colors, custom-menu, custom-logo, editor-style, featured-images, full-site-editing, block-patterns, rtl-language-support, sticky-post, threaded-comments
*/


/* Nunito Sans ExtraLight (200) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-ExtraLight.ttf') format('truetype');
    font-weight: 200;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans ExtraLight Italic (200 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-ExtraLightItalic.ttf') format('truetype');
    font-weight: 200;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans Light (300) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans Light Italic (300 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans Regular (400) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans Regular Italic (400 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-Italic.ttf') format('truetype');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans Medium (500) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans Medium Italic (500 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans SemiBold (600) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-SemiBold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans SemiBold Italic (600 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-SemiBoldItalic.ttf') format('truetype');
    font-weight: 600;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans Bold (700) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans Bold Italic (700 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-BoldItalic.ttf') format('truetype');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans ExtraBold (800) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-ExtraBold.ttf') format('truetype');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans ExtraBold Italic (800 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-ExtraBoldItalic.ttf') format('truetype');
    font-weight: 800;
    font-style: italic;
    font-display: swap;
}

/* Nunito Sans Black (900) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-Black.ttf') format('truetype');
    font-weight: 900;
    font-style: normal;
    font-display: swap;
}

/* Nunito Sans Black Italic (900 italic) */
@font-face {
    font-family: 'Nunito Sans';
    src: url('fonts/nunito/NunitoSans_10pt-BlackItalic.ttf') format('truetype');
    font-weight: 900;
    font-style: italic;
    font-display: swap;
}



.progress {
    position: absolute;
    height: 8px;
    background-color: #ffc000;
    animation-name: progress;
    animation-duration: 5s;
    animation-timing-function: linear;
    animation-iteration-count: 1;
}

@keyframes progress {
    from {
        width: 0%;
    }
    to {
        width: 100%;
    }
}

/* Tab Color */






/* Other */
.img-auto img {
    width: unset;
    margin:0 auto;
}