/* /*
Theme name:Recharge custom theme
Text Domain:Recharge custom theme
Version:1.0
Description:Fancy theme
Author:Iasonas tzitzis
 
*/

@import url('https://fonts.cdnfonts.com/css/sofia-pro');

html {
    font-family: 'Sofia Pro', sans-serif !important;
}


:root {
    --blue: #007bff;
    --indigo: #6610f2;
    --purple: #6f42c1;
    --pink: #ee3577;
    --red: #dc3545;
    --orange: #f68e62;
    --yellow: #ffc107;
    --green: #28a745;
    --teal: #20c997;
    --cyan: #17a2b8;
    --white: #fff;
    --gray: #767575;
    --gray-dark: #434242;
    --primary: #6f42c1;
    --secondary: #4f4f4f;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #c2c2c2;
    --lightgray: #eeeeee;
    --dark: #434242;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family: 'Sofia Pro', sans-serif !important;
    /* Font Sizes */
    --font-normal: 1em;
    --font-small: 0.8125rem;
    /* Sidebar */
    --sidebar-width: 280px;
    --content-max-width: 860px;
}

*,
*::before,
*::after {
    box-sizing: border-box
}

html {
    line-height: 1.15;
}

body {
    color: var(--secondary);
    overflow-x: hidden
}

a {
    color: var(--pink);
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--gray-dark);
    font-weight: bold
}

.btn {
    font-weight: bold;
    padding: .375rem 1rem;
    height: 2.75rem;
    transition: all 0.4s ease-in-out
}


.btn:focus,
.btn.focus {
    box-shadow: none !important
}

.btn-primary {
    color: #fff
}

.form-control {
    padding-top: 0.875rem;
    padding-bottom: 0.875rem;
    height: 2.75rem;
    border-color: var(--light)
}

.theme-bg-light {
    background: var(--light) !important
}

.theme-bg-dark {
    background: var(--dark) !important
}

#menu-footersh li a, #menu-footerp li a {
    padding: 0 !important;
    margin: 0;
    color: white;

    font-weight: 400;

}


#adminmenu .wp-has-submenu.wp-has-current-submenu.wp-menu-open.menu-top.menu-icon-page {
    display: none !important;
}

.form-floating {
    position: relative;
}

.form-floating>label {
    opacity: 0.65;
    transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    pointer-events: none;
    transform-origin: 0px 0px;
    padding: 1rem 0.75rem;
    border-width: 1px;
    border-style: solid;
    border-color: transparent;
    border-image: initial;
    transition: opacity 0.1s ease-in-out 0s, transform 0.1s ease-in-out 0s;
}

.blueconic-banner {
    max-width: 750px;
    margin: 40px auto;
    padding: 0 16px;
}