ul#menu-accelecom-header-menu li:nth-child(6) {
    margin-right: 40px!important;
}

#show-vm-login {
    color: #fff;
    cursor: pointer;
}

#vm-members-menu-parent:hover {
    height: 160px;
}

#vm-members-menu-parent:hover > #vm-members-submenu {
    display: block;
}

#vm-members-submenu {
    display: none;
    width: 100px;
    height: 80px;
    position: absolute;
    top: 40px;
    left: -16px;
}

#vm-members-submenu .vm-submenu-option {
    height: 40px;
    line-height: 40px;
    background-color: #519548;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
}

#vm-members-submenu .vm-submenu-option-link {
    height: 40px;
    line-height: 40px;
    background-color: #519548;
    border: 1px solid #fff;
    cursor: pointer;
    font-size: 16px;
    box-sizing: border-box;
}

#vm-members-submenu .vm-submenu-option:hover {
    background-color: #88c425;
}

#vm-members-submenu .vm-submenu-option:last-child {
    border-top: hidden;
}

#vm-members-submenu .vm-submenu-option a {
    display: block;
    margin: 0;
    padding: 0;
}

.vm-login-overlay{
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.5);
    z-index: 998;
}

form.vm-ajax-auth {
    display: none;
    z-index: 999;
	position: fixed;
    top: 50%;
    transform: translateY(-50%);
	left: 0;
    right: 0;
    margin: 0 auto;
	width: 400px;
    padding: 40px;
	background-color: #fff;
    box-shadow: 0 0 6px 1px rgba(0, 0, 0, 0.2);
}

form.vm-ajax-auth input::-webkit-input-placeholder {
  font-size: 14px!important;
  color: #3d3e3f!important;
}
form.vm-ajax-auth input::-moz-placeholder {
    font-size: 14px!important;
    color: #3d3e3f!important;
}
form.vm-ajax-auth input:-ms-input-placeholder {
    font-size: 14px!important;
    color: #3d3e3f!important;
}
form.vm-ajax-auth input:-moz-placeholder {
    font-size: 14px!important;
    color: #3d3e3f!important;
}
form.vm-ajax-auth input::placeholder {
    font-size: 14px!important;
    color: #3d3e3f!important;
}

form.vm-ajax-auth .title {
    width: 100%;
    height: 30px;
    font-size: 22px;
    font-weight: normal;
    text-align: center;
    position: relative;
    margin-bottom: 40px;
}

form.vm-ajax-auth .error-msg {
    width: 100%;
    min-height: 20px;
    line-height: 20px;
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    color: red;
}

form.vm-ajax-auth .title::after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 5px;
    background-color: #519548;
}

form.vm-ajax-auth .link {
    font-size: 14px;
    font-weight: normal;
    text-align: center;
    cursor: pointer;
}

.vm-ajax-auth input {
    border-radius: 0;
    box-sizing: border-box;
    border-width: 1px;
    border-color: #519548;
    padding: 0 10px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    font-size: 14px;
    color: #333;
}

.vm-login-password-container {
    width: 100%;
    height: 40px;
    position: relative;
}

.vm-login-password-container input {
    padding: 0 80px 0 10px;
}

.vm-login-password-container .forgot-password-link {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #519548;
    cursor: pointer;
    text-align: center;
}

.vm-ajax-auth input:focus {
    outline: none;
}

.vm-ajax-auth button {
    border-radius: 0;
    box-sizing: border-box;
    border: hidden;
    background-color: #519548;
    color: #fff;
    cursor: pointer;
    width: 100%;
    height: 40px;
    line-height: 40px;
    margin: 20px 0;
    font-size: 16px;
}

.vm-ajax-auth button:active,
.vm-ajax-auth button:focus {
    outline: none;
}

.vm-ajax-auth .form-success {
    min-height: 40px;
}

.vm-ajax-auth .form-success .center-this {
    display: table;
    margin: 0 auto;
}

.vm-ajax-auth .form-success .icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 30px;
    text-align: center;
    float: left;
    color: #519548;
}

.vm-ajax-auth .form-success .text {
    height: 40px;
    line-height: 36px;
    font-size: 18px;
    color: #3d3e3f;
    float: left;
    margin-left: 5px;
}

.vm-ajax-auth .form-success .big-icon {
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    text-align: left;
    float: left;
    color: #519548;
}

.vm-ajax-auth .form-success .big-text {
    height: 40px;
    line-height: 40px;
    font-size: 24px;
    font-weight: bold;
    color: #3d3e3f;
    float: left;
    margin-left: 10px;
}

