/*
Theme Name: GardenHub Child
Theme URI: http://steelthemes.com/gardenhub
Author: SteelThemes
Author URI: http://steelthemes.com
Description: Industry, Garden, Engineering & All Industrial Business WordPress Theme
Version: 1.0.0
License: GNU General Public License v2+
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: gardenhub
Domain Path: /lang/
Tags: one-column, two-columns, left-sidebar, right-sidebar, full-width-template, post-formats, theme-options, threaded-comments, translation-ready
Template: gardenhub
*/

.site-content {padding-bottom: 0;}
.wpcf7-form {
    padding: 0 !important;
    width: 100%;
    margin: 50px auto 0;
    max-width: 100%;
}

.wpcf7 p {
    margin: 0;
    padding: 0;
    line-height: 0;
}
 .wpcf7 .fh-form p {
    margin: 0 0 10px;
    padding: 0;
    line-height: inherit;
}

.wpcf7 hr {
    margin: 20px 0;
    float: left;
    width: 100%;
    max-width: unset;
    height:1px;
}

.wpcf7 h4 {
    font-size: 25px;
    margin: 50px 0 0;
    padding: 0;
    line-height: 1.2;
}

.wpcf7 h5{
	font-size:20px;
	margin:0 0 10px 0;
	padding:0;
	line-height: 1.2;
}

.wpcf7-list-item-label {
    font-weight: normal;
}

.wpcf7-form .full {
    float: left;
    width: 100%;
}

.wpcf7-form .full.padded {
    padding: 10px 15px;
}

.wpcf7-form small {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.wpcf7-form .half {
    float: left;
    width: 49%;
    margin: 0 0.5%;
    padding: 10px;
}

.wpcf7 input[type="date"], .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 input[type="tel"], .wpcf7 input[type="button"] {
    appearance: none;
    float: left;
    width: 99%;
    padding: 10px;
    color: #777;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: titillium-web, sans-serif;
    font-weight: 400;
	margin: 0 0 10px 0;
	border: 1px solid #ddd;
    background-color: #f2f2f2;
    border-radius: 5px;
    height: unset;
}

.dscf7_signature input.clearButton {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 20px !important;
    height: 20px !important;
    line-height: 1 !important;
    padding: 0px !important;
    margin: 0px !important;
    border-radius: 100px !important;
    transform: rotate(45deg) !important;
    position: absolute !important;
    top: 2px !important;
    right: 2px !important;
}

.wpcf7 input[type="file"]{
	float: left;
    width: 99%;
    padding: 0;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: titillium-web, sans-serif;
    font-weight: 400;
	margin: 0 0 10px 0;
}

.wpcf7 select {
    appearance: none;
	background-color:#fff;
    float: left;
    width: 99%;
    padding: 10px;
    border: 3px solid #777;
    color: #777;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: titillium-web, sans-serif;
    font-weight: 400;
	margin:0 0 10px 0;
	border: 1px solid #ddd;
    background-color: #f2f2f2;
    border-radius: 5px;
}

.dnd-upload-counter {
    right: 13px;
    bottom: 7px;
}

textarea {
    appearance: none;
    float: left;
    width: 98%;
    height: 200px;
	background-color:#fff;
    padding: 10px;
    border: 3px solid #777;
    color: #777;
    box-shadow: none;
    border-radius: 0px;
    font-size: 16px;
    line-height: 1.4;
    font-family: titillium-web, sans-serif;
    font-weight: 400;
	margin:0 0 10px 0;
	border: 1px solid #ddd;
    background-color: #f2f2f2;
    border-radius: 5px;
}

input[type="submit"],
.cf7mls_back.action-button,
.cf7mls-btns .cf7mls_next.action-button,
.cf7mls-btns .cf7mls_back.action-button {
    appearance: none;
    width: 120px;
    margin: 20px auto 0;
    padding: 15px 20px;
    display: block;
    border: none;
    color: #fff;
    font-weight: 600;
    box-shadow: none;
    border-radius: 0px;
    font-size: 14px;
    line-height: 1;
    background-color: #217a82;
    border-radius: 5px;
    cursor: pointer;
    transition: 300ms ease opacity;
    font-family: titillium-web, sans-serif;
	float:left;
}

.cf7mls-btns .cf7mls_next.action-button{
	margin-right:2px;
}

.fieldset-cf7mls-wrapper div.wpcf7-validation-errors .wpcf7-icon-wraning {
    /* display: none !important; */
}

.fieldset-cf7mls .cf7mls_next {
    float: right !important;
}

.cf7mls-no-moving-animation .fieldset-cf7mls-wrapper .fieldset-cf7mls {
    padding: 0 !important;
}

.wpcf7  input:hover[type="submit"],
.wpcf7  input:focus[type="submit"],
.cf7mls_back.action-button:hover,
.cf7mls-btns .cf7mls_next.action-button:hover,
.cf7mls-btns .cf7mls_back.action-button:hover{
    opacity: 0.7;
}

.wpcf7  label {
    font-size: 16px;
    line-height: 1.4;
    font-family: titillium-web, sans-serif;
    font-weight: 600;
    float: left;
    width: 100%;
    margin: 10px 0 10px 0;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
    background: #217a82 !important;
    box-shadow: #217a82 0 1px 3px 0 inset !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_today {
    color: #fff !important;
}

.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
    background: #217a82 !important;
    color: #fff !important;
}

