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

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

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

.gk-warning,
.gk-notice,
.gk-info,
.gk-error,
.gk-thanks { /* Common rules for all these types */
	padding: 10px 10px 12px 96px;
	min-height: 60px;
	line-height: 24px;
	color: #333;
	font-size: 17px;
}


/* Notices */
.gk-notice {
	background: url("../images/style1/typography/info.png") no-repeat 2px 8px;
}

/* Infos */
.gk-info {
	background: url("../images/style1/typography/tips.png") no-repeat 2px 8px;
	color: #c9a020;
}

/* Errors and Warnings */
.gk-error,
.gk-warning {
	background: url("../images/style1/typography/warning.png") no-repeat 2px 8px;
	color: #de7037;
}

/* Labels & badges */
.gk-badge,
.gk-label,
.gk-badge[data-style="style1"],
.gk-label[data-style="style1"] {
	background-color: #999;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
	        border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: normal;
	line-height: 14px;
	padding: 2px 4px;
	vertical-align: baseline;
	white-space: nowrap;
}

.gk-badge,
.gk-badge[data-style="style1"] {
	-webkit-border-radius: 9px;
	   -moz-border-radius: 9px;
	        border-radius: 9px;
	padding: 1px 9px 2px;
}

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

.gk-badge[data-style="style3"],
.gk-label[data-style="style3"] {
	background: #f3f0ec;
	color: #333;
}

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

.gk-badge[data-style="style5"],
.gk-label[data-style="style5"] {
	background: #de7037;
}

.gk-badge[data-style="style6"],
.gk-label[data-style="style6"] {
	background: #333;
}

/* Code listings */
pre.gk-code {
	background: #fafafa;
	border: 1px solid #e5e5e5;
	color: #666;
	display: block;
	font-size: 12px;
	padding: 10px 20px;
}

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

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

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

.gk-textblock[data-style="style1"] {
	border: 1px dashed #DE7037;
}

.gk-textblock[data-style="style2"] {
	border: 1px dashed #CCC;
}

.gk-textblock[data-style="style3"] {
	border: 1px solid #E5E5E5;
}

.gk-textblock[data-style="style4"] {
	border: 3px solid #DE7037;
}

.gk-textblock[data-style="style5"] {
	border: 3px solid #E7E4DF;
}

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

.gk-textblock[data-style="style7"] {
	background: #DE7037;
	color: #fff!important;
}

.gk-textblock[data-style="style8"] {
	background: #333;
	color: #fff!important;
}

.gk-textblock[data-style="style9"] {
	background: #F3F0EC;
}

.gk-numblock {
	clear: both;
	margin: 10px 0;
}

.gk-numblock span,
.gk-numblock[data-style="style1"] span {
	background: #B1ABA1;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	color: #fff;
	display: block;
	float: left;
	font-size: 24px;
	font-weight: bold;
	height: 48px;
	line-height: 49px;
	margin: 0 10px 10px 0;
	text-align: center;
	width: 48px;
}

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

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

.gk-floated {
	color: #de7037;
	font-size: 125%;
	font-style: italic;
}

.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 {
	background: url("../images/style1/typography/open1.png") no-repeat left bottom;
	margin: 20px 0;
	overflow: hidden;
}

blockquote.gk-quote p {
	background: url("../images/style1/typography/close1.png") no-repeat right top;
	margin: 0;
	padding: 0 30px;
}

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

blockquote.gk-quote[data-style="style2"] {
	background-position: left top;
}

blockquote.gk-quote[data-style="style3"] {
	background: url("../images/style1/typography/open2.png") no-repeat left bottom;
}

blockquote.gk-quote[data-style="style3"] p {
	background: url("../images/style1/typography/close2.png") no-repeat right top;
}

blockquote.gk-quote[data-style="style4"] {
	background: url("../images/style1/typography/open2.png") no-repeat left top;
}

blockquote.gk-quote[data-style="style4"] p {
	background: url("../images/style1/typography/close2.png") no-repeat right top;
}

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

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

article .content ul li,
article .summary ul li {
	background: url("../images/style1/typography/bullet1.png") no-repeat 0 6px !important;
	line-height: 1.8em !important;
	list-style: none;
	margin: 0 !important;
	padding: 2px 0 2px 20px;	
}

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

article li ol li,
article li ul li {
     padding-left: 20px!important;
}

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 ul[data-style="style2"] li {
	background: url("../images/style1/typography/bullet2.png") no-repeat 0 6px !important;
}

article ul[data-style="style3"] li {
	background: url("../images/style1/typography/bullet3.png") no-repeat 0 6px !important;
}

article ul[data-style="style4"] li {
	background: url("../images/style1/typography/bullet4.png") no-repeat 0 6px !important;
}

article ul[data-style="style5"] li {
	background: url("../images/style1/typography/bullet5.png") no-repeat 0 6px !important;
}

article ul[data-style="style6"] li {
	background: url("../images/style1/typography/bullet6.png") no-repeat 0 6px !important;
}

article ul[data-style="style7"] li {
	background: url("../images/style1/typography/bullet7.png") no-repeat 0 6px !important;
}

article ul[data-style="style8"] li {
	background: url("../images/style1/typography/bullet8.png") no-repeat 0 6px !important;
}

/* buttons */
.gk-button {
	color: #fff;
	display: inline-block!important;
	float: none!important;
}

a.gk-button:active,
a.gk-button:focus,
a.gk-button:hover {
	color: #fff!important;
}


.gk-button[data-style="style2"] {
	background-color: #de7037;	
}

.gk-button[data-style="style2"]:active,
.gk-button[data-style="style2"]:focus,
.gk-button[data-style="style2"]:hover {
	background-color: #333;
}

.gk-button[data-style="style3"] {
	background-color: #c9a020;
}

.gk-button[data-style="style3"]:active,
.gk-button[data-style="style3"]:focus,
.gk-button[data-style="style3"]:hover {
	background-color: #de7037;
}

.gk-button[data-style="style4"] {
	background-color: #999;
}

.gk-button[data-style="style4"]:active,
.gk-button[data-style="style4"]:focus,
.gk-button[data-style="style4"]:hover {
	background-color: #de7037;
}

/* Legends */
.gk-legend {
	border: 3px solid #E7E4DF;
	margin: 30px 0;
	padding: 14px 10px 10px 10px;
	position: relative;
}

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

.gk-legend[data-style="style1"] > strong:first-child {
	color: #b1aba1;
}

.gk-legend[data-style="style2"] {
	border-color: #333;
}

.gk-legend[data-style="style3"] {
	border-color: #de7037;
}

.gk-legend[data-style="style3"] > strong:first-child {
	color: #de7037;
}

.gk-legend[data-style="style4"] {
	border-style: double;
}

/* 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;
}