@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200&display=swap');

h1,h2,h3,h4,h5,h6,p,ul{
    margin:0;
    padding:0;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

.calendar {
    background-color: #ffffff;
    display: flex;
    z-index: 15;
}

.calendar .container{
    border-bottom: 1px solid;
}

.calendar h1 {
    text-transform: uppercase;
    color: #0e6db5;
    font-family: 'Poppins';
    font-weight: 200;
    font-size: 32px;
    margin: 37px auto;
}

.calendar h2 {
    color: #666a5e;
    font-size: 32px;
    margin-bottom: 20px;
    font-family: 'Poppins';
    font-weight: 600;
}

.calendar h3 {
    padding: 10px 0;
    color: #0e6db5;
    font-size: 27px;
    font-family: 'Roboto';
    font-weight: 200;
}

.calendar-list {
    list-style: none;
    display: flex;
    justify-content: center;
    align-self: center;
    flex-wrap: wrap;
    padding: 0;
 }
 .calendar-list-item{
    margin: 15px 0;
    padding: 50px 15px 0;
    width: 25%;
 }
 .calendar-list-item-wrapper {
    position: relative;
    display: flex;

    height: 100%;
    flex-direction: column;
    box-sizing: border-box;
    flex-direction: column;
    background-color: #d7d6b4;
    border: #cccccc solid 1px;
    border-radius: 2px;
    padding: 30px 30px 60px;
}

.img img{
display: block;
width: 100%; 
height: auto;
}

 .calendar-image {
    margin-top: -80px;
 }
 
 .calendar-list-item span {
    font-weight: 700;
    display: block;
    color: #2aac4a;
 }

 .item-text {
    font-size: 25px;
    line-height: 30px;
    color: #555555;
    font-family: 'Poppins';
    font-weight: 600;
    padding-bottom: 10px;

 }

 .item-adress {
    font-weight: 500;
    font-size: 15px;
    color: #555555;
    padding-bottom: 10px;
 }

.item-link {
    position: absolute;
    bottom: 30px;
    left: 31px;
    text-decoration: none;
    color: #337ab7 /*#555555;*/
    font-size: 15px;
    font-weight: 700;
} 

.calendar-button {
    display: flex;
    align-items: center;
    font-family: 'Roboto';
    justify-content: center;
    width: 200px;
    height: 35px;
    background-color: #ffffff;
    color: #0e6db5;
    margin: 15px auto 30px;
    border: #0e6db5 solid 1px;
    border-radius: 70px;
}


@media (max-width: 991px) {
	.calendar-list-item {
	   width:33.33%;
	} 
}
@media (max-width: 640px) {
	.calendar-list-item {
	   width:50%;
	} 
	.calendar h3{
           font-size: 20px;
	}
        .item-text{
           font-size: 20px;
           line-height: 26px;
	}
        .item-adress{
          font-size: 13px;
	}
}
@media (max-width: 476px) {
	.calendar-list-item {
	   width:100%;
	} 
 
}

#works {
    background-color: #d7d6b4;
}

.events-archive #intro {
    background-image: url('/wp-content/uploads/2023/03/hiking-to-gaviota-peak.jpg');
    background-position-y: 50%
}

#footer .wpcf7 .wpcf7-form-control-wrap {
    float: left;
    margin-left: 20px;
    width: calc(33.33% - 32px);
}

#footer .wpcf7 input.wpcf7-form-control::placeholder {
    font-size: 16px;
    color: #ccc;
}

#footer .wpcf7 .wpcf7-form-control-wrap:first-child{
    margin-left:0;
}

