/*!
Theme Name: orthototaal
Theme URI: http://underscores.me/
Author: Around Seven voor Dharma Media
Author URI: http://www.aroundseven.nl
Description: Base theme for orthototaal websites
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: orthototaal-theme
Tags:


*/
.site-footer__content, .l-column,
.vc_row .vc_column-inner {
  max-width: 1050px;
  margin-left: auto !important;
  margin-right: auto !important;
}
@media (min-width: 48.0625em) {
  .site-footer__content, .l-column,
  .vc_row .vc_column-inner {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}

.right {
  float: right;
}

.left {
  float: left;
}

html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

*, *:before, *:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  overflow-x: hidden;
  background: #FFF;
  padding: 0;
  margin: 0;
  font: 16px/29px "proxima-nova", sans-serif;
}

.clean .vc_row {
  padding-left: 0;
  padding-right: 0;
  margin-left: 0;
  margin-right: 0;
}

@media (max-width: 48.0525em) {
  .hide-on-mobile {
    display: none !important;
  }
}

.show-on-mobile {
  display: none !important;
}
@media (max-width: 48.0525em) {
  .show-on-mobile {
    display: block !important;
  }
}

@media (max-width: 61.24em) {
  .hide-on-tablet {
    display: none !important;
  }
}

.show-on-tablet {
  display: none !important;
}
@media (max-width: 61.24em) {
  .show-on-tablet {
    display: block !important;
  }
}

h1, h2, h3, h4 {
  font-family: "proxima-nova", sans-serif;
  color: #252523;
  font-weight: bold;
}

h1 {
  font-size: 24px;
  text-align: center;
  display: block;
  line-height: 30px;
  background: none;
}
@media (min-width: 48.0625em) {
  h1 {
    font-size: 30px;
    line-height: 44px;
    max-width: 663px;
  }
}
.top-header h1 {
  padding-top: 16%;
}
@media (max-width: 48.0525em) {
  .top-header h1 {
    text-align: center !important;
    width: 100%;
    padding-top: 200px;
    padding-bottom: 20%;
  }
}
@media (min-width: 23.4375em) {
  .top-header h1 {
    padding-top: 200px;
    padding-bottom: 0;
  }
}

@media (min-width: 48.0625em) {
  .top-header h1.header-top-details-header {
    padding-top: 80px;
  }
}
@media (max-width: 48.0525em) {
  .top-header h1.header-top-details-header {
    font-size: 30px;
    line-height: 40px;
    max-width: 500px;
  }
}

h2 {
  font-size: 24px;
  line-height: 32px;
}
@media (min-width: 48.0625em) {
  h2 {
    margin-bottom: 50px;
  }
  .centered-h2 h2 {
    padding: 0 100px;
    margin: 0 auto;
    max-width: 960px;
  }
}

.vc_cta3-content-header {
  font-size: 18px;
  color: #131313;
}

@media (min-width: 48.0625em) {
  .pull-down {
    margin-top: 118px;
  }
}

blockquote {
  margin-left: 0;
}
blockquote p {
  color: #071F3E;
  font-weight: 300;
  font-style: italic;
  font-size: 36px;
  line-height: 55px;
}
@media (max-width: 48.0525em) {
  blockquote p {
    font-weight: 300;
    font-style: italic;
    font-size: 26px;
    line-height: 45px;
  }
}

p {
  color: #131313;
}
p a {
  color: #131313;
}
p a:hover {
  color: #071F3E;
}

.clear {
  clear: both;
}

.l-site-container {
  margin: 0 auto;
}

@media (max-width: 61.24em) {
  .l-column,
  .vc_row .vc_column-inner {
    padding-left: 20px;
    padding-right: 20px;
  }
}

#l-site-wrapper {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  background: #FFF;
}
#l-site-wrapper.show-nav #l-site-canvas {
  -webkit-transform: translateX(-270px);
  -ms-transform: translateX(-270px);
      transform: translateX(-270px);
  position: fixed;
  background: #FFF;
}

#l-site-canvas {
  width: 100%;
  min-height: 100%;
  height: 100%;
  position: relative;
  -webkit-transform: translateX(0);
}

.cms__edit {
  clear: both;
  padding: 20px;
  background: #1d1d1d;
}
.cms__edit a {
  color: #AAA;
}

.btn--hero, .btn--footer, .clean .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
  background-color: #0057C7;
  color: #FFF;
  font-size: 18px;
  padding: 20px;
  min-width: 295px;
  border: 0 none;
  text-decoration: none;
  text-align: center;
  border-radius: 8px;
  width: auto;
}
@media (max-width: 61.24em) {
  .btn--hero, .btn--footer, .clean .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat {
    width: 100%;
    min-width: 247px;
    padding: 20px 4%;
  }
}
.btn--hero:hover, .btn--footer:hover, .clean .vc_btn3.vc_btn3-color-warning.vc_btn3-style-flat:hover {
  background-color: rgb(0, 109.2964824121, 250);
  color: white;
  cursor: pointer;
}