.vm-ajax-auth .form-success .small-text {
    clear: both;
    width: 100%;
    height: 30px;
    line-height: 30px;
    font-size: 16px;
    color: #3d3e3f;
    text-align: center;
    margin-top: 30px;
}

/* forms */

.vm-page-form-container {
    width: 400px;
    margin: 0 auto;
}

.vm-page-form-container .title {
    font-size: 26px;
    font-weight: bold;
    color: #333;
    position: relative;
    width: 100%;
    margin: 40px 0;
    text-align: center;
}

.vm-page-form-container .title::after {
    content: ' ';
    position: absolute;
    bottom: -15px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 40px;
    height: 5px;
    background-color: #519548;
}

.vm-page-form-container button {
    width: 100%;
    height: 54px;
    border: hidden;
    background-color: #519548;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    letter-spacing: 2px;
}

.vm-page-form-container button:active,
.vm-page-form-container button:focus {
    outline: none;
}

.vm-page-form-container select {
    width: 100%;
    height: 51px;
    border-radius: 0;
    margin-bottom: 18px;
    border: 1px solid rgba(0,0,0,.2);
    font-weight: 300;
    padding: 10px;
    color: #757575;
    font-size: 1.1rem;
}

.vm-page-form-container select:focus {
    outline: none;
}

/* account */

.vm-page {
    position: relative;
}

.vm-account-page .vm-account-tabs {
    width: 100%;
    height: 28px;
    border-bottom: 1px solid #c2c3c3;
}

.vm-account-page .vm-account-tab {
    color: #c2c3c3;
    display: inline-block;
    margin-right: 20px;
    font-weight: normal;
    cursor: pointer;
    position: relative;
    font-weight: normal;
}

.vm-account-page .vm-account-tab.active {
    color: #333;
    cursor: auto;
    font-weight: bold;
}

.vm-account-page .vm-account-tab.active::after {
    content: ' ';
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #333;
}

.vm-download-container {
    width: 100%;
    height: 600px;
}

.vm-download-container.green {
    background-color: #88c425;
}

.vm-download-container.yellow {
    background-color: #d1e751;
}

.vm-download-container .image,
.vm-download-container .info {
    width: 600px;
    height: 600px;
}

.vm-download-container .info {
    padding: 40px;
    position: relative;
}

.vm-download-container .info .title {
    color: #333;
    font-size: 40px;
    font-weight: bold;
    margin-top: 60px;
}

.vm-download-container .info .subtitle {
    color: #333;
    font-size: 36px;
    font-weight: normal;
    margin-top: 40px;
}

.vm-download-container .info .description {
    color: #333;
    font-size: 16px;
    line-height: 24px;
    font-weight: normal;
    margin-top: 40px;
}

.vm-download-container .info a {
    position: absolute;
    bottom: 40px;
    left: 40px;
    display: block;
    width: 100px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    text-decoration: none;
    background-color: #519548;
    color: #fff;
    letter-spacing: 2px;
}

.tutorials-description {
    width: 600px;
    font-size: 16px;
    line-height: 24px;
    margin: 80px auto;
    text-align: center;
}

.tutorials-description ul {
    margin: 0;
    padding: 0 0 0 20px;
}

.tutorials-description ul li {
    text-align: left;
}

#vm-start-tutorials-button {
    width: 240px;
    height: 40px;
    line-height: 40px;
    color: #fff;
    cursor: pointer;
    background-color: #519548;
    text-align: center;
    font-size: 16px;
    letter-spacing: 2px;
    margin: 20px auto;
}


#vm-tutorials-form,
#vm-tutorials-success,
#vm-reset-password-success {
    display: none;
}

.vm-success-message {
    width: 100%;
    min-height: 60px;
}

.vm-success-message .center-this {
    display: table;
    margin: 0 auto;
}

.vm-success-message .icon {
    float: left;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 36px;
    color: #519548;
}

.vm-success-message .text {
    float: left;
    margin-left: 10px;
    display: table;
    font-size: 24px;
    font-weight: bold;
    color: #333;
    height: 40px;
    line-height: 36px;
}

.vm-success-message .small-text {
    margin: 0 auto;
    font-size: 16px;
    font-weight: normal;
    color: #333;
    height: 40px;
    line-height: 36px;
    text-align: center;
}


.vm-page-message {
    display: none;
    color: #fff;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: center;
    font-size: 18px;
    letter-spacing: 2px;
}

.vm-page-message.success {
    background-color: #88c425;
}

.vm-page-message.error {
    background-color: #ef5350;
}


.vm-input-error-msg {
    display: none;
    width: 100%;
    height: 18px;
    color: #e60012;
    margin-top: -10px;
}

