/**

Theme Name: MK Record Pool
Author: Designed by Air Agency Powered by Servipro.dev
Author URI: https://www.instagram.com/ivareska/

Description: This is a fully customizable theme suitable for blogs, personal portfolios, and business websites, adapted for the MK Record Pool website. It is very lightweight and offers unparalleled speed. Some of the other features: # WooCommerce Ready # Responsive # Compatible with major plugins # Translation Ready # Extendible with premium addons.

Version: 1.0.0

License: GNU General Public License v2 or later

License URI: http://www.gnu.org/licenses/gpl-2.0.html

Text Domain: mkrecordpool-child
Template: hello-elementor
*/

/* Font style */


a {
	transition: all .5s; 
}
.elementor-widget-image img:hover {
	transform: scale(0.97);	
}

/*
 * Custom Form Fields and label
 * */

form.pmpro_form label, #loginform label {
    font-weight: 400;
	margin-bottom: 8px;
}	

/*
 * Custom Scrollbar
 * rpm - oct23
 * */

/* width */
::-webkit-scrollbar {
  width: 16px;
}

/* Track */
::-webkit-scrollbar-track {
  box-shadow: inset 0 0 1px black; 
  border-radius: 15px;
  background: #161B1F; 
}
 
/* Handle */
::-webkit-scrollbar-thumb {
  background: #27FF69; 
  border-radius: 15px;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #27FF69E0; 
}

/*
 * Membership buttons personalization
 * rpm - oct23
 * */

.pmpro_btn, 
.pmpro_content_message a {
    color: var(--e-global-color-secondary) !important;
    background-color: #474747 !important;
    border-style: solid !important;
    border-width: 3px 3px 3px 3px !important;
    border-color: #474747 !important;
    border-radius: 50px 50px 50px 50px !important;
}

.pmpro_btn:hover,
.pmpro_content_message a:hover {
    color: var(--e-global-color-accent) !important;
    background-color: var(--e-global-color-secondary) !important;;
    border-style: solid !important;
    border-width: 3px 3px 3px 3px !important;
    border-color: var(--e-global-color-secondary) !important;
    border-radius: 50px 50px 50px 50px !important;
}