/*
Theme Name:  Nutricorp Child Theme
Description: Child theme for the Nutricorp theme
Author:      ThemeMount
Author URI:  http://themeforest.net/user/thememount
Template:    nutricorp
Version:     0.1
Tags:        light, white, two-columns, three-columns, four-columns, right-sidebar, left-sidebar, responsive, retina
*/
/* NOTE: Main theme's style.css file is already added in head tag. /*

/* =Theme customization starts here
-------------------------------------------------------------- */
p {
    margin: 0 0 30px;
}

#site-header {
    border-bottom: 1px solid #f5f5f5;
}

.top-contact {
    font-size: 12px;
}

.top-contact a {
    color: #807d7c !important;
}

.top-contact a:hover {
    color: #fff !important;
}

.top-contact.tm-highlight a {
    color: #fff !important;
}

.top-contact li::after {
    border-style: dotted;
    border-width: 0.5px;
    color: #807d7c;
    height: 30px;
    margin-top: 10px;
}

.top-contact li::before {
    border-style: dotted;
    border-width: 0.5px;
    color: #807d7c;
    height: 30px !important;
    margin-top: 10px;
}

.top-contact li:last-child {
    padding-right: 0;
    position: relative;
    max-width: 17em;
}

.top-contact li:last-child:after {
    display: none;
}

.top-contact li:last-child {
    position: relative;
}

.top-contact li:last-child i {
    position: absolute;
    right: 0;
    color: #807d7c;
    transition-duration: .2s;
}

.top-contact li:last-child input {
    padding: .5em 1em;
    line-height: 1.2;
    width: 100%;
    border-color: #807d7c;
}

.top-contact li:last-child input:focus {
    border-color: #b1c903;
}

.top-contact li:last-child input:focus + i {
    color: #b1c903;
}

/* Acount menu */

.kwayy-topbar-wrapper {
    z-index: 16;
}

.menu-topbar-account-container {
    position: relative;
}

.menu-topbar-account-container ul {
    margin: 0;
}

.menu-topbar-account-container li {
    display: block;
    list-style: none;
}

.menu-topbar-account-container > .menu:after {
    content: "";
    background: #b1c903;
    width: 5000px;
    height: 100%;
    left: 0;
    right: 0;
    top:0;
    position: absolute;
    z-index: -10;
}

.menu-topbar-account-container > .menu {
    background: #b1c903;
    padding-left: 1em;
    padding-top: 2px;
    padding-bottom: 2px;
}

.menu-topbar-account-container > .menu > li a {
    padding-right: 1em;
}

.menu-topbar-account-container > .menu > li a:hover {
    color: #2b2b2b;
}

.menu-topbar-account-container > .menu > li::before {
    content: '\e802';
    font-family: "tm-nutricorp-icons";
    font-style: normal;
    font-weight: normal;
    speak: none;
    display: inline-block;
    text-decoration: inherit;
    width: 3em;
    font-size: 13px;
    cursor:pointer;
    /* margin-right: .75em; */
    text-align: center;
    font-variant: normal;
    text-transform: none;
    line-height: 1em;
    margin-left: .2em;
}

.menu-topbar-account-container li a {
    font-size: 12px;
    line-height: 42px;
    display: inline-block;
}

.mepr-account-terms{
    color: transparent;
}


/*  fix offset for anchers */
.offsetfix {
    margin-top: -110px !important;
    padding-top: 110px !important;
}

.offsetfix.vc_row-flex {
    background-color: transparent !important;
    position: relative;
    box-shadow: none !important;
    padding: 110px 0 0 0 !important;
}

.offsetfix.vc_row-flex > .wpb_column {
    box-shadow: 0 0 15px 0 rgba(0, 0, 0, .07);
    padding: 25px;
    background-color: #fff;
}

/* registration form*/
.nfc-registration {
    background: #f9f9f8;
    display: flex;
    flex-wrap: wrap;
    margin: 0 !important;
}

.nfc-registration > div {
    flex-grow: 1;
    padding: 1em;
}

.nfc-registration > div > div {
    margin-bottom: 10px;
}

