/*
Theme Name: Gluson Child Theme
Theme URI: http://demo.roadthemes.com/gluson/
Author: Road-Themes
Author URI: http://roadthemes.com/
Description:  Gluson Child Theme
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-images, flexible-header, post-formats, sticky-post, threaded-comments
Text Domain: gluson
Template: gluson

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


/* Sosyal Medya ikonlarındaki çerçeve ve arka planı kaldır */
.roadthemes-social-icon.style2 ul li a,
.roadthemes-social-icon.style2 ul li a:hover {
    border: none !important;       /* Kenarlığı kaldırır */
    background: none !important;   /* Arka plan rengini kaldırır */
    box-shadow: none !important;   /* Varsa gölgelendirmeyi kaldırır */
    width: auto !important;        /* Genişlik sınırlamasını esnetir */
    height: auto !important;       /* Yükseklik sınırlamasını esnetir */
    line-height: normal !important;
    padding: 5px;                  /* Biraz boşluk bırakır */
}

/* İkonların rengini ayarlamak isterseniz (Opsiyonel) */
.roadthemes-social-icon.style2 ul li a i {
    font-size: 18px; /* İkon boyutunu buradan ayarlayabilirsiniz */
}


/* Eski Twitter ikonunu gizle ve yerine X koy */
.fa-twitter:before {
    content: "" !important; /* Mevcut kuş ikonunu siler */
    display: inline-block;
    width: 16px;  /* Genişlik ayarı */
    height: 16px; /* Yükseklik ayarı */
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 512 512'%3E%3Cpath fill='%23ffffff' d='M389.2 48h70.6L305.6 224.2 487 464H345L233.7 318.6 106.5 464H35.8L200.7 275.5 26.8 48H172.4L272.9 180.9 389.2 48zM364.4 421.8h39.1L151.1 88h-42L364.4 421.8z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    vertical-align: middle;
}

.fa-twitter:before {
    width: 22px !important; 
    height: 22px !important;
    background-size: contain !important;
}

/* Facebook Hover Rengi (Mavi) */
.roadthemes-social-icon.style2 ul li a:hover .fa-facebook {
    color: #1877F2 !important; 
}

/* Instagram Hover Rengi (Pembe/Mor) */
.roadthemes-social-icon.style2 ul li a:hover .fa-instagram {
    color: #E1306C !important;
}

/* LinkedIn Hover Rengi (Mavi) */
.roadthemes-social-icon.style2 ul li a:hover .fa-linkedin {
    color: #0077b5 !important;
}

/* X Logosu Hover (Hafif grileşsin) */
.roadthemes-social-icon.style2 ul li a:hover .fa-twitter:before {
    opacity: 0.7; /* Resim olduğu için rengi değişmez, parlaklığını kıstık */
}
/* İkon grubunu aşağı ötelemek ve hizalamak */
.roadthemes-social-icon.style2 {
    margin-top: 30px !important; /* Logodan uzaklığı buradan artırıp azaltabilirsiniz */
    display: block;
}

/* İkonların (Facebook, Instagram, Linkedin) boyutunu büyüt */
.roadthemes-social-icon.style2 ul li a i {
    font-size: 24px !important; /* İkon büyüklüğünü buradan ayarlayın */
    transition: all 0.3s ease;  /* Renk geçişi yumuşak olsun */
}