/*
Theme Name: Agrios Child
Theme URI: http://tplabs.co/agrios
Template: agrios
Author: TPLabs
Author URI: https://themeforest.net/user/tplabs
Description: Agrios - Agriculture Farming WordPress Theme
Tags: left-sidebar,right-sidebar,custom-background,custom-colors,custom-header,custom-menu,editor-style,featured-images,post-formats,sticky-post,threaded-comments,translation-ready
Version: 1.1.8.1713873398
Updated: 2024-04-23 13:56:38

*/

.submit-button:hover {
  background-color: #eec044 !important;
    color:#000 !important;
}


.form-style-1 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.columns_wrap {
    display: flex;
    width: 100%;
    margin-bottom: 10px;
}

.column-1_2 {
    width: calc(50% - 5px);
}

.column-1_1 {
    width: 100%;
}

.style-line {
    display: inline-block;
    width: 100%;
    position: relative;
}

.style-line::after {
    content: "";
    display: block;
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #ddd;
    transition: background-color 0.3s ease;
}

.style-line:hover::after {
    background-color: #000;
}

.place-card.place-card-large {
    display: none;
}
