/* Notice */

h3.notice {
    margin-top: 80px;
    text-align: center;
    margin-bottom: calc(100vh - 450px);
}

.notice {
    text-align: center;
}

.dashboard-content .notice {
    text-align: center;
}
.dashboard-content h4.form-title {
    font-weight: 600 !important;
}

.dashboard-content h4.company-title {
    display: inline-block;
}

.input-fields input[type="url"],
.input-fields input[type="email"] {
    color: #252525 !important;
    padding: 8px 12px !important;
    background-color: #fff !important;
    margin-bottom: 0px !important;
    box-sizing: border-box !important;
}

/* Dashboard page */
.dashboard-page {
    background-color: #f7f7f7;
    height: 100%;
}

.dashboard-page p,
.master-holder .dashboard-page h1,
.master-holder .dashboard-page h2,
.master-holder .dashboard-page h3,
.master-holder .dashboard-page h4,
.master-holder .dashboard-page h5,
.dashboard-page a,
.dashboard-page {
    font-family: "Open Sans", sans-serif !important;
}

.text-right {
    text-align: right;
}

.company-edit-section {
    padding: 15px 0px 10px 0px;
}

/* Company Profile Section */
.input-fields label {
    font-weight: bold;
}

.input-fields {
    margin-bottom: 20px;
}

.input-fields input,
.input-fields textarea {
    padding: 0px;
    border-radius: 3px;
    width: 100%;
    padding: 3px 10px;
}

.input-fields input {
    max-height: 35px;
}

.input-fields textarea {
    height: 150px;
}

.input-fields input[type="url"] {
    min-height: 35px;
    border: 1px solid #e7e7e7;
}

.company-logo-container .upload-logo-icon img {
    width: 50px;
    height: 50px;
    margin-right: 15px;
    cursor: pointer;
}

.company-logo-container .text-wrapper input[type="file"] {
    position: absolute;
    visibility: hidden;
}

.company-logo-container .text-wrapper {
    margin-top: 10px;
}

p.help-txt {
    padding: 0px;
    margin: 0;
    margin-top: 15px;
}

.logo-wrapper {
    width: 200px;
    height: 200px;
    border: 1px solid #ccc;
    background-position: cover;
    background-size: cover;
    margin-right: 20px;
}

.company-logo-container {
    margin-bottom: 20px;
}

.company-edit-section {
    display: flex;
    align-items: baseline;
}

.company-edit-section span {
    font-size: 15px;
    margin-right: 10px;
}

.quicktags-toolbar input {
    display: flex;
}

.quicktags-toolbar input {
    width: auto;
}

.company-edit-section a.member-primary-button {
    margin-right: 15px;
}

.company-membership-overview {
    margin-top: 40px;
}

.dashboard-content button.form-submit,
.payment-page a.form-submit {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 2px solid #4bbb87;
    font-weight: 600;
    background-color: #4bbb87;
    color: #fff;
    border-radius: 2px;
    padding: 10px 35px;
    text-transform: lowercase;
}

.dashboard-content button.form-submit i,
.payment-page a.form-submit i {
    margin-left: 10px;
}

.dashboard-content .team-member-button {
    display: flex;
    justify-content: space-between;
}

.dashboard-content .team-member-button .back-button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 1px solid #4bbb87;
    font-weight: 600;
    border-radius: 2px;
    padding: 10px 35px;
    text-transform: lowercase;
    background-color: #fff;
    color: #4bbb87;
}

.dashboard-content .team-member-button .back-button i {
    margin-left: 0;
    margin-right: 10px;
}

.dashboard-content button.form-loader {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 2px solid #4bbb87;
    font-weight: 600;
    background-color: #4bbb87;
    color: #fff;
    border-radius: 2px;
    padding: 10px 35px;
    text-transform: lowercase;
}

button:focus {
    outline: 0;
}

.dashboard-content {
    padding: 60px 20px;
}

/* Dashboard Section */

.dashboard-section .company-info {
    width: 100%;
}

.dashboard-section .logo-wrapper {
    box-shadow: 0px 0px 5px 0px #ccc;
    padding: 10px;
    border: none;
}

.dashboard-section .logo-wrapper > div {
    background-size: cover;
    width: 100%;
    height: 100%;
}

.membership-overview-items {
    position: relative;
    margin-top: 30px;
}

.membership-overview-item {
    width: 30.33%;
    float: left;
    padding: 10px;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-right: 3%;
    background-color: #fff;
}

