@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;
}