/* 
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#wpforms-116 {
    margin: 0;
}
form#wpforms-form-116 {
    display: flex;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
}

div#wpforms-116-field_1-container {
    padding: 0;
}
input#wpforms-116-field_1 {
    width: 100%;
    min-width: 100%;
    border-radius: 0;
    outline: none;
    border: 0;
	max-height: 40px;
}

button#wpforms-submit-116 {
    outline: none;
    height: 40px;
    border-radius: 0;
    background: #f3c715;
    color: #fff;
    position: relative;
    top: -5px;
}

em#wpforms-116-field_1-error {
    position: absolute;
}
/* Home Image Gallery */

.elementor-element.elementor-element-b86fa79 {
    padding: 0 !important;
}

.yellow {
	color: #f3c611;
}

.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
	bottom: 35px;
}

div#gallery-3 figure.gallery-item, div#gallery-2 figure.gallery-item,  div#gallery-1 figure.gallery-item  {
	min-height:150px;
	display: inline-flex !important;
	align-items:center !important;
	justify-content:center !important;
}

strong.blue {
    color: #289ac6;
    line-height: 1;
    display: block;
    margin-top: 20px;
	font-size: 22px;
}

/* Case Studies */
.next-post {
    display: flex;
    align-items: center;
    gap: 10px;
	font-size: 20px;
	color:#999999;
}
.with-ul ul {
    padding-left: 20px;
    line-height: 2;
}

/* Top Tips */
.cat-list ul {
    list-style: none;
    display: flex;
    gap: 20px;
    font-size: 16px;
    font-weight: bold;
    font-family: 'arial';
	justify-content: space-between;
	width: 100%;
	flex-wrap: wrap;
	padding: 10px;
}
.cat-list ul li {
	position: relative;
	    padding-left: 12px;
}
.cat-list ul li::before {
    content: 'X';
    width: 15px;
    height: 15px;
    background: #f3c715;
    margin-right: 15px;
    position: absolute;
    font-size: 0px;
    left: -20px;
    top: 4px;
}
.post-body h2 {
	margin-top:0;
	font-size: 30px;
	color: #289ac6;
	font-family: 'Arial';
	font-weight: bold;
}

button#wpforms-submit-24 {
    min-width: 130px;
}

div#wpforms-24 {
    margin-top: 0;
}

div#wpforms-24 input {
	min-width: 100%;
}

span.post-navigation__next--label::after {
    content: '';
    background: url(/wp-content/uploads/2025/04/arrow-next.png);
    width: 20px;
    height: 20px;
    min-width: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 5px;
    margin-left: 5px;
}

span.post-navigation__prev--label::before {
	content: '';
    background: url(/wp-content/uploads/2025/04/arrow-next.png);
    width: 20px;
    height: 20px;
    min-width: 20px;
    position: absolute;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    top: 5px;
    margin-left: -10px;
	transform: rotate(-180deg);
	left: 0;
}

