/*
Theme Name: Wielercoach
Theme URI: https://www.wielercoach.be
Author: cre8ives
Author URI: https://www.cre8ives.be/
Description: Het thema Wielercoach werd in 2020 ontwikkeld door cre8ives te Aalst.
Version: 1.0
Text Domain: cre8ives
*/
body {
    font-family: exo-soft, sans-serif;
    font-weight: 100;
    color: #000000;
}
body, html {
    overflow-x: hidden;
    width: 100%;
}
.container {
    margin: auto!important;
}
h1, h2, h3 {
    font-family: sporty-pro, sans-serif;
    font-weight: 500;
}
a  {
    color: #000000;
}
a:hover  {
    color: #000000;
    text-decoration-line: underline;
}
main a::after, .urls a::before, .footer-contact a::after {
    content: "";
    position: absolute;
    border-top: 2px solid #fcdf02;
    left: 190px;
    margin-top: 22px;
    width: 25px;
    height: 0px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.urls a::before {
    left: 15px;
}
.footer-contact a::after {
    left: 45px;
}
.urls a:hover::before {
    width: 50px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
main a:hover::after, .footer-contact a:hover::after {
    content: "";
    position: absolute;
    border-top: 2px solid #fcdf02;
    left: 190px;
    margin-top: 22px;
    width: 75px;
    height: 0px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.footer-contact a:hover::after {
    left:45px;
}
.social-icons a::after {
    display: none;
}
.cta:hover::after {
    display: none;
}
main a {
    cursor: pointer;
}
main a:hover {
    text-decoration-line: none;
}
.yellow {
    background-color: #fcdf02;
}
span {
    color: #fcdf02;
}
.topbar {
    font-family: sporty-pro, sans-serif;
    font-size:12px;
    padding: 5px;
    position: fixed;
    width: 100%;
    z-index: 99;
    top: 0;
}
.pipe  {
    padding: 0 10px;
}
.logo {
    max-width: 75px!important;
}
.navbar {
    top: 27px;
    background-color: #FFF;
}
.nav-link {
    font-family: sporty-pro, sans-serif;
    font-weight: 500;
    color: #000000!important;
    margin-left:25px;
    font-size: 15px;
}
.submenu a.nav-link {
    font-size: 13px;
    font-weight: 100;
}
.hero  {
    width:100vw;
    height:calc( 100vh - 30px );
    top:30px;
}
.dots {
    position: absolute;
    width: 100%;
    height:100%;
    background-image: url(/wp-content/uploads/2020/12/dots-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-animation: rotating 120s linear infinite;
    -moz-animation: rotating 120s linear infinite;
    -ms-animation: rotating 120s linear infinite;
    -o-animation: rotating 120s linear infinite;
    animation: rotating 120s linear infinite;
}

@-webkit-keyframes rotating /* Safari and Chrome */ {
    from {
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
  @keyframes rotating {
    from {
      -ms-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -webkit-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
    }
    to {
      -ms-transform: rotate(360deg);
      -moz-transform: rotate(360deg);
      -webkit-transform: rotate(360deg);
      -o-transform: rotate(360deg);
      transform: rotate(360deg);
    }
  }
.hero .content {
    background-image: url(/wp-content/uploads/2020/12/wielrenner.png);
    background-position: right bottom;
    background-repeat: no-repeat;
    background-size: contain;
    width: 100%;
    height: 80%;
    bottom: 0;
    position: absolute;
}
.yl {
    color: #fcdf02;
}
.hero h1 {
    margin-bottom: 50px;
    font-size: 50px;
}
.cta {
    font-family: sporty-pro, sans-serif;
    font-weight: 500;
    background-color: #fcdf02;
    padding: 15px;
    border-radius: 50px;
    display: table;
    margin-top: 15px;
}
.cta:hover {
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    box-shadow: inset 0 0 0 0 #eed200;
    text-decoration: unset;
    color:#FFF;
  }
.yellow .cta {
    background-color: #fff;
}
.yellow .cta:hover {
    box-shadow: inset 0 0 0 0 #ececec;
    color:#000;
  }

.cta i {
    font-size:20px;
}
.card-wrap .vc_column-inner  {
    width: 100%;
    height: auto;
    text-align:center;
    border-radius: 10px;
    -webkit-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.25);
    -moz-box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.25);;
    box-shadow: 0px 0px 30px -12px rgba(0,0,0,0.25);
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.card-wrap .vc_column-inner:hover {
    background-color: #2b2b29;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    color: #fff;
}
.card-wrap .vc_column-inner:hover .card-icon {
    transform: scale(1.1);
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.card-wrap .vc_column-inner .card-icon {
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.card-wrap .vc_column-inner:hover h3, .card-wrap .vc_column-inner:hover p, .card-wrap .vc_column-inner:hover a {
    color: #fff;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.card-wrap .vc_column-inner:hover .cta {
    color: #000;
}
.card-wrap .vc_column-inner h3, .card-wrap .vc_column-inner p, .card-wrap .vc_column-inner a {
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.card-wrap.wim {
    text-align:left;
}
.card-icon {
    width:auto;
    margin-top:-50px;
    margin-bottom: 25px;
}
.card-wrap-wrap {
    padding-left: 75px!important;
}
.card-wrap-wrap .card-wrap {
    padding-right: 25px;
    padding-bottom:25px;
}
.wim img.card-icon {
    margin-top: -50px;
    margin-left: -50px;
}
.wim h3 {
    text-align:right;
    font-size: .90rem;
    margin-top:-150px;
    margin-bottom: 100px;
}
h3 {
    font-size: 1.25rem;
    height: 52px;
    margin: 35px 0;
}
p {
    color: #2b2b29;
}
.card-wrap p {
    padding: 10px 35px 35px 35px;
}
.contact-wrap {
    padding-left: 85px;
    display: flex;
    margin-bottom: 15px;
}
.contact-icon {
    margin-right: 15px;
}
.wim .cta {
    margin-left:70px;
    margin-top: 25px;
}
small {
    font-size: 50%;
}
span.indent {
    color: #000;
    margin-left: 25px;
}
.ventoux h2 {
    font-size: 45px;
    margin-top: 25px;
    margin-bottom:45px;
}
.ventoux .cta {
    margin-top:45px;
}
b, strong {
    font-weight: 900;
}
footer {
    border-top: 3px solid #fcdf02;
    padding-top:25px;
}
.footer-seo {
    background-image: url(/wp-content/uploads/2020/12/wielercoach_logo.png);
    background-size: 80px;
    background-repeat: no-repeat;
    background-position: top left;
    padding-left:100px;
}
ul.urls {
    list-style-type: none;
    padding-inline-start: 0;
}
footer .contact-wrap {
    padding-left: 0;
}
.social-icons i {
    color: #fcdf02;
    font-size: 40px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
    margin-right:10px;
}
.social-icons a:hover {
    text-decoration:none;
}
.social-icons a:hover i {
    color: #2b2b29;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.footer-contact {
    background-image: url(/wp-content/uploads/2020/12/dots-bg.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: contain;
}
.ventoux-img {
    width:100%;
}
footer h3 {
    margin: 0!important;
}
footer a {
    text-decoration:none!important;
}
.cre8ives {
    max-height:20px;
}
.subFooter {
    background-color: #fcdf02;
    color: #2b2b29;
    font-size: 13px;
    font-weight: 100;
    padding: 10px 0;
    margin-top:2px;
}
.mainFooter {
    padding-bottom: 15px;
    border-bottom: 2px solid #fcdf02;
}
.cta::after {
    display:none;
}
.hoogtetent {
    background-image:url(/wp-content/uploads/2020/12/hoogtetent_site.jpg);
    background-position:right;
    background-size:contain;
    background-repeat:no-repeat;
}
.wim a::after {
    left: 207px;
}
.wim a:hover::after {
    left: 207px;
}
h1.vc_custom_heading {
    text-shadow: 5px 5px 10px rgba(41,43,13,0.61);
    width: fit-content;
    margin: auto;
    border-bottom: 5px solid yellow;
}
.fa-ul>li {
    position: relative;
    width: fit-content;
    margin: auto;
}
.fa-ul {
    margin-top: 50px;
}
.wielercoach-form {
    width: 70%;
    margin: auto;
    padding: 50px 0;
}
textarea, input { outline: none; }
input.wpcf7-form-control, textarea.wpcf7-textarea {
    width: 100%;
    border: 0;
    border-radius: 5px;
    color: #FFF;
    padding: 10px;
    background-color: #2b2b29;
}
span.wpcf7-list-item-label {
    color: #2b2b29;
}
label {
    width: 100%;
}
.yellow-c {
    background-position: bottom right;
    background-size: 50%;
    background-image: url(http://wielercoach.cre8ives.be/wp-content/uploads/2020/12/yellow_bg.png?id=110) !important;
    background-repeat: no-repeat !important;
}


/* CF7 Radio buttons */
.wpcf7 .wpcf7-list-item {
  display: block;
  margin-bottom: 10px;
}

.wpcf7-form .wpcf7-radio {
  
}

.wpcf7-form .wpcf7-radio label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-radio input[type=radio] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span {
/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 100%;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-radio input[type=radio] + span:after {
    display: block;
    position: absolute;
    content: '';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 4px;
    left: 4px;
    visibility: hidden;
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-radio input[type=radio]:checked + span:after {
   background: #222;
   visibility: visible;
}





.wpcf7-form .wpcf7-checkbox label {
  position: relative;
  cursor: pointer;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] {
	position: relative;
  visibility: hidden;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span {
/*   border: 3px solid red;  */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:before {
  display: block;
  position: absolute;
  content: '';
  border-radius: 5px;
  height: 18px;
  width: 18px;
  top: 0px;
  border: 2px solid #222;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox] + span:after {
    display: block;
    position: absolute;
    content: '\2713';
    border-radius: 100%;
    height: 10px;
    width: 10px;
    top: 2px;
    left: 5px;
    visibility: hidden;
    font-size: 16px;
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:before {
    background: transparent;
/*     border-color: red; */
}

.wpcf7-form .wpcf7-checkbox input[type=checkbox]:checked + span:after {
/*    background: #222; */
   visibility: visible;
}
span.wpcf7-list-item-label {
    margin-left: 10px;
}
.nav-link::before {
    content: "";
    position: absolute;
    border-top: 5px solid #fcdf02;
    margin-top: 22px;
    width: 0;
    height: 0px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.nav-link:hover::before {
    width: 70px;
    -webkit-transition: ease-out 0.4s;
    -moz-transition: ease-out 0.4s;
    transition: ease-out 0.4s;
}
.submenu {
    display: none;
    position: absolute;
    background: #FFF;
    border-radius: 5px;
    list-style-type: none;
    padding-inline-start: 0!important;
}
.submenu li.nav-item {
    font-size: 13px;
    padding-right: 20px;
    font-family: 'exo-soft'!important;
}
.footer-seo p+p {
    margin-top: 28px;
}
h1.entry-title {
    margin-top: 130px;
}
a.woocommerce-product-gallery__trigger {
    display: none;
}
ins {
text-decoration:none!important;
}
.woocommerce-Price-amount.amount, .woocommerce-Price-currencySymbol {
color:#000;
}
del {
    text-decoration-color: #fedf02;
}
code, kbd, pre, samp {
    font-family: 'exo-soft', sans-serif !important;
    font-size: inherit!important;
}
button.single_add_to_cart_button.button.alt, .checkout-button, .woocommerce button, .add_to_cart_button {
    background-color: #fedf02!important;
    color: #000!important;
}
.woocommerce .quantity .qty {
    height: 36px;
}
.woocommerce span.onsale {
    min-height: unset!important;
    min-width: unset!important;
    padding: 25px 10px!important;
    border-radius: 200%!important;
    background-color: #fcdf02!important;
    color: #000!important;
}
.woocommerce a::after {
	display:none;
}
.cart-collaterals.container {
    margin-bottom: 25px!important;
}
.shop-h .wpb_wrapper {
    padding: 50px;
    background-image: url(https://wielercoach.be/wp-content/uploads/2021/04/tijdrijder.jpg?id=396) !important;
    background-size: cover;
    background-position: center;
}
.shop-h {
    margin-top: 110px;
}
.woocommerce input {
    border: 0;
    background-color: #eaeaea;
    padding: 7px 10px;
    border-radius: 5px;
}
.woocommerce-message {
    border-top-color: #fcdf02!important;
}
.woocommerce-message::before {
    color: #fcdf02!important;
}
.back {
    text-align: right;
    font-size: 13px;
}
input#coupon_code {
    min-width: 150px;
}
span.woocommerce-input-wrapper {
    width: 100%;
}
button#place_order {
    margin-left: auto;
	margin-top: auto;
    height: max-content;
}
.onlyMobile {
display:none;}
@media only screen and (max-width: 767px) {
.mainFooter .col-md-3 {
    margin-left: 100px;
}
.onlyMobile {
display:block}
.noMobile {
    display:none;
}
.hero .content {
    background-size: 300px;
    width: 100%;
    height: 100%;
    bottom: 0;
    margin-top: 150px;
    position: relative;
}
.dots {
    -webkit-animation: none;
    -moz-animation: none;
    -ms-animation: none;
    -o-animation: none;
    animation: none;
}
.card-wrap {
    margin: 50px 0;
}
.hero  {
        height: calc( 100vh - 130px );
}
section.fixed {
    display:none!important;
}
.wim img.card-icon {
    margin-top: -150px;
    margin-left: -50px;
    margin-bottom: 90px;
}
.team-overview {
    width: 100%;
    display: unset!important;
}
.teamBol img {
    display: inline-block!important;
}
.teamBol h3 {
    display: inline-block!important;
}
/*.vc_row {
    margin-left: 0!important;
}*/
.wielercoach-form {
    width: 90%;
    margin: auto;
    padding: 50px 0;
}
h1 {
    font-size: 24px!important;
}
}