/*
Theme Name: Allura
Theme URI: https://shtheme.com/demosd/allura
Author: Shtheme
Author URI: https://themeforest.net/user/shtheme
Description: Allura is a responsive portfolio WordPress Theme with a modern and creative look. Allura is ideal for a portfolio, small agency, startup or a small business website.
Version: 2.0
Tested up to: 5.0
Requires PHP: 7.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: two-columns, three-columns, left-sidebar, right-sidebar, custom-background, custom-header, custom-menu, editor-style, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, translation-ready
Text Domain: allura

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.
*/

/* ========TABLE OF CONTENTS==========
00. Body, links, hgroup, paragraphs, general styles
01. Fixed header & Navigation
02. Section Intro (Home)
03. Section About
04. Section Resume
05. Section Portfolio
06. Section Blog
07. Section Contact
08. Footer
09. Loader
10. Responsive design

/*--------------------------------------------------
	00. Body, links, hgroup, paragraphs, general styles
---------------------------------------------------*/



body {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
    touch-action: pan-y;
}

html {
    overflow-x: hidden;
    -webkit-overflow-scrolling: touch;
}

* {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

.form-comment .row .col-sm-6 .form-group {
    margin-top: 15px;
}

.form-comment .row p.comment-form-cookies-consent {
    display: none;
}

.form-comment .row p span.required-field-message {
    display: none;
}

.form-comment .row .comment_button_container {
    margin-top: 15px;
}

.blog_tags ul li a {
    margin-right: 5px;
}

.blog_image_description {
    display: none;
}

.col-md-8 .blog_single_content .blog_image_half::after {
    background: transparent;
}

.col-md-8 .blog_single_content .blog_image_full::after {
    background: transparent;
}

.col-md-8 .blog_single_content .gallery-columns-3 {
    display: none;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section ul {
    display: block;
    position: relative;
    list-style: none;
    margin-top: 18px;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_categories ul li a {
    margin-right: 8px;
    color: #252839;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 200ms ease;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_archive ul li a {
    color: #252839;
    font-size: 14px;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 200ms ease;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_tag_cloud .tagcloud {
    padding-top: 25px;
    display: inline-block;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_tag_cloud a {
    color: #252839;
    font-size: 14px !important;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #d2950e;
    border-radius: 10px;
    transition: all 200ms ease;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_text .textwidget .sidebar_social {
    padding-top: 10px;
}

.blog_background.parallax-window::after {
    background-image: url(http://localhost/allura/wp-content/uploads/2023/08/blog_overlay.png);
}


.blog_sidebar .blog_sidebar_inner .sidebar_section ul {
    display: block;
    position: relative;
    list-style: none;
    margin-top: 18px;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_categories ul li a {
    margin-right: 8px;
    color: #252839;
    text-transform: uppercase;
    font-size: 12px;
    font-weight: 900;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 200ms ease;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_archive ul li a {
    color: #252839;
    font-size: 14px;
    font-weight: 500;
    padding-top: 3px;
    padding-bottom: 3px;
    transition: all 200ms ease;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_tag_cloud .tagcloud {
    padding-top: 25px;
    display: inline-block;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_tag_cloud a {
    color: #252839;
    font-size: 14px !important;
    font-weight: 500;
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 3px;
    padding-bottom: 3px;
    background: #d2950e;
    border-radius: 10px;
    transition: all 200ms ease;
    float: left;
    margin-bottom: 5px;
    margin-right: 5px;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_text .textwidget .sidebar_social {
    padding-top: 10px;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_recent_comments ul li {
    margin-bottom: 20px;
    color: #252839;
    font-weight: 500;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_recent_comments ul li span.comment-author-link {
    color: #677077;
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_recent_comments ul li span.comment-author-link::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: var(--color-theme);
    opacity: 0.2;
    content: '';
}

.blog_sidebar .blog_sidebar_inner .sidebar_section.widget_recent_comments ul li a {
    transition: all 200ms ease;
    color: #252839;
}



.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_recent_comments ul li {
    margin-bottom: 20px;
    color: #252839;
    font-weight: 500;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_recent_comments ul li span.comment-author-link {
    color: #677077;
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_recent_comments ul li span.comment-author-link::after {
    display: block;
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 1px;
    background: var(--color-theme);
    opacity: 0.2;
    content: '';
}

.blog_single_sidebar .blog_single_sidebar_inner .sidebar_section.widget_recent_comments ul li a {
    transition: all 200ms ease;
    color: #252839;
}

.form-comment .row p a {
    color: #252839;
}

.blog_single_content .blog_comments_container ul.children {
    margin-left: 90px;
}

.skill_bar.skill_bar_1:first-child {
    width: 95%;
}

.skill_bar.skill_bar_1:nth-child(2) {
    width: 90%;
}

.skill_bar.skill_bar_1:nth-child(3) {
    width: 87%;
}

.skill_bar.skill_bar_1:last-child {
    width: 97%;
}




.controls .row .form-group span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: #252839;
    text-align: left !important;
    margin-top: 10px;
}



.controls .row .form_button_container .btn-success.btn-send {
    color: #fff;
    background: var(--color-theme);
    border: solid 2px var(--color-theme);
}

.controls .row .form_button_container input.btn-success.btn-send {
    border: solid 2px rgba(37, 40, 57, 1) !important;
}

#contact .row .wpcf7 form .wpcf7-response-output {
    border: solid 2px rgba(37, 40, 57, 1);
    border-radius: 35px;
}


#services.dark::after {
    display: none;
}


.header_inner .main_nav .menu-item a {
    color: #F7F7F7;
}

.header_inner .main_nav .menu-item a.nav_links {
    color: #F7F7F7;
}

.blog .header .container.header_inner .logo_container a {
    color: #252839 !important;
}

.row .sub_form .footer_nav .menu-item a.nav_links {
    color: #F7F7F7;
}

.row .sub_form .footer_nav .menu-item a {
    color: #F7F7F7;
}

.controls .sub_input_container span.wpcf7-form-control-wrap input.form-control {
    background: #fff !important;
}

.controls .sub_input_container span.wpcf7-form-control-wrap span.wpcf7-not-valid-tip {
    color: #b5b5b7;
    margin-top: 10px;
}

.row .contact_info .copyright {
    color: #fff;
}

.textwidget .wpcf7 .wpcf7-form .wpcf7-response-output {
    position: absolute;
    border-color: #b5b5b7;
    top: 150px;
    margin: 2em 0em 1em;
}

.notfound .v-middle .container {
    float: right;
    bottom: 50px;
}

.notfound .v-middle .container .row .col-md-6 h1 {
    font-size: 150px;
    color: black;
}

.notfound .v-middle .container .row .col-md-6 h2 {
    font-size: 50px;
    color: black;
}

.notfound .v-middle .container .row .col-md-6 a button.button-1 {
    font-size: 24px;
    color: black;
    border: solid 2px rgba(37, 40, 57, 1) !important;
    border-radius: 40px;
    padding: 10px 60px 10px 60px;
    margin-top: 15px;
    background: #fcb900;
}

.blog_half .blog_inner .blog_content .blog_author {
    text-transform: capitalize;
}

.main_nav ul li.menu-item a {
    color: #F7F7F7;
}

.blog .header_inner .main_nav a {
    color: #252839;
}

.error404 .header_inner .main_nav a {
    color: #252839;
}

#stats .stats_background {
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.wp-block-group h2.wp-block-heading {
    position: relative;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 30px;
    font-weight: 500;
    letter-spacing: 4px;
    text-transform: uppercase;
    color: #252839;
}

.widget_block.widget_search label.wp-block-search__label {
    display: none;
}

.widget_block .wp-block-search .wp-block-search__inside-wrapper {
    position: relative;
}

.widget_block .wp-block-search .wp-block-search__input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f4f5f7;
    margin-bottom: 0;
    border-radius: 0px;
}

.widget_block .wp-block-group .wp-block-group__inner-container ul li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 28px;
}

.widget_block .wp-block-search .wp-block-search__inside-wrapper .wp-block-search__button {
    position: absolute;
    right: 0px;
    top: 0px;
    background-color: transparent;
    color: #040b11;
    border: 0;
    cursor: pointer;
    font-size: 13px;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li {
    margin-bottom: 20px;
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment {
    color: #040b11;
    font-size: 16px;
    line-height: 1.5em;
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    padding-bottom: 10px;
    line-height: 40px;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment:last-child {
    margin-bottom: 0px;
    padding-bottom: 0px;
    border-bottom: 0px dashed #cccccc;
}

.sidebar_widget.widget.widget_block.widget_search .wp-block-search__button-outside .wp-block-search__inside-wrapper {
    margin: 0px 0px;
}

.sidebar__widget .wp-block-group__inner-container .wp-block-latest-comments {
    padding-left: 0rem;
}

.wp-block-group ol.wp-block-latest-comments {
    box-sizing: border-box;
    margin-left: 0;
    padding-left: 0px;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-posts__list.wp-block-latest-posts li a {
    color: inherit;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment a {
    color: inherit;
}

.widget_block .wp-block-group .wp-block-group__inner-container .wp-block-latest-comments .wp-block-latest-comments__comment footer {
    background: transparent;
}


.wp-caption-text,
.gallery-caption,
.bypostauthor,
.sticky {
    color: #000000;
    font-weight: 600 !important;
    font-size: 15px !important;
}

.alignright,
.wp-block-image .alignright {
    float: right;
    margin-left: 25px;
    margin-top: 8px;
}

.alignleft,
.wp-block-image .alignleft {
    float: left;
    margin-right: 20px;
    margin-top: 8px;
}

.wp-caption.aligncenter {
    width: 100% !important;
    text-align: center;
}

.screen-reader-text {
    display: none;
}

img {
    height: auto;
    max-width: 100%;
}

label.wp-block-search__label {
    display: none;
}

.single-widget .wp-block-group__inner-container h2 {
    color: var(--main-text-color, #051923);
    font-size: 20px;
    font-style: normal;
    line-height: 28px;
    position: relative;
    padding-left: 15px;
    padding-bottom: 10px;
    text-transform: capitalize;
}

.single-widget .wp-block-group__inner-container h2:after {
    height: 80%;
    width: 2px;
    background: var(--business-consulting, #029AFF);
}

.wp-block-latest-posts__list li,
.wp-block-latest-comments li,
.widget_recent_comments ul li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 0 !important;
    font-size: 15px;
}

.wp-block-latest-posts__list li:first-child,
.wp-block-latest-comments li:first-child {
    padding-top: 5px;
}

.wp-block-latest-comment-box-all__comment {
    line-height: 1.5;
}

.wp-block-latest-posts__list li:last-child,
.wp-block-latest-comments li:last-child,
.widget_meta ul li:last-child,
.widget_recent_comments ul li:last-child {
    border-bottom: none;
    padding-bottom: 0;
}

.widget_recent_comments ul li:first-child,
.widget_rss li:first-child {
    padding-top: 0;
}

.wp-block-latest-posts__list li a,
.wp-block-latest-comments__comment-meta a {
    font-weight: 500;
}

.widget_search .wp-block-search__button {
    width: auto;
    position: relative;
    margin-left: -1px;
    height: auto;
}

.wp-block-search__button {
    border: 1px solid #029AFF !important;
    background: #029AFF !important;
    color: #fff !important;
    font-size: 15px;
    padding: 10px;
}

ul,
ol {
    list-style: none;
    padding-left: 0;
}



.widget li {
    margin-bottom: 10px;
    display: block;
}

.widget li a {
    font-weight: 500;
    line-height: 28px;
    color: #292c3f;
}

select {
    width: 100%;
    padding: 10px;
    border: solid 1px #000;
    color: #000000;
    margin-bottom: 20px;
    appearance: auto;
    font-size: 14px;
}

.widget select {
    margin-bottom: 0;
}

.widget_calendar tfoot {
    display: none;
}

.widget_calendar caption {
    caption-side: top;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #029AFF;
    color: #fff !important;
    font-size: 15px !important;
    text-align: center !important;
}

.widget_calendar td#today {
    background: #029AFF !important;
    color: #fff !important;
    font-weight: 700;
}

.wp-calendar-nav {
    display: none;
}

table {
    border: 1px solid #029AFF !important;
    padding: 5px !important;
    width: 100%;
    margin-bottom: 20px;
}

table * {
    border: 1px solid #000000 !important;
    padding: 10px !important;
    color: #000000 !important;
}

table a {
    border: none !important;
    padding: 0px !important;
    font-weight: 700;
}

.widget table {
    text-align: center;
    margin-bottom: 0;
}

.wp-block-calendar table th {
    font-weight: 700;
    text-align: center;
}

.rssSummary {
    font-size: 14px;
}

.sidebar-single-widget.widget_rss a {
    font-size: 15px;
}

ul.children,
ul.sub-menu {
    padding-left: 20px !important;
    padding-top: 8px !important;
}

.widget .rss-date,
.widget_rss cite {
    font-style: italic;
    font-size: 13px !important;
    display: block;
    font-weight: 600;
    margin: 5px 0;
}

.widget_rss li {
    border-bottom: 1px dotted #9999;
    padding: 15px 0;
    margin-bottom: 5px;
}

.widget_rss li:last-child {
    border-bottom: none;
    padding-bottom: 0 !important;
}

.widget_search input {
    padding: 10px;
    border: 1px solid #949494;
    width: 100%;
    font-size: 14px;
}

.widget_search form {
    position: relative;
}

.widget_search button {
    position: absolute;
    background: #029AFF;
    color: #fff;
    border: 1px solid #029AFF;
    height: 48px;
    width: 48px;
    right: 0;
    top: 0;
    font-size: 14px;
}

.widget_text p img {
    margin: 15px 0;
}

.wp-block-image figcaption {
    font-weight: 600;
    color: #000000 !important;
    font-size: 15px;
    text-align: center;
}

.blog-details-page-all img {
    width: auto !important;
    max-width: 100% !important;
    height: auto !important;
    margin-bottom: 10px;
}

a.wp-block-button__link {
    color: white !important;
    font-size: 17px;
    border-radius: 5px;
    background-color: #000000;
}

.wp-block-button.is-style-outline a.wp-block-button__link {
    color: #000000 !important;
}

.wp-block-button {
    margin-bottom: 22px !important;
}

.wp-block-archives__label {
    margin-bottom: 10px;
}

p.wp-block-cover-text {
    font-size: 17px !important;
}

p.wp-block-cover-text,
p.wp-block-cover-text a {
    color: white !important;
}

.wp-block-cover {
    margin-bottom: 20px !important;
}

li.blocks-gallery-item img {
    flex: unset !important;
    margin: 0;
    margin-bottom: 0 !important;
}

.blocks-gallery-caption {
    text-align: center;
    font-size: 15px !important;
    font-weight: 600;
}

.wp-block-latest-posts.wp-block-latest-posts__list {
    margin-bottom: 15px;
}

.wp-block-search__button-outside {
    margin-bottom: 15px;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100% !important;
}

@media (min-width: 600px) {

    .wp-block-gallery.columns-3.alignfull .blocks-gallery-image,
    .wp-block-gallery.columns-3.alignfull .blocks-gallery-item {
        width: calc((100% - 46px)/3) !important;
        margin-right: 15px !important;
    }

    .wp-block-gallery.columns-4 li.blocks-gallery-item {
        width: calc(24% - 0.75em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-5 .blocks-gallery-image,
    .blocks-gallery-grid.columns-5 .blocks-gallery-item,
    .wp-block-gallery.columns-5 .blocks-gallery-image,
    .wp-block-gallery.columns-5 .blocks-gallery-item {
        width: calc(19% - 0.8em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-6 .blocks-gallery-image,
    .blocks-gallery-grid.columns-6 .blocks-gallery-item,
    .wp-block-gallery.columns-6 .blocks-gallery-image,
    .wp-block-gallery.columns-6 .blocks-gallery-item {
        width: calc(16% - 0.83333em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-7 .blocks-gallery-image,
    .blocks-gallery-grid.columns-7 .blocks-gallery-item,
    .wp-block-gallery.columns-7 .blocks-gallery-image,
    .wp-block-gallery.columns-7 .blocks-gallery-item {
        width: calc(13.28571% - 0.85714em) !important;
        margin-right: 1em !important;
    }

    .blocks-gallery-grid.columns-8 .blocks-gallery-image,
    .blocks-gallery-grid.columns-8 .blocks-gallery-item,
    .wp-block-gallery.columns-8 .blocks-gallery-image,
    .wp-block-gallery.columns-8 .blocks-gallery-item {
        width: calc(12% - 0.875em) !important;
        margin-right: 1em !important;
    }
}

.wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
    width: 100% !important;
    height: 100% !important;
    flex: 1;
    object-fit: cover;
}

@media (min-width: 600px) {

    .wp-block-gallery.columns-3.alignfull .blocks-gallery-image img,
    .wp-block-gallery.columns-3.alignfull .blocks-gallery-item img {
        height: 100% !important;
    }

    .wp-block-gallery.columns-7.is-cropped li img {
        height: 100% !important;
    }

    .wp-block-gallery.columns-8.is-cropped li img {
        height: 100% !important;
    }
}

.wp-block-gallery.alignfull.columns-3 {
    display: flex !important;
    flex-wrap: wrap;
    list-style-type: none;
    padding: 0;
}

@media only screen and (min-width: 768px) {
    .wp-block-gallery.alignleft.columns-2 {
        max-width: 60%;
        margin-right: 20px;
    }
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item {
    width: calc((100% - 32px)/2) !important;
    margin-right: 15px !important;
}

.wp-block-gallery.alignleft.columns-2 .blocks-gallery-item img {
    height: 100% !important;
    flex: 1;
    object-fit: cover !important;
    width: 100% !important;
}

.wp-block-gallery.columns-4 {
    clear: both;
    margin-top: 20px;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
    display: block !important;
    letter-spacing: 0px;
    font-size: 15px !important;
}

.wp-block-gallery.columns-4.is-cropped.alignwide.featured li img {
    height: 100% !important;
    margin-bottom: 0;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
    height: 100% !important;
}

.blog-details-page-all .wp-block-gallery.columns-5 li img {
    height: auto !important;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.blocks-gallery-grid+figcaption {
    margin-bottom: 15px;
}

.tags {
    display: none;
}

code,
kbd,
pre,
samp {
    font-family: monospace !important;
}

pre code {
    padding: 0;
    font-size: inherit;
    color: #e83e8c !important;
    white-space: pre-wrap;
    background-color: transparent;
    border-radius: 0;
}

pre cite {
    margin-left: 15px;
}

pre {
    display: block;
    padding: 9.5px;
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.42857143;
    color: #333;
    word-break: break-all;
    word-wrap: break-word;
    background-color: #f5f5f5;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-top: 15px;
    margin-bottom: 15px;
}

blockquote {
    background: #f7f7f7 !important;
    border-left: 5px solid #029AFF !important;
    margin-bottom: 20px !important;
    padding: 15px !important;
    font-size: 15px !important;
    margin-top: 0 !important;
    text-align: left;
}

.wp-block-pullquote.is-style-solid-color blockquote {
    margin-top: 15px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

figure blockquote {
    margin-top: 20px;
}

blockquote:before {
    content: none;
}

blockquote br {
    display: none;
}

blockquote p {
    margin-bottom: 0 !important;
}

.wp-block-pullquote {
    padding: 1em 0;
    margin-bottom: 0;
}

blockquote cite,
.wp-block-pullquote cite {
    font-weight: 600 !important;
    font-size: 15px !important;
    color: #303030 !important;
    margin-top: 0 !important;
    font-style: italic !important;
}

.blog-details-page-all ol li,
.comment-box-all ol li {
    list-style: decimal;
    margin-bottom: 0;
}


.blog-details-page-all ul>li,
.comment-box-all>ul>li {
    list-style-type: disc;
    margin-bottom: 0;
    line-height: 1.75em;
}

.blog-details-page-all ul ul li,
.comment-box-all ul ul li {
    list-style-type: circle;
}

.blog-details-page-all ul ul ul li,
.comment-box-all ul ul ul li {
    list-style-type: square;
}

.blog-details-page-all ul,
.blog-details-page-all ol,
.comment-box-all ul,
.comment-box-all ol {
    padding-left: 25px;
}

p.has-large-font-size,
p.has-large-font-size+p {
    line-height: 1.3 !important;
}

.wp-block-video figcaption,
.wp-block-embed figcaption {
    color: #000000;
    font-size: 15px;
    font-weight: 600;
    text-align: center;
}

.wp-block-calendar caption {
    caption-side: top;
    border-bottom: none !important;
    text-transform: uppercase;
    font-weight: 700;
    background-color: #000000;
    color: #fff !important;
    font-size: 14px !important;
    text-align: center !important;
}

.wp-block-latest-comment-box-all__comment-excerpt p {
    margin-bottom: 0;
}

.wp-block-group.has-background .wp-block-group__inner-container {
    padding: 20px;
    margin-bottom: 20px;
}

.wp-block-media-text img {
    margin-bottom: 0 !important;
}

.wp-block-media-text.has-media-on-the-right {
    margin-bottom: 15px;
}

.blog-details-page-all li.blocks-gallery-item img {
    margin-bottom: 0px;
}

.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.wp-caption-text {
    text-align: center !important;
}

.wp-caption {
    margin-bottom: 1.5em;
    max-width: 100%;
    clear: both;
}

img.size-thumbnail {
    max-width: 160px !important;
}

span.sticky {
    padding: 5px 10px !important;
    font-size: 14px !important;
    border-color: #029AFF;
    background: #029AFF;
    color: #fff !important;
    letter-spacing: 2px !important;
    font-weight: 700;
    float: right;
    line-height: 1.5 !important;
}

span.sticky.post {
    position: relative;
    margin-top: -28px;
}

.post-password-form>p>input {
    background: #029AFF !important;
    color: #fff !important;
    border: 1px solid #029AFF !important;
    padding: 10px 20px;
    border-radius: 0 !important;
    margin-left: -5px;
    font-size: 16px;
}

.post-password-form>p>label input {
    padding: 10px 20px;
    border: 1px solid #dbdbdb;
}

.post-password-form>p>input {
    background: #029AFF !important;
    color: #fff !important;
    border: 1px solid #029AFF !important;
    padding: 10px 20px;
    border-radius: 0 !important;
    margin-left: -5px;
    font-size: 16px;
}

select {
    -webkit-appearance: none;
    appearance: none;
    background: url(../starnet/images/arrow.png) no-repeat right;
    background-position-x: 96%;
    background-color: #fff;
    image-rendering: auto;
    background-size: 20px;
    image-rendering: crisp-edges;
    image-rendering: -webkit-optimize-contrast;
    padding-left: 12px;
    width: 100%;
    padding: 0px 15px;
    font-size: 16px;
    line-height: 28px;
    border-radius: 5px;
    height: 45px;
    border: 1px solid var(--main-color-two);
    color: var(--main-color-two) !important;
    margin-top: 20px;
    border: 1px solid;
}

.widget ul li>a.rsswidget {
    font-weight: 600;
}

:root .has-very-light-gray-color {
    color: #fff;
}

dl dd {
    margin-left: 20px;
}

.wp-block-file *+.wp-block-file__button {
    margin-left: 0.75em;
    padding: 5px 10px;
}

.wp-block-image .aligncenter>img.wp-image-906 {
    margin-bottom: 20px;
}

.featured-post {
    display: block;
    background: var(--theme-color1);
    color: white;
    padding: 3px 20px 3px 20px;
    font-size: 14px;
    font-weight: 600;
    float: right;
    margin-right: 2px;
    border-radius: 2px;
    letter-spacing: 1px;
    margin-right: 0px;
}

.rsswidget.rss-widget-feed img.rss-widget-icon {
    width: auto;
}

/* Mobil kayma düzeltmeleri */
.container,
.container-fluid {
    max-width: 100%;
    overflow-x: hidden;
}

.row {
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
}

.col-xs-1,
.col-sm-1,
.col-md-1,
.col-lg-1,
.col-xs-2,
.col-sm-2,
.col-md-2,
.col-lg-2,
.col-xs-3,
.col-sm-3,
.col-md-3,
.col-lg-3,
.col-xs-4,
.col-sm-4,
.col-md-4,
.col-lg-4,
.col-xs-5,
.col-sm-5,
.col-md-5,
.col-lg-5,
.col-xs-6,
.col-sm-6,
.col-md-6,
.col-lg-6,
.col-xs-7,
.col-sm-7,
.col-md-7,
.col-lg-7,
.col-xs-8,
.col-sm-8,
.col-md-8,
.col-lg-8,
.col-xs-9,
.col-sm-9,
.col-md-9,
.col-lg-9,
.col-xs-10,
.col-sm-10,
.col-md-10,
.col-lg-10,
.col-xs-11,
.col-sm-11,
.col-md-11,
.col-lg-11,
.col-xs-12,
.col-sm-12,
.col-md-12,
.col-lg-12 {
    padding-left: 10px;
    padding-right: 10px;
}

@media (max-width: 768px) {
    .container {
        padding-left: 15px;
        padding-right: 15px;
    }

    body,
    html {
        overflow-x: hidden;
        max-width: 100vw;
    }

    * {
        max-width: 100%;
        box-sizing: border-box;
    }
}

/* Genel Hover ve Touch Optimizasyonları */
@media (hover: hover) and (pointer: fine) {

    /* Desktop hover efektleri için */
    a,
    button,
    .btn,
    .pill_button,
    .pill_button_small {
        transition: all 300ms ease;
    }

    a:hover,
    button:hover,
    .btn:hover {
        transform: translateY(-1px);
    }
}

@media (hover: none) and (pointer: coarse) {

    /* Mobil cihazlarda hover efektlerini optimize et */
    a:hover,
    button:hover,
    .btn:hover,
    .pill_button:hover,
    .pill_button_small:hover {
        transform: none !important;
    }

    /* Touch feedback */
    a:active,
    button:active,
    .btn:active {
        transform: scale(0.98);
        transition: all 100ms ease;
    }
}

/* Mobil Scroll Optimizasyonları */
@media screen and (max-width: 768px) {

    /* Momentum scrolling */
    html,
    body {
        -webkit-overflow-scrolling: touch;
        overscroll-behavior: contain;
    }

    /* Horizontal scroll önleme */
    .container,
    .container-fluid,
    .row,
    [class*="col-"] {
        max-width: 100% !important;
        overflow-x: hidden !important;
    }

    /* Touch optimizasyonu */
    .owl-carousel,
    .gallery_container,
    .testimonial_slider {
        -webkit-overflow-scrolling: touch;
        touch-action: pan-x;
    }
}