/*
Theme Name: Portfólió
Theme URI: 
Author: Monori Ferenc
Author URI: https://monoriferenc.webtelek.hu/
Description: Ez a sablon Monori Ferenc webdesigner portfólió weboldalához készült.
Version: 1.0
Text Domain: monoriferenc
*/

@import url('https://fonts.googleapis.com/css2?family=Alfa+Slab+One&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Anton&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Suez+One&display=swap');


h1,
h2,
h3,
h4,
h5,
h6{
    font-family: "Alfa Slab One", serif;
    color: #DD9917;
    text-shadow: 3px 3px 3px black;
}

p {
    color: #DD9917;
    text-shadow: 3px 3px 3px black;
}

a {
    color: #4542fe;
    text-decoration: none;
    text-shadow: 3px 3px 3px black;
}

ul {
    padding: 0;
    margin-top: 20px;
}

ul li {
    list-style-type: none;
}

header a span {
    text-shadow: none !important;
}


.c-item{
    max-height: 75vh;
}

.carousel-caption {
    background-color: rgb(0, 0, 0, 0.5);
    text-shadow: 3px 5px 5px black;
    font-family: "Anton", sans-serif;
}

.carousel-indicators {
    top: 20px;
    margin-top: 10px;
    height: 15%;
}

.carousel-control-next-icon, .carousel-control-prev-icon{
    background-color: #000;
    padding: 20px;
    border-radius: 5px;
}

.navbar a {
    color: #333;
    font-weight: bold;
    text-shadow: none !important;
}

.navbar ul {
    padding: 0;
}

.navbar .page_item {
    margin: 0 15px;
    display: inline;
    list-style: none;
}

.navbar .page_item a {
    padding: 10px 15px;
}

.site-content {
    background-color: #023047;
    padding: 1.5rem 0;
}

.sidebar-area {
    background-color: #264653;
    padding: 20px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px black;
}

.sidebar ul {
    list-style: none;
}

.site-content {
    margin: 1rem 0;
}

.content-area {
    background-color: #264653;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px black;
}

article {
    background-color: #264653;
    padding: 30px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px black;
}

article *,
article .text-dark {
    color: #DD9917;
}

article span {
    text-shadow: 3px 3px 3px black;
}

article .btn-primary{
    background-color: #0073aa;
    color: #fff;
    border: 2px solid #005177;
    text-shadow: none !important;
}

article .btn-primary:hover{
    background-color: #005177;
    color: #fff;
}

main .comment-form p{
    text-shadow: none;
}

.pagination {
    background-color: #264653;
    color: #DD9917;
    margin: 4rem auto;
    padding: 1.5rem;
    font-size: 28px;
    border-radius: 10px;
    box-shadow: 10px 10px 40px black;
}

.pagination .nav-links {
    margin: auto;
}

.pagination a {
    color: #DD9917;
}

.pagination .current {
    padding: 0 10px;
    border: #DD9917 3px solid;
    text-shadow: 3px 3px 3px black;
    box-shadow: 3px 3px 3px black;
}

form label{
    color: #333;
}

input {
    border-radius: 5px;
}

textarea {
    width: 100%;
    padding: 5px;
    border-radius: 10px;
    resize: none;
}

.comment-reply-link {
    background-color: #1000ed;
    color: #fff;
    padding: 10px 25px;
    border-radius: 10px;
}

.comment-reply-link:hover {
    background-color: #493ee8;
}


.comment-form {
    background: #f8f9fa;
    padding: 20px;
    border-radius: 5px;
    border: 1px solid #e9ecef;
    margin: 0 auto;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.comment-form .comment-notes {
    font-style: italic;
    color: #6c757d;
    margin-bottom: 15px;
}

.comment-form .required-field-message {
    color: #dc3545;
    display: block;
    margin-top: 5px;
}

.comment-form label {
    font-weight: bold;
    margin-bottom: 5px;
    display: block;
}

.comment-form .form-control {
    width: 100%;
    padding: 10px;
    border: 1px solid #ced4da;
    border-radius: 4px;
    margin-bottom: 15px;
    box-sizing: border-box;
    transition: border-color 0.2s;
}

.comment-form .form-control:focus {
    border-color: #80bdff;
    outline: none;
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.25);
}

.comment-form .form-check {
    margin-bottom: 15px;
}

.comment-form .form-check-input {
    margin-right: 10px;
}

.comment-form .btn {
    background-color: #007bff;
    border: none;
    color: white;
    padding: 10px 20px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    border-radius: 4px;
    transition: background-color 0.2s;
}

.comment-form .btn:hover {
    background-color: #0056b3;
}

.comment-form .form-submit {
    text-align: right;
}

.comment-form .form-submit input[type="submit"] {
    cursor: pointer;
    padding: 10px 20px;
    background-color: #264653;
    color: #fff;
}

.nf-form-content label {
    color: #fff !important;
}

.wpcf7-form {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    box-sizing: border-box;
}

.wpcf7-form p {
    margin-bottom: 15px;
}

.wpcf7-form label {
    color: #fff;
    display: block;
    margin-bottom: 5px;
    font-weight: bold;
}

.wpcf7-form input[type="text"],
.wpcf7-form input[type="email"],
.wpcf7-form textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    border-radius: 4px;
}

.wpcf7-form input[type="submit"] {
    background-color: #0073aa;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 4px;
    cursor: pointer;
}

.wpcf7-form input[type="submit"]:hover {
    background-color: #005177;
}

.wpcf7-response-output{
    color: red;
    font-weight: bold;
}


@media only screen and (max-width: 1024px) {
    header * {
        margin: 0 auto;
    }

    .navbar .page_item {
        display: inline-block;
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }

    .sidebar-block {
        display: block;
    }
}

@media only screen and (min-width: 1024px) {
    header * {
        margin: 0 auto;
    }

    .navbar .page_item {
        display: inline-block;
        width: 100%;
        margin: 20px auto;
        text-align: center;
    }
}

@media only screen and (min-width: 991px) {
    .navbar .page_item {
        display: inline;
    }
}

@media only screen and (max-width: 768px) {
    .carousel-caption {
    }
}