/* LeadJabber button Rørlegger LP */

.rorlegger-lp #leadjab_signup_button {
    background: transparent;
    color: #ffffff;
  	border: 1px solid #fff;
}

.rorlegger-lp #leadjab_signup_button:hover {
  	background: transparent;
  	color: #d7a81c;
    border: 1px solid #efbb20;
}
  
.rorlegger-lp #leadjab_signup_button:active {
    background: #ffffff;
  	border: 1px solid #000000;
  	color: #000000;
}

/* Standard CSS Leadjabber */

.leadjab-column-full {
    padding: 0px;
}

.vertikal1 .leadjab_signup_button {
    background: transparent;
    color: #000000;
  	border: 1px solid #000000;
}

.vertikal1 .leadjab_signup_button:hover {
  	background: transparent;
  	color: #6786a1;
    border: 1px solid #6786a1;
}

.vertikal1 .leadjab_signup_button:active {
    background: #f8f8f8;
  	border: 1px solid #000000;
  	color: #000000;
}

.horisontal1 .leadjab_signup_button {
    background: transparent;
    color: #000000;
  	border: 1px solid #000000;
    height: 38px;
    padding-right: 5px;
    padding-left: 5px;
}

.horisontal1 .leadjab_signup_button:hover {
  	background: transparent;
  	color: #6786a1;
    border: 1px solid #6786a1;
    height: 38px;
    padding-right: 5px;
    padding-left: 5px;
}
  
.horisontal1 .leadjab_signup_button:active {
    background: #ffffff;
  	border: 1px solid #000000;
  	color: #000000;
    height: 38px;
    padding-right: 5px;
    padding-left: 5px;
}

#leadjab-responsive-form {
    max-width: 100%;
}

/* Tabs på forside */

.tab_titles {
    text-align: center !important;
    font-size: 18px;
}

.tab_titles .tab {
    display: inline-block !important;
    float: none !important;
}

@media only screen and (max-width: 767px){
  section.av_tab_section {
    font-size: 16px;
    text-align: center;
  }
}

/* LeadJabber Thank You Message */

#leadjab_signup_show_thanks {
    color: #13a370 !important;
  	font-size: 26px;
}

/*
.logo {
top: 20px;
}
.header-scrolled .logo {
top: 0px;
}

*/

/* Iconbox custom height */

.iconbox_content {
    height: 200px;
}

/* Testimonial Intervensjon Landingsside */

.page-id-434 a.prev-slide {
    margin-top: 50px !important;
}

.page-id-434 a.next-slide {
    margin-top: 50px !important;
}

/* New signupform iframe CSS */

.iframe-container {
    height: 160px;
}

@media screen and (max-width: 880px) {
  .iframe-container {
    height: 400px;
	}
}

/* Mobile menu */

@media only screen and (max-width: 1160px)
nav.main_menu {
    display: block !important;
}

/* Ninja forms */

.nf-form-fields-required {
    display: none;
}

.nf-field-label {
    display: none;
}

.nf-field-container {
    margin-bottom: 0px !important;
}