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

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

.widget_archive li {
	border: none!important;
	color: #aaa;
}

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

.widget_nav_menu li {
	padding: 7px 0 0 16px!important;
}

.widget_nav_menu.menu li {
	padding-top: 0!important;
}

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

.widget_pages li {
	padding: 7px 0 0 16px!important;
}

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

.widget_rss ul li {
	padding: 0!important;
}

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

.box.widget_text li {
	padding: 5px 0 0 12px;
}

/* 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: 0 0 0 16px!important;
}

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

.widget_recent_comments li {
	padding: 5px 0!important;
}

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

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

.widget_categories li {
	padding: 7px 0 0 16px!important
}

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

.widget_meta li {
	padding: 7px 0 0 16px!important;
}

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

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

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

.box.tags .tagcloud a {
	color: #888;
	display: block;
	float: left;
	font-size: 14px!important;
	font-weight: 300;
	line-height: 2.5;
	margin-right: 10px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-ms-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}

.box.tags .tagcloud a:hover {
	color: #76acfc!important;
}


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

/* Widgets */
.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 32px 0;
	padding: 0;
	width: 100%;
}

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

.box:last-child {
	margin-bottom: 0!important;
}

div.content {
	clear: both;
}

.box li {
	padding: 6px 0 0 12px;
	position: relative;
}

.box .menu li:before,
.box ul.xoxo li:before,
.box.widget li:before,
.box.widget_menu li:before,
.box.widget_meta li:before,
.box.widget_text li:before,
.box.widget_pages li:before,
.box.widget_archive li:before,
.box.widget_recent_entries li:before,
.box.widget_categories li:before {
	content: "\f111";
	font-family: FontAwesome;
    font-size: 6px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 15px;
}

.box.dark li:before,
.box.color li:before,
.box.light li:before {
	top: 13px;
}

.archivepage .widget li {
	padding-left: 0;
}

.archivepage .widget li:before {
	display: none;
}

.box li a {
	line-height: 2.0;
	text-decoration: none;
}

.box a {
	text-decoration: none;
}

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

.box ul ul {
	margin-left: 20px;
}

.box h3 {
	color: #363636;
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}

.box .box-title {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}

#gk-sidebar .box .box-title {
	font-size: 22px;
	font-weight: 400;
}

#gk-sidebar .box li a {
	color: #888;
}

#gk-sidebar .box li a:hover {
	color: #76acfc;
}

.box sup {
	top: -0.17em;
}

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

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

/* Style dark */
.box.dark {
	background: #292b31!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: #ddd;
}

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

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

/* Style color */
.box.color {
	background: #76acfc!important;
	color: #fff;
	padding: 20px!important;
}
.box.color .box-title {
	background: transparent!important;
	line-height: 1.2;
}
.box.color .box-title small {
	color: #fff;
}
.box.color h1,
.box.color h2,
.box.color h3 {
	color: #fff;
}
.box.color a {
	color: #fff!important;
	font-weight: 400;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover {
	color: rgba(255, 255, 255, .65)!important;
}

.box.color i[class^="icon-"]{
	color: #fff;
}

/* Style colortitle */
.box.colortitle .box-title {
	color: #84cbc5;
}

/* Style menu */
.box.menu ul ul,
.box.menu ol ol {
	margin-left: 0
}
.box.menu li {
	margin: 0 0 6px;
	padding: 0!important;
	-webkit-transition: all 0.4s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.box.menu li:before {
	display: none;
}

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

.box.centered .box-title {
	font-size: 28px;
	font-weight: normal;
	margin-bottom: 20px;
}
/* Style bigtitle */
.box.bigtitle .box-title,
.box.bigtitle h3 {
	font-size: 36px;
	font-weight: 300;
	line-height: 1.6;
	margin: 0 0 10px 0;
	text-transform: none;
}
.box.bigtitle .box-title small {
	clear: both;
	color: #999;
	display: block;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.6;
}

/* Style nomargin */
.box.nomargin,
body #gk-bottom1 .gk-page .box.nomargin,
body #gk-bottom2 .gk-page .box.nomargin {
	padding: 0!important;
}

/* Style light-color-bg */
.box.light-color-bg {
	background: #f3f8ff!important;
}

/* Style color-bg */
.box.color-bg {
	background: #76acfc!important;
	color: #292c30;
}
.box.color-bg sup {
	color: #FAD260;
    font-size: 30px !important;
    font-weight: 600;
}
.box.color-bg small sup {
	font-size: 12px!important;
}
.box.color-bg h1,
.box.color-bg h2,
.box.color-bg h3,
.box.color-bg h4,
.box.color-bg h5,
.box.color-bg h6 {
	color: #fff;
	font-size: 32px;
	font-weight: 200;
	line-height: 1.2;
	margin-bottom: 50px;
}
.box.color-bg h1 > strong,
.box.color-bg h2 > strong,
.box.color-bg h3 > strong,
.box.color-bg h4 > strong,
.box.color-bg h5 > strong,
.box.color-bg h6 > strong {
	font-weight: 600;
	text-transform: uppercase;
}
.color-bg > div > div > small {
	bottom: 50px;
	color: #fff;
	font-size: 12px;
	position: absolute;
}

/* Styleimagebg */
.box.imagebg {
	margin: -100px -120px!important;
	padding: 0!important;
	position: relative;
	width: auto!important;
}
.box.imagebg img {
	display: block;
	height: auto;
	width: 100%;
}
.box.imagebg h3 {
	background: #ffc228;
	bottom: 42px;
	color: #fff;
	font-size: 50px;
	left: 140px;
	line-height: 1;
	padding: 28px 56px;
	position: absolute;
	text-transform: uppercase;
}
#gk-top1 .box.imagebg,
#gk-top2 .box.imagebg {
	margin: -80px -120px!important;
}

/* Style centered */
.box.centered .box-title,
.box.centered h3,
.box.centered .textwidget {
	text-align: center;
}

.box.centered p + p > img {
	margin: 60px 0 40px 0;
}

.box.centered p > .button {
	display: inline-block;
	float: none;
	margin: 40px 0;
}

/* Style image-right */
.box.image-right .textwidget > div {
	float: left;
	width: 50%;
}
.box.image-right .textwidget > img {
	float: right;
	height: auto;
	margin-top: 30px;
	max-width: 45%;
}
.box.image-right .gk-columns {
	margin-top: 70px;
}
/* Style image-left */
.box.image-left .textwidget > div {
	float: right;
	width: 45%;
	margin-top: 100px;
}
.box.image-left .textwidget > img {
	float: left;
	height: auto;
	margin-top: 30px;
	max-width: 50%;
}

/* Style image-right and image-left common styles */
.box.image-left,
.box.image-right {
	position: relative;
}
img.to-bottom {
	bottom: 0;
	position: absolute;
}

/* Style newsletter */
.box.newsletter,
#gk-bottom8 .box.newsletter {
	background: #f3f8ff;
	padding: 32px 120px!important;
}