.nfc-registration div.nfc-registration-left {
    flex-basis: calc(100% - 382px);
    margin-right: 0;
    min-width: 300px;
}

.nfc-registration div.nfc-registration-left input,
.nfc-registration div.nfc-registration-right .mepr_payment_method {
    background: #fff !important;
    border: 1px solid #eee !important;
}

.nfc-registration div.nfc-registration-right {
    background-color: #efefef;
    flex-basis: 350px;
}

.nfc-registration-right .nfc-pay-title {
    margin-bottom: 2em;
}

.nfc-registration-right .mepr_spacer {
    display: none;
}

.tm-featured-outer-wrapper {
    position: relative;
}

.nfc-premium-content {
    background: url("/wp-content/uploads/svg/premium-tag.svg");
    background-repeat: no-repeat;
    display: inline-block;
    position: absolute;
    right: -37px;
    top: -37px;
    z-index: 99;
    padding: 4em;
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);

}


.nfc-field-email {
    margin-bottom: 10px;
}

.nfc-field-wachtwoord p {
    flex-grow: 1;
    margin-bottom: 5px;
    width: 100%;
}

.mepr-checkbox-field {
    font-size: 12px !important;
    font-weight: 400;
    line-height: 1.5 !important;
}

.mp_wrapper label.mepr-checkbox-field {
    display: inline-block !important;
}

#mepr_payment_method {
    margin-bottom: 1em;
}

body .mp_wrapper .mepr_payment_method {
    margin: 0 !important;
    padding: .5em 1em !important;
}

.mp-form-submit {
    text-align: center;
}

/* Price table */
.rpt_feature {
    padding: 3px 1em !important;
    text-align: left;
}

.rpt_feature strong {
    font-size: 14px;
    padding-left: 1.5em;
    position: relative;
}

.rpt_feature strong:before {
    color: #b1c903;
    content: "\f00c";
    display: block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    height: 10px;
    left: 0;
    position: absolute;
    top: .1em;
    width: 10px;
    text-rendering: auto;
}

.rpt_feature strong.not {
    opacity: .3;
}

.rpt_feature strong.not:before {
    color: #444;
    content: "\f068";
}

.main-holder .rpt_style_basic .rpt_custom_btn .rpt_feature {
    background-color: #f9f9f9;
    padding: 1.5em 1em 1em !important;
    text-align: center;
}

.tm-footer2-right {
    font-size: 12px;
}

.site-header.tm-bgcolor-white.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1 {
    background-color: transparent !important;
}

.site-header.tm-bgcolor-white.tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1::before {
    background-color: transparent !important;
}

#site-header-menu #site-navigation .menu-toggle .tm-nutricorp-icon-bars:before, #site-header-menu #site-navigation .menu-toggle .tm-nutricorp-icon-bars:after, .tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1:before, .tm-mmmenu-override-yes #site-header-menu #site-navigation .mega-menu-wrap .mega-menu-toggle .mega-toggle-block-1:after {
    background-color: transparent !important;
}

#mega-toggle-block-1 {
    background-color: transparent !important;
}

#mega-menu-wrap-tm-main-menu .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    color: transparent !important;
    font-size: 14px !important;
    position: absolute !important;;
    top: 5px!important;
    left: 4px!important;
}

#mega-menu-wrap-tm-main-menu-premium .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    position: absolute !important;
    top: -5px !important;
    left: 10px !important;
    width: 30px !important;
    height: 30px !important;
}

#mega-menu-wrap-tm-main-menu-guests .mega-menu-toggle .mega-toggle-block-1 .mega-toggle-label {
    position: absolute !important;
    top: -5px !important;
    left: 10px !important;
    width: 30px !important;
    height: 30px !important;
}


.mega-menu-toggle:before {
    content: "\f0c9";
    display: inline-block !important;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    border: 1px solid #dbdbdb;
    text-align: center;
    padding: 8px;
    border-radius: 4px;
    position: absolute;
    color: #767676;
    font-weight: 400;
    font-size: 20px;
    box-shadow: none;
    top: -7px;
}

#account {
    display: none;
}

.bbp-reply-ip {
    display: none !important;
}

