/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.4.1757935540
Updated: 2025-09-15 11:25:40

*/
.btn-cont a.elementor-item {
    border: 2px solid #0C0C0C;
    padding: 13px 37px !important;
    border-radius: 4px;
}
.btn-cont:hover a.elementor-item {
    background-color: #6dd6cf;
    border: 2px solid #6dd6cf;
    color: #fff !important;
}
li.btn-cont {
    margin-left: 20px !important;
}
.hr-welcome hr {
    height: 10px;
    border: 0;
    box-shadow: 0 10px 10px -10px rgba(109, 214, 207, 1) inset;
    margin: 34px 0 !important;
}
.img-hover-started:hover img {
    margin: -25px 0px 25px;
    transition: all .4s ease;
}
.img-hover-started:hover a {
    background-image: url(https://digitech360.co.uk/drbarge/wp-content/uploads/2025/09/shadow.png);
    background-repeat: no-repeat;
    background-position: 0px 125px;
    background-size: contain;
}
.reach-out-form {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.one-third {
    width: 32%;
}
input[type=email], input[type=number], input[type=tel], input[type=text], select, textarea {
    border: 1px solid #e0e0df;
    padding: 10px 1rem;
	border-radius: 5px;
	font-family: "Poppins";
}
input[type="submit"]:hover {
    background-color: #6dd6cf !important;
    border: 2px solid #6dd6cf !important;
    color: #fff !important;
}
input[type="submit"] {
    background-color: #ffffff00 !important;
}
.reach-out-form .full-row {
    width: 100%;
	text-align: center;
	font-family: "Open Sans";
}
.reach-out-form .full-row textarea, .service-sidebar-frm textarea {
    height: 120px;
}
.full-row.msg p {
    font-size: 13.6px;
}
.full-row.btn {
    margin-top: 30px;
}
.full-row.accp span.wpcf7-list-item {
    margin: 0px;
}
.single-post p a {
    color: #058b32;
}
.custom-post-cont h2 {
   font-size: 37px !important;
    color: #058b32;
    margin: 25px 0px;
}
.custom-post-cont h3 {
    color: #6dd6cf;
    font-size: 25px;
	margin: 25px 0px;
}
.custom-post-cont h4 {
    color: #058b32;
	margin: 25px 0px;
    font-size: 23px;
}
.custom-post-cont ul {
    margin-bottom: 20px;
}
.blost-list-view .elementor-posts .elementor-post {
    flex-direction: row;
    justify-content: space-between;
	overflow: inherit;
}
.blost-list-view .elementor-post__thumbnail {
    width: 85%;
   overflow: inherit !important; 
}
.blost-list-view a.elementor-post__thumbnail__link {
    width: 50% !important;
}
.blost-list-view a.elementor-post__read-more {
    border: 2px solid #0c0c0c;
    padding: 12px 40px;
}
.blost-list-view a.elementor-post__read-more:hover {
    background-color: #0c0c0c;
    color: #fff !important;
}
.blost-list-view .elementor-posts-container.elementor-has-item-ratio .elementor-post__thumbnail img {
    width: 320px !important;
    height: 320px !important;
    object-fit: cover;
}
.blost-list-view h3.elementor-post__title a:hover {
    color: #111 !important;
}
.blost-list-view .elementor-posts-container.elementor-posts {
    grid-row-gap: 100px !important;
}