h1,h2,h3,h4,h5,h6 {
    font-weight: normal !important;
}

.flex {
    display: flex !important;
}
.flex-left {
    display: flex;
    justify-content: left;
}
.flex-between {
    display: flex;
    justify-content: space-between !important;
}
.flex-even {
    display: flex;
    justify-content: space-evenly !important;
}
.flex-center {
    display: flex;
    justify-content: center;
}
.flex-right {
    display: flex;
    justify-content: right;
}
.block {
    display: block;
    width: 100%;
}
.bordered {
    border: 1px solid #dbdbdb;
}
.radial {
    border-radius: 5px;
}

.clickable {
    cursor: pointer;
}





/*=========================*/
/*       MY ACCOUNT        */
/*=========================*/


/* Override woocommerce defaults */
.entry-banner {
    height: 300px;
    z-index: 2;
}
.entry-banner-content {
    padding-top: 150px !important;
}
@media(max-width: 768px) {
    .entry-banner {
        height: 200px !important;
        position: relative !important
    }
    .entry-banner-content {
        padding-top: 10px !important;
        position: relative;
        top: -25px !important;
        overflow: hidden;
    }
    .entry-banner-content .entry-title {
        font-size: 20px !important;
    }
    .entry-banner-content .breadcrumb-area {
        display: none;
    }
}


/* TOP BAR */
.frc-app .topbar {
    margin-bottom: 20px;
    margin-top: 20px;
    border: 1px solid #e4e4e4;
    padding: 20px;
}
.frc-app .topbar img {
    border-radius: 100%;
}
.frc-app .topbar .details {
    margin-left: 20px;
    display: table;
}
.frc-app .topbar .details > div{
    display: table-cell;
    vertical-align: middle;
    height: 96px;
}
.frc-app .topbar .details .name {
    font-size: 25px;
}
.frc-app .topbar .details .email {
    margin-top: 10px;
    color: #a1b0c8
}








/* Account App(sidebar/main) */
.account-app {
    display: flex;
    width: 100%;
    position: relative;
    top: -20px;
}
.account-app .sidebar {
    display: block;
    border: 1px solid #d1d1d1;
    border-top: none;
}
.account-app .menu-title {
    margin-top: 10px;
    font-size: 15px;
    color: #8e8e8e;
    position: relative;
    top: 5px;
}
.account-app .main {
    width: 100%;
    border: 1px solid #d1d1d1;
    border-left: none;
    border-top: none;
    overflow-y: auto;
}
.account-app .sidebar .menu {
    width: 200px;
    padding-top: 20px;
}
.account-app .sidebar .menu .menu-item {
    width: 100%;
    margin-bottom: 2px;
    padding: 10px;
    cursor: pointer;
    padding-left: 20px;
}
.account-app .sidebar .menu .menu-item.active,
.account-app .sidebar .menu .menu-item.active:hover,
.account-app .sidebar .menu .menu-item.active .md-icon {
    background: #6b23e1;
    color: #ffffff;
}
.account-app .sidebar .menu .menu-item:hover {
    background: #d1d1d1;
}



/* Buttons and Controls */
.account-app .main .quote-options .label {
    display: none;
}
.account-app .main .quote-options .buttons {
    display: flex;
    justify-content: center;
}
.account-app .main .quote-options .item {
    margin: 0 5px;
    padding: 3px;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
    font-size: 13px;
    min-width: 50px;
}

