.user-menu .user-menu-avvy {
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
border-radius: 50%;
width: 30px;
height: 30px;
}
.user-menu {
padding-left: 40px !important;
float: right;
}
#main-menu>li.user-menu>ul>li:first-child {
float:none;
}
#main-menu>li.user-menu>ul>li {
display:block;
}
.menu-divider {
display: block;
height: 0;
border-bottom: 1px solid #e5e5e5;
padding-top: 10px;
margin-bottom: 20px;
}
body #main-menu > li.user-menu > ul {
left: unset !important;
right: -20px !important;
} #lostpasswordform,
#resetpassform,
#loginform,
#registerform {
box-shadow: none;
padding: 0;
background-color:transparent;
}
#lostpasswordform p,
#resetpassform p,
#loginform p,
#registerform p{
line-height: 34px;
}
#login label:not([for='rememberme']):not([for='newsletter']):not([for='terms_accept']) {
font-size: 0;
line-height: 0;
width: 100%;
}
.download-modal h2,
.login-modal h2 {
font-weight: 800;
position: relative;
font-size: 31px;
margin-bottom: 10px;
}
.download-modal p,
.login-modal p {
font-style: italic;
font-weight: 400;
}
.download-modal h2:after,
.login-modal h2:after {
content: ' ';
position: absolute;
top: 50%;
transform: translateY(-50%);
left: -20px;
width: 5px;
height: 54%;
background-color: #A2D353;
}
.login-modal-inner .login-remember label {
font-size: 12px !important;
line-height: 19px !important;
}
#login .pw-weak label {
font-size: 12px !important;
line-height: 19px !important;
}
.login #pass-strength-result {
margin: 20px 5px 16px 0;
}
#login input.input {
margin: 0;
border: 1px solid #f2f2f2;
border-radius: 4px;
background-color: #fff;
padding: 0 20px;
box-shadow: none;
line-height: 40px;
height: 40px;
font-size: 16px;
font-weight: 500;
color: #000;
width: 100%;
vertical-align: middle;
}
#login input::-webkit-input-placeholder {
font-style: italic;
color: #333;
}
#login input::-moz-placeholder {
font-style: italic;
color: #333;
}
#login input:-ms-input-placeholder {
font-style: italic;
color: #333;
}
#login input:-moz-placeholder {
font-style: italic;
color: #333;
}
#login input::placeholder {
font-style: italic;
color: #333;
}
#login #wp-submit {
float: none;
width: 100%;
background-color: #A2D353;
border: none;
border-radius: 4px;
color: #333;
font-weight: 700;
line-height: 40px;
box-shadow: none;
text-shadow: none;
height: auto;
margin-top: 20px;
}
#login #wp-submit:disabled {
color: #333 !important;
background-color: #f3db95 !important;
cursor: not-allowed;
}
#registerform #reg_passmail {
font-size: 11px;
line-height: 13px;
margin-top: 5px;
}
.privacy-policy-page-link {
display: none;
} #login .description.indicator-hint,
#login p.message {
font-size: 13px;
box-shadow: none;
border: 1px solid #A2D353;
border-radius: 4px;
padding: 10px 10px;
line-height: 16px;
}
#login p.message.register {
font-size: 39px;
line-height: 40px;
color: #474747;
font-weight: 700;
position: relative;
border: none;
box-shadow: none;
padding: 0 0 0 22px;
background-color:transparent;
}
#login p.message.register:before {
content: '';
display: block;
position: absolute;
left: 0;
top: 50%;
transform: translateY(-50%);
width: 5px;
height: 30px;
background-color: #A2D353;
}
#login p.message.subtitle {
font-size: 17px;
line-height: 16px;
color: #333;
padding: 0;
border: none;
box-shadow: none;
font-style: italic;
}
#login #login_error {
font-size: 13px;
box-shadow: none;
border: 1px solid #dc3232;
border-radius: 4px;
padding: 10px 10px;
}
#login .forgetmenot {
line-height: 17px;
margin-top: 20px;
}
#login .terms_accept,
#login .newsletter {
line-height: 19px;
font-size: 13px;
margin-top: 20px;
}
#login .terms_accept a {
font-weight: 700;
color: #3f3f3f;
border-bottom: 3px solid #A2D353;
}
#login .pw-weak input,
#login .terms_accept input,
#login .newsletter input,
#login .forgetmenot input {
margin-top: -2px;
margin-right: 5px;
}
#login .password-input-wrapper {
width: 100%;
}
#login br.clear {
display: none;
}
#login p#nav {
padding: 0;
font-size: 13px;
line-height: 19px;
}
#login p#nav a {
color: #333333;
font-weight: bold;
border-bottom: 2px solid #A2D353;
}
#login #backtoblog {
display: none;
}
div.nsl-container-block .nsl-container-buttons a {
max-width: 100% !important;
}
#nsl-custom-login-form-1,
#nsl-custom-login-form-main {
padding-top: 20px;
position: relative;
margin-top: 30px;
}
#nsl-custom-login-form-1:before,
#nsl-custom-login-form-main:before {
content: ' ';
position: absolute;
display: block;
width: 100%;
border-top: 1px dashed #999;
top: 14px;
}
.nsl-container {
padding: 20px 0 0;
}
#nsl-custom-login-form-1:after,
#nsl-custom-login-form-main:after {
content: 'or';
position: absolute;
color: #999;
background-color: #ffffff;
height: 20px;
width: 40px;
text-align: center;
top: 0;
left: 50%;
transform: translateX(-50%);
}
.login-modal,
.download-modal {
position: fixed;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.3);
z-index: 99999;
top: 0;
left: 0;
}
.login-modal .login-modal-inner,
.download-modal .download-modal-inner {
position: absolute;
width: 100%;
max-width: 540px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 70px 100px 140px 100px;
background-position: bottom right;
background-repeat: no-repeat;
background-image: url(//www.10a-tours.com/wp-content/themes/adventures/assets/images/bg-modal.png);
} .login-modal .login-username,
.login-modal .login-password {
line-height: 0;
}
#login p.login-remember label {
line-height: 19px;
font-size: 12px;
}
#login p.login-remember label input {
margin-top: -2px;
margin-right: 5px;
}
.download-modal a {
color: #000;
border-bottom: 3px solid #A2D353;
}
.download-modal a.confirm-download,
.download-modal a.cancel-download {
margin-top: 15px;
background-color: #A2D353;
padding: 6px 22px;
font-size: 14px;
font-weight: bold;
line-height: 19px;
color: #3f3f3f;
border-radius: 5px;
border: 1px solid #A2D353;
margin-bottom: 15px;
display: block;
text-align: center;
line-height: 22px;
}
.download-modal a.cancel-download {
border: 1px solid #A2D353;
color: #333 !important;
background-color: #fff;
}
.login-modal .fa-times,
.download-modal .fa-times {
color: #e5e5e5;
position: absolute;
font-size: 36px;
top: 15px;
right: 15px;
cursor: pointer;
}
body #lostpasswordform div.g-recaptcha,
body #login div.g-recaptcha {
margin: 0 auto;
margin-top: 20px;
}
body #lostpasswordform div.g-recaptcha > div,
body #login div.g-recaptcha > div {
margin: 0 auto;
}
header#page-header nav#page-navigation #main-menu>li.highlighted{
background-color: #A2D353;
}
.profile-page h2 {
color: #000000;
position: relative;
font-size: 30px;
line-height: 42px;
font-weight: 700;
padding-left: 20px; }
.profile-page h2 {
margin-bottom: 30px;
}
.profile-page h2:after {
content: ' ';
position: absolute;
top: 5px;
left: 0;
width: 5px;
height: 80%;
background-color: #A2D353;
}
.profile-page h2 + p {
margin-top: -25px;
margin-bottom: 30px;
}
.profile-page, .profile-page p {
font-size: 14px;
line-height: 19px;
color: #333;
font-weight: 300;
}
.profile-page, .profile-preferences, .profile-account, .profile-social {
padding-top: 20px;
}
.profile-page input[type='text'], .profile-page input[type='email'] {
border-radius: 3px;
border: 1px solid #e5e5e5;
font-size: 15px;
line-height: 20px;
padding: 10px 20px;
width: 350px;
color: #000;
font-style: italic;
margin-bottom: 10px;
font-weight: 500;
}
.gender-container {
display: block;
padding: 10px 20px;
margin-bottom: 10px;
font-size: 15px;
line-height: 20px;
}
.gender-container label, .newsletter-radios label {
display: inline-block;
height: 20px;
line-height: 20px;
cursor: pointer;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 300;
margin-left: 25px;
}
.gender-container label > input[type='radio'], .pref-units label > input[type='radio'], .newsletter-radios label > input[type='radio'], .newsletter-radios label > input[type='radio'] {
visibility: hidden;
display: none;
}
.gender-container input[type='radio'], .newsletter-radios input[type='radio'] {
box-sizing: border-box;
padding: 0;
}
.gender-container label > i, .newsletter-radios label > i {
width: 20px;
height: 20px;
border: 1px solid #e5e5e5;
border-radius: 3px;
background-color: #fff;
display: block;
float: left;
background-repeat: no-repeat;
margin-right: 10px;
}
.profile-avvy-upload {
width: 140px;
margin: 0 auto;
margin-bottom: 40px;
}
.cropit-preview {
width: 140px;
height: 140px;
background-size: cover;
}
.cropit-image-input {
display: none !important;
}
.avvy-change, .avvy-remove {
cursor: pointer;
display: inline-block;
font-size: 10px;
color: #000;
font-weight: 500;
padding-left: 13px;
position: relative;
float: left;
margin-top: 3px;
}
.avvy-remove {
float: right;
}
.avvy-set {
display: none;
cursor: pointer;
font-size: 10px;
color: #000;
font-weight: 500;
position: relative;
margin-top: 3px;
padding-left: 13px;
float: left;
}
.avvy-change:before {
content: '\f040';
}
.avvy-change:before, .avvy-remove:before {
font: 14px/1 FontAwesome;
position: absolute;
top: 4px;
left: 0;
font-size: 11px;
color: #A2D353;
}
.avvy-remove:before {
content: '\f00d';
}
.avvy-change:before, .avvy-remove:before {
font: 14px/1 FontAwesome;
position: absolute;
top: 4px;
left: 0;
font-size: 11px;
color: #A2D353;
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important;
}
.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle;
}
.profile-form button[type='submit'] {
margin-top: 20px;
margin-bottom: 40px;
padding: 14px 32px;
}
input.cropit-image-zoom-input {
display: none;
}
.profile-preferences-line {
line-height: 30px;
width: 350px;
margin-bottom: 10px;
position: relative;
}
.pref-text {
display: inline-block;
width: 249px;
}
.pref-right {
float: right;
}
.pref-units {
display: inline-block;
}
.pref-right {
position: absolute;
top: 50%;
right: 0;
transform: translateY(-50%);
margin: 0;
height: 30px;
}
.pref-units label {
display: inline-block;
height: 30px;
line-height: 30px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
font-weight: 300;
cursor: pointer;
}
.select2{
color: #000;
}
.select2-container .select2-selection--single .select2-selection__rendered {
padding: 6px 20px;
}
.select2-container .select2-selection--single {
height: 42px !important;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
top: 9px !important;
right: 10px !important;
}
.cropit-image-loaded + input.cropit-image-zoom-input {
display: block;
}
.avvy-set:before {
content: '\f0c7';
font: 14px/1 FontAwesome;
position: absolute;
top: 4px;
left: 0;
font-size: 11px;
color: #A2D353;
}
.profile-head{
margin-top:40px;
}
.gender-container label > input[type='radio']:checked + i, .newsletter-radios label > input[type='radio']:checked + i {
background-color: #A2D353;
border: 1px solid #A2D353;
}
.profile-country {
width: 350px;
}
.dash-avvy {
display: block;
max-width: 100%;
}
.dashboard-page h2:after {
content: ' ';
position: absolute;
top: 5px;
left: 0;
width: 5px;
height: 80%;
background-color: #A2D353;
}
.dashboard-page h2 {
color: #000000;
position: relative;
font-size: 30px;
line-height: 42px;
font-weight: 700;
padding-left: 20px;
}
.dashboard-page h2 + p {
margin-top: 0;
margin-bottom: 5px;
}
.dashboard-page, .dashboard-page p {
font-size: 14px;
line-height: 19px;
color: #333;
font-weight: 300;
}
.dashboard-page, .dash-reviews, .dash-share, .dash-remember {
padding-top: 50px;
}
.invite-others-outer {
position: fixed;
width: 100%;
height: 100%;
display: none !important;
background-color: rgba(0, 0, 0, 0.3);
z-index: 101;
top: 0;
left: 0;
}
.invite-others {
position: absolute;
width: 100%;
max-width: 550px;
top: 50%;
left: 50%;
transform: translateX(-50%) translateY(-50%);
background-color: #fff;
border: 1px solid #e5e5e5;
border-radius: 4px;
padding: 40px 20px 20px 20px; }
.invite-others i.fa-close {
position: absolute;
top: 10px;
right: 20px;
cursor: pointer;
font-size: 20px;
}
.invite-others-outer.active {
display: block !important;
}
.invite-others textarea {
height: 70px;
}
.rate-1, .rate-2, .rate-3, .rate-4, .comment-tag, .overall-no, .overall-text, .tech-diff, .phy-diff, .time-no, .time-text {
vertical-align: middle;
line-height: 20px;
display: inline-block;
}
.rate-1 {
border-radius: 50%;
}
.rate-1, .rate-2, .rate-3, .rate-4 {
display: inline-block;
width: 12px;
height: 12px;
background-color: #d8d8d8;
margin-left: 7px;
}
.rate-1.active, .rate-1:hover {
background-color: #2ab150;
cursor: pointer;
}
.rate-2.active, .rate-2:hover {
background-color: #3771c9;
cursor: pointer;
}
.rate-3.active, .rate-3:hover {
background-color: #000;
cursor: pointer;
}
.rate-4.active:before, .rate-4.active:after, .rate-4:hover:before, .rate-4:hover:after {
background-color: #fec51b;
cursor: pointer;
}
.rate-4:before {
content: ' ';
display: block;
width: 12px;
height: 12px;
background-color: #d8d8d8;
position: absolute;
top: 0;
left: 0;
transform: rotate(45deg);
}
.rate-4.active:before, .rate-4.active:after, .rate-4:hover:before, .rate-4:hover:after {
background-color: #fec51b;
cursor: pointer;
}
.rate-4:after {
content: ' ';
display: block;
width: 12px;
height: 12px;
background-color: #d8d8d8;
position: absolute;
top: 0;
right: 0;
transform: rotate(45deg);
}
@media(max-width:991px)
{
.user-menu{
float:none;
}
}