/**
 *
 * -------------------------------------------
 * Shortcodes - typography elements - CSS file
 * -------------------------------------------
 *
 **/

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

/* 6.1. Typography elements
==================================== */

.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
	clear: both;
	margin: 0;
	padding: 20px 0;
}

.gk-warning,
.gk-notice,
.gk-info,
.gk-error,
.gk-thanks { /* Common rules for all these types */
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	font-size: 17px;
	font-weight: 400;
	padding: 12px 12px 12px 66px;
	position: relative;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}

.gk-notice:before,
.gk-info:before,
.gk-warning:before,
.gk-error:before {
	font-family: FontAwesome;
	font-size: 24px;
	position: absolute;
	top: 7px;
	left: 22px;
}

/* Notices */
.gk-notice {
	background-color: #fcf8e5;
	border-color: #efecc5;
	color: #c0b136;
}

.gk-notice:before {
	color: #c0b136;
	content: "\f0eb";
}

/* Infos */
.gk-info {
	background-color: #D9EDF7;
	border-color: #BCE8F1;
	color: #3A87AD;
}

.gk-info:before {
	color: #3A87AD;
	content: "\f05a";
}

/* Errors */
.gk-warning,
.gk-error {
	background-color: #F2DEDE;
	border-color: #EED3D7;
	color: #B94A48;
}

.gk-warning:before,
.gk-error:before {
	color: #B94A48;
	content: "\f057";
}

/* Labels & badges */
.gk-badge,
.gk-label,
.gk-badge[data-style="style1"],
.gk-label[data-style="style1"] {
	background-color: #ffd;
	color: #666;
	font-weight: 300;
	padding: 1px 3px 2px;
	vertical-align: baseline;
	white-space: nowrap;
}

.gk-badge,
.gk-badge[data-style="style1"] {
	padding: 1px 3px 2px;
}

.gk-badge[data-style="style2"],
.gk-label[data-style="style2"] {
	background: #EE5F5B;
	color: #fff;
}

.gk-badge[data-style="style3"],
.gk-label[data-style="style3"] {
	background: #D9EDF7;
	border: 1px solid #BCE8F1;
	color: #3A87AD;
}

.gk-badge[data-style="style4"],
.gk-label[data-style="style4"] {
	background: #222;
	color: #fff;
}

/* Code listings */
pre,
pre.gk-code {
	background: #fff;
	border: 1px solid #e5e5e5;
	color: #666;
	display: block;
	font: normal .92em/32px 'Curier New',monospace!important;
	margin: 20px 0!important;
	padding: 26px 30px!important;
}

pre.gk-code[data-style="style2"] {
	border-left: 5px solid #EE5F5B;
}

pre.gk-code[data-style="style3"] {
	border-top: 5px solid #29a3e0;
}

/* Text blocks */
.gk-textblock,
.gk-textblock[data-style="style1"] {
	border: 1px solid #e5e5e5;
	margin: 36px 0;
	padding: 15px 20px;
}

.gk-textblock[data-style="style2"] {
	background: #FFFEF4;
	border: 1px solid #EAE8CC;
}

.gk-textblock[data-style="style3"] {
	background: #f8f8f8;
	border: none;
}

.gk-numblock {
	clear: both;
	margin: 20px 0;
	min-height: 56px;
	padding: 0 0 24px 75px !important;
	position: relative;
}

.gk-numblock span,
.gk-numblock[data-style="style1"] span {
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	-ms-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	font-size: 24px;
	font-weight: 600;
	height: 46px;
	left: 0;
	line-height: 46px;
	position: absolute;
	text-align: center;
	top: 4px;
	width: 46px;
}

.gk-numblock[data-style="style1"] span {
	background: #222;
}

.gk-numblock[data-style="style2"] span {
	background: #EE5F5B;
}

.gk-numblock[data-style="style3"] span {
	background: #29A3E0;
}

.gk-floated {
	color: #242424;
	display: block;
	font-size: 18px;
	font-style: italic;
	font-weight: 400;
	line-height: 170%;
	padding: 30px 40px;
	width: 38%;
}

.gk-floated[data-align="left"] {
	float: left;
	padding: 10px 20px 10px 0;
}

.gk-floated[data-align="right"] {
	float: right;
	padding: 10px 0 10px 20px;
}

.gk-floated[data-align="center"] {
	float: none;
	padding: 10px 0;
	text-align: center;
	width: 100%;
}

/* Blockquote */
blockquote.gk-quote {
	margin: 20px 0;
	overflow: hidden;
	padding: 0 38px;
	position: relative;inherit
}

blockquote.gk-quote p {
	margin: 0 0 10px 0;
	padding: 0;
}

blockquote.gk-quote cite {
	color: #aaa;
	float: right;
	font-size: 14px;
	font-style: italic;
}

