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

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

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

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

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

/* 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;
	float: left;
	line-height: 20px;
	padding: 10px 5px 10px 0;
}

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

.box ul.xoxo li {
	clear: both;
	display: block;
	line-height: 40px;
	padding: 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 {
	background: #de7037;
	color: #fff;
	float: left;
	font-size: 12px!important;
	font-weight: 600;
	margin: 3px;
	padding: 2px 9px;
}

.box.tags .tagcloud a:active,
.box.tags .tagcloud a:focus,
.box.tags .tagcloud a:hover {
	background: #333;
}

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

/* Default style */
#gk-sidebar .box {
	background: transparent url('../images/style1/block_bg.png') repeat-x center top;
	-webkit-box-shadow: 0 1px 8px #d3cec7;
	   -moz-box-shadow: 0 1px 8px #d3cec7;
	    -ms-box-shadow: 0 1px 8px #d3cec7;
	     -o-box-shadow: 0 1px 8px #d3cec7;
	        box-shadow: 0 1px 8px #d3cec7;
	-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-top: 30px;
	padding-top: 20px;
	width: 100%;
}

#gk-sidebar .box:first-child {
	margin-top: 0;
}

#gk-sidebar .box > div {
	background: #fff;
	padding: 4px 24px 24px 24px;
}

.box div.content {
	clear: both;
}
.box li a {
	text-decoration: none;
}
.box a {
	text-decoration: none;
}
.box ul ul {
	margin-left: 20px;
}
.box ul ul li:last-child {
	border-bottom: none!important;
}

.box .box-title {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.2;
	margin-bottom: 18px;
	min-height: 18px;
	text-transform: uppercase;
}

.box .box-title > small {
	color: #666;
	display: block;
	font-family: Arial, sans-serif;
	font-size: 14px;
	font-weight: 300;
	margin: 5px 0 0 0;
	text-transform: none;
}

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

.box ul li,
.box ol li {
	border-top: 1px solid #e2e2e2;
	line-height: 24px;
	padding: 8px 0;
}

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

.box ul ul,
.box ol ol {
	border-top: 1px solid #eee;
	margin: 0;
	padding: 0 0 0 20px;
}

/* Advertisement style */
.box.advertisement .box-title {
	background: transparent;
	border-bottom: 1px solid #eee;
	color: #999!important;
	font-size: 10px!important;
	font-weight: 300;
	margin: 0 0 10px 0;
	min-height: 16px;
	text-align: right;
	text-transform: uppercase;
	line-height: 16px;
	font-family: Arial, Verdana, sans-serif!important;
}

/* Color style */
.box.color .box-title {
	color: #de7037;
}

/* Dark style */
#gk-sidebar .box.dark,
#gk-bottom2 .box {
	background: #363636!important;
	color: #aaa;
	padding: 20px;
}

#gk-sidebar .box.dark > div,
#gk-bottom2 .box > div {
	background: transparent!important;
	padding: 0;
}

#gk-bottom2 .box {
	background: transparent!important;
}

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

#gk-sidebar .box.dark ul,
#gk-bottom2 .box ul {
	margin: 0;
	padding: 0;
}
#gk-sidebar .box.dark ul li,
#gk-bottom2 .box ul li {
	border-top: 1px solid #4e4e4e;
	position: relative;
	padding: 8px 0;
}
.box.dark ul ul, 
.box.dark ol ol,
#gk-bottom2 .box ul ul,
#gk-bottom2 .box ol ol {
	border-top: 1px solid #4e4e4e!important;
	margin-top: 7px!important;
}

#gk-sidebar .box.dark ul li:first-child,
#gk-bottom2 .box ul li:first-child {
	border-top: none;
}
#gk-sidebar .box.dark a,
#gk-bottom2 .box a {
	color: #cfcfcf;
	-webkit-transform: translateZ(0);
}
#gk-sidebar .box.dark a:active,
#gk-sidebar .box.dark a:focus,
#gk-sidebar .box.dark a:hover,
#gk-bottom2 .box a:active,
#gk-bottom2 .box a:focus,
#gk-bottom2 .box a:hover {
	color: #de7037;
}
#gk-sidebar .box.dark ul ul,
#gk-bottom2 .box ul ul {
	margin: 0 0 0 20px;
}

/* Bottom II widgets */
#gk-bottom2 .box .box-title {
	color: #de7037;
}

/* Big style */
.box.big .box-title {
	font-size: 36px;
}

/* Transparent style */
#gk-sidebar .box.transparent {
	background: transparent;
	-webkit-box-shadow: none;
	   -moz-box-shadow: none;
	    -ms-box-shadow: none;
	     -o-box-shadow: none;
	        box-shadow: none;
	padding: 0;
}

#gk-sidebar .box.transparent > div {
	background: transparent;
	padding: 0;
}

/* Menu style */
.box.menu li a {
	display: block;
	-webkit-transform: translateZ(0);
	-webkit-transition: padding-left .3s ease-out;
	   -moz-transition: padding-left .3s ease-out;
	    -ms-transition: padding-left .3s ease-out;
	     -o-transition: padding-left .3s ease-out;
	        transition: padding-left .3s ease-out;
}
.box.menu li:hover > a {
	padding-left: 12px;
}