.wpcf7 form .wpcf7-response-output {
    margin: 20px 0px !important;
    padding: 20px !important;
    border: none !important;
    background: #217a82 !important;
    float: left !important;
    width: 100% !important;
    color: #fff !important;
    font-weight: 600 !important;
    text-align: center !important;
    font-size: 16px !important;
}

.wpcf7-not-valid-tip {
    color: #217a82 !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    float: left !important;
    width: 100% !important;
	margin: 0 0 30px !important;
}

.wpcf7-list-item label {
    float: left;
    text-align: left;
    margin: 0 auto;
    display: block;
}

#form p a{
	color:#217a82;
}

.dnd-upload-status {
    float: left;
    width: 100%;
}

#digital_signature-pad_ntm-signature{
	max-width:100%
}

.dnd-upload-status .dnd-upload-details .name {
    color: #217a82;
    padding: 4px 0;
    padding-right: 60px;
    display: block;
    float: left;
    width: 100%;
}

.dnd-upload-status .dnd-upload-details .dnd-progress-bar span {
    background: #217a82;
}

.dnd-upload-status .dnd-upload-details .remove-file {
    right: 2px;
    top: 0px;
}

.codedropz-upload-wrapper {
    float: left;
    width: 100%;
    margin: 0 0 10px 0;
}

.codedropz-upload-handler {
    float: left;
    width: 99.7%;
    line-height: 2;
}

.wpcf7-checkbox, .wpcf7-acceptance{
	margin: 0 0 30px 0;
	float: left;
	width:100%;
}

[data-name="ntm-agreement-1"] .wpcf7-acceptance {
	margin: 0 0 0 0;
} 

.wpcf7-list-item {
    display: inline-block;
    margin: 0px 0 0px;
    text-align: left;
    width: 100%;
}

input[type="date"]{
	min-height:46px;
	text-align:left;
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #217a82;
}