.membership-overview-item {
    position: relative;
    width: 31.33%;
    display: flex;
    float: left;
    padding: 20px 15px;
    box-shadow: 0px 0px 5px 0px #ccc;
    margin-right: 3%;
}

.company-membership-overview .membership-overview-item:nth-child(3n) {
    margin-right: 0px;
}

.overview-item-image {
    height: 75px;
    width: 95px;
    margin-right: 10px;
}

.membership-overview-item:after {
    content: "";
    width: 100%;
    height: 5px;
    position: absolute;
    background: #6ec2b5;
    background: -webkit-linear-gradient(left, #006b31 0%, #6ec2b5 100%);
    background: linear-gradient(to right, #006b31 0%, #6ec2b5 100%);
    left: 0px;
    bottom: 0px;
}

.membership-overview-item a.member-primary-outline-button {
    padding: 2px 15px 4px;
    border: 1px solid #4bbb87;
    color: #4bbb87;
    text-align: center;
    float: right;
    text-transform: uppercase;
    font-size: 12px;
}

.company-innerflex-div {
    display: flex;
    margin-bottom: 20px;
}

.company-innerflex-div > div {
    flex: 1;
}

.social-link {
    padding: 5px 15px;
    border: 1px solid;
    margin: 0 5px;
}

/* Dashboard - Menu  */
.dash-menu {
    background: #00303f;
    padding: 40px;
}

.dash-menu h4 {
    color: #fff !important;
    margin-bottom: 40px;
}

.dash-menu h4.company-title {
    display: inline-block;
}

.dash-menu ul {
    list-style: none;
    border-bottom: 1px solid #020344;
    margin-bottom: 40px;
    margin-left: 0px;
}

.dash-menu ul li {
    position: relative;
    margin-bottom: 30px;
    margin-left: 0px;
}

.dash-menu ul a {
    text-decoration: none !important;
    color: #fff;
}

.dash-menu a:hover {
    color: #4bbb87;
}

.dash-menu a:hover h4 {
    color: #4bbb87 !important;
}

.dash-menu .logout-link a {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 2px solid #4bbb87;
    font-weight: 600;
    background-color: #4bbb87;
    color: #fff;
    border-radius: 2px;
    padding: 10px 35px;
    text-transform: lowercase;
}

.dash-menu .logout-link a i {
    margin-left: 15px;
}

.dashboard-mobile-menu {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
    margin-right: 30px;
    margin-top: 20px;
}

.dashboard-mobile-menu .mobile-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
    background: url(/wp-content/plugins/scube-members/assets/images/mobile-menu-black.svg);
}

.dashboard-mobile-menu .mobile-icon:hover {
    background: url(/wp-content/plugins/scube-members/assets/images/mobile-menu-green.svg);
}

.menu-logo-container {
    width: 115px;
    height: 110px;
    margin-bottom: 40px;
}

.menu-logo-container .logo-box {
    background-color: #fff;
    padding: 3px;
}

.menu-logo-container .menu-logo-wrapper {
    width: 100%;
    height: 110px;
    background-size: cover;
}

a.member-primary-button {
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 2px solid #4bbb87;
    font-weight: 600;
    background-color: #4bbb87;
    color: #fff;
    border-radius: 2px;
    padding: 10px 35px;
    text-transform: lowercase;
}

a.member-primary-button:hover {
    color: #fff;
}

a.member-primary-button i {
    margin-left: 10px;
}

/* Existing List (insights, job, team members, events ) */

.list-wrapper {
    padding: 40px 0;
    margin-top: 40px;
    border-top: 0px solid #ccc;
}

.item-featured-image {
    width: 100%;
    height: 120px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 15px;
}

.item-wrapper.item-insights {
    width: 19%;
    display: inline-block;
    margin: 0 2.5% 25px;
}

.item-status {
    margin-bottom: 5px;
}

.item-status:before {
    content: "";
    border: 4px solid;
    border-top: 0px;
    border-bottom: 0px;
    font-size: 6px;
    vertical-align: middle;
    border-radius: 50%;
    margin-right: 4px;
    margin-top: -1px;
}

.item-status.pending {
    color: orange;
}

.item-status.Rejected {
    color: red;
}

.item-status.accepted {
    color: green;
}

.item-title {
    font-weight: bold;
    word-break: break-word;
}

.item-meta {
    display: flex;
    justify-content: space-between;
}

.item-meta img:hover {
    filter: brightness(75%);
}

.input-fields input[type="url"] {
    color: #252525 !important;
    padding: 8px 12px !important;
    background-color: #fff !important;
    margin-bottom: 0px !important;
    min-height: unset !important;
    outline: none !important;
}

.success-heading {
    color: #4bbb87;
    font-size: 22px;
    font-weight: bold;
}

.success {
    text-align: center;
    color: #4bbb87;
    font-size: 18px;
    font-weight: bold;
}

.btn_background {
    background: #4bbb87;
    color: #fff;
    padding: 10px;
}

.btn_background:hover {
    color: #fff;
    cursor: pointer;
}

#theme-page .theme-page-wrapper .theme-content {
    min-height: 500px;
}

