/*
	Theme Name:		Eye-C Template
	Description:	Custom WordPress template created by Eye-C Multimedia.
	Version:		1.0
	Author:			Eye-C Multimedia
	Author URI:		https://eye-c.nl/
	Text Domain:	eyec
    Tags:			HTML5, CSS3, Wordpress, Gutenberg, ACF, Eye-C Multimedia
    
    Notes:			Main css styles are read from assets/css/main.css, place custom css styles in this document.
*/

/*--------------------------------------------------*\
	Custom CSS Styles
\*--------------------------------------------------*/

:root {
  --red: #1a8165;
}

body {
  background-color: #fff;
  width: 100%;
  height: 100%;
  margin: 0px;
  padding: 0px;
  overflow-x: hidden;
}

.wrapper .main {
  padding-bottom: 0;
}

.page-section {
  margin-bottom: 0;
}

.row {
  margin-left: 0;
  margin-right: 0;
}

.skewed-old {
  padding-top: 16rem;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  /*height: 100%;*/
  height: 60vh;
  background: var(--red);
  z-index: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
}

.skewed {
  margin-top: 7rem;
  position: relative;
  width: 100%;
  /*height: 100%;*/
  height: 55vh;
  background: var(--red);
  z-index: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
}

.straighten {
  transform: skewY(2deg);
}

.button > .btn {
  display: inline-block;
  cursor: pointer;
  font-size: 0.9rem;
  padding: 6px 20px;
  text-decoration: none;
  min-width: 10rem;
  text-align: center;
  border-radius: revert;
}

.wp-block-button {
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
}

.btn-white > .wp-block-button__link {
  color: #000;
  background-color: #fff;
  outline: 1px solid #000;
  outline-offset: -1px;
}

.btn-white > .wp-block-button__link:hover {
  color: #fff;
  background-color: #000;
}

.button > .btn-black {
  color: #fff;
  background-color: #000;
}

.button > .btn-black:hover {
  color: #fff;
  background-color: var(--red);
}

#btn-border {
  border: 1px solid #000;
  margin-top: 1rem;
}

a,
a:link {
  color: #000;
}

a:hover {
  color: var(--red);
}

.wp-block-column {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.col-xs-12 {
  padding: 0;
}

.m-auto {
  margin: auto;
}

.text-center {
  text-align: center;
}

.white-text {
  color: white;
}

.wrap {
  box-sizing: border-box;
  max-width: 1200px;
  margin: 0 auto !important;
}

/*
#header {
  position: absolute;
  width: -webkit-fill-available;
  background-color: transparent;
}
*/

.header-red {
  background: #1a8165;
  background: -webkit-linear-gradient(left, #1a8165, #15644f);
  background: -moz-linear-gradient(left, #1a8165, #15644f);
  background: -ms-linear-gradient(left, #1a8165, #15644f);
  background: -o-linear-gradient(left, #1a8165, #15644f);
  background: linear-gradient(to right, #1a8165, #15644f);
}

.single .header-red, .page-template-default .header-red {
  background: #fff;
}

#menu-list li a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
}

#menu-list li a:hover {
    color: var(--red);
}

.header-red #menu-list li a:hover {
    color: #000;
}
/*
header .navigation {
	justify-content: flex-start;
}
*/

.logo img {
    max-width: 80%;
}

.wrapper.sticky {
  padding-top: 0;
}

/* Hero */

#hero-skewed {
  background-image: url(../img/achtergrond.png);
  background-position: top center;
  height: 75vh;
  width: 100%;
  background-size: cover;
  padding-top: 15rem;
}

#hero-row {
  color: #fff;
}

#hero-title {
  color: inherit;
  line-height: 3rem;
  font-size: 3rem;
  margin-bottom: 1rem;
}

#hero-btn-black {
  margin-right: 1.5rem;
}

.button.inline {
  display: inline-block;
}

.mr-1 {
  margin-right: 1rem !important;
}

.mr-2 {
  margin-right: 2rem;
}

/* Hero - Responsive */
@media only screen and (max-width: 600px) {
  #hero-skewed {
    height: 100vh;
  }

  #hero-btn-black {
    margin-right: 0;
    margin-bottom: 1rem;
  }
}

/* Reviews */
.reviewer > .image {
    display: none;
}

/* Piano */

.piano-head {
  color: inherit;
  line-height: 3rem;
  font-size: 3rem;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  font-weight: 800;
}

#piano-btn-white {
  border: 1px solid #000;
}

#piano-bottom-p {
  margin-bottom: 1rem;
}

