/*
Theme Name: Ales Theme
Author: Ales
Description: Clean.
Version: 1.0
*/

@keyframes pulse-opacity {
    0%, 100% {
        opacity: 0.3;
    }
    50% {
        opacity: 1;
    }
}

div#wpadminbar, .ales-hide {
    display: none !important;
}

html {
    margin: unset !important;
    box-sizing: border-box;
}

body{
    max-width: 100%;
    margin: 0 auto;
    padding: 0;
}

body, a, input, textarea, select, p, h1, h2, h3, h4, h5, h6, li{
    font-family:'Jost';
    line-height: 1.3;
    margin: 0; 
}

*, *::before, *::after {
    box-sizing: inherit;
}

h1 {
    font-size: 2.5rem;
    margin-bottom: 0.5rem;
}

.pmp-bg-primary {
    background-color: #0C61EA;
}

.pmp-bg-secondary {
    background-color: #000;
}

.btn {
    font-family: "Jost", Sans-serif;
    font-size: 15px;
    font-weight: 500;
    line-height: 1em;
    border: none;
    text-decoration: none;
    border-radius: 7px 7px 7px 7px;
    padding: 10px 12px 10px 12px;
}

.pmp-btn-primary {
    background: linear-gradient(45deg, #0c61ec, #b65cc6);
    background-color: #0C61EA;
    color: #fff;
}

.pmp-btn-secondary {
    background-color: #000;
    color: #fff;
}

input, textarea, select {
    font-size: 14px;
    border: 1px solid #dfdfdf;
    line-height: 1em;
    border-radius: 7px 7px 7px 7px;
    padding: 6px 12px;
}

input:focus-visible, textarea:focus-visible {
    outline: unset;
    border: 1px solid #a9caff;
    color: #000000;
}
.meta {
    color: #666;
    font-size: 0.9rem;
    margin-bottom: 2rem;
}

.entry-content img {
    max-width: 100%;
    height: auto;
}