#premium_melding {
    display: none;
}

.premium-melding #premium_melding {
    display: block !important;;
}

.vc_message_box-icon {
    left: 25px !important;
}

.vc_message_box {
    padding: 2em 2em 2em 4em !important;
    font-size: 1.3em !important;
}

.kwayy-single-product-details .woocommerce-product-details__short-description .vc_message_box {
    padding: 2em 2em 2em 2em !important;
}

.app-display .kwayy-topbar-wrapper {
    display:none !important;
}

.app-display #tm-stickable-header-w {
    display:none !important;
}

.app-display .site-main, .app-display .post-3160, .app-display .post-3235, .app-display .post-3653, .app-display .post-2846, .app-display .post-3240 .site-main, .app-display .tm-titlebar-wrapper {
    padding-top: 15px !important;
}

.we-ls-weight-form input[type=number], .we-ls-weight-form input[type=text],  .we-ls-weight-form textarea {
    background-color: rgba(0,0,0,.03);
    margin-top: 16px;
}

.select2-container {
    margin-bottom: 15px !important;

}

.afvallen-select {
    width: 200px !important;;
    margin-right: 10px !important;
}

/* Customizing the buttons */
.tm-vc_btn3.tm-vc_btn3-shape-round, button, input[type="submit"], input[type="button"], input[type="reset"], .checkout_coupon input.button, .woocommerce div.product form.cart .button, table.compare-list .add-to-cart td a, .woocommerce .widget_shopping_cart a.button, .woocommerce #review_form #respond .form-submit input, .main-holder .site table.cart .coupon input, .woocommerce-cart .wc-proceed-to-checkout a.checkout-button, .woocommerce-cart #content table.cart td.actions input[type="submit"], .woocommerce #payment #place_order, .woocommerce .wishlist_table td.product-add-to-cart a {
    border-radius: 5px !important;
}

.btn-default {
    text-shadow: none !important;
    background-image: none !important;
    border: none !important;
    color: white !important;
    margin-top: 15px !important;
}

/* BB Press opmaak */

#bbpress-forums .bbp-forums-list li {
    display: block;
    font-size: 13px;
}

#bbpress-forums .bbp-forums-list li:before{
    content: "»";
    padding-right: 5px;
    color: #000;
}

#bbpress-forums div.bbp-forum-content {
  clear: both !important;
  margin-left: 0 !important;
  padding: 0  !important;
}

#bbpress-forums li.bbp-body ul.forum {
    padding-top: 20px;
    padding-bottom: 20px;
}

.forum-archive .bbpas-active, .forum-archive .bbpas-inactive {
    display: none !important;
}

.select2-results {
    font-size: 13px;
}

.error404 div.tm-titlebar-wrapper {
    display: none !important;
}

section.error-404 {
    padding: 75px 0 !important;
}

section.error-404 .tm-vc_icon_element {
    font-size: 2em !important;
}

.bbpress-recent-reply-row {
    box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    padding: 30px 30px;
}

#bbpress-forums ul.bbp-threaded-replies {
    margin-left: 20px;
    margin-right: 20px;
}

.bbp-threaded-replies li {
    border: 1px solid #dddddd !important;
    border-top: 0 !important;
    margin-bottom: 20px !important;
}

.zbbp-threaded-replies div.reply {
    background-color: #f4f4f4 !important;
}

#cookie-notice {
    background-color: rgba(43, 43, 43, 0.9) !important;
}

.energie-resultaat{
    box-shadow: 0 0 15px 0 rgba(0,0,0,.07);
    padding: 30px 30px;
}

.resultaat-kcal {
    float: right;
    font-size: 35px;
    font-weight: 400;
}
.resultaat-kcal-1 {
    margin-top: 20px;
}

.mega-inloggen-button a, .mega-schema-button a {
    font-size: 1px !important;
    visibility: hidden !important;
}

.mega-inloggen-button .mega-sub-menu a, .mega-schema-button .mega-sub-menu a {
    font-size: 14px !important;
    visibility: visible !important;
}

.mega-inloggen-button a:before,  .mega-schema-button a:before{
    margin: 0 !important;
    position: absolute !important;
    visibility: visible;
    font-size: 16px !important;
}

