/* LICENSE & DETAILS
   ==================================================

	Theme Name: Uplift Child Theme
	Theme URI: http://uplift.swiftideas.com
	Description: An Incredible Responsive Multi-Purpose WordPress Theme - Designed & Developed by Swift Ideas ( www.swiftideas.com )
	License: GNU General Public License version 3.0
	License URI: http://www.gnu.org/licenses/gpl-3.0.html
	Template: uplift
	Version: 1.0
	Author: Swift Ideas
	Author URI: www.swiftideas.com

	All files, unless otherwise stated, are released under the GNU General Public License
	version 3.0 (http://www.gnu.org/licenses/gpl-3.0.html)

   ==================================================
*/

/* --------------------------------------------
Client items - fixing thumbnail size and centering
-------------------------------------------- */


.client-item figure img{
	width: auto;
}

.clients-items{
	text-align: center;
}

/* --------------------------------------------
-------------------------------------------- */














/* --------------------------------------------
CONTACT FORM 7 STYLING
-------------------------------------------- */

span.wpcf7-form-control-wrap.name:before {
    content: "\e94a";
    font-family: 'nucleo-interface';
    position: absolute;
    top: 10px;
    left: 15px;
}

span.wpcf7-form-control-wrap.email:before {
    content: "\e92e";
    font-family: 'nucleo-interface';
    position: absolute;
    top: 10px;
    left: 15px;
}

span.wpcf7-form-control-wrap.subject:before {
    content: "\e92c";
    font-family: 'nucleo-interface';
    position: absolute;
    top: 10px;
    left: 15px;
}

span.wpcf7-form-control-wrap.message:before {
    content: "\e941";
    font-family: 'nucleo-interface';
    position: absolute;
    top: 10px;
    left: 15px;
}

span.wpcf7-form-control-wrap.tel:before {
    content: "\e93a";
    font-family: 'nucleo-interface';
    position: absolute;
    top: 10px;
    left: 15px;
    color: #aaa;
}

span.wpcf7-form-control-wrap.tel input[type="tel"]{
	padding-left: 40px;
}

.wpcf7 .wpcf7-select{
	height: auto;
}

input[type="file"]
{
	background: #fff !important;
	color: #333 !important;
}

input[type="text"], input[type="email"], input[type="password"], textarea, select, .wpcf7 input[type="text"], .wpcf7 input[type="email"], .wpcf7 textarea, .wpcf7 select, .ginput_container input[type="text"], .ginput_container input[type="email"], .ginput_container textarea, .ginput_container select, .mymail-form input[type="text"], .mymail-form input[type="email"], .mymail-form textarea, .mymail-form select, input[type="date"], input[type="tel"], input.input-text, input[type="number"], .select2-container .select2-choice{
	border-color: #aaa !important;
	color: #333 !important;
}

.wpcf7-form ::-webkit-input-placeholder { color:#aaa !important; } /* chrome/webkit */
.wpcf7-form ::-moz-placeholder { color:#aaa !important; } /* firefox 19+ */
.wpcf7-form :-moz-placeholder { color:#aaa !important; } /* firefox 18- */
.wpcf7-form :-ms-input-placeholder { color:#aaa !important; } /* ie */
