.has-error input {
    border-color: #d61b24;
}
.has-error textarea {
    border-color: #d61b24;
}

.has-error li {
    padding: 2px !important;
    color: #d61b24;
}
.contact_message ul li {
    border-top: 0px !important;
}
.contact_message textarea {
    margin-bottom: 0px;
}
.pagination.calendar ul li {
    width: auto;
}
.pagination.calendar ul li a {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
}
.pagination.calendar ul li.current {
    padding-left: 10px;
    padding-right: 10px;
}
.gallery_thumb {
    position: relative;
    padding-bottom: 75%;
}
.gallery_thumb img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.about_gallery_content {
    padding-top: 2px;
    padding-bottom: 20px;
}
.grid_thumb {
    position: relative;
    padding-bottom: 75%;
}
.grid_thumb img {
    position: absolute;
    object-fit: cover;
    width: 100%;
    height: 100%;
}
.list_thumb img {
    max-height: 300px;
}
.list_thumb {
    text-align: center;
}
.blog_details {
    margin-top: 10px;
}
.details_thumb {
    text-align: center;
    padding-top: 10px;
}
.fruit-table {
    border: none;
    display: block;
    overflow-x: auto;
}
.fruit-table tbody tr:first-child {
    border-top: 1px solid #ddd;
    background-color: #e1e1e1;
    font-weight: bold;
}
.fruit-table tbody tr {
    border-bottom: 1px solid #ddd;
}
.fruit-table tr td:first-child {
    border-left: 1px solid #ddd;
    position: sticky;
    left: 0;
    background-color: #fff;
}
.fruit-table tr td {
    border-right: 1px solid #ddd;
}
.fruitheader {
    background-color: #e1e1e1;
    font-weight: normal;
}
.fruitheader td {
    background-color: #e1e1e1 !important;
    font-weight: normal;
}
.logo img {
    max-width: 200px;
    padding-top: 5px;
}
.banner_content h2 {
    text-shadow: 0.03em 0 black, 0 0.03em black, -0.03em 0 black, 0 -0.03em black, white 0px 0px 10px;
}
.banner_content h3 {
    text-shadow: 0.03em 0 black, 0 0.03em black, -0.03em 0 black, 0 -0.03em black, white 0px 0px 10px;
}
/*
img {
    pointer-events: none;
}*/
.footer_social {
    text-align: right !important;
}
@media only screen and (max-width: 479px) {
    /*.logo img {
        max-width: 150px;
    }*/
    .footer_social {
        text-align: center !important;
    }
    .logo-wrapper {
        text-align: center !important;
    }
    .main_header {
        padding-bottom: 0px;
    }
    /*.header_middle {
        margin-bottom: 0px;
    }*/
}
/*@media only screen and (min-width: 768px) and (max-width: 991px) {
    .main_menu {
        display: block;
    }
}*/

.flex-list {
    position: relative;
    /*margin: 1em;*/
    margin-bottom: 0.5em;
    overflow: hidden;
}
.flex-list ul {
    display: flex;
    flex-direction: row;
    /*flex-wrap: wrap;*/
    justify-content: space-between;
    margin-left: -1px;
}
.flex-list li {
    flex-grow: 1;
    flex-basis: auto;
    margin: .25em 0;
    /*padding: 0 1em;*/
    padding-left: 1em;
    text-align: center;
    border-left: 1px solid #ccc;
    background-color: #fff;
}

.flex-list li:first-child {
    padding-right: 1em;
}

.about_gallery_container {
    border-bottom: none;
    padding-bottom: 10px;
}
.blog_details .blog_wrapper {
    margin-bottom: 30px;
}
.blog_details {
    margin-bottom: 30px;
}

@media only screen and (min-width: 479px) and (max-width: 768px) {
    .container {
        max-width: 90%;
    }
}

.canvas_open a {
    border: none;
}
.single_slider {
    max-height: 590px;
}
.blog_content p {
    text-align: justify;
}
.post_content p {
    text-align: justify;
}

.fruit-table img {
    min-width: 80px;
}

.blog_content h4 {
    font-weight: 400 !important;
}

@media only screen and (max-width: 767px) {
    .blog_wrapper .blog_content h4 {
        font-size: 24px;
        line-height: 24px;
        margin-bottom: 8px;
    }
}

.subscribe_form form input {
    width: auto;
    height: auto;
    margin-right: 5px;
}