.piano-header-top {
  font-weight: 500;
  margin-bottom: 5px;
  font-size: 1rem;
}

.grey-text {
  color: #9a9a9a;
}

#piano-img {
  width: 45%;
  margin-left: 1rem;
}

/* USP's */

.usp-row {
  /*background: linear-gradient(
    90deg,
    rgba(205, 52, 10, 1) 0%,
    rgba(189, 48, 8, 0.9864320728291317) 80%
  );*/
  background: #1a8165;
  background: -webkit-linear-gradient(left, #1a8165, #15644f);
  background: -moz-linear-gradient(left, #1a8165, #15644f);
  background: -ms-linear-gradient(left, #1a8165, #15644f);
  background: -o-linear-gradient(left, #1a8165, #15644f);
  background: linear-gradient(to right, #1a8165, #15644f);
  height: 600px;
}

#usp-inner-row {
  margin-top: 7rem;
  text-align: center;
  color: #fff;
}

.usp-title {
  color: #fff;
  display: block;
  font-size: 1.7rem;
  line-height: 1.9rem;
}

.usp-div {
  vertical-align: top;
  display: inline-block;
}

.usp-icon {
  height: 4rem;
  margin-bottom: 3rem;
}

.pt-6 {
  padding-top: 6rem;
}

.pt-9 {
  padding-top: 9rem;
}

/* USP's */

#links-row-inner {
  margin: 0 auto;
  justify-content: center;
  margin-top: 4rem;
}

.links-img {
  max-width: 500px;
}

.links-col {
  padding: 1rem 1rem 0rem 5rem;
}

.links-head {
  font-size: 2rem;
  line-height: 2rem;
  margin-bottom: 0.5rem;
  padding-top: 4rem;
  font-weight: 800;
}

#links-list {
  list-style-type: none;
  padding-left: 0;
}

.links-li {
  margin-bottom: 0.5rem;
}

.link-btn {
  text-align: left;
  width: 85%;
}

.btn .btn-black .link-btn {
  text-align: left;
  width: 85%;
}

a.link-btn {
  border-radius: 0;
  color: white;
  background-color: var(--color-secondary);
  display: inline-block;
  cursor: pointer;
  font-size: 1rem;
  padding: 12px 20px;
  text-decoration: none;
  min-width: 10rem;
  font-weight: 500;
  width: -webkit-fill-available;
}

a.link-btn:hover {
  background-color: #000;
}

.fa-arrow-right {
  float: right;
  padding-top: 7px;
}

/* Prijzen */

#prijzen-row {
  margin-top: 5rem;
}

#arrangement-text {
  margin-bottom: 0;
}

.prijzen-row-top {
  justify-content: center;
  text-align: center;
}

.prijzen-head {
  font-weight: 800;
  font-size: 32px;
}

.prijzen-card {
  /*box-shadow: 0 5px 5px 0 rgb(0 0 0 / 5%), 0 5px 5px 0 rgb(0 0 0 / 5%);*/
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 7%);
  text-align: center;
  min-width: 360px;
}

.prijzen-title {
  padding-top: 2rem;
  font-size: 1.4rem;
  line-height: 1.4rem;
  font-weight: 800;
}

.prijzen-p {
  padding: 0rem 1rem;
}

.prijzen-price {
  font-size: 3rem;
  margin: 1rem 0rem 1.3rem;
  line-height: 2.6rem;
  font-weight: 800;
}

.prijzen-price::before {
  content: "€";
  font-size: 1.6rem;
  vertical-align: text-top;
}

.prijzen-price::after {
    content: ",- pp";
    font-size: 1.6rem;
    vertical-align: text-bottom;
  }

#block_61a776886945c > .prijzen-price::before {
    content: "v.a. €";
    font-size: 1.6rem;
    vertical-align: text-top;
}

.prijzen-list {
  list-style-type: none;
  padding-left: 10px;
  margin-bottom: 25px;
}

.prijzen-li {
  position: relative;
  font-size: 1rem;
  color: #9a9a9a;
  margin-bottom: 0.4rem;
}

.prijzen-li::before {
  font-family: "Font Awesome 5 Free";
  content: "\f00c";
  font-weight: 600;
  font-size: 0.8rem;
  padding-right: 0.5rem;
  color: green;
}

