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

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

.widget_archive li {
	color: #aaa;
}

.widget_archive li a {
	padding-right: 4px;
}

/* 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: 16px;
	margin-top: 20px;
}

.box .rss-date {
	clear: both;
	display: block;
	font-size: 14px;
	font-style: italic;
	margin-top: -10px;
	text-align: right;
}

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

.widget_rss cite {
	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: #333;
	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
==================================== */

.tagcloud a {
	padding: 0 5px;
	vertical-align: middle;
}

.box.tags .tagcloud {
	line-height: 1.6;
	overflow: hidden;
}

.box.tags .tagcloud a {
	color: #999;
	display: block;
	float: left;
	font-size: 13px!important;
	font-weight: bold;
	margin: 0 12px 0 0;
	min-height: 24px;
	padding: 0;
	text-transform: lowercase;
}

.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
	color: #222!important;
}

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

/* Modules */
.box {
	color: #666;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.6;
	margin-bottom: 52px;
}

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

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

.box li {
	border-bottom: 1px solid #e5e5e5;
	padding: 5px 0;
}

.box li:last-child {
	border-bottom: none;
}

.box .box-title {
	color: #222;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
	padding: 0 0 12px 0;
}

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


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

/* Style dark */
.box.dark {
	background: #060606!important;
	color: #666;
	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: #ddd;
}

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

.box.dark ul li {
	border-bottom: 1px solid #333;
	position: relative;
}

.box.dark ul li:last-child {
	border-bottom: none;
}

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

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

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

/* Style color */
.box.color {
	background: #29a3e0!important;
	color: #aedcf2;
	padding: 20px!important;
}

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

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

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

.box.color ul li {
	border-bottom: 1px solid #4bc5f2;
	position: relative;
}

.box.color ul li:last-child {
	border-bottom: none;
}

.box.color a {
	color: #fff!important;
}

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

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

/* Style colortitle */
.box.colortitle .box-title {
	color: #29a3e0;
}

/* Style bigtitle */
.box.bigtitle .box-title {
	color: #222;
	font-family: Arial, Verdana, sans-serif;
	font-size: 36px;
	font-weight: bold;
	line-height: 1.2;
	margin: 40px 0;
	text-align: center;
}

.box.bigtitle .box-title small {
	clear: both;
	color: #aaa;
	display: block;
	font-size: 16px;
	line-height: 1.2;
	text-align: center;
}


/* Style menu */
.box.menu .box-title { 
	background: #29A3E0;
	color: #fff;
	font-size: 18px; 
	margin: 0 0 5px; 
	padding: 9px 20px;
}

.box.menu ul ul {
	margin-left: 0
}

.box.menu li {	
	border: 1px solid #eee;
	font-size: 14px;
	margin: 0 0 5px;
	padding: 0 0 0 20px;
	position: relative;
	text-transform: uppercase;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.box.menu li:before { 
    color: #ccc;
	content: "\f0da";
    font-family: FontAwesome;
	font-size: 14px;
	position: absolute;
	top: 8px; 
	left: 20px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	-ms-transition: all .4s ease-out;
	-o-transition: all .4s ease-out;
	transition: all .4s ease-out;
}

.box.menu li:hover:before { 
	color: #29A3E0;
}

.box.menu li:last-child {
	 border: 1px solid #eee;
}

.box.menu li a {
	display: block;
	padding: 8px 20px;
}
