/**
 *
 * -------------------------------------------
 * WP Extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 8. Additional WP extensions styles
 *
 *
------------------------------------ */

/* 8.1. Archives widget
==================================== */

.widget_archive li {
	border: none!important;
	padding: 2px 0;
}

.widget_archive li a {
	line-height: 2.0;
}

.widget_archive li a:active,
.widget_archive li a:focus,
.widget_archive li a:hover {
	color: #ed6363;
}

/* 8.2. Custom menu widget
==================================== */

/* 8.3. Pages widget
==================================== */

/* 8.4. RSS widget
==================================== */

.box h3.box-title .rsswidget {
	clear: none;
	float: left;
	font-size: 20px;
	margin-right: 10px;
}

.box .rsswidget {
	clear: both;
	display: block;
	font-size: 15px;
	line-height: 1.6;
	margin-top: 20px;
}

.box .rss-date {
	clear: both;
	color: #999;
	display: block;
	font-size: 11px;
	margin-top: -5px;
	text-align: right;
}

.box .rssSummary {
	clear: both;
	color: #888;
	font-size: 14px;
	line-height: 1.5;
	margin-bottom: 20px;
}

.widget_rss cite {
	color: #999;
	font-size: 14px;
}

/* 8.5. Text widget
==================================== */

#gk-header .box.widget_text {
	padding: 0!important;
}

#gk-header .box.widget_text img {
	height: auto;
	max-width: 100%;
}

/* 8.6. Calendar widget
==================================== */

.box #wp-calendar {
	background: #fff;
	width: 100%;
}

.box #wp-calendar caption {
	background: #fff;
	border: 1px solid #eee;
	font-size: 13px;
	font-weight: normal;
	padding: 5px 0;
}

.box #wp-calendar th {
	background: #282c2f;
	color: #fff;
	font-weight: normal;
	padding: 5px 0;
}

.box #wp-calendar td {
	border: 1px solid #eee;
	padding: 5px 0;
	text-align: center;
}

.box #wp-calendar td a {
	font-weight: bold;
}


/* 8.7. Links widget
==================================== */

.box ul.xoxo a {
	display: block;
	font-size: 12px;
	line-height: 20px;
}

.box ul.xoxo a img {
	vertical-align: middle;
}

.box ul.xoxo li {
	font-size: 10px;
	padding: 5px 0;
}

/* 8.8. Recent comments widget
==================================== */

/* 8.9. Search widget
==================================== */
 
.box #searchform label,
.box #searchform #searchsubmit {
	display: none;
}

.box #searchform .field {
	width: 100%;
}
 
/* 8.10. Categories widget
==================================== */

/* 8.11. Meta widget
==================================== */

/* 8.12. Recent posts widget
==================================== */

/* 8.13. Tag cloud widget
==================================== */

.box.tags .tagcloud {
	overflow: hidden;
}

.box.tags .tagcloud a {
	color: #999;
	display: block;
	float: left;
	font-size: 15px!important;
	height: auto;
	line-height: normal;
	margin: 5px 10px 6px 0;
}

.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
	color: #ed6363;
}

/* 8.14. Common widget styles
==================================== */

/* Modules */
.box {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 0 20px 0;
	width: 100%;
}

#gk-sidebar .box {
	margin: 0 0 36px;
	font-size: 14px;
}

.box ul {
	clear: both;
	list-style-type: none;
	margin: 0;
}

.box ul li {
	padding: 2px;
}

.box li a {
	color: #777;
	text-decoration: none;
}

.box li a:active,
.box li a:focus,
.box li a:hover {
	color: #ed6363;
}

.box .box-title {
	font-size: 16px;
	font-weight: 600;
	line-height: 20px;
	padding: 0 0 16px;
	text-transform: uppercase;
}

.box a { 
	text-decoration: none; 
}

.box ul ul,
.box ol ol {
	margin: 0;
	padding: 0 0 0 20px;
}

.box .box-title strong {
	font-weight: #ed6363;
}

#gk-sidebar .box {
	padding: 0 0 10px 0;
}

/* Style bigtitle */
.box.bigtitle .box-title,
#gk-bottom1 .box.bigtitle .box-title,
#gk-bottom2 .box.bigtitle .box-title {
	font-size: 24px;
	line-height: 32px;
	font-weight: 600;
	margin: 0 0 18px 0;
}

.box.bigtitle .box-title strong {
	color: #ed6363;	
}

.box.bigtitle .box-title small {
	clear: both;
	color: #777;
	display: block;
	font-size: 13px;
	font-weight: 300;
	line-height: 1.6;
}

/* Style advertisement */
.box.advertisement .box-title {
	background: transparent;
	border-bottom: 1px solid #ddd;
	color: #bbb;
	font-family: Arial, Verdana, sans-serif!important;
	font-size: 10px;
	font-weight: 300;
	letter-spacing: normal;
	line-height: 16px;
	margin: 0 0 12px 0;
	min-height: 16px;
	padding: 0;
	text-align: right;
}

/* Style clear */
.box.clear {
	border: 0;
	margin: 0;
	padding: 0;
}

.box.clear .box-title {
	display: none;
}

.box.clear img {
	display: block;
}

/* Style light */
.box.light {
	background: #f5f5f5;
	padding: 20px!important;
}

/* Style dark */
.box.dark {
	background: #282c2f!important;
	color: #aaa;
	padding: 20px!important;
}

.box.dark .box-title {
	background: transparent!important;
	line-height: 1.2;
}

.box.dark h1,
.box.dark h2,
.box.dark h3,
.box.dark h4,
.box.dark h5,
.box.dark h6 {
	color: #fff;
}

.box.dark ul {
	margin: 0;
	padding: 0;
}

.box.dark ul li {
	position: relative;
}

.box.dark ul li:first-child {
	border-top: none;
}

.box.dark a {
	color: #eee!important;
}

.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover {
	color: #ed6363!important;
}

.box.dark ul ul {
	margin: 0 0 0 20px;
}

/* Style border1, border2 and border3 */
.box.border1 { border: 5px solid #fff; }
.box.border2 { border: 5px solid #282c2f; }
.box.border3 { border: 5px solid #ed6363; }
.box.border1,
.box.border2,
.box.border3 {
	background: #fff;
}

/* Style menu */
.box.menu ul ul {
	margin-left: 0
}
.box.menu li {
	border-bottom: none!important;
	line-height: 1.6;
	padding: 0
}
.box.menu li a {
	display: inline-block;
	padding: 5px 0 5px 6px;
}
.box.menu li:before {
	content: "\f101";
	font-family: FontAwesome;
}

/* Suffix double */
.box.double.col2,
.box.double.col6.last2 {
	width: 66.66%;
}

.box.double.col2 ~ .box.col2,
.box.double.col6.last2 ~ .box.col6.last2 {
	width: 33.33%;
}

.box.double.col3,
.box.double.col6.last3 {
	width: 50%;
}

.box.double.col3 ~ .box.col3,
.box.double.col6.last3 ~ .box.col6.last3 {
	width: 25%;
}

.box.double.col4,
.box.double.col6.last4 {
	width: 40%;
}

.box.double.col4 ~ .box.col4,
.box.double.col6.last4 ~ .box.col6.last4 {
	width: 20%;
}

.box.double.col5,
.box.double.col6.last5 {
	width: 33.33%;
}

.box.double.col5 ~ .box.col5,
.box.double.col6.last5 ~ .box.col6.last5 {
	width: 16.66%;
}

.box.double.col6 {
	width: 25%;
}

.box.double.col6 ~ .box.col6 {
	width: 15%;
}