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

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

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

/**
 *
 * Contact shortcode
 *
 **/

.gk-contact-form {
	overflow: hidden;
	padding: 60px 0 0 0;
}
.gk-contact-form[data-cols="1"] > div {
	width: 100%;
}
.gk-contact-form[data-cols="2"] > div {
	float: right;
	width: 41%;
}
.gk-contact-form[data-cols="2"] > form {
	float: left;
	width: 45%;
}
.gk-contact-form h3 {
	color: #333;
	font-size: 20px;
	font-weight: 600;
	text-transform: uppercase;
}
.gk-contact-form form p {
	margin: 0 0 12px 0;
}
.gk-contact-form input[type="text"],
.gk-contact-form input[type="email"],
.gk-contact-form textarea {
	width: 100%;
}
.gk-contact-form input[type="text"],
.gk-contact-form input[type="email"] {
	height: 52px;
	line-height: 53px;
	padding: 0 22px;
}
.gk-contact-form textarea {
	height: 190px;
	padding: 22px;
}
.gk-contact-form address {
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	padding: 30px 0;
}
.gk-contact-form address p {
	margin: 0;
}
.gk-contact-footer {
	color: #999;
	font-size: 22px;
	font-style: normal;
	font-weight: 300;
	line-height: 36px;
	margin: 10px 0 0 0;
}
.gk-contact-social-icons {
	margin: 0;
	overflow: hidden;
	padding: 10px 0 0 0;
}
.gk-contact-social-icons > a {
	display: block;
	float: left;
	height: 32px;
	margin-right: 6px;
	overflow: hidden;
	width: 32px;
}
.gk-contact-social-icons > a:before {
	border: 2px solid #ebebeb;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	color: #c7c7c7;
	display: block;
	font-family: FontAwesome;
	font-size: 16px;
	height: 32px;
	line-height: 28px;
	text-align: center;
	text-indent: 0;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
	width: 32px;
}
.gk-contact-social-icons > a:hover:before {
	background: #7484ff;
	border-color: #7484ff;
	color: #fff;
}
.gk-contact-fb-icon:before {
	content: '\f09A';
}
.gk-contact-twitter-icon:before {
	content: '\f099';
}
.gk-contact-gplus-icon:before {
	content: '\f0d5';
}
.gk-contact-linkedin-icon:before {
	content: '\f0e1';
}
.gk-contact-pinterest-icon:before {
	content: '\f0d2';
}
.gk-contact-rss-icon:before {
	content: '\f09e';
}
