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

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

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

/**
 *
 * Contact shortcode
 *
 **/
 
/* Map */
.gk-map {
	background: #f1f0f0 url('../images/loader.gif') no-repeat center center;
	bottom: 0;
	height: 100%;
	left: 0;
	opacity: 0.65;
	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.65;
	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: left;
	padding: 0;
	position: relative;
	width: 100%;
	z-index: 1;
}

.gk-contact-form-3 {
	background: #fff;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	float: right;
	padding: 4px;
	position: relative;
	width: 320px;
	z-index: 1;
}

.gk-contact-form address {
	color: #3a3636;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	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 #ccc;
	height: 42px;
	padding: 0 12px;
	width: 100%;
}
.gk-contact-form textarea {
	height: 140px;
	padding: 12px;
}
.gk-contact-form input[type="submit"] {
	background: #f1f1f1;
	border: 1px solid #222;
	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: 2px solid #ddd;
	border-radius: 50%;
	display: inline-block;
	font-size: 35px;
	height: 55px;
	line-height: 56px;
	margin: 10px 10px;
	text-align: center;
	width: 55px;
}

.gk-contact-social-icons-fbcol a {
	background-color: #3a5795;
}

.gk-contact-social-icons-twcol a {
	background-color: #55acee;
}

.gk-contact-social-icons a i {
	padding-left: 1px;
	padding-right: 0;
}

/* .fa-facebook::before {
    color: #fff !important;
}

.fa-twitter::before {
    color: #fff !important;
} */

.gk-contact-social-icons a:hover {
	background: #3a5795;
	border: 2px solid #fff;
}

.gk-contact-social-icons-fbcol a:hover {
	background: #3a5795;
	border: 2px solid #fff;
}

.gk-contact-social-icons-twcol a:hover {
	background: #55acee;
	border: 2px solid #fff;
}

.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;
}