/**
 * Theme Name: Worksquare Child
 * Template: worksquare
 * Version: 1.0
 * Description: Coworking and Office Space WordPress Theme
 * Author: Ninzio
 **/
 
 
.rounded-corner img { border-radius: 70px !important; }
.rounded-corner-small img { border-radius: 25px !important; }

@media (min-width: 1000px) {
	.bottom-left-round-corner { border-radius: 0 0 0 120px; }
}

@media (min-width: 700px) {
	#featured-title { border-radius: 0 0 0 120px; }
}
 
#footer-widgets .widget.widget_text {
    max-width: 400px !important;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="tel"]:focus,
input[type="password"]:focus, 
textarea:focus, select:focus, 
#bottom input[type="text"]:focus, 
#bottom input[type="password"]:focus, 
#bottom textarea:focus, #bottom select:focus {
    border-color: #8c8f91;
}


.wpcf7 form .wpcf7-response-output {
		padding: 10px 25px;
		border-width: 1px;
}



.wpcf7 form.sent .wpcf7-response-output {
    font-size: 14px;
	color: #46b450;
	border-color: #46b450; /* Green */
}
.wpcf7 form.failed .wpcf7-response-output,
.wpcf7 form.aborted .wpcf7-response-output {
    font-size: 14px;
	color: #dc3232;
	border-color: #dc3232; /* Red */
}

.wpcf7 form.spam .wpcf7-response-output {
    font-size: 14px;
	color: #dc3232;
	border-color: #dc3232; /* red */
}
 
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output {
    font-size: 14px;
	color: #dc3232;
	border-color: #dc3232; /* red */
}

span.wpcf7-not-valid-tip { font-size: 14px; padding-left: 5px; }

input[type="submit"] { font-size: 18px; background-color: #696e6f !important; border: 0 !important; font-family: "Open Sans" !important; }