.job-post-form .job-submit {
    float: right;
}

.event-post-form .event-submit {
    float: right;
}

.form-fields {
    box-sizing: border-box;
    border: 1px solid #e3e3e3;
    padding: 11px 12px !important;
    background-color: #fff;
}

.input-file {
    position: absolute;
    visibility: hidden;
}

.dashboard-section .company-description {
    width: 100%;
}

.dashboard-section .company-description h4 {
    margin-bottom: 15px;
}

.dashboard-section .company-description .company-details {
    margin-bottom: 15px;
}

.company-category-div {
    display: flex;
    margin-bottom: 20px;
}

.company-category-div .company-details {
    width: 300px;
    padding-right: 20px;
}

/* Only desktop */

@media handheld, only screen and (min-width: 768px) {
    .dash-menu {
        min-height: calc(100vh - 350px);
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }

    .dashboard-mobile-menu {
        display: none;
    }

    .dashboard-content {
        margin-right: 30px;
    }

    .company-logo-container {
        display: flex;
        align-items: flex-end;
        white-space: nowrap;
    }

    .company-flex-div {
        display: flex;
    }

    .input-fields {
        flex: 1;
        margin-right: 10px;
    }
}
@media (max-width: 991px) {
    .item-wrapper.item-insights {
        width: 30%;
    }

    .membership-overview-item {
        width: 100%;
        margin-bottom: 20px;
    }
}
@media handheld, only screen and (max-width: 767px) {
    .dash-menu {
        display: none;
    }

    .item-wrapper.item-insights {
        width: 40%;
    }
}

/* Popup css starts */

.black_overlay {
    display: none;
    position: absolute;
    top: 0%;
    left: 0%;
    margin-left: -15px;
    width: 100%;
    height: 100%;
    background-color: black;
    z-index: 1001;
    -moz-opacity: 0.8;
    opacity: 0.8;
    filter: alpha(opacity=80);
}

.white_content {
    display: none;
    position: fixed;
    top: 55%;
    left: 60%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 50%;
    padding: 15px;
    border: 10px solid #4bbb87;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.white_content a {
    float: right;
}

.white_content p {
    text-align: left;
}

.paid_page_white_content {
    display: none;
    position: fixed;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 50%;
    height: 65%;
    padding: 15px;
    border: 10px solid #4bbb87;
    background-color: white;
    z-index: 1002;
    overflow: auto;
}

.paid_page_white_content a {
    float: right;
}

.paid_page_white_content p {
    text-align: left;
}

@media handheld, only screen and (max-width: 768px) {
    .white_content {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 50%;
        padding: 15px;
        border: 10px solid #4bbb87;
        background-color: white;
        z-index: 1002;
        overflow: auto;
    }

    .paid_page_white_content {
        display: none;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 70%;
        height: 50%;
        padding: 15px;
        border: 10px solid #4bbb87;
        background-color: white;
        z-index: 1002;
        overflow: auto;
    }
}

/* Popup css ends */

/* woocommerce for scube members plugin */
.shopping-cart-header {
    display: none !important;
}
.woocommerce-notices-wrapper {
    display: none !important;
}
.woocommerce-additional-fields {
    display: none !important;
}
.add-cart-responsive-state {
    display: none !important;
}

/* header menu button shortcode starts */

a.menu_button {
    text-decoration: none;
    padding: 0 15px;
    display: inline-block;
    text-align: center;
    font-size: 14px;
    border: 2px solid #4bbb87;
    font-weight: 600;
    background-color: #4bbb87;
    color: #fff;
    border-radius: 2px;
    text-transform: lowercase;
}

a.menu_button:hover {
    color: #fff;
}

/* header menu button shortcode ends */
