@charset "UTF-8";
/*
Theme Name: The Reporter
Theme URI: https://the-reporter.cmsmasters.net/
Author: cmsmasters
Author URI: https://cmsmasters.net/
Description: The Reporter theme is an editorial Elementor based WordPress theme of a classy design and tremendous functionality, basically anything a magazine or gazette needs. Numerous ways to post news and articles, well-structured blog page, handsome typography for your publishing, advanced widgets collection to present all sorts of content.
Version: 1.0.16
Tested up to: 6.6
Requires PHP: 7.4
License:
License URI:
Text Domain: the-reporter
Domain Path: /theme-config/languages
Copyright: cmsmasters 2024 / All Rights Reserved
Tags: one-column, two-columns, three-columns, four-columns, left-sidebar, right-sidebar, custom-background, custom-colors, custom-header, custom-menu, editor-style, featured-image-header, featured-images, flexible-header, full-width-template, microformats, post-formats, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready
*/


.sticky,
.bypostauthor,
.screen-reader-text {
  outline: none;
}

.language-switcher {
    position: relative;
    display: inline-block;
}

.lang-btn {
    background: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.lang-btn:hover {
    background: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}
.lang-btn:active {
    background: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.lang-dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 120px;
}

.lang-dropdown li {
    padding: 8px 12px;
}

.lang-dropdown li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.lang-dropdown li:hover {
    background: #f0f0f0;
}

.show-dropdown {
    display: block;
}


.language-switcher2 {
    position: relative;
    display: inline-block;
}

.lang-btn2 {
    background: none;
    border: 1px solid #ccc;
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
}

.lang-dropdown2 {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    border: 1px solid #ccc;
    list-style: none;
    padding: 5px 0;
    margin: 0;
    width: 120px;
}

.lang-dropdown2 li {
    padding: 8px 12px;
}

.lang-dropdown2 li a {
    text-decoration: none;
    color: #333;
    display: block;
}

.lang-dropdown2 li:hover {
    background: #f0f0f0;
}

.show-dropdown2 {
    display: block;
}

.lang-btn2:hover{
	color:#000000!important
}
/*
.elementor-widget-cmsmasters-button__text {
	font-family: "alexandria", sans-serif!important; */

.elementor-widget-cmsmasters-button__text:hover {
    color: #000000!important;
}