/* ===================================================================================

* Theme Name: Progery Child
* Theme URI: https://themeforest.net/user/bdevs/portfolio
* Author: bdevs
* Author URI: https://bdevs.net/wp/progery/
* Description: Progery - Plastic Surgery WordPress Theme
* Version: 1.0.0
* Template: progery
* License: GNU General Public License version 3.0
* License URI: http://www.gnu.org/licenses/gpl-3.0.html
* Tags: one-column, right-sidebar, left-sidebar, custom-menu, featured-images, post-formats, sticky-post, translation-ready

* We encourage you to create Child theme for any modifications you will want to do.

* Why use Child theme?

* Because of future updates we may provide for this theme that will overwrite your
* modifications and all your custom work.

* If you are not familiar with Child Themes, you can read about it here:
* http://codex.wordpress.org/Child_Themes
* http://wp.tutsplus.com/tutorials/theme-development/child-themes-basics-and-creating-child-themes-in-wordpress/

====================================================================================== */

p.slider-h1{
    font-family: "Playfair Display", serif;

    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight:500;
    text-transform: normal;
    font-size:40px !important;
    display:block;
    line-height:48px;
    margin-block-end:8px;
    margin-block-start:0px;
    margin-bottom:8px;
    margin-inline-end:0px;
    margin-inline-start:0px;
    margin-top:0px;
}
.feature-btn-2 {
    color: white !important;
    margin-left: 25px;
    border-radius: 10px;
    padding: 18px 40px;
    background-color: #54BCDF;
    border: 1px solid #54BCDF; /* Kenarlık 1px */
}
.feature-btn-2 i {
    color:#9E4B47 !important;
}
.feature-btn-2:hover {
    background-color: white;
    color: black !important;
    border: 1px solid #54BCDF; /* Hover'da da 1px olarak bırakıyoruz */
    /* İçeriye doğru 1px gölge ekleyerek kenarlığı 2px kalınlığında gösteriyoruz */
    box-shadow: inset 0 0 0 1px #54BCDF;
}



.blog-sidebar-title{
    font-family: "Playfair Display", serif;
    color: var(--heading-color);
    font-weight: 600;
    margin: 15px 0px;
    font-size:20px;
    text-align: center;
}


.feature-btn-2:hover i{
    color:green !important;
}
.pro-single-meta-bottom{
    display:none;
}

footer .footer__widget-title{
    font-size: 24px;
    line-height: 1;
    margin-bottom: 30px;
    font-family: "Playfair Display", serif;
    color: var(--heading-color);
    margin-top: 0px;
    font-style: normal;
    font-weight: 400;
}

.header-nav__3 ul li {
    margin-right: 30px;
}