/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */


div#header-para p {
    margin-bottom: 0;
}
div#newsletter .es-form-field-container {
    display: flex;
    position: relative;
}
div#newsletter .es-form-field-container input[type="submit"] {
    position: absolute;
    padding: 16px 12px;
    font-family: 'Inria Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 34px;
    border-radius: 0 20px 20px 0;
    background: linear-gradient(99deg, rgba(50, 133, 2, 1) 0%, rgba(63, 164, 2, 1) 66%);
    color: #ffff;
    border: unset;
}
div#newsletter .es-form-field-container input#esfpx_email_3d3790b942ebd {
    border-radius: 20px 0 0 20px;
    width: 140%;
    padding-top: 20px;
    padding-bottom: 20px;
}
div#newsletter .es-form-field-container input#esfpx_email_3d3790b942ebd::placeholder {
    font-family: 'Inria Sans';
    font-size: 14px;
    color: #C9C1C1;
    line-height: 22px;
}
div#newsletter .es-form-field-container input[type="submit"]:hover {
    background: #FF8E1E;
    transition: .6s cubic-bezier(0.25, 0.46, 0.45, 0.94) all;
}
div#newsletter .es-form-field-container input#esfpx_email_3d3790b942ebd:focus-visible {
    border: unset;
}
div#header-btn a {
    background: transparent;
    border-color: #252525;
}
a.elementor-button:hover {
    background: #FF8E1E !important;
    color: #fff !important;
    transition: .6s ease all !important;
	border-color: #FF8E1E !important;
}
div#service-btn a {
    background: transparent;
}
.hover-box:hover {
    background: linear-gradient(150deg, #328502 0%, var( --e-global-color-accent ) 100%);!i;!;
}
.hover-box:hover img {
    filter: brightness(0) invert(1);
}
.hover-box:hover h3 {
    color: #fff !important;!i;!;
}
.hover-box:hover p {
    color: #fff !important;!i;!;
}
div#banner-sec {
    position: relative;
}
div#banner-sec:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #000;
    z-index: 1;
    opacity: 0.5;
}
.category .page-content, .author .page-content{
    display: flex;
    flex-wrap: wrap;
    column-gap: 30px;
    margin-top: 50px;
    margin-bottom: 50px;
    row-gap: 30px;
}
.category .page-content img, .author .page-content img{
    height: 400px;
    object-fit: cover;
    border-radius: 20px;
    width: 550px !important;!i;!;
}
.category .page-content article.post, .author .page-content article.post{
    display: flex;
    flex-direction: column;
}
.category .page-content article.post a, .author .page-content article.post a{
    order: 1;
}
.category .page-content article.post h2, .author .page-content article.post h2{
    order: 1;
}
.category .page-content article.post p, .author .page-content article.post p {
    margin: 0 0 -20px 0 !important;!i;!;
    font-size: 20px;
    font-weight: 600;
    line-height: 26px;
    color: #252525;
}
