/*
Theme Name: Nick
Theme URI: Nick
Description: Nick
Version: 1.0
Author: Skediatech
Author URI: www.skediatech.com.au
*/
.contact { 
   padding-left:0;
}
.address label {
 float: left;
width: 100px;
}
.address { 
   padding-bottom: 10px;
   font-size: 16px;
}
.addres { padding: 0; }
h3 a {
color: #333;
}
.wpcf7 {
	font-size: 16px;
}

textarea {
	height: 160px; 
        width: 100%;
}
input[type="submit"] { 
	background: #333;
        border: 0;
        border-radius: 4px;
        color: #fff;
        padding: 8px 25px;
}

.wpcf7-not-valid-tip, .wpcf7-validation-errors {
	padding: 5px 0 0;
	color: #f00;
	font-size: 14px;
	display: block;
}
.screen-reader-response { 
	display: none;
}
.screenshot {
background: url("images/iphone.png") no-repeat 0 0; 
background-size: contain;
height:443px;
margin-top: 30px;
padding: 51px 15px 0;
width: 221px;
}

@media screen and(max-width: 767px) { 
	.conaddress { 
		padding-left:0
	}
}
@media screen and (max-width: 480px) { 
	input[type='text'], input[type='email'], textarea { width: 100%; }
	.address label { float: none !important; width: 100%; }
}
@media screen and(max-width: 320px) {
.applogo { max-width: 250px !important; height: auto !important; width: 100% !important; }
.appContainer { padding: 0 !important;}
}