/*
Theme Name: Sydney-Child
Author: Aspire IT Solution Web Team
Description: Your description goes here
Version: 1.0
Template: sydney

This is the child theme for Sydney theme, generated with Generate Child Theme plugin by catchthemes.

(optional values you can add: Theme URI, Author URI, License, License URI, Tags, Text Domain)
*/

.wpcf7-form .select2-container--default .select2-selection--single, .wpcf7-form input[type=color], .wpcf7-form input[type=datetime-local], .wpcf7-form input[type=datetime], .wpcf7-form input[type=email], .wpcf7-form input[type=number], .wpcf7-form input[type=password], .wpcf7-form input[type=search], .wpcf7-form input[type=tel], .wpcf7-form input[type=text], .wpcf7-form input[type=url], .wpcf7-form select, input[type=date], input[type=month], input[type=time], input[type=week] {
    color: #fff;
    border: 1px solid #93a9bf;
    padding: 4px 20px;
    border-radius: 5px;
    -webkit-transition: .3s ease-in-out;
    -moz-transition: .3s ease-in-out;
    -ms-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out;
    background: no-repeat padding-box #fffFFF00;
    height: 40px !important;
    width: 100%;
    font-weight: 300;
    outline: 0;
}
.wpcf7-form textarea {
    color: #fff;
    border: 1px solid #93a9bf;
    background: no-repeat padding-box #fffFFF00;
    width: 100%;
    font-weight: 300;
    color: #93a9bf;
	width: 100%;
}
.testimonial .slick-list {
   overflow: visible !important;
}
@media only screen and (max-width: 767px) {
 .testimonial .slick-list {
   overflow: hidden !important;
}
 .testimonial .premium-testimonial__img-bottom .premium-testimonial-img-wrapper, .testimonial .premium-testimonial__img-top .premium-testimonial-img-wrapper {
    position: relative;
    top: 55px;
}
}