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

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

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

.gk-warning,
.gk-notice,
.gk-error,
.gk-thanks { /* Common rules for all these types */
	line-height: 26px;
	min-height: 68px;
	padding: 8px 8px 8px 98px;
}

.contactpage .gk-error {
	-webkit-border-radius: 20px;
	   -moz-border-radius: 20px;
			border-radius: 20px;
	min-height: 18px;
	padding: 8px;
}

/* Notices */
.gk-notice {
	background: url(../images/style1/typography/info_small.png) no-repeat 0 0;
}

/* Warnings/Info */
.gk-warning {
	background: url(../images/style1/typography/tips_small.png) no-repeat 0 0;
	color: #f89a4f
}

/* Errors */
.gk-error {
	background: url(../images/style1/typography/warning_small.png) no-repeat 0 0;
	color: #f53c00;
}

/* Labels & badges */
.gk-badge,
.gk-label,
.gk-badge[data-style="style1"],
.gk-label[data-style="style1"] {
	background-color: #a6a6a6;
	-webkit-border-radius: 3px;
	   -moz-border-radius: 3px;
			border-radius: 3px;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	line-height: 14px;
	padding: 1px 4px 2px;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	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: #E25527;
}

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

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

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

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

/* Code listings */
pre.gk-code {
	background: #FFFEF4;
	border: 1px solid #EAE8CC;
	border-left: 4px solid #F89A4F;
	color: #333;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	    filter: alpha(opacity=100);
	font: normal 0.92em/18px "Curier New", monospace !important;
	margin: 10px 0 15px !important;
	opacity: 1	;
	padding: 10px 15px !important;	    
}

pre.gk-code:hover {
	background: #fff
}

pre.gk-code[data-style="style2"] {
	background: white;
	border: 1px solid #EEE;
	border-left: 4px solid #E25527;
}

pre.gk-code[data-style="style3"] {
	background: #fff;
	color: #7d7b7a;
	border: 1px solid #eee;
	padding-left: 82px !important
}

pre.gk-code[data-style="style3"] h4 {
	background: #e25527;
  	color: #fff;
  	float: left;
  	font-size: 13px;
  	font-weight: 300 !important;
  	margin: 0 0 0 -64px !important;
  	padding: 4px;
  	position: relative;
  	text-align: center;
 	text-shadow: none;
 	top: 0;
 	width: 35px;	
}

/* Text blocks */
.gk-textblock {
	-webkit-box-sizing: border-box; 
	   -moz-box-sizing: border-box;   
			box-sizing: border-box; 
 }

.gk-textblock,
.gk-textblock[data-style="style1"] {
	border: 2px dotted #ddd;
	margin: 0;
	padding: 15px 20px;
}

.gk-textblock[data-style="style2"] {
	border: 2px dotted #e25527;
}

.gk-textblock[data-style="style3"] {
	 border: 2px dotted #f89a4f;
}

.gk-textblock[data-style="style4"] {
	background: #fff;
	border: 1px solid #eee;
}

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

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

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

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

.gk-textblock[data-style="style9"] {
	background: #f89a4f;
	border: none;
	color: #fff !important;
}

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

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

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

p.gk-numblock {
    position: relative;
    min-height: 62px;
    margin: 30px 15px 30px 0;
    padding: 0 0 0 92px !important
    }

.gk-floated {
	color: #e25527;
	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: 30px 0;
	overflow: hidden;
	padding: 0 0 0 20px;
}

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

blockquote.gk-quote[data-style="style3"] p, 
blockquote.gk-quote[data-style="style4"] p {
	margin: 3px 20px 10px 20px;
}

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

blockquote.gk-quote::before {
	background: url(../images/style1/typography/close1.png) no-repeat right top;
	content: "";
	display: block;
	float: right;
	height: 14px;
	width: 17px;
}

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

blockquote.gk-quote[data-style="style2"]::before {
	background: url(../images/style1/typography/close1.png) no-repeat right top
}

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

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

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

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



/* Lists */
article .intro ul,
article .content ul,
article .summary ul {
	margin: 2em 0;
	padding: 0
}

article .intro ol,
article .content ol,
article .summary ol {
	list-style-position: inside;
	margin: 2em 0;
	padding: 0;
}

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: 1.8em !important;
	margin: 0 !important;
	padding: 2px 0 2px 28px;
	position: relative;	   
}

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

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

article .intro ul li:before,
article .content ul li:before,
article .summary ul li:before  {
	background: #333;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
			border-radius: 50%;
	content: "";
	display: block;
	float: left;
	height: 5px;
	left: 8px;
	position: absolute;
	top: 12px;
	width: 5px; 
}

article ul[data-style="style1"] li:before,
article ul[data-style="style2"] li:before,
article ul[data-style="style3"] li:before,
article ul[data-style="style4"] li:before {
	display: none;
}

article ul[data-style="style6"] li:before {
	background: #E25527;
}

article ul[data-style="style7"] li:before {
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 0;
}

article ul[data-style="style8"] li:before {
	background: #E25527;
	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
			border-radius: 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 ul[data-style="style1"] li {
	background: url(../images/style1/typography/bullet1.png) no-repeat 0 8px !important
}

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

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

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


/* buttons */
a.gk-button[data-style="style1"],
a.gk-button[data-style="style1"]:active,
a.gk-button[data-style="style1"]:focus,
a.gk-button[data-style="style1"]:hover {
	color: #fff!important;	
}

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

.gk-button[data-style="style2"],
.gk-button[data-style="style3"],
.gk-button[data-style="style4"],
.gk-button[data-style="style5"],
.gk-button[data-style="style6"],
.gk-button[data-style="style7"] {
	color: #fff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
}


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

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

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

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

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

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

.gk-button[data-style="style5"] {
	background: #F89A4F;
}

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

.gk-button[data-style="style6"] {
	background: #D8626B;
}

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

.gk-button[data-style="style7"] {
	background: #414141;
}

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

/* Legends */
.gk-legend {
	border: 1px solid #e5e5e5;
	margin: 12px 0;
	padding: 15px;
	position: relative;
}

.gk-legend > strong {
	background: #fff;
	color: #333;
	font-size: 19px;
	font-weight: normal!important;
	left: 20px;
	padding: 0 10px;
	position: absolute;
	top: -13px;
}

.gk-legend[data-style="style2"] > strong {
	background: #fff;
    color: #f89a4f;
}

.gk-legend[data-style="style3"] > strong {
	background: #fff;
	color: #e25527
}

.gk-legend[data-style="style2"] {
	border: 1px solid #f89a4f;
}

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

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

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