.btn-secondary, .clean .vc_btn3.vc_btn3-color-white.vc_btn3-style-flat, .btn-secondary--product button,
.btn-secondary--product a {
  display: inline-block;
  color: #0057C7;
  font-size: 22px;
  padding: 20px 40px;
  border: 1px solid #979797;
  border-radius: 4px;
  width: auto;
  text-decoration: none;
}

.btn-secondary--product button,
.btn-secondary--product a {
  border: 1px solid #0057C7 !important;
  color: #0057C7 !important;
}
.btn-secondary--product button:hover,
.btn-secondary--product a:hover {
  background-color: #0057C7 !important;
  color: #FFF !important;
}

.btn--footer {
  width: 100%;
  display: inline-block;
}

.btn--hero {
  display: inline-block;
  width: 100%;
}
@media (min-width: 48.0625em) {
  .btn--hero {
    width: auto;
    float: left;
    margin-right: 20px;
    margin-bottom: 80px !important;
  }
}

@media (max-width: 61.24em) {
  .navigation--main {
    background: #333;
    position: fixed;
    top: 0;
    right: -270px;
    width: 270px;
    height: 100%;
    min-height: 100%;
  }
}
.navigation--main .menu {
  padding: 0;
  margin: 0;
  float: right;
  list-style-type: none;
  display: inline-block;
}
@media (min-width: 61.25em) {
  .navigation--main .menu {
    margin: 20px 0;
  }
}
.navigation--main .menu li {
  float: left;
}
.navigation--main .menu li a {
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: block;
  filter: alpha(opacity=50);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
  opacity: 0.5;
  text-decoration: none;
  color: #000;
  padding: 10px;
  width: 270px;
  font-weight: bold;
  font-size: 15px;
}
@media (max-width: 61.24em) {
  .navigation--main .menu li a {
    border-bottom: 1px solid #666;
    padding: 15px 20px;
    color: #FFF;
  }
}
@media (min-width: 61.25em) {
  .navigation--main .menu li a {
    text-align: center;
    width: auto;
    padding: 5px 25px;
  }
}
.navigation--main .menu li a:hover {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}
.navigation--main .menu .current_page_item a {
  filter: alpha(opacity=100);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  opacity: 1;
}

.site-header {
  position: relative;
  z-index: 2;
  width: 100%;
  top: 100px;
  margin-top: -100px;
}
@media (min-width: 48.0625em) {
  .site-header {
    margin-left: auto;
    margin-right: auto;
    max-width: 1050px;
  }
}
.site-header .site-branding {
  float: left;
}
@media (max-width: 61.24em) {
  .site-header .site-branding {
    position: absolute;
    width: 100%;
    top: 70px;
    height: 50px;
    z-index: 1;
    text-align: center;
    border-bottom: 1px solid #B1BCB5;
  }
}
.site-header h1.site-title {
  margin: 0;
}
.site-header h1.site-title a {
  text-decoration: none;
  display: block;
  text-indent: -9999px;
  overflow: hidden;
  background-image: url("./images/logo-header-new.svg");
  background-repeat: no-repeat;
  background-repeat: no-repeat;
  margin-left: 20px;
}
@media all and (-webkit-min-device-pixel-ratio: 1.5), all and (-o-min-device-pixel-ratio: 3/2), all and (min--moz-device-pixel-ratio: 1.5), all and (min-device-pixel-ratio: 1.5) {
  .site-header h1.site-title a {
    background-image: url("./images/logo-header-new@2x.svg");
    background-size: contain;
  }
}
@media (min-width: 61.25em) {
  .site-header h1.site-title a {
    margin-left: 0;
    margin-top: 7px;
    width: 400px;
    height: 65px;
  }
}
@media (max-width: 61.24em) {
  .site-header h1.site-title {
    max-width: 100%;
    width: 100%;
  }
  .site-header h1.site-title a {
    background-position: center;
    margin: 0 auto;
  }
}
.site-header .site-description {
  display: none;
  font-size: 16px;
  font-style: italic;
  font-weight: normal !important;
  color: #000;
  line-height: 10px;
}
@media (min-width: 61.25em) {
  .site-header .site-description {
    display: block;
  }
}

.header__logo {
  padding: 20px;
  float: left;
}