.mega-schema-button a:before {
    margin-left: 6px !important;
}

header#masthead #site-header-menu #site-navigation .mega-menu-wrap .mega-menu.mega-menu-horizontal li.mega-menu-flyout.last ul.mega-sub-menu {
    right: -200px !important;
}

.site-main {
    padding-top: 82px;
}


.woocommerce div.product form.cart .select2-container {
    margin-bottom: 15px !important;
    width: 400px !important;
    margin-top: 15px;
}

.woocommerce div.product form.cart .variations td.label {
    padding-left: 1em;
    line-height: 7em !important;
    color: black;
}

.woocommerce div.product form.cart .button {
    background-color: #ee7c20;
    opacity: 1 !important;
}

/*START VOORJAARS CAMPAGNE*/

/*achtergronden die algemeen gebruikt kunnen worden*/
.backgroundBlue{
    background-color: #55bbfd!important;
}

.backgroundWhite{
    background-color: #ffffff!important;
}

.backgroundGrey{
    background-color: #f3efef!important;
}

/*Achtergronden met foto's*/
.backgroundKick{
    background-image: url(https://gezond.afvallenmetnederland.nl/app/uploads/2017/11/jeroen-van-egmond-amn.png)!important;
    background-size: cover;
}

.backgroundWood{
    background-image: url(https://gezond.afvallenmetnederland.nl/app/uploads/2017/12/overlay-amn.png)!important;
    background-size: cover;
}

.backgroundFood{
    background-image: url(https://gezond.afvallenmetnederland.nl/app/uploads/2017/12/banner-overlay-amn-v2.png)!important;
    background-size: cover;
}

.backgroundWeight{
    background-image: url(https://gezond.afvallenmetnederland.nl/app/uploads/2017/12/weegschaal-v4.png)!important;
}

/*Oranje border van 3 pixels boven je div*/
.orangeTopBorder{
    border-top: 3px solid #e37a2b;
}

/*Haalt padding aan onderkant van div weg... kan algemeen gebruikt worden*/
.noPaddingBottom{
    padding-bottom: 0!important;
}

/*Haalt padding aan bovenkant van div weg... kan algemeen gebruikt worden*/
.noPaddingTop{
    padding-top: 0!important;
}

/*Haalt alle margins van een element af*/
.noMargin{
    margin: 0 0!important;
}

/*Haalt alle padding van een element af*/
.noPadding{
    padding: 0 0!important;
}

/*Geeft een margin van 80 pixels aan de bovenkant van de div... kan algemeen gebruikt worden*/
.marginTop80{
    margin-top: 80px;
}

/*Geeft een margin van 10 pixels aan de bovenkant van de div... kan algemeen gebruikt worden*/
.marginTop10{
    margin-top: 10px!important;
}

/*HIER GAAN DINGEN MIS MET DE PAGINA. Niet gebruiketn. Speciaal gerichte css regels voor de voorjaars campagne*/
/*div.tm-titlebar-wrapper{*/
/*     display: none;*/
/* }*/

.wpb_image_grid .wpb_image_grid_ul img{
    width: 100px!important;
    height: 50px!important;
}

.tm-vc_btn3.tm-vc_btn3-color-warning, .tm-vc_btn3.tm-vc_btn3-color-warning.tm-vc_btn3-style-flat{
    background-color: #e37a2b!important;
}

.tm-vc_btn3.tm-vc_btn3-color-info, .tm-vc_btn3.tm-vc_btn3-color-info.tm-vc_btn3-style-flat{
    background-color: #55bbfd!important;
}

.storeBtn{
    width: 350px;
}

/*EINDE VOORJAARS CAMPAGNE*/

/* BBPress mobiel */
@media screen and (max-width: 480px) {
  .my {
     display: block;
  }
}

/* mobiel */

@media (max-width: 1201px) {
    #account {
        display: block;
        position: absolute;
        top: 33px;
        right: 35px;
    }



    .account-button::before {
        content: "\f007";
        display: inline-block !important;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        border: 1px solid #dbdbdb;
        text-align: center;
        padding: 9px;
        border-radius: 4px;
        position: absolute;
        color: #767676;
        font-weight: 400;
        font-size: 20px;
        box-shadow: none;
    }

    .mega-inloggen-button a, .mega-schema-button a {
        font-size: 13px !important;
        visibility: visible !important;
    }

    .mega-inloggen-button a:before, .mega-schema-button a:before {
        margin: 0 6px 0 0px !important;
        position: relative !important;
    }

    .mega-inloggen-button .mega-sub-menu a, .mega-schema-button .mega-sub-menu a {
        font-size: 13px !important;
    }

    #bbpress-forums #bbp-single-user-details {
        width: 100% !important;
    }

    #bbpress-forums #bbp-single-user-details #bbp-user-navigation li {
        font-size: 16px !important;
    }

}


@media (max-width: 770px) {
    .tm-stickable-header-w {
        z-index: 170;
        margin: 0 auto;
        border-bottom: 1px solid #dadada;
        height: 70px !important;
        width: 100%;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        text-align: center;
    }

    .headerlogo img {
        max-height: 60px;
    }

    .site-main {
        padding-top: 135px ;
    }

    #account {
        display: block;
        position: absolute;
        top: 33px;
        right: 35px;
    }

    .account-button::before {
        content: "\f007";
        display: inline-block !important;
        font: normal normal normal 14px/1 FontAwesome;
        font-size: inherit;
        text-rendering: auto;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        transform: translate(0, 0);
        border: 1px solid #dbdbdb;
        text-align: center;
        padding: 9px;
        border-radius: 4px;
        position: absolute;
        color: #767676;
        font-weight: 400;
        font-size: 20px;
        box-shadow: none;
    }

    .page-id-2875 .vc_custom_1542289536333 {
        background-image: none !important;
    }

    .page-id-2875 .vc_custom_1542289695679 {
        background-image: none !important;
    }

    .hide-on-mobile {
        background-image: none !important;
        background-color: white !important;
    }

    .energie-resultaat {
        padding: 50px 30px;
    }

    .resultaat-kcal {
        float: none;
        position: absolute;
        font-size: 25px;
        left: 30px;
        margin-top: 30px;
    }
    .resultaat-kcal-1 {
        margin-top: 60px !important;
    }


}