@media(max-width: 960px) {
    .account-app {
        display: block;
    }
    .account-app .sidebar .menu-title {
        display: none;
    }
    .account-app .sidebar .menu {
        display: flex;
        justify-content: space-evenly;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .account-app .sidebar .menu .menu-item {
        padding: 5px;
        text-align: center;
        margin: 0;
    }
    .account-app .main {
        border: 1px solid #d1d1d1;
        border-top: none;
    }
}

@media(max-width: 768px) {
    .account-app .main {
        padding: 0 !important;
        margin: 0 !important;
    }
    .account-app .sidebar .menu .menu-item {
        font-size: 13px;
    }
    .account-app .sidebar .menu .menu-item .md-icon {
        display: none;
    }
    .account-app .main .quote-options {
        position: relative;
    }
    .account-app .main .quote-options .label {
        display: block;
    }
    .account-app .main .quote-options .buttons {
        display: none;
        position: absolute;
        background: #eeeeee;
        z-index: 10;
        padding: 0;
        border: 1px solid #d1d1d1;
        width: 110px;
        left: -30px;
    }
    .account-app .main .quote-options .buttons .item {
        border: none;
        margin: 0;
    }
}










.quote .md-app {
    border: 1px solid black;
    min-height: 400px;
    box-shadow: none;
    border-bottom: none;
    border-left: none;
    position: relative;
    top: 0;
}
.md-toolbar {
    background: none !important;
}
.md-toolbar .md-title {
    color: #444444 !important;
    margin: 0 !important;
    margin-left: 20px !important;
}
.md-app .md-list .md-list-item {
    cursor: pointer;
    transition: .3s
}
.md-app .md-list .md-list-item:hover {
    background: #eaeaea;
}
.md-app .md-list .md-list-item.active{
    background: #6e4eff;
}
.md-app .md-list .md-list-item.active * {
    color: #ffffff;
}
.md-button.md-raised {
    margin: 0;
}

/* Remove Elementor Default Padding */
.elementor-column-wrap{
    padding: 0 !important;
    margin: 0 !important
}


iframe {
    min-height: 100%;
}


.captcha-n-submit {
    text-align: center;
    position: relative;
    width: 100%;
}
.captcha-n-submit #html_element {
    margin: auto;
    width: 302px;
}

.captcha-n-submit .btn-primary {
    position: absolute;
    left: 0;
    z-index: 1000;
    border-radius: 3px;
    font-size: 16px;
}


/* FIX BROKEN BUTTONS */
.btn {
    text-decoration: none !important;
    color: #ffffff !important;
}



/* What's new Design a.k.a /whats-new */
.pre-post {
    margin-bottom: 30px;
    transition: .4s;
    box-shadow: 0px 2px 20px #ececec;
    min-height: 180px;
}
.pre-post:hover {
    transform: scale(1.05);
}

.pre-post .pre-text {
    padding: 15px;
}
.pre-post .pre-text .date {
    color: #acacac;
    font-size: 13px;
    font-style: italic;
}
.pre-post .pre-text .title {
    font-size: 16px;
    font-weight: bold;
}
.pre-post .pre-text a{
    display: block;
    margin-top: 10px;
    color: #9fabe0 !important;
    font-weight: bold;
}
.pre-post .pre-text a:hover {
    text-decoration: none;
    color: #4759a8 !important;
}

.faded-hr {
    border: 0;
    height: 1px;
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0));
    opacity: 20%
}




/* FRC Tipbox */
.frc-tip-box {
    border: 1px solid #e4de5d73;
    background: #fff87273;
    border-radius: 2px;
    padding: 15px;
    color: #393939;
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0;
    font-style: italic;
}







/* Reset Password */
.reset-password-page {
    width: 400px;
    margin: auto;
}

.reset-password-page fieldset {
    padding: 20px;
}
.reset-password-page fieldset input {
    width: 100%;
    padding: 10px;
}
.reset-password-page fieldset button {
    width: 100%;
    margin: auto;
    display: block;
    padding: 15px 0;
    border-radius: 3px;
    transition: .4s;
}
.reset-password-page fieldset button:hover {
    background: #4e3fd7
}
.reset-password-page legend {
    width: auto;
    font-size: 16px;
    padding: 7px 10px;
    margin: auto;
    background: #ffffff;
    border: 1px solid #d1d1d1;
    border-radius: 3px;
}

@media(max-width: 768px) {
    .reset-password-page {
        width: 90%;
        margin: auto;
    }
}


.google-signin {
    width: 250px;
    background: red;
    margin: auto;
}



/* Only show blog thumbnail on small screens */

.entry-thumbnail-area {
    display: none;
}
@media(max-width: 768px) {
    .entry-thumbnail-area {
       display: block;
    }
}






/* Cloned the md-select (coz its buggy) */
.md-select-clone {
    position: relative;
}
.md-select-clone select {
    width: 100%;
    padding: 13px;
    border-top: none;
    border: none;
    border-bottom: 1px solid #747474;
    outline: none;
    padding-left: 0;
    font-size: 16px;
}
.md-select-clone select:focus {
    border-color: #0469ff;
}