/**
 *
 * -------------------------------------------
 * 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: 35px;
	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: #dd5749!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%;
}

.box p {
	margin: 0;
}

#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: "\f0da";
	font-family: FontAwesome;
    font-size: 11px;
    left: 0;
    padding: 0;
    position: absolute;
    top: 9px;
}

.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 .box-title {
	color: #222;
	font-size: 20px;
	font-weight: 600;
	line-height: 32px;
}

#gk-sidebar .box .box-title {
	font-size: 13px;
	text-transform: uppercase;
}

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

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

#gk-sidebar .box {
	border-left: 1px solid #e5e5e5; 
	padding-left: 36px;
}

#gk-sidebar .box.dark,
#gk-sidebar .box.color,
#gk-sidebar .box.light,
#gk-sidebar .box.clear {
	border-left: none;
	padding-left: 20px;
}

#gk-mainbody-columns.gk-column-left #gk-sidebar .box {
	border-left: none;
	border-right: 1px solid #e5e5e5; 
	padding-left: 0;
	padding-right: 36px;
}

#gk-mainbody-columns.gk-column-left #gk-sidebar .box.dark,
#gk-mainbody-columns.gk-column-left #gk-sidebar .box.color,
#gk-mainbody-columns.gk-column-left #gk-sidebar .box.light,
#gk-mainbody-columns.gk-column-left #gk-sidebar .box.clear {
	border-right: none;
	padding-right: 20px;
}

/* 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: #333!important;
	color: #888;
	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: #dd5749!important;
}

/* Style color */
.box.color,
#gk-header-bottom .box,
#gk-bottom5 .box,
#gk-bottom6 .box {
	background: #dd5749!important;
	color: #fff;
	padding: 20px!important;
}
.box.color .box-title,
#gk-header-bottom .box .box-title,
#gk-bottom5 .box .box-title,
#gk-bottom6 .box .box-title {
	background: transparent!important;
	line-height: 1.2;
}
.box.color .box-title small,
#gk-header-bottom .box .box-title small,
#gk-bottom5 .box .box-title small,
#gk-bottom6 .box .box-title small {
	color: #fff;
}
.box.color h1,
.box.color h2,
.box.color h3,
#gk-header-bottom .box h1,
#gk-header-bottom .box h2,
#gk-header-bottom .box h3,
#gk-bottom5 .box h1,
#gk-bottom6 .box h1,
#gk-bottom5 .box h2,
#gk-bottom6 .box h2,
#gk-bottom5 .box h3,
#gk-bottom6 .box h3 {
	color: #fff;
}
.box.color a,
#gk-header-bottom .box a,
#gk-bottom5 .box a,
#gk-bottom6 .box a {
	color: #febeb7!important;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover,
#gk-header-bottom .box a:active,
#gk-header-bottom .box a:focus,
#gk-header-bottom .box a:hover,
#gk-bottom5 .box a:active,
#gk-bottom6 .box a:active, 
#gk-bottom5 .box a:focus,
#gk-bottom6 .box a:focus,
#gk-bottom5 .box a:hover,
#gk-bottom6 .box a:hover {
	color: #fff!important;
}

.box.color i[class^="icon-"],
#gk-header-bottom .box i[class^="icon-"],
#gk-bottom5 .box i[class^="icon-"],
#gk-bottom6 .box i[class^="icon-"]{
	color: #fff;
}

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

/* 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 bigtitle */
.box.bigtitle .box-title {
	font-size: 44px;
	font-weight: 300;
	letter-spacing: -2px;
	line-height: 1.6;
	margin: 0 0 20px 0;
	text-align: center;
	text-transform: none;
}
.box.bigtitle .box-title small {
	clear: both;
	color: #999;
	display: block;
	font-size: 18px;
	letter-spacing: normal;
	line-height: 1.6;
	text-align: center;
}

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

/* Style bigger-text */
.box.bigger-text {
	font-size: 18px;
}

.box.bigger-text strong {
	font-size: 20px;
}

/* Style imagebg */
.box.imagebg {
	background: #e3e3e3 url('../images/bg_smaller.jpg') no-repeat center top!important;
	background-size: cover!important;
	color: #fff;
}
body.solidBg .box.imagebg {
	background: #e5e5e5 url('../images/style2/header_bg_solid.jpg') no-repeat center top!important;
	background-size: cover!important;
	color: #fff;
}

.gk-single-widget .box.imagebg .box-title {
	color: #fff;
}

.gk-single-widget .box.imagebg .box-title small {
	color: #fff;
}

#gk-bottom1.gk-single-widget .box.bigspaces.imagebg,
#gk-bottom2.gk-single-widget .box.bigspaces.imagebg,
#gk-bottom3.gk-single-widget .box.bigspaces.imagebg,
#gk-bottom4.gk-single-widget .box.bigspaces.imagebg,
#gk-bottom5.gk-single-widget .box.bigspaces.imagebg,
#gk-bottom6.gk-single-widget .box.bigspaces.imagebg {
	padding-bottom: 90px!important;
} 

/* Style greybg */
.box.greybg {
	background: #f5f5f5!important;
	border-top: #f0efef;
}

/* Style bigspaces */
.box.bigspaces {
	overflow: hidden;
}

#gk-bottom1.gk-single-widget .box.bigspaces,
#gk-bottom2.gk-single-widget .box.bigspaces,
#gk-bottom3.gk-single-widget .box.bigspaces,
#gk-bottom4.gk-single-widget .box.bigspaces {
	padding-bottom: 90px!important;
	padding-top: 100px!important;
}

#gk-bottom1.gk-single-widget .box.bigspaces.transparent,
#gk-bottom2.gk-single-widget .box.bigspaces.transparent,
#gk-bottom3.gk-single-widget .box.bigspaces.transparent,
#gk-bottom4.gk-single-widget .box.bigspaces.transparent,
#gk-bottom5.gk-single-widget .box.bigspaces.transparent,
#gk-bottom6.gk-single-widget .box.bigspaces.transparent {
	padding-bottom: 90px!important;
} 

#gk-bottom5.gk-single-widget,
#gk-bottom6.gk-single-widget {
	padding-top: 0!important;
}

#gk-bottom5.gk-single-widget .box.bigspaces,
#gk-bottom6.gk-single-widget .box.bigspaces {
	padding-bottom: 90px!important;
	padding-top: 120px!important;
}

/* Style nobottom */
#gk-bottom1.gk-single-widget .box.nobottom,
#gk-bottom2.gk-single-widget .box.nobottom,
#gk-bottom3.gk-single-widget .box.nobottom,
#gk-bottom4.gk-single-widget .box.nobottom,
#gk-bottom5.gk-single-widget .box.nobottom,
#gk-bottom6.gk-single-widget .box.nobottom {
	padding-bottom: 0!important;
}

/* Style transparent */
.gk-single-widget .box.transparent {
	background: transparent!important;
	color: #fff;
}

.gk-single-widget .box.transparent .box-title {
	color: #fff;
}

.gk-single-widget .box.transparent .box-title small {
	color: #fff;
}

