/*
Theme Name: Twenty Twenty Two Child Theme
Template: twentytwentyone
*/
/* Parent stylesheet should be loaded from functions.php not using @import */
/*
Argus Business Intelligence colors
purple = #27185b
green =  #009540
*/
header#masthead,
.wp-custom-logo .site-header {
  padding: 0;
}

.site-branding:last-child {
  text-align: left !important;
}

.post-thumbnail,
.entry-content .wp-audio-shortcode,
.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
*[class*=inner-container] > *:not(.entry-content):not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.wp-block-separator):not(.woocommerce),
.default-max-width {
  max-width: unset !important;
  margin-left: unset !important;
  margin-right: unset !important;
}

.site-main {
  padding-top: unset !important;
  padding-bottom: unset !important;
}

body {
  height: 100%;
  font-size: 1rem !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
strong {
  color: #27185b;
}

main#main {
  min-height: unset !important;
}

#site-logo {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.topbar {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: fixed;
  z-index: 20;
  padding: 15px;
  width: 100%;
  bottom: 0;
  background-color: #27185b;
  color: #fff;
}

.topbar .topbar-content a {
  color: #fff;
  text-decoration: none;
}

header#masthead,
.wp-custom-logo .site-header {
  padding: 0px;
  height: 10px;
  margin-top: 30px;
}

#site-header.top-header #site-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

#site-header.top-header #site-logo #site-description h2 {
  color: #27185b;
  margin-left: 1vw;
}

#site-header.full_screen-header .menu-bar .ham::before {
  top: -9px;
}

#site-header.full_screen-header .menu-bar .ham::before,
#site-header.full_screen-header .menu-bar .ham::after {
  height: 3px;
}

#site-header.full_screen-header .menu-bar-inner {
  height: 99px;
}

#site-header #site-logo #site-logo-inner a img {
  max-height: 60px !important;
}

/* MainMenu Searchbar */
#site-header.top-header #searchform-header-replace input {
  color: #fff;
  text-transform: none;
}

::-webkit-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: normal;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: normal;
  opacity: 1;
  /* Firefox */
}

::-ms-input-placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: normal;
  opacity: 1;
  /* Firefox */
}

::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #fff;
  font-weight: normal;
  opacity: 1;
  /* Firefox */
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
  font-weight: normal;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
  font-weight: normal;
}

/**** Homepage */
.separate-layout #main #content-wrap {
  padding: 0;
}

/* remove bottom margin wp-block-columns */
.wp-block-columns {
  margin-bottom: 0;
}

.separate-layout.content-full-width .content-area {
  padding: 0 !important;
}

.header__white {
  color: #fff;
}

