/**
 *
 * --------------------------------------------------
 * Shortcodes - template specific elements - CSS file
 * --------------------------------------------------
 *
 **/

/*
 *
 * 6. Shortcodes
 *
 *
------------------------------------ */

/* 6.3. Template specific elements
==================================== */

/**
 *
 * Contact shortcode
 *
 **/
 
/* Map */
.gk-map {
	/*background: #f1f0f0 url('../images/patterns/pattern4.png') repeat center center;*/
	background-color: #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 1;
	position: absolute;
	-webkit-transition: all .6s ease-out;
	-moz-transition: all .6s ease-out;
	-ms-transition: all .6s ease-out;
	-o-transition: all .6s ease-out;
	transition: all .6s ease-out;
	width: 100%;
	z-index: 0;
}
.gk-map.beforeload {
	opacity: 0;
}
.gk-map.active {
	bottom: 0;
	height: auto;
	left: 0;
	opacity: 0.8;
	position: absolute;
	width: 100%;
	z-index: 0;
}

/* GK Contact Plugin */
.gk-contact-form {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 20px;
	position: relative;
	width: 320px;
	z-index: 1;
}
.gk-contact-form address {
	color: #3a3636;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 1.4;
}
.gk-contact-footer {
	color: #3a3636;
	font-size: 13px;
	line-height: 1.2;
	margin: 16px 0 12px 0!important;
}
.gk-contact-form form p {
	margin: 0 0 18px 0;
	overflow: hidden;
}
.gk-contact-form input,
.gk-contact-form textarea {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border: 1px solid #c6d0d2;
	height: 42px;
	padding: 0 12px;
	width: 100%;
}
.gk-contact-form textarea {
	height: 140px;
	padding: 12px;
}
.gk-contact-form input[type="submit"] {
	background: #333131;
	border: none;
	color: #fff;
	margin: 0;
}
.gk-contact-form input[type="submit"]:active,
.gk-contact-form input[type="submit"]:focus,
.gk-contact-form input[type="submit"]:hover {
	background: #1dbaf4;
	color: #fff!important;
}
.gk-contact-social-icons {
	margin: 0;
	padding: 20px 0;
	text-align: center;
}
.gk-contact-social-icons a {
	border: 1px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	font-size: 16px;
	height: 28px;
	line-height: 29px;
	margin: 0 5px;
	text-align: center;
	width: 28px;
}
.gk-contact-social-icons a i {
	padding-left: 1px;
	padding-right: 0;
}
.gk-contact-social-icons a:hover {
	background: #333131;
	border: 1px solid #333131;
}
.gk-contact-social-icons a:hover i { color: #fff; }

/* reCAPTCHA adjustments */
.gk-contact-form .recaptchatable {
	border: none!important;
}
.gk-contact-form .recaptchatable .recaptcha_image_cell center img {
	height: auto;
	padding: 8px 0 0 0;
	width: 216px;
}
.gk-contact-form .recaptchatable #recaptcha_image {
	border: none!important;
	width: 200px!important;
}
.gk-contact-form .recaptchatable #recaptcha_response_field {
	width: 200px!important;
}
.gk-contact-form .recaptchatable td {
	padding: 0!important;
}
.gk-contact-form .recaptcha_image_cell {
	width: 200px;
}