dscf7_signature input.clearButton { border: none !important; font-size: 20px !important; background: transparent; right: 0; top: 0; width: unset; }
input[type="submit"], .cf7mls_back.action-button, .cf7mls-btns .cf7mls_next.action-button, .cf7mls-btns .cf7mls_back.action-button {
	background: #db071a;
}
body .wpcf7-not-valid-tip {color:#db071a !important;}
body .wpcf7 form .wpcf7-response-output {background:#db071a !important; }
.entry-footer {margin-top: 15px;}
.gh-contact-form p { line-height: 20px;}
.header-v4 .main-nav ul.menu > li:last-of-type {float: right;}
.header-v4 .main-nav ul.menu > li:last-of-type a {padding: 5px 20px; background:#db071a; color:white; border-radius: 6px; margin-top: -5px; transition: all ease 0.5s;}
.header-v4 .main-nav ul.menu > li:last-of-type a:hover {opacity: 0.8;}
.fh-testimonials-carousel .feedback-title { color:#db071a; }
.fh-section-title.has-icon .fh-icon {display: none;}
.page-id-411 .wpcf7 .fh-form-1 .wpcf7-submit {margin-top: 0;}
.page-header .header-title.blog-title {
	padding-top: 140px;
	padding-bottom: 140px;
	background-repeat:no-repeat !important;  background-size:100% !important; background-attachment:fixed !important;
}
.page-header .header-title {
	padding-top: 140px;
	padding-bottom: 140px;
	background-repeat:no-repeat !important; background-size: 100% !important;
}
.entry-footer {border: 0;}
@media all and (max-width:1000px) {
.page-header .header-title {
	padding-top: 140px;
	padding-bottom: 140px;
	background-repeat:no-repeat !important; background-size: cover !important; background-attachment:inherit !important; background-position:center !important;
}
.page-header .header-title.blog-title {
	padding-top: 140px;
	padding-bottom: 140px;
	background-repeat:no-repeat !important;  background-size:cover !important; background-attachment:inherit !important; background-position:center !important;
}
	
}
@media all and (max-width:600px) {

    .wpcf7-form .full.padded {
        padding: 10px 0;
    }
.ft-contact.phone a {
color: #848484;
}
    .wpcf7-form .half {
        float: left;
        width: 100%;
        margin: 0;
        padding: 10px 0;
    }

    .wpcf7 form .wpcf7-response-output {
        margin: 20px 0 !important;
        width: 100% !important;
    }

	
	.wpcf7-form *{
		font-size: 16px !important;
	}
	
	.wpcf7-form{
		overflow-x:hidden;
	}
	
	.wpcf7 p{
		float:left;
		width:100%;
	}
	
	.wpcf7-form .fieldset-cf7mls textarea {
    width: 99% !important;
}
	
	form.cf7mls input.wpcf7-form-control.wpcf7-submit{
		margin-right:3px;
	}

}
.nav ul.menu {
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    justify-content: flex-end;
}
.homepage-service-section {}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper { display:flex; flex-wrap:wrap; gap: 10px; min-height: 200px; margin-bottom: 20px;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .homepage-image-surround { flex-basis: 20%; justify-content: center; align-items: center; display: flex;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .homepage-image-surround a { border-radius: 100%; padding: 5px; background:#db071a; text-align: center; transition: all ease 0.5s;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .homepage-image-surround a:hover {opacity: 0.8;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .homepage-image-surround a img {border: 2px dashed #ffffff; border-radius: 100%; padding: 10px; overflow: visible;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .hompeage-text-surround{ flex-basis: 75%; justify-content: center; align-items: center; align-content: center; padding-left: 5px;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .hompeage-text-surround h4{ flex-basis: 100%;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .hompeage-text-surround  a:hover { color:#db071a;}
.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .hompeage-text-surround p{ flex-basis: 100%;}
.blog #main {display:flex; flex-wrap:wrap; gap:20px;}
.blog #main .blog-wrapper{flex: 0 0 calc(33% - 10px);}
.single.single-post.single-format-standard .entry-header .entry-thumbnail img{width:100%;}
li::marker {
  color: #db071a;
}
#sb_instagram #sbi_images {padding: 12px 0 0 0;}
@media all and (max-width:1199px) {
	.blog #main .blog-wrapper {flex: 0 0 calc(50% - 10px);}
	.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .homepage-image-surround {flex-basis: 100%; text-align: center;}
	.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .homepage-image-surround a {width:100px; margin: 0 auto; display: block;}
	.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper .hompeage-text-surround {flex-basis: 100%; text-align: center;}
	
}
@media all and (max-width:700px) {
	.blog #main {gap:0px;}
	.blog #main .blog-wrapper {flex-basis:100%;}
}
@media all and (max-width:991px) {
	.container {width:100%;}
	.homepage-service-section .wpb_text_column.wpb_content_element .wpb_wrapper {margin-bottom: 40px;}
	#homepage-about {text-align: center;}
	.page-child.parent-pageid-125 .site-content {padding: 40px 0;}
	.page-child.parent-pageid-125 #main article .entry-header {padding: 0 15px;}
	.page-child.parent-pageid-125 #main article .entry-content .vc_row {display: flex; flex-wrap: wrap;}
	.page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column:first-of-type {order:2; flex-basis: 100%;}
	.page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column:last-of-type {order:1; flex-basis: 100%; margin-bottom: 30px;}
	.page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column .vc_custom_1731489666140, .page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column .vc_custom_1731489681823, .page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column .vc_custom_1731489703450, .page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column .vc_custom_1731489735470 , .page-child.parent-pageid-125 #main article .entry-content .vc_row .wpb_column .vc_custom_1731489785543 {padding:15px 0 !important}
}
.page-id-14 .entry-title {text-align:center;}