/*
Theme Name: R&F Theme Child
Theme URI: https://github.com/loemkhorn/my-theme-child
Description: A child theme for Custom WordPress Theme. Add your custom CSS and overrides here without modifying the parent theme.
Author: Development Team
Author URI: https://example.com
Template: randf
Version: 1.0.0
Requires at least: 6.0
Tested up to: 6.4
Requires PHP: 7.4
Text Domain: randf-child
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* ============================================================
   Child theme custom styles go below this line.
   The parent theme's styles are loaded automatically.
   ============================================================ */


/* header */
header{
	padding: 15px 0;
}
.header-main {
  background: rgba(255, 255, 255, 0.2);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 15px;
  padding: 0 15px;
}
.main-menu a{
	font-size: 13px;
}
.mt-header-btn {
  color: var(--primary);
  background: #fff;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 600;
}
.pll-dropdown-arrow {
  color: #fff;
}
.pll-dropdown-toggle {
  color: #fff;
}
.header-vertical-line {
  opacity: 0.3;
}