.vm-input-error-msg .icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    font-size: 16px;
    text-align: center;
    float: left;
}

.vm-input-error-msg .text {
    height: 18px;
    line-height: 16px;
    font-size: 12px;
    font-weight: 300;
    letter-spacing: 1px;
    float: left;
    margin-left: 5px;
}

#vm-downloads-folders {
    width: 900px;
    margin: 0 auto;
}

#vm-downloads-folders .folder-name {
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    border-width: 1px 1px 0 1px;
    border-style: solid;
    border-color: #519548;
    padding: 0 10px;
    cursor: pointer;
}

#vm-downloads-folders .folder-name.level-one.code-6-0-0 {
    border-bottom: 1px solid #519548!important;
}

#vm-downloads-folders .folder-name.expanded {
    border-bottom: 1px solid #519548;
}

#vm-downloads-folders .folder-name .icon {
    width: 30px;
    height: 30px;
    line-height: 30px;
    float: left;
    color: #3d3e3f;
    margin: 15px 0;
}

#vm-downloads-folders .folder-name.code-0-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_0-0-0.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.level-one.code-1-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_1-0-0.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.level-one.code-2-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_2-0-0.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.level-one.code-3-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_3-0-0.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.level-one.code-4-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_4-0-0.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.level-one.code-5-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_5-0-0.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.level-one.code-6-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_6-0-0.png') no-repeat center;
    background-size: contain;
}

#vm-downloads-folders .folder-name.expanded.code-0-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_0-0-0_expanded.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.expanded.level-one.code-1-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_1-0-0_expanded.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.expanded.level-one.code-2-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_2-0-0_expanded.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.expanded.level-one.code-3-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_3-0-0_expanded.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.expanded.level-one.code-4-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_4-0-0_expanded.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.expanded.level-one.code-5-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_5-0-0_expanded.png') no-repeat center;
    background-size: contain;
}
#vm-downloads-folders .folder-name.expanded.level-one.code-6-0-0 .icon {
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/icon_6-0-0_expanded.png') no-repeat center;
    background-size: contain;
}

#vm-downloads-folders .folder-name.level-two .icon {
    margin-left: 30px;
}

#vm-downloads-folders .folder-name.level-three .icon {
    margin-left: 60px;
}

#vm-downloads-folders .folder-name.level-two {
    display: none;
}

#vm-downloads-folders .folder-name.level-three {
    display: none;
}

#vm-downloads-folders .folder-name .name {
    float: left;
    color: #3d3e3f;
    margin-left: 15px;
    font-size: 18px;
    font-weight: normal;
    width: auto;
    display: table;
    transition: all 300ms ease-in-out;
    letter-spacing: 2px;
}

#vm-downloads-folders .folder-name.expanded .name {
    color: #519548;
}

#vm-downloads-folders .folder-name .arrow {
    width: 16px;
    height: 60px;
    line-height: 60px;
    float: right;
    text-align: right;
    cursor: pointer;
}

#vm-downloads-folders .folder-name .arrow span.show {
    color: #313131;
}

#vm-downloads-folders .folder-name .arrow span.hide {
    color: #519548;
    display: none;
}

#vm-downloads-folders .folder-content {
    display: none;
    width: 100%;
    height: 60px;
    line-height: 60px;
    box-sizing: border-box;
    background-color: #e7f3d3;
    border-bottom: 1px solid #fff;
    padding: 0 20px;
    cursor: pointer;
}

#vm-downloads-folders .folder-content:last-child {
    border-bottom: none;
}

#vm-downloads-folders .folder-content .name {
    float: left;
    color: #3d3e3f;
    width: calc(100% - 70px);
    height: 60px;
    overflow: hidden;
    font-size: 16px;
    font-weight: normal;
    padding-left: 20px;
    overflow: hidden;
    transition: all 300ms ease-in-out;
}

#vm-downloads-folders .folder-content.level-two .name {
    padding-left: 40px;
    width: calc(100% - 70px);
}

#vm-downloads-folders .folder-content.level-three .name {
    padding-left: 60px;
    width: calc(100% - 70px);
}

#vm-downloads-folders .folder-content .link {
    float: right;
    width: 70px;
    text-align: right;
    font-size: 16px;
    font-weight: normal;
}

#vm-downloads-folders .folder-content .link a {
    text-decoration: none;
    color: #519548;
}

#vm-update-password-form input {
    margin-bottom: 40px;
}

#vm-update-password-form .vm-input-error-msg {
    margin-top: -30px;
    margin-bottom: 20px;
}