.header-widget {
  float: right;
  padding: 7px 20px 10px 20px;
  margin: 20px;
  border-left: 1px solid #B1BCB5;
}
.header-widget div {
  display: inline-block;
  margin-left: 20px;
  color: #888888;
}
.header-widget a {
  display: inline-block;
  color: #888888;
}
@media (max-width: 61.24em) {
  .header-widget {
    float: none;
    width: 100%;
    background: #071F3E;
    margin: 0;
    padding: 0;
    border-left: 0;
  }
  .header-widget .textwidget {
    margin-left: 0;
    margin-bottom: 0;
    width: 100%;
  }
  .header-widget a {
    width: 46%;
    border-radius: 8px;
    background: #0C2C56;
    color: #FFF;
    text-decoration: none;
    text-align: center;
    margin: 2% 2% 0 2%;
    padding: 6px 20px;
    float: left;
  }
}

.header__image.wpb_content_element {
  margin-left: auto;
  margin-right: auto;
  text-align: center !important;
}
@media (min-width: 61.25em) {
  .header__image.wpb_content_element {
    margin-top: -250px;
    margin-bottom: -100px;
    position: relative;
    z-index: 99;
    text-align: right !important;
  }
}

.header__mobile-nav-link {
  float: right;
  position: relative;
  z-index: 99;
  padding: 20px;
}
@media (min-width: 61.25em) {
  .header__mobile-nav-link {
    display: none;
  }
}

.header__mobile-nav-link__line {
  height: 3px;
  width: 22px;
  margin-bottom: 4px;
  background: #999;
}

.entry-header {
  background: #071F3E;
}

.top-header .wpb_text_column.wpb_content_element {
  margin-bottom: 0;
}
.top-header p {
  max-width: 590px;
}

.site-footer {
  background: #FFF;
  border-top: 1px solid #CFCFDF;
  position: relative;
  z-index: 2;
  overflow: hidden;
  white-space: nowrap;
}

.site-footer__content {
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  text-align: center;
}
@media (max-width: 48.0525em) {
  .site-footer__content {
    padding: 20px 0;
  }
}

.footer-widget, .footer-widget--right, .footer-widget--left {
  color: #888888;
}
.footer-widget a, .footer-widget--right a, .footer-widget--left a {
  color: #888888;
}

.stap__afbeelding {
  min-height: 145px;
}
.stap__afbeelding img {
  vertical-align: bottom;
}

.hero p {
  font-size: 26px;
  font-weight: 300;
  line-height: 42px;
}
.hero p a {
  color: #0057C7;
}
.hero p a:hover {
  color: rgb(0, 109.2964824121, 250);
}

.product-list-header {
  border-bottom: 1px solid #D6DFEB;
}
.product-list-header h2 {
  margin-bottom: 0;
}
.product-list-header .vc_column-inner {
  margin-bottom: 0;
}
.product-list-header a {
  color: #0057C7;
  font-size: 18px;
}
@media (max-width: 48.0525em) {
  .product-list-header a {
    display: inline-block;
    color: #0057C7;
    font-size: 22px;
    padding: 20px 40px;
    border: 1px solid #979797;
    border-radius: 4px;
    text-decoration: none;
    width: 100%;
    text-align: center;
  }
}

.vc_responsive .product-list.wpb_row .vc_col-sm-2 {
  float: left;
}
@media (min-width: 48.0625em) {
  .vc_responsive .product-list.wpb_row .vc_col-sm-2 {
    width: 18.8%;
    padding: 0;
    margin-right: 1.5%;
    min-height: 0;
  }
}

.vc_responsive .product-list.wpb_row .vc_col-sm-2 .wpb_single_image {
  margin-bottom: 20px;
}
.vc_responsive .product-list.wpb_row .vc_col-sm-2 .wpb_single_image .vc_single_image-wrapper {
  min-height: 164px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.vc_responsive .product-list.wpb_row .vc_col-sm-2 .wpb_single_image .vc_single_image-wrapper img {
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.product-list .product-list__last-item-in-row {
  margin: 0 !important;
}

.product__title.wpb_content_element {
  margin-bottom: 0;
}
.product__title.wpb_content_element h3 {
  font-weight: 300;
  font-size: 18px;
  text-align: center;
  padding-bottom: 0;
  margin-bottom: 0;
}
.product__title.wpb_content_element h3 span {
  font-weight: bold;
  display: block;
}

.product-detail {
  padding-bottom: 60px;
}
.product-detail h3 {
  font-size: 30px;
  font-weight: 300;
}
.product-detail h3 span {
  font-weight: bold;
}

.product-detail__image.wpb_content_element {
  margin-bottom: 0;
}
@media (min-width: 48.0625em) {
  .pull-down .product-detail__image.wpb_content_element {
    margin-top: -40px;
  }
}

@media (min-width: 48.0625em) {
  .product-detail__info.vc_column_container {
    padding-right: 60px;
  }
}

.product-detail__color.wpb_content_element {
  float: left;
  margin-right: 14px;
  margin-bottom: 14px;
}