a.prijzen-btn {
  color: #fff;
  background: #ffa72c;
  background: -webkit-linear-gradient(left, #ffa72c, #dc9229);
  background: -moz-linear-gradient(left, #ffa72c, #dc9229);
  background: -ms-linear-gradient(left, #ffa72c, #dc9229);
  background: -o-linear-gradient(left, #ffa72c, #dc9229);
  background: linear-gradient(to right, #ffa72c, #dc9229);
  margin: 0.6rem 0 2rem;
  /*padding: 12px 55px;*/
  width: 70%;
  padding: 10px;
  font-size: 1rem;
  border-radius: revert;
}

a.prijzen-btn:hover {
  color: #fff;
  background: #000;
}

/* Sfeer */
#sfeer {
  margin-top: 5rem;
}

#sfeer-row {
  margin-top: 8rem;
}

#sfeer-row-top {
  justify-content: center;
  text-align: center;
}

.sfeer-head {
  font-weight: 800;
  font-size: 32px;
}

.sfeer-sub-p {
  margin-bottom: 2.5rem;
}

#mozaiek {
  height: 600px;
}

/* Review */

.review-row {
  background-color: #f9f9f9;
  height: 700px;
  margin-bottom: 0;
}

#review-top-row {
  margin-top: 5rem;
  text-align: center;
}

/* Muziek */

.pt-4 {
  padding-top: 4rem;
}

.muziek-row {
  margin-top: 0;
  background-color: #121212;
  background-image: url(https://rollingpianoshow.nl/wp-content/uploads/2021/11/piano.png);
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 7% 100%;
  height: 550px;
}

#muziek-top-row {
  margin-top: 5rem;
  text-align: center;
}

#muziek-inner-row {
}

.muziek-head {
  color: #fff;
  margin-bottom: 2.5rem;
  font-weight: 800;
  font-size: 2.5rem;
}

.muziek-table-head {
  color: #fff;
  font-size: 1.3rem;
  line-height: 1.3rem;
}

.tg {
  border-collapse: collapse;
  border-spacing: 0;
  color: #fff;
  width: -webkit-fill-available;
}
.tg td {
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
}
.tg th {
  border-style: solid;
  border-width: 0px;
  overflow: hidden;
  padding: 10px 5px;
  word-break: normal;
  border-bottom: none !important;
}
.tg .tg-0lax {
  text-align: left;
  vertical-align: top;
  padding-right: 3rem;
  border-bottom: 1px solid rgb(255 255 255 / 10%);
}

.muziek-last-item {
  border-bottom: none !important;
}

/* Klanten */

#klanten-row {
  margin-top: 3rem;
}

#klanten-logos {
  height: 10rem;
}

#klanten-head {
}

/* Nieuws */

#nieuws-row {
  margin-top: 3rem;
  height: 45vh;
}

#nieuws-logos {
  height: 10rem;
}

#nieuws-head {
}

/* Contact */

.contact-row {
  margin-top: 3rem;
  padding-top: 3rem;
  background-color: #f9f9f9;
  /* background-image: url(https://rollingpianoshow.nl/wp-content/uploads/2021/11/vector-mic.png); */
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: 20% 90%;
  margin-bottom: -28.8px;
}

#contact-head {
  text-align: center;
}

#contact-inner-head {
  font-size: 2.7rem;
  line-height: 2.7rem;
  margin: 1.3rem 0 0;
}

/*
.contact-row::after {
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
  z-index: -1;
  transform: skewY(-2deg);
  transform-origin: top left;
}
*/

/* Form */

input[type="submit"] {
  float: right;
  border-radius: revert;
  background-color: var(--color-secondary);
  padding: 14px 60px;
  font-size: 1rem;
  color: #fff;
}

input[type="submit"]:hover {
  background-color: #000;
}

.mb-0 {
  margin-bottom: 0;
  padding-bottom: 6rem;
}

.m-0 {
  margin: 0;
}

/* Blogs */
.page-sidebar.left {
  margin-top: 100px;
}

.blog-btn {
  margin-top: 10px !important;
}

.comments {
  display: none;
}



/* Footer */

#footer-row {
  justify-content: center;
}

footer > .content {
  background-color: #121212;
  margin-top: 0;
  transform: skewY(-2deg);
  transform-origin: top left;
  color: #fff;
  padding-top: 3rem;
}

footer > .content::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: relative;
  background: inherit;
  z-index: -1;
  transform: skewY(-2deg);
  transform-origin: top left;
}

.footer-list {
  list-style-type: none;
  padding-left: 0;
}

footer a:hover {
  color: var(--red);
}

footer .copyright a:hover {
  color: var(--red);
}

.footer-list > li > a,
.footer-list > li > a:link {
  color: #fff;
}

footer a,
footer a:link {
  color: #fff;
}