.vm-tutorials-page {
    /* padding-top: 0!important;
    padding-bottom: 0!important; */
    background: url('/wp-content/plugins/visionmax-login-wall/public/img/bg.jpg') no-repeat center;
    background-size: cover;
}

#vm-tutorials-splash {
    /* padding: 30px 0;
    margin-top: -30px; */
}

#vm-tutorials-form {
    margin: 30px 0 60px 0;
}

@media all and (max-width: 1252px) {
    .vm-download-container {
        width: calc(100vw - 36px);
        height: calc(50vw - 36px);
    }

    .vm-download-container .image,
    .vm-download-container .info {
        width: 50%;
        height: 100%;
    }

    .vm-download-container .info {
        padding: 30px;
    }

    .vm-download-container .info .title {
        font-size: 36px;
        margin-top: 10px;
    }

    .vm-download-container .info .subtitle {
        font-size: 30px;
        margin-top: 30px;
    }

    .vm-download-container .info .description {
        font-size: 16px;
        line-height: 22px;
        margin-top: 30px;
    }

    .vm-download-container .info a {
        left: 30px;
        bottom: 30px;
    }
}


@media all and (max-width: 800px) {

    .page-wrapper.vm-downloads-page {
        padding: 0!important;
    }

    .vm-downloads-page .wrapper {
        padding-left: 0!important;
        padding-right: 0!important;
        max-width: 100%!important;
        margin-left: 0!important;
        margin-right: 0!important;
    }

    #vm-downloads-folders {
        width: 100%;
        padding: 15px;
    }

    #vm-downloads-folders .folder-name {
        clear: both;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #vm-downloads-folders .folder-name .name {
        font-size: 12px;
        overflow: hidden;
        letter-spacing: 1px;
        margin-left: 10px;
    }

    #vm-downloads-folders .folder-name .icon {
        width: 20px;
        height: 20px;
        line-height: 20px;
        float: left;
        color: #3d3e3f;
        margin: 10px 0;
    }

    #vm-downloads-folders .folder-name.level-two .icon {
        margin-left: 20px;
    }

    #vm-downloads-folders .folder-name.level-three .icon {
        margin-left: 40px;
    }

    #vm-downloads-folders .folder-name .arrow {
        width: 14px;
        height: 40px;
        line-height: 40px;
    }

    #vm-downloads-folders .folder-content {
        clear: both;
        width: 100%;
        height: 40px;
        line-height: 40px;
    }

    #vm-downloads-folders .folder-content .name {
        font-size: 12px;
        padding: 0 10px;
        width: calc(100% - 60px);
        height: 40px;
        overflow: hidden;
    }

    #vm-downloads-folders .folder-content.level-two .name {
        padding-left: 40px;
        width: calc(100% - 60px);
    }

    #vm-downloads-folders .folder-content.level-three .name {
        padding-left: 60px;
        width: calc(100% - 60px);
    }

    #vm-downloads-folders .folder-content .link {
        width: 60px;
    }

    #vm-downloads-folders .folder-content .link a {
        font-size: 12px;
    }

    .vm-page-form-container {
        width: 100%;
    }

    .vm-download-container {
        height: auto;
        display: table;
    }

    .vm-download-container .image {
        width: 100vw;
        height: 50vw;
        margin: 0;
    }

    .vm-download-container .info {
        padding: 20px 15px;
        width: 100vw;
        height: auto;
        margin: 0;
    }

    .vm-download-container .info .title {
        font-size: 24px;
        font-weight: bold;
        margin-top: 20px;
    }

    .vm-download-container .info .subtitle {
        font-size: 20px;
        margin-top: 20px;
    }

    .vm-download-container .info .description {
        font-size: 14px;
        line-height: 20px;
        margin-top: 20px;
    }

    .vm-download-container .info a {
        position: relative;
        left: auto;
        bottom: auto;
        margin-top: 20px;
        font-size: 14px;
        font-weight: bold;
    }

    .tutorials-description {
        width: 100%;
        font-size: 14px;
        line-height: 20px;
        margin: 40px auto;
    }

    #vm-tutorials-splash,
    #vm-tutorials-form,
    #vm-user-profile-form,
    #vm-user-password-form {
        margin-bottom: 80px;
    }

	#vm-members-submenu .vm-submenu-option {
		height: auto;
		width: auto;
		padding: 5px 8px;
		line-height: 0.8rem;
		font-size: 0.8rem;
	}

	#vm-members-submenu .vm-submenu-option-link {
		height: auto;
		width: auto;
		padding: 5px 8px;
		line-height: 0.8rem;
		font-size: 0.8rem;
	}
}