#footer .wpcf7 .wpcf7-form-control-wrap input[type="email"]{
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
#footer .wpcf7 p{
    overflow: hidden;
} 
#footer .wpcf7 .wpcf7-submit {
    background: #555 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pjxzdmcgdmlld0JveD0iMCAwIDQ0OCA1MTIiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZD0iTTE5MC41IDY2LjlsMjIuMi0yMi4yYzkuNC05LjQgMjQuNi05LjQgMzMuOSAwTDQ0MSAyMzljOS40IDkuNCA5LjQgMjQuNiAwIDMzLjlMMjQ2LjYgNDY3LjNjLTkuNCA5LjQtMjQuNiA5LjQtMzMuOSAwbC0yMi4yLTIyLjJjLTkuNS05LjUtOS4zLTI1IC40LTM0LjNMMzExLjQgMjk2SDI0Yy0xMy4zIDAtMjQtMTAuNy0yNC0yNHYtMzJjMC0xMy4zIDEwLjctMjQgMjQtMjRoMjg3LjRMMTkwLjkgMTAxLjJjLTkuOC05LjMtMTAtMjQuOC0uNC0zNC4zeiIvPjwvc3ZnPg==) no-repeat 50% 50%;
    background-size: 18px;
    border-bottom-left-radius: 0;
    border-top-left-radius: 0;
    height: 50px;
    text-indent: -999px;
    float: left;
    margin: 0;
    width: 50px;
}
#footer .wpcf7 .wpcf7-submit:hover, #footer .wpcf7 .wpcf7-submit:focus{
    border: 0;
}

#footer .wpcf7 .wpcf7-form-control-wrap input {
    background-color: #555;
    border: 0;
    margin-bottom: 0px;
}

#footer .widget {
    margin: 0;
}

.updates-title p{
    margin: 0 auto 25px;
    width: 170px;
    font-size: 22px;
    color: #fff !important;
}

.entry-content p strong {
    font-weight: 700;
}

.widget_gtranslate h3, .widget_gtranslate .gtranslate_wrapper {
    text-align: center;
}

.widget_gtranslate h3 {
    font-size: 22px;
    margin: 30px 0 20px;
    text-transform: uppercase;
}

.post-type-archive-tribe_events .tribe-events-read-more {
    color: #337ab7 !important;
}

/* kayzp sign in START */

div#kayzp_sign_in ,
div#kayzp_log_activity {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

div#kayzp_log_activity {
    display: none;
}

div#kayzp_sign_in>div ,
div#kayzp_log_activity>div {
    width: calc( 50% - 15px );
    min-height: 350px;
    min-width: 370px;
}

.kayzp_sign_in {
    border-right: 1px solid #313233;
    margin-right: 30px;
}

.kayzp_log_activity {
    margin-top: 30px;
}

.kayzp_log_activity h2{
    text-align: center;
}

div#kayzp_sign_in label ,
div#kayzp_log_activity label {
    display: flex;
    flex-direction: column;
    margin-bottom: 20px;
    margin-right: 20px;
}

.kayzp_field_row_checkbox label{
    align-items: flex-start;
}

div#kayzp_dashboard {
    background: #f1e8cf;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 50px 0;
    padding-top: 70px;
    border-radius: 10px;
    position: relative;
}

.kayzp_share_social {
  display: flex;
  align-items: center;
  font-size: 16px;
}

.kayzp_share_social a {
  display: flex;
  align-items: center;
  margin-left: 10px;
}

.kayzp_share_social svg{
  width: 30px;
  height: 30px;
  fill: #ff8c00;
}

.kayzp_share_social a:hover svg ,
.kayzp_share_social a:hover svg path, 
.kayzp_share_social a:hover svg polygon{
  fill: #3c3c3d!important;
}

div#kayzp_dashboard h2{
    margin-bottom: 40px;
}

ul.kayzp_dashboard_stages {
    display: flex;
    position: relative;
}

ul.kayzp_dashboard_stages li {
    list-style: none;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    margin: 0 40px;
}

ul.kayzp_dashboard_stages li img {
    width: 105px;
    color: #1b761b;
    margin: 0 20px;
}

ul.kayzp_dashboard_stages li .label {
    font-family: sans-serif;
    letter-spacing: 1px;
    font-size: 14px;
    font-weight: bold;
    color: #1b761b;
}

ul.kayzp_dashboard_stages li .step {
    height: 40px;
    width: 40px;
    border-radius: 50%;
    background-color: #ff8c00;
    margin: 16px 0 10px;
    display: grid;
    place-items: center;
    color: ghostwhite;
    position: relative;
    cursor: pointer;
}

div#kayzp_total_user_miles {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