.footer-list > li > a:hover {
  color: var(--red);
}

footer a:hover {
  color: var(--red);
}

#skew-stop {
  background-color: #121212;
  height: 150px;
  margin-top: -70px;
}

footer .copyright {
  background-color: #121212;
}

.block-social-links a:last-child {
  margin-left: 1rem;
}

#footer-line {
  margin: 0;
  border-style: none;
  height: 1px;
  background-color: #323232;
}

.mb-00 {
  margin-bottom: 0;
}

.footer-text a {
  text-decoration: underline;
}

/* Responsive large */
@media screen and (min-width: 1900px) {
  .slider {
    height: 1100px;
  }
  .slider .slide {
    height: 1100px;
  }
  .slider .slide .container {
    height: 1100px;
  }
}

/* Responsive */
@media screen and (max-width: 1024px) {
  header .navigation-mobile i {
    color: #fff;
  }
  header .navigation .menu.visible {
    background-color: var(--red);
  }
}

/* Responsive */
@media screen and (max-width: 767px) {
  .slider,
  .slider .slide,
  .slider .slide .container {
    height: 660px;
  }

  header .navigation {
    justify-content: flex-end;
  }

  header .navigation-mobile i {
    color: #fff;
  }

  .skewed {
    width: inherit;
  }

  .usp-row {
    height: 1150px;
  }

  .prijzen-card {
    min-width: 300px;
  }

  .slick-prev {
    left: 0;
  }

  .slick-next {
    right: 10px;
  }

  .tg .tg-0lax {
    padding-right: 0;
  }

  .links-col {
    padding-left: 0.5rem;
    padding-right: 0.5rem;
  }

  .links-group {
    padding-left: revert;
    padding-right: revert;
  }

  header .navigation .menu.visible {
    background-color: var(--red);
  }

  .links-head {
    padding-top: 1rem;
  }

  .sfeer-head {
    margin-top: 0;
  }

  .review-row {
    height: fit-content;
  }

  .muziek-row {
    height: 1000px;
  }

  .smartlappers {
    margin-top: 2rem;
  }

  .btn-white > .wp-block-button__link {
    margin-top: 1rem;
  }

  .pt-9 {
    padding-top: 4rem;
  }

  .muziek-head {
    font-size: 2.2rem;
  }

  #arrangement-text {
    margin-bottom: 0;
  }

  .prijzen-row-top {
    margin-bottom: 0;
  }

  #links-col-text {
    display: flex;
    flex-wrap: wrap;
  }

  .sfeer-head {
    margin-top: 3rem;
  }

  #footer-row {
    font-size: 0.8rem;
  }

  .pt-6 {
    padding-top: 1rem;
  }

  #arrangementen {
    padding-left: revert;
    padding-right: revert;
  }
}

.block-review-card .source .platform {
  max-width: 60px;
}

.block-review-card {
  background-color: #fff;
  box-shadow: 1px 1px 15px 5px rgba(0, 0, 0, 7%);
  min-height: 250px;
  display: flex;
  flex-direction: column;
}

.block-review-card .rating i {
  color: #ffcd00;
}

@media (min-width: 782px) {
  .wp-block-column:not(:first-child) {
    margin-left: 0.5em;
  }
}

.block-review-card .review {
  font-size: 1rem;
  line-height: 1.5rem;
  flex: 1;
}

.slick-prev:before,
.slick-next:before {
  color: var(--red);
}

/*
.wp-block-buttons .wp-block-button__link {
    padding: inherit;
    background-color: inherit;
    color: inherit;
    font-size: inherit;
    border-radius: inherit;
    font-weight: inherit;
}
*/

@media screen and (min-width: 1212px) {
  .piano-head {
    padding-right: 14rem;
  }
}

/* Blog (Single) */

.single .slider.small, .page-template-default .slider.small{
  height: 475px;
}

.single .slider.small .slide, .page-template-default .slider.small .slide{
  height: 595px;
  margin-top: -125px;
}

.single .wrapper .main, .page-template-default .wrapper .main{
  padding-bottom: 75px;
}

.whiten > i {
  color: #fff !important;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .single .slider.small, .page-template-default .slider.small {
    height: 260px;
  }

  .single .slider.small .slide, .page-template-default .slider.small .slide {
    height: 385px;
    margin-top: -115px;
  }
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .single #menu-list li a, .page-template-default #menu-list li a {
    color: #fff;
  }

  .page-template-default a {
    overflow-wrap: break-word;
  }
}


/* Modula gallery plugin */

html body .modula .modula-items {
    z-index: 0 !important;
}