.banner-background-container {
  background-image: url(https://argusba.nl/wp-content/uploads/2022/04/particulier-klant-overleg-op-kantoor.jpg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  height: 400px;
}

.banner-background-container.wp-block-column h1 {
  max-width: 9em;
  font-size: 6vw;
  color: #27185b;
  line-height: 1;
  padding: 5vw 15px;
}

img.wp-image-572 {
  display: none;
}

/* Image box-shadow */
.img--box-shadow {
  -webkit-box-shadow: 5px 5px #009540, 10px 10px #02692e;
          box-shadow: 5px 5px #009540, 10px 10px #02692e;
}

.img--box-shadow-left {
  -webkit-box-shadow: -5px 5px #009540, -10px 10px #02692e;
          box-shadow: -5px 5px #009540, -10px 10px #02692e;
}

/* Container padding */
.container-full-width {
  padding: 40px 15px;
}

.column-full-width,
.wp-block-column.column-full-width {
  margin: 0 auto;
  max-width: 1200px;
  -webkit-box-flex: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important;
  -ms-flex-preferred-size: 80% !important;
      flex-basis: 80% !important;
}

.wp-block-columns:not(.is-not-stacked-on-mobile) > .wp-block-column .wp-block-column.title_column.column-full-width {
  -ms-flex-preferred-size: 80% !important;
      flex-basis: 80% !important;
}

/* Container White bg Full width */
.container-full-width--white-bg {
  background-color: #fff;
}

/* Container Grey bg Full width */
.text-container-full-width--grey-bg {
  background-color: #f1f1f1;
}

/* Container Dark grey bg Full width */
.container-full-width--dark-bg {
  background: -webkit-gradient(linear, left top, right top, from(#1b1b1b), to(#3b3b3b));
  background: linear-gradient(to right, #1b1b1b, #3b3b3b);
  color: #fff;
}

.wp-block-column.column-dienst {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  margin-bottom: 50px;
}

.two-col {
  margin: 0 20px;
}

.quarter-columns-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.quarter-blocks-column {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-line-pack: center;
      align-content: center;
  -webkit-box-align: left;
      -ms-flex-align: left;
          align-items: left;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  overflow: hidden;
}

.quarter-blocks-column h3 {
  font-weight: 700;
  display: block;
}

.quarter-blocks-column:not(:first-child) {
  margin-left: 10px;
}

.quarter-blocks-column figure.wp-block-image.size-large {
  overflow: hidden;
}

.quarter-blocks-column img {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  margin: 0;
}

.quarter-blocks-column img:hover {
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
  /* (150% zoom - Note: if the zoom is too large, it will go outside of the viewport) */
}

.quarter-blocks-column:last-child img:hover {
  -webkit-transform-origin: bottom right;
          transform-origin: bottom right;
}

/* Header color on dark background */
.container-full-width--dark-bg h3 {
  color: #009540;
}

/* Missie image container */
.background-images {
  overflow: hidden;
  background-color: #CECBC2;
  background-position: center;
  background-size: cover;
}

/* Missie image left */
.image-left {
  position: relative;
  background-image: url("https://argusbi.nl/wp-content/uploads/2021/08/informing-data-on-tablet-working-from-office.png");
  left: 0px;
  margin-bottom: 30px;
  height: 32vw;
  width: 50%;
  z-index: 2;
}

/* Missie image right */
.image-right {
  position: relative;
  background-image: url("https://argusbi.nl/wp-content/uploads/2021/08/data-rapport-on-laptop-working-at-home.png");
  top: -25%;
  width: 58%;
  height: 40vw;
  left: 42%;
  z-index: 1;
}

.right-paragraphs:first-child {
  font-size: 22px;
  line-height: 1.6;
}

/* Missie flex-box column container for content */
.row--no-gutters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

/* Missie container heading */
h3.heading-lp {
  font-size: 30px;
  text-transform: uppercase;
}

.circle__white {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 50px;
  height: 50px;
  border: 3px solid #fff;
  border-radius: 50%;
  color: #fff;
  font-size: 1.6em;
  padding-top: 8px;
  margin-bottom: 10px;
  text-transform: capitalize;
}

.bigger-font-size {
  font-size: 1.3em;
}

/*

Contactform on contactpage and demo form

*/
.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message,
.frm_style_formidable-style.with_frm_style input[type=submit],
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button],
.frm_style_formidable-style.with_frm_style .frm_submit button,
.frm_form_submit_style,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn {
  background-color: #27185b !important;
  border: 1px solid;
  -webkit-box-shadow: inset 0 0 20px rgba(39, 24, 91, 0);
          box-shadow: inset 0 0 20px rgba(39, 24, 91, 0);
  outline-color: rgba(39, 24, 91, 0.5);
  outline-offset: 0px;
  text-shadow: none;
  -webkit-transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
  transition: all 1250ms cubic-bezier(0.19, 1, 0.22, 1);
}

.frm_style_formidable-style.with_frm_style .frm_compact .frm_dropzone.dz-clickable .dz-message:hover,
.frm_style_formidable-style.with_frm_style input[type=submit]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit input[type=button]:hover,
.frm_style_formidable-style.with_frm_style .frm_submit button:hover,
.frm_form_submit_style:hover,
.frm_style_formidable-style.with_frm_style .frm-edit-page-btn:hover {
  background-color: #009540 !important;
  border: 1px solid;
  color: #fff;
  -webkit-box-shadow: inset 0 0 20px rgba(39, 24, 91, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
          box-shadow: inset 0 0 20px rgba(39, 24, 91, 0.5), 0 0 20px rgba(255, 255, 255, 0.2);
  outline: 1px solid;
  outline-color: rgba(39, 24, 91, 0);
  outline-offset: 15px;
  text-shadow: 1px 1px 2px #427388;
}

input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=number],
input[type=tel],
input[type=date],
input[type=month],
input[type=week],
input[type=time],
input[type=datetime],
input[type=datetime-local],
input[type=color],
.site textarea {
  border: 1px solid #bfc3c8 !important;
}

/* font-sizes increases */
p.landing-intro-content,
.right-paragraphs:first-child {
  font-size: 24px;
  max-width: 30em;
}

.col-demo-form {
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
          box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.06);
  -webkit-transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, -webkit-box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s;
  transition: background .3s, border .3s, border-radius .3s, box-shadow .3s, -webkit-box-shadow .3s;
  padding: 7%;
}

.footer-widgets-inner.container {
  width: 1500px;
}

/* footer area above the Widget area */
.entry-footer > span.edit-link {
  display: none;
}

/* footer area above the Widget area */
footer.entry-footer.default-max-width {
  display: none;
}

/*Widget area*/
.widget-area {
  margin-top: 0px !important;
  padding-bottom: 50px !important;
  border-top: 1px solid #009540;
}

.site-footer > .site-info,
.site-info,
.footer-navigation {
  display: none !important;
}

/*powered by Wordpress text */
.powered-by {
  display: none;
}

/****** Media Queries *******/
@media screen and (min-width: 500px) {
  .topbar {
    bottom: unset;
    top: 0px;
  }
  header#masthead,
  .wp-custom-logo .site-header {
    width: 75%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 55px 20px 40px 0px;
    height: 200px;
  }
  .banner-background-container {
    padding: 0 40px;
  }
  .banner-background-container.wp-block-column h1 {
    padding: 5vw 1vw;
  }
  .wp-block-column.title_column.column-full-width {
    max-width: 1200px;
    margin: 0 auto;
  }
  .wp-block-column.title_column.column-full-width {
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  img.wp-image-572 {
    display: inline-block;
    width: 70%;
    bottom: 20px;
    left: 0;
    position: absolute;
  }
  /*
  .title_column::before {
    content: "";
    background-image: url("https://argusbi.nl/wp-content/uploads/2021/10/graph-icon.svg");
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  */
  .title_column {
    margin-left: 10px;
    margin: 0 auto;
  }
  .container-paralax-img {
    background-image: url("https://argusbi.nl/wp-content/uploads/2021/07/argus-business-intelligence-portal-inlog-laptop-min.png");
    min-height: 750px;
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
  }
  /* background image in purple container */
  /*
  .title_column {
    background-image: url("https://argusbi.nl/wp-content/uploads/2021/07/argus-business-intelligence-portal-inlog-laptop-min.png");
    background-position: top 0% right 15%;
    background-size: 30%;
    background-repeat: no-repeat;
  }
  */
  /* Image width increase */
  .img--full-width {
    display: none;
  }
  /* landing intro content container */
  .landing-intro-pattern {
    position: fixed;
    left: 0;
    top: 0;
    width: 12vw;
    height: 200vh;
    z-index: -999;
    -webkit-transform: translate(0%, -8.8619%) translate3d(0px, 0px, 0px);
            transform: translate(0%, -8.8619%) translate3d(0px, 0px, 0px);
    background-image: url(https://argusbi.nl/wp-content/uploads/2021/10/image-pattern-scroll-background.svg);
    background-position: left top;
    background-repeat: repeat-y;
    background-size: contain;
  }
  .text-container-right {
    padding-left: 42%;
  }
  /* landing intro content font size increase */
  p.landing-intro-content {
    font-size: 30px;
  }
  /* Missie content */
  h3.heading-lp {
    font-size: 4vw;
    text-transform: uppercase;
  }
  .wp-block-column.column-dienst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .footer-box.span_1_of_3.col.col-3 iframe {
    height: 220px;
  }
  .right-paragraphs:first-child {
    font-size: 24px;
  }
  .img-description-left::before,
  .img-description-right::before {
    font-size: 28px;
  }
  .img-description-right:hover::before {
    right: 55%;
  }
  /* Container padding */
  .container-full-width {
    padding: 80px 0 40px;
  }
  #footer-widgets .col {
    margin-bottom: 0px;
  }
}

/* End Media screen min-width 900px*/
@media screen and (min-width: 1000px) {
  /* landing intro content font size increase */
  p.landing-intro-content {
    font-size: 36px;
  }
  /* Missie flex-box row container for content */
  .row--no-gutters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .row-heading {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 41.666667%;
            flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .row_paragraph {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .img-description-right:hover::before {
    right: 60%;
  }
  .img-description-left::before,
  .img-description-right::before {
    font-size: 30px;
  }
  body .oceanwp-row .span_1_of_3 {
    width: 33%;
  }
}

/* End Media screen min-width 1200px */
@media screen and (min-width: 1200px) {
  /* landing intro content font size increase */
  p.landing-intro-content {
    font-size: 36px;
  }
  .right-paragraphs:first-child {
    font-size: 26px;
    line-height: 1.5;
  }
  .img-description-left::before,
  .img-description-right::before {
    font-size: 36px;
  }
  .img-description-right:hover::before {
    right: 60%;
  }
}

/* End Media screen min-width 1200px */
@media screen and (min-width: 1600px) {
  /* Purple container h1  */
  .banner-background-container.wp-block-column h1 {
    font-size: 96px;
  }
  .img-description-left::after,
  .img-description-right::after {
    font-size: 48px;
  }
  .img-description-right:hover::before {
    right: 60%;
  }
}

/* End Media screen min-width 1700px */
@media screen and (min-width: 2000px) {
  /* landing intro content font size increase */
  p.landing-intro-content {
    font-size: 42px;
  }
  /* Missie content */
  .container_missie {
    padding-top: 150px;
    padding-bottom: 50px;
    padding-left: 12.5%;
  }
  h3.heading-lp {
    font-size: 96px;
  }
  .text-content_right {
    max-width: 25em;
  }
  .right-paragraphs:first-child {
    font-size: 28px;
  }
  .image-left {
    width: 47%;
  }
  .image-right {
    width: 58%;
  }
}

/* End Media screen min-width 1700px */
/*# sourceMappingURL=style.css.map */