div#kayzp_total_user_miles p {
    margin-left: 15px;
    font-weight: bold;
    color: darkorange;
    font-size: 25px;
    margin: 0 0 0 20px;
}

div#kayzp_total_user_miles h4{
    margin: 0;
    font-size: 25px;
}

ul.kayzp_dashboard_stages .step::after {
    content: "";
    position: absolute;
    width: 185px;
    height: 3px;
    background-color: #ccc;
    right: 40px;
}

ul.kayzp_dashboard_stages .first::after {
    width: 0;
    height: 0;
}

ul.kayzp_dashboard_stages li .step svg {
    display: none;
}

ul.kayzp_dashboard_stages li .step p {
    font-size: 18px;
    margin-bottom: 0;
    z-index: 1;
    color: #fff;
}

ul.kayzp_dashboard_stages li .active ,
ul.kayzp_dashboard_stages li .active::after {
    background-color: #ff8c00;
}

ul.kayzp_dashboard_stages li .active p {
    display: none;
}

ul.kayzp_dashboard_stages li .active svg {
    display: flex;
    width: 20px;
    height: 20px;
    fill: #fff;
}

ul.kayzp_dashboard_stages li.non_active img {
    filter: grayscale(1);
}

.kayzp-pyro{
    display: none;
}

ul.kayzp_dashboard_stages li:not(.non_active):hover .kayzp-pyro{
    display: block;
}

