/*
 Theme Name:   GeneratePress Child
 Theme URI:    https://generatepress.com
 Description:  Default GeneratePress child theme
 Author:       Tom Usborne
 Author URI:   https://tomusborne.com
 Template:     generatepress
 Version:      0.1
*/

.jeg-elementor-kit.jkit-nav-menu .jkit-menu-wrapper .jkit-menu li a{
	font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase;
}
input[type="text"], input[type="email"], input[type="url"], input[type="password"], input[type="search"], input[type="tel"], input[type="number"], textarea, select {
    width:100%
}
.wpcf7-form p{
	margin-bottom:0px;
}
.call-us-section-c a {
    color: #7A7A7A;
}
@media only screen and (max-width: 768px) and (min-width: 426px){
	.service-section .elementor-image-box-description {
		overflow: hidden;
		display: -webkit-box;
		-webkit-line-clamp: 3;
		-webkit-box-orient: vertical;
		padding: 0 10px;
	}
	.top-menu-part {
		width: 60% !important;
		margin-bottom: 0px !important;
	}
	.top-btn-part {
		width: 40% !important;
	}
}
@media screen and (max-width: 768px){
	.menu-make-btn > .elementor-widget-wrap {
		flex-wrap:nowrap;
	}
}
@media screen and (max-width: 425px){
	.service-section .elementor-image-box-description {
		padding: 0 12px;
	}
	.top-menu-part {
		width: 23% !important;
		margin-bottom: 0px !important;
	}
	.top-btn-part {
		width: 77% !important;
	}
}