/*
Theme Name: Startit Child
Theme URI: https://startit.qodeinteractive.com/
Description: A child theme of Startit Theme
Author: Select Themes
Author URI: http://themeforest.net/user/select-themes
Version: 2.0.1
Text Domain: startit
Template: startit
*/
.qodef-logo-wrapper a img{
	max-width: 180px;
    width: 100%;
    height: auto !important;
    padding: 15px 0;
}
.qodef-sticky-header .qodef-logo-wrapper a img {
    max-width: 140px;
    width: 100%;
    height: auto !important;
    padding: 3px 0;
}
footer .wpcf7-form .getquite br{
	display:none;
}
footer .wpcf7-form .getquite{
	display:flex;
	margin-bottom:15px;
}
footer .wpcf7-form .getquite span:first-child{
	width: 35px;
    text-align: center;
    align-items: center;
    display: flex;
    justify-content: center;
    height: 33px;
    border: 1px solid;
}
footer .wpcf7-form .getquite span.wpcf7-form-control-wrap{
	display:flex;
	width:calc(100% - 35px);
	flex-wrap:wrap;
}
footer .wpcf7-form .getquite span.wpcf7-form-control-wrap .wpcf7-not-valid-tip{
	width:100%;
}
footer .wpcf7-form .getquite span.wpcf7-form-control-wrap input,
footer .wpcf7-form .getquite span.wpcf7-form-control-wrap select{
	width: 100%;
    overflow: hidden;
    border: 1px solid #e9e9e9;
    background-color: #f6f6f5;
    padding: 0 10px;
    height: 35px;
    outline: 0;
    color: #7f8385;
    font-family: inherit;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 0;
	margin-bottom:0px !important;
}
footer input.wpcf7-form-control.wpcf7-submit {
    width: 100% !important;
    border-radius: 0px !important;
    font-size: 14px !important;
}
footer .textwidget p{
	text-align:justify;
}
.services-page-list p{
	padding-left:20px;
}

.qodef-testimonials.happy_clients .qodef-testimonial-content{
	display: inline-block;
    width: 32%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    float: left;
    margin: 0 .7%;
    opacity: 0;
    -webkit-transition: opacity .3s ease-in;
    transition: opacity .3s ease-in;
}
.qodef-testimonials.happy_clients .owl-item.active .qodef-testimonial-content {
    opacity: 1;
}
.qodef-testimonials.happy_clients .qodef-testimonial-content:first-child {
    margin-left: 0;
}
.qodef-testimonials.happy_clients .qodef-testimonial-content:nth-child(1) {
    transition-delay: .1s;
}