blockquote.gk-quote:after,
blockquote.gk-quote:before {
	color: #ccc;
	content: "\f10e";
	font-family: FontAwesome;
	font-size: 14px;
	line-height: 1;
	position: absolute;
	top: 0;
	right: 0;
}

blockquote.gk-quote:before {
	content: "\f10d";
	bottom: 0;
	left: 0;
	top: inherit;
}

blockquote.gk-quote[data-style="style2"]:before {
	top: 0;
}

blockquote.gk-quote[data-style="style3"],
blockquote.gk-quote[data-style="style4"] {
	padding: 30px 72px;
}

blockquote.gk-quote[data-style="style3"]:after,
blockquote.gk-quote[data-style="style3"]:before,
blockquote.gk-quote[data-style="style4"]:after,
blockquote.gk-quote[data-style="style4"]:before  {
	color: #222;
	font-size: 56px;	
	font-style: italic;
}

blockquote.gk-quote[data-style="style3"]:before,
blockquote.gk-quote[data-style="style4"]:before {
	left: 6px;
}

blockquote.gk-quote[data-style="style3"]:after,
blockquote.gk-quote[data-style="style4"]:after {
	right: 12px;
}

blockquote.gk-quote[data-style="style4"]:before {
	top: 0;
}

/* Lists */
article .intro ol,
article .content ol,
article .summary ol,
article .intro ul,
article .content ul,
article .summary ul {
	list-style-type: none;
	margin: 10px 0;
}

article .intro ol,
article .content ol,
article .summary ol {
	list-style-type: decimal;
	list-style-position: inside;
	margin-left: 10px;
}

article .intro ol li,
article .content ol li,
article .summary ol li,
article .intro ul li,
article .content ul li,
article .summary ul li {
	line-height: 25px;
	padding-left: 20px;
	position: relative;
}

article .intro ol li,
article .content ol li,
article .summary ol li {
	padding-left: 0;
}

article ol[data-style="style2"] {
	list-style-type: lower-alpha;
}

article ol[data-style="style3"] {
	list-style-type: decimal-leading-zero;
}

article ol[data-style="style4"] {
	list-style-type: upper-roman;
}

article .intro ul li,
article .content ul li,
article .summary ul li {
	line-height: 1.8em!important;
	list-style: none;
	margin: 0!important;
	overflow: inherit;
	padding: 2px 0 2px 20px;
	position: relative;
}

article .content ul li:before,
article .intro ul li:before,
article .summary ul li:before {
	color: #222;
	font-family: FontAwesome;
	font-size: 13px;
	position: absolute;
	top: 3px;
	left: 0
}

article .content ul li:before,
article .intro ul li:before,
article .summary ul li:before {
	content: "\f00c";
}

.the-icons li {
	color: #222;
	padding-left: 0!important;
}
.the-icons li:before {
	content: ""!important;
}

article ul[data-style="style2"] li:before {
	content: "\f046";
}

article ul[data-style="style3"] li:before {
	content: "\f0a4";
}

article ul[data-style="style4"] li:before {
	content: "\f0a9";
}

/* Legends */
.gk-legend {
	border: 4px double #e5e5e5;
	margin: 30px 0;
	padding: 12px;
	position: relative;
}

.gk-legend > strong:first-child {
	background: #fff;
	color: #242424;
	float: left;
	font-size: 14px;
	font-weight: 400;
	left: 14px;
	line-height: 18px;
	margin: 0 0 -9px!important;
	padding: 0 10px;
	position: absolute;
	text-transform: uppercase;
	top: -11px;
}

/* Columns */

.gk-columns {
	margin: 10px 0;
	overflow: hidden;
	width: 100%;	
}

.gk-columns > div {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 0 12px;
}

.gk-columns > div:first-child {
	padding-left: 0;
}

.gk-columns > div:last-child {
	padding-right: 0;
}

.gk-columns[data-column-count="1"] > div {
	padding: 0;
	width: 100%;
}

.gk-columns[data-column-count="2"] > div {
	width: 50%;
}

.gk-columns[data-column-count="3"] > div {
	width: 33.3%;
}

.gk-columns[data-column-count="4"] > div {
	width: 25%;
}

.gk-columns[data-column-count="5"] > div {
	width: 20%;
}

.gk-columns[data-column-count="6"] > div {
	width: 16.66%;
}

.gk-columns[data-column-count="7"] > div {
	width: 14.28%;
}

.gk-columns[data-column-count="8"] > div {
	width: 12.5%;
}

/* Raw text */
.gk-raw {
	background: #fafafa;
	border: 1px solid #f0f0f0;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	margin: 10px 0;
	padding: 10px 15px;
	position: relative;
}