.wildflowers_toolbar{
    background: #ff96cf;
}

.wildflowers_container{
    width: 100%;
    background: url('../images/flower_field_new.png?v=2') no-repeat #839875;
    background-size: 100%;
    position: relative;
    min-height: 600px;
}

.wildflowers_container_preview{
    min-height: 427px;
    background: #A8CB92 !important;
}

.wildflowers_container .flower_list{
    padding-top: 110px;
}
.wildflowers_container .flower_wrapper{
    width: 25%;
    padding: 50px 5%;
    float: left;
    box-sizing: border-box;
}

.wildflowers_container .flower{
    position: relative;
    background-position: bottom;
    z-index: 2;
}

.flower_tag{
    background: url('../images/flower_tag.svg') no-repeat;
    width: 250px;
    height: 70px;
    position: absolute;
    box-sizing: border-box;
    padding-left: 77px;
    padding-top: 10px;
    font-size: 20px;
}
.flower_tag span{
    transform: rotate(-5deg);
    display: block;
    font-size: 15px;
    padding-top: 7px;
}

.flower_animation{
    animation: rotation1 10s infinite ease;
}

.flower1{
    background: url('../images/flower2.svg') no-repeat;
    width: 150px;
    height: 300px;
    /*animation: rotation1 10s infinite ease;*/
}
.flower1 .flower_tag{
    top: 62%;
    left: 72px;
}

.flower2{
    background: url('../images/flower3.svg') no-repeat;
    width: 150px;
    height: 300px;
    /*animation: rotation2 10s infinite ease;*/
}
.flower2 .flower_tag{
    top: 40%;
    left: 83px;
}

.flower3{
    background: url('../images/flower1.svg') no-repeat;
    width: 150px;
    height: 300px;
    /*animation: rotation3 10s infinite ease;*/
}
.flower3 .flower_tag{
    top: 48%;
    left: 95px;
}

.flower4{
    background: url('../images/flower4.svg') no-repeat;
    background-position: top !important;
    width: 170px;
    height: 300px;
    /*animation: rotation4 10s infinite ease;*/
}
.flower4 .flower_tag{
    top: 50%;
    left: -8px;
}

@keyframes rotation1 {
    30% {
        transform: rotate(-5deg);
        transform-origin: bottom center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }
}
@keyframes rotation2 {
    50% {
        transform: rotate(5deg);
        transform-origin: bottom center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }
}
@keyframes rotation3 {
    60% {
        transform: rotate(3deg);
        transform-origin: bottom center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }
}
@keyframes rotation4 {
    40% {
        transform: rotate(-4deg);
        transform-origin: bottom center;
    }
    100% {
        transform: rotate(0deg);
        transform-origin: bottom center;
    }
}

.wildflowers_container .buyWildflowerButton{
    position: absolute;
    right: 10px;
    top: 10px;
}
.wildflowers_container form.search_form{
    position: absolute;
    left: 10px;
    top: 10px;
}
.wildflowers_container form.search_form input[type="text"] {
    width: 200px !important;
    padding: 5px !important;
}
.wildflowers_container form.search_form input[type="submit"] {
    width: 70px !important;
    padding: 5px !important;
    font-size: 16px !important;
}


.wildflowers_donation_container{
    background: #66c7c7;
    margin: 10px auto;
    padding: 56px 64px;
    max-width: 1200px;
    box-sizing: border-box;
    border-radius: 24px;
    margin-top: 80px;
    display: none;
}
.wildflowers_donation_container .gfield_label, .wildflowers_donation_container .gfield_description, .wildflowers_donation_container label, .wildflowers_donation_container .gform_confirmation_message{
    color: #fff;
}

.wildflowers_donation_container .vc_column_container > .vc_column-inner {
    padding-left: 15px !important;
    padding-right: 15px !important;
}
.wildflowers_donation_container label{
    font-size: 18px;
    font-weight: 700;
    color: #252861;
    margin-bottom: 10px;
    margin-top: 20px !important;
    display: block;
}

.homeWildflowerSection .ct-section-inner-wrap{
    max-width: none;
    display: block !important;
    padding: 0;
}



@media screen and (max-width: 1400px) {
    .wildflowers_container .flower_wrapper {
        width: 33%;
    }
}
@media screen and (max-width: 1100px) {
    .wildflowers_container .flower_wrapper {
        padding: 50px 2%;
    }
}
@media screen and (max-width: 900px) {
    .wildflowers_container .flower_wrapper {
        width: 50%;
    }
}
@media screen and (max-width: 600px) {
    .wildflowers_container .flower_wrapper {
        width: 100%;
    }
    .wildflowers_container .flower{
        margin-left: 20px;
    }

    .homeWildflowerSection .ct-section-inner-wrap{
        height: 500px;
        overflow: hidden;
    }

    .wildflowers_container .buyWildflowerButton{
        left: 10px;
        top: 80px;
    }
}