ul.kayzp_dashboard_stages li:not(.non_active):hover img{
    filter: drop-shadow(2px 4px 6px #999);
}

.kayzp-pyro > .before,
.kayzp-pyro > .after {
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  box-shadow: 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff, 0 0 #fff;
  -moz-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -webkit-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -o-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  -ms-animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
  animation: 1s bang ease-out infinite backwards, 1s gravity ease-in infinite backwards, 5s position linear infinite backwards;
}

.kayzp-pyro > .after {
  -moz-animation-delay: 1.25s, 1.25s, 1.25s;
  -webkit-animation-delay: 1.25s, 1.25s, 1.25s;
  -o-animation-delay: 1.25s, 1.25s, 1.25s;
  -ms-animation-delay: 1.25s, 1.25s, 1.25s;
  animation-delay: 1.25s, 1.25s, 1.25s;
  -moz-animation-duration: 1.25s, 1.25s, 6.25s;
  -webkit-animation-duration: 1.25s, 1.25s, 6.25s;
  -o-animation-duration: 1.25s, 1.25s, 6.25s;
  -ms-animation-duration: 1.25s, 1.25s, 6.25s;
  animation-duration: 1.25s, 1.25s, 6.25s;
}

@-webkit-keyframes bang {
  to {
    box-shadow: -217px -291.6666666667px #003cff, 119px -330.6666666667px #8c00ff, -150px -333.6666666667px #00ffb7, 183px -12.6666666667px #00ff4d, -84px 2.3333333333px #aaff00, 144px -315.6666666667px #ff0088, 21px -7.6666666667px #00ff62, -179px -43.6666666667px #00ff11, 73px -226.6666666667px #ffbb00, 69px -119.6666666667px #ff2f00, 114px 65.3333333333px #7b00ff, 89px -33.6666666667px #00ff73, 8px -121.6666666667px #00e1ff, 128px -313.6666666667px #00ff0d, 202px -362.6666666667px #3700ff, 225px -403.6666666667px darkorange, 30px 24.3333333333px #7700ff, 235px -395.6666666667px #ff8000, 109px -7.6666666667px #ff6f00, 158px -387.6666666667px #00ff1a, 104px -18.6666666667px #00ffa2, 68px -367.6666666667px #6200ff, -63px -195.6666666667px #ff0015, 181px -39.6666666667px #c8ff00, 75px -387.6666666667px #ff00e1, 177px 17.3333333333px #ff3700, 25px -7.6666666667px #6fff00, 100px -120.6666666667px #00ffae, -121px -220.6666666667px #3700ff, -185px 2.3333333333px #ff00e6, -184px -372.6666666667px #8400ff, 217px 77.3333333333px #09ff00, 52px -281.6666666667px #ff00d0, 39px -288.6666666667px #00ffe1, 136px -350.6666666667px #9900ff, -121px 74.3333333333px #00ffd0, 75px -88.6666666667px #cc00ff, -142px 7.3333333333px #00ff95, 182px -27.6666666667px #d9ff00, 70px -216.6666666667px #ff00ee, -202px -107.6666666667px #00ffd9, 9px -277.6666666667px #9100ff, -133px -134.6666666667px #aa00ff, 161px -150.6666666667px #a6ff00, 70px 10.3333333333px #ffd900, -63px -415.6666666667px #ff0026, -51px -19.6666666667px #001eff, -3px -332.6666666667px #007bff, 218px -36.6666666667px #00ffe6, -198px -413.6666666667px #0084ff, -193px 56.3333333333px #ff7b00;
  }
}

@-moz-keyframes bang {
  to {
    box-shadow: -217px -291.6666666667px #003cff, 119px -330.6666666667px #8c00ff, -150px -333.6666666667px #00ffb7, 183px -12.6666666667px #00ff4d, -84px 2.3333333333px #aaff00, 144px -315.6666666667px #ff0088, 21px -7.6666666667px #00ff62, -179px -43.6666666667px #00ff11, 73px -226.6666666667px #ffbb00, 69px -119.6666666667px #ff2f00, 114px 65.3333333333px #7b00ff, 89px -33.6666666667px #00ff73, 8px -121.6666666667px #00e1ff, 128px -313.6666666667px #00ff0d, 202px -362.6666666667px #3700ff, 225px -403.6666666667px darkorange, 30px 24.3333333333px #7700ff, 235px -395.6666666667px #ff8000, 109px -7.6666666667px #ff6f00, 158px -387.6666666667px #00ff1a, 104px -18.6666666667px #00ffa2, 68px -367.6666666667px #6200ff, -63px -195.6666666667px #ff0015, 181px -39.6666666667px #c8ff00, 75px -387.6666666667px #ff00e1, 177px 17.3333333333px #ff3700, 25px -7.6666666667px #6fff00, 100px -120.6666666667px #00ffae, -121px -220.6666666667px #3700ff, -185px 2.3333333333px #ff00e6, -184px -372.6666666667px #8400ff, 217px 77.3333333333px #09ff00, 52px -281.6666666667px #ff00d0, 39px -288.6666666667px #00ffe1, 136px -350.6666666667px #9900ff, -121px 74.3333333333px #00ffd0, 75px -88.6666666667px #cc00ff, -142px 7.3333333333px #00ff95, 182px -27.6666666667px #d9ff00, 70px -216.6666666667px #ff00ee, -202px -107.6666666667px #00ffd9, 9px -277.6666666667px #9100ff, -133px -134.6666666667px #aa00ff, 161px -150.6666666667px #a6ff00, 70px 10.3333333333px #ffd900, -63px -415.6666666667px #ff0026, -51px -19.6666666667px #001eff, -3px -332.6666666667px #007bff, 218px -36.6666666667px #00ffe6, -198px -413.6666666667px #0084ff, -193px 56.3333333333px #ff7b00;
  }
}

@-o-keyframes bang {
  to {
    box-shadow: -217px -291.6666666667px #003cff, 119px -330.6666666667px #8c00ff, -150px -333.6666666667px #00ffb7, 183px -12.6666666667px #00ff4d, -84px 2.3333333333px #aaff00, 144px -315.6666666667px #ff0088, 21px -7.6666666667px #00ff62, -179px -43.6666666667px #00ff11, 73px -226.6666666667px #ffbb00, 69px -119.6666666667px #ff2f00, 114px 65.3333333333px #7b00ff, 89px -33.6666666667px #00ff73, 8px -121.6666666667px #00e1ff, 128px -313.6666666667px #00ff0d, 202px -362.6666666667px #3700ff, 225px -403.6666666667px darkorange, 30px 24.3333333333px #7700ff, 235px -395.6666666667px #ff8000, 109px -7.6666666667px #ff6f00, 158px -387.6666666667px #00ff1a, 104px -18.6666666667px #00ffa2, 68px -367.6666666667px #6200ff, -63px -195.6666666667px #ff0015, 181px -39.6666666667px #c8ff00, 75px -387.6666666667px #ff00e1, 177px 17.3333333333px #ff3700, 25px -7.6666666667px #6fff00, 100px -120.6666666667px #00ffae, -121px -220.6666666667px #3700ff, -185px 2.3333333333px #ff00e6, -184px -372.6666666667px #8400ff, 217px 77.3333333333px #09ff00, 52px -281.6666666667px #ff00d0, 39px -288.6666666667px #00ffe1, 136px -350.6666666667px #9900ff, -121px 74.3333333333px #00ffd0, 75px -88.6666666667px #cc00ff, -142px 7.3333333333px #00ff95, 182px -27.6666666667px #d9ff00, 70px -216.6666666667px #ff00ee, -202px -107.6666666667px #00ffd9, 9px -277.6666666667px #9100ff, -133px -134.6666666667px #aa00ff, 161px -150.6666666667px #a6ff00, 70px 10.3333333333px #ffd900, -63px -415.6666666667px #ff0026, -51px -19.6666666667px #001eff, -3px -332.6666666667px #007bff, 218px -36.6666666667px #00ffe6, -198px -413.6666666667px #0084ff, -193px 56.3333333333px #ff7b00;
  }
}

@-ms-keyframes bang {
  to {
    box-shadow: -217px -291.6666666667px #003cff, 119px -330.6666666667px #8c00ff, -150px -333.6666666667px #00ffb7, 183px -12.6666666667px #00ff4d, -84px 2.3333333333px #aaff00, 144px -315.6666666667px #ff0088, 21px -7.6666666667px #00ff62, -179px -43.6666666667px #00ff11, 73px -226.6666666667px #ffbb00, 69px -119.6666666667px #ff2f00, 114px 65.3333333333px #7b00ff, 89px -33.6666666667px #00ff73, 8px -121.6666666667px #00e1ff, 128px -313.6666666667px #00ff0d, 202px -362.6666666667px #3700ff, 225px -403.6666666667px darkorange, 30px 24.3333333333px #7700ff, 235px -395.6666666667px #ff8000, 109px -7.6666666667px #ff6f00, 158px -387.6666666667px #00ff1a, 104px -18.6666666667px #00ffa2, 68px -367.6666666667px #6200ff, -63px -195.6666666667px #ff0015, 181px -39.6666666667px #c8ff00, 75px -387.6666666667px #ff00e1, 177px 17.3333333333px #ff3700, 25px -7.6666666667px #6fff00, 100px -120.6666666667px #00ffae, -121px -220.6666666667px #3700ff, -185px 2.3333333333px #ff00e6, -184px -372.6666666667px #8400ff, 217px 77.3333333333px #09ff00, 52px -281.6666666667px #ff00d0, 39px -288.6666666667px #00ffe1, 136px -350.6666666667px #9900ff, -121px 74.3333333333px #00ffd0, 75px -88.6666666667px #cc00ff, -142px 7.3333333333px #00ff95, 182px -27.6666666667px #d9ff00, 70px -216.6666666667px #ff00ee, -202px -107.6666666667px #00ffd9, 9px -277.6666666667px #9100ff, -133px -134.6666666667px #aa00ff, 161px -150.6666666667px #a6ff00, 70px 10.3333333333px #ffd900, -63px -415.6666666667px #ff0026, -51px -19.6666666667px #001eff, -3px -332.6666666667px #007bff, 218px -36.6666666667px #00ffe6, -198px -413.6666666667px #0084ff, -193px 56.3333333333px #ff7b00;
  }
}

@keyframes bang {
  to {
    box-shadow: -217px -291.6666666667px #003cff, 119px -330.6666666667px #8c00ff, -150px -333.6666666667px #00ffb7, 183px -12.6666666667px #00ff4d, -84px 2.3333333333px #aaff00, 144px -315.6666666667px #ff0088, 21px -7.6666666667px #00ff62, -179px -43.6666666667px #00ff11, 73px -226.6666666667px #ffbb00, 69px -119.6666666667px #ff2f00, 114px 65.3333333333px #7b00ff, 89px -33.6666666667px #00ff73, 8px -121.6666666667px #00e1ff, 128px -313.6666666667px #00ff0d, 202px -362.6666666667px #3700ff, 225px -403.6666666667px darkorange, 30px 24.3333333333px #7700ff, 235px -395.6666666667px #ff8000, 109px -7.6666666667px #ff6f00, 158px -387.6666666667px #00ff1a, 104px -18.6666666667px #00ffa2, 68px -367.6666666667px #6200ff, -63px -195.6666666667px #ff0015, 181px -39.6666666667px #c8ff00, 75px -387.6666666667px #ff00e1, 177px 17.3333333333px #ff3700, 25px -7.6666666667px #6fff00, 100px -120.6666666667px #00ffae, -121px -220.6666666667px #3700ff, -185px 2.3333333333px #ff00e6, -184px -372.6666666667px #8400ff, 217px 77.3333333333px #09ff00, 52px -281.6666666667px #ff00d0, 39px -288.6666666667px #00ffe1, 136px -350.6666666667px #9900ff, -121px 74.3333333333px #00ffd0, 75px -88.6666666667px #cc00ff, -142px 7.3333333333px #00ff95, 182px -27.6666666667px #d9ff00, 70px -216.6666666667px #ff00ee, -202px -107.6666666667px #00ffd9, 9px -277.6666666667px #9100ff, -133px -134.6666666667px #aa00ff, 161px -150.6666666667px #a6ff00, 70px 10.3333333333px #ffd900, -63px -415.6666666667px #ff0026, -51px -19.6666666667px #001eff, -3px -332.6666666667px #007bff, 218px -36.6666666667px #00ffe6, -198px -413.6666666667px #0084ff, -193px 56.3333333333px #ff7b00;
  }
}

@-webkit-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-moz-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-o-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-ms-keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@keyframes gravity {
  to {
    transform: translateY(200px);
    -moz-transform: translateY(200px);
    -webkit-transform: translateY(200px);
    -o-transform: translateY(200px);
    -ms-transform: translateY(200px);
    opacity: 0;
  }
}

@-webkit-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@-moz-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@-o-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@-ms-keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

@keyframes position {
  0%, 19.9% {
    margin-top: 10%;
    margin-left: 40%;
  }
  20%, 39.9% {
    margin-top: 40%;
    margin-left: 30%;
  }
  40%, 59.9% {
    margin-top: 20%;
    margin-left: 70%;
  }
  60%, 79.9% {
    margin-top: 30%;
    margin-left: 20%;
  }
  80%, 99.9% {
    margin-top: 30%;
    margin-left: 80%;
  }
}

.kayzp_leaderboard {
    width: 100%;
    margin-right: 30px;
}

.kayzp_topbar {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 0;
    left: 0;
    padding: 5px 20px;
}

.kayzp_topbar_right_part {
    display: flex;
    align-items: center;
    justify-content: center;
}

.kayzp_toggle_leaderboard {
  fill: #ff8c00;
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 16px;
}

.kayzp_toggle_leaderboard svg{
  margin-right: 10px;
  width: 30px;
  height: 30px; 
}

.kayzp_toggle_leaderboard.active{
  fill: #3c3c3d;
}

.kayzp_dashboard_activity_log,
.kayzp_leaderboard_table {
    width: calc(100% - 60px);
    margin: 0 30px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

.kayzp_leaderboard_table {
  display: none;
  margin-bottom: 50px;
  margin-top: 20px;
}

.kayzp_dashboard_activity_log_row ,
.kayzp_leaderboard_row {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

.kayzp_dashboard_activity_log_row.kayzp_dashboard_activity_log_row_title ,
.kayzp_leaderboard_row.kayzp_leaderboard_row_title {
    background: darkorange;
    color: #fff;
    font-size: 20px;
}

.kayzp_dashboard_activity_log_col ,
.kayzp_leaderboard_col {
    padding: 20px;
    border: 1px solid #ccc;
    width: 20%;
    text-align: center;
    min-height: 101px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.kayzp_leaderboard_col {
  width: 33.3333%;
}

@media all and (max-width: 991px) {

    .kayzp_sign_in {
        border-right: none;
        margin-right: 0;
    }

    ul.kayzp_dashboard_stages li img {
        width: 55px;
        margin: 0 10px;
    }

    ul.kayzp_dashboard_stages li {
        margin: 0 20px;
    }

    ul.kayzp_dashboard_stages li .step {
        height: 30px;
        width: 30px;
        margin: 16px 0 0px;
    }

    ul.kayzp_dashboard_stages li .active svg {
        width: 15px;
        height: 15px;
    }

    ul.kayzp_dashboard_stages .step::after {
        width: 90px;
        right: 30px;
    }

    ul.kayzp_dashboard_stages li .label {
        font-size: 12px;
    }

    .kayzp_dashboard_activity_log_col, 
    .kayzp_leaderboard_col {
        padding: 10px;
        min-height: 81px;
    }

    .kayzp_dashboard_activity_log_row, 
    .kayzp_leaderboard_row {
        font-size: 14px;
    }

    .kayzp_dashboard_activity_log_row.kayzp_dashboard_activity_log_row_title, 
    .kayzp_leaderboard_row.kayzp_leaderboard_row_title {
        font-size: 14px;
    }
}

@media all and (max-width: 550px) {
    ul.kayzp_dashboard_stages li img {
        width: 40px;
        margin: 0 5px;
    }

    ul.kayzp_dashboard_stages li .step {
        height: 20px;
        width: 20px;
        margin: 6px 0 0px;
    }

    ul.kayzp_dashboard_stages li .active svg {
        width: 10px;
        height: 10px;
    }

    ul.kayzp_dashboard_stages .step::after {
        width: 65px;
        right: 18px;
    }

    ul.kayzp_dashboard_stages li {
        margin: 0 5px;
    }

    .kayzp_dashboard_activity_log_col, 
    .kayzp_leaderboard_col{
        padding: 3px;
    }

    div#kayzp_log_activity>div {
        min-width: 300px;
    }

    .kayzp_dashboard_activity_log_row, 
    .kayzp_leaderboard_row {
        font-size: 12px;
    }

    .kayzp_dashboard_activity_log_row.kayzp_dashboard_activity_log_row_title, 
    .kayzp_leaderboard_row.kayzp_leaderboard_row_title {
        font-size: 12px;
    }

    .kayzp_leaderboard {
        margin-right: 10px;
    }

    .kayzp_toggle_leaderboard svg {
        margin-right: 3px;
        width: 22px;
        height: 22px;
    }

    .kayzp_share_social a {
        margin-left: 3px;
    }

    .kayzp_share_social svg {
        width: 22px;
        height: 22px;
    }

    .kayzp_topbar {
        padding: 5px 10px;
    }

    button#kayzp_log_activity_open {
        font-size: 12px !important;
        padding: 6px;
    }

    .kayzp_topbar span {
        font-size: 14px;
    }

    div#kayzp_total_user_miles h4 {
        font-size: 18px;
    }
}

/* kayzp sign in END */

/* kayzp 100 mile challenge block on homepage START */

section#join_100_mile_challenge {
    background-color: #ffffff;
    display: flex;
    z-index: 15;
}

section#join_100_mile_challenge .green-text {
    color: #089e15;
}

section#join_100_mile_challenge a.green-text {
    font-family: 'Open Sans', sans-serif !important;
    display: inline-block;
    margin: 30px 0;
    font-weight: bold;
    font-size: 18px;
}

section#join_100_mile_challenge .green-text strong {
    font-weight: bold;
}

section#join_100_mile_challenge .badges {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

section#join_100_mile_challenge .badges img {
    width: 140px;
    margin: 20px 10px;
}

section#join_100_mile_challenge a:hover{
    color: #0c77f0;
}

/* kayzp 100 mile challenge block on homepage END */

h3+p+.row.align-center .mt-team-img {
  border-radius: 0;
}

small {
  font-size: 80%!important;
}

li strong {
  font-weight: bold;
}

body.home .intro-content .intro-tagline {
  font-size: 40px;
}

.home .pixova-team.col-sm-3,
.home .pixova-team{
    width: 23%;
    float: unset;
}

@media screen and (max-width: 767px){
    .home .pixova-team.col-sm-3,
    .home .pixova-team{
        width: 100%;
    }
}
