/*
Theme Name: Magezix
Theme URI: https://themexriver.com/wp/magezix
Author: themexriver
Author URI: https://themeforest.net/user/themexriver
Description: Magezix - is an Responsive News, Blog & Magazine WordPress Theme.
Version: 1.0.6
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: magezix
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

*/

/* Button styling for login and logout */
.btn.btn-primary, .btn.btn-secondary {
    background-color: #ffae00;  /* Set the background color */
    border-color: #ffae00;      /* Set the border color to match */
    color: #fff;                /* White text */
    padding: 10px 20px;         /* Add padding */
    border-radius: 4px;         /* Optional: give the buttons a slight rounded edge */
}

/* Add hover effect for better interaction */
.btn.btn-primary:hover, .btn.btn-secondary:hover {
    background-color: #e69a00;  /* Slightly darker color on hover */
    border-color: #e69a00;
}

/* Ensure the dropdown items also match the styling */
.dropdown-menu .dropdown-item {
    padding: 10px 15px;  /* Adjust padding for the dropdown items */
}

.post-meta--4.style-2 li, .post-meta--4.style-2 span {
    font-size: 10px!important;
}
.rt-tpg-container .entry-title-wrapper .entry-title{
    font-size: 18px;
}
.tpg-el-main-wrapper .rt-content-loader [class*=rt-col] {
    margin-top: 0;
    padding-bottom: 15px;
}
.magezix-single-post figure.post-thumb{
    text-align: center;
}
.magezix-single-post figure.post-thumb img.wp-post-image{
    display: inline-block;
}
.fa-brands.fa-x-twitter{
    font-family:sans-serif!important;
}
.fa-brands.fa-x-twitter::before{
    content:"𝕏"!important;
    font-size:1.2em!important;
}