@media (max-width: 727px) {

    .bbp-forum-topic-count, .bbp-forum-reply-count, .bbp-forum-freshness, .bbp-topic-voice-count, .bbp-topic-reply-count, .bbp-topic-freshness {
        display: none !important;
    }

    .bbp-forum-info, .bbp-topic-title {
        width: 100% !important;
    }

    .post-4774 .wpb_wrapper .container, .post-4826 .wpb_wrapper .container, .post-4828 .wpb_wrapper .container {
        padding-left: 0 !important;
        padding-right: 0 !important;
    }


    .headerlogo img {
        max-height: 50px;
    }

    .site-main {
        padding-top: 145px;
    }

    .post-3160, .post-3235, .post-3653, .post-2846 {
        padding-top: 60px;
    }

    .post-3240 .site-main {
        padding-top: 20px !important
    }

    .tm-titlebar-wrapper {
        padding-top: 85px !important;
    }
}

@media all and (min-width: 728px) {
    .nfc-registration {
        margin: 1em 2em 2em !important;
    }

    .nfc-field-email,
    .nfc-field-name,
    .nfc-field-adres,
    .nfc-field-wachtwoord {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .nfc-field-email > div,
    .nfc-field-name > div,
    .nfc-field-adres > div,
    .nfc-field-wachtwoord > div {
        flex-basis: calc(50% - 5px);
        flex-grow: 0;
        margin-bottom: 1em;
    }

    .nfc-registration > div > div {
        margin-bottom: 0;
    }

    .nfc-registration > div > div.nfc-field-email {
        margin-bottom: 10px;
    }

    .nfc-registration div.nfc-registration-left {
        margin-right: 32px;
    }
}
@media only screen and (max-width: 480px) {
    #bbpress-forums div.bbp-reply-author img.avatar {
        position: relative !important;
        top: 0 !important;;
    }
}
