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

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

.widget_archive li {
	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: 13px;
	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 5px;
}


/* 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
==================================== */

/* 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
==================================== */

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

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

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

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

.box.tags .tagcloud a {
	background: #383838;
	border-radius: 2px;
	float: left;
	color: #fff;
	font-size: 12px!important;
	line-height: 1.2;
	margin: 0 4px 4px 0;
	padding: 5px 8px;
}

.box.tags .tagcloud a:hover {
	background: #1dbaf4;
	color: #fff!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 20px 0;
	padding: 0;
	width: 100%;
}

.box p {
	margin: 0;
}

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

#gk-sidebar .box:last-child {
	margin-bottom: 0;
}

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

div.content {
	clear: both;
}

.box li {
	/*border-top: 1px solid rgba(0, 0, 0, 0.075);*/
	padding: 8px 0 8px 12px;
	position: relative;
}

.box .children {
	border-top: 1px solid rgba(0, 0, 0, 0.075);
	margin-top: 8px;
}

.box li:first-child {
	border-top: 0;
}

.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: 15px;
}

.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: #383637;
	font-size: 22px;
	font-weight: normal;
	margin-bottom: 10px;
}

.box .box-title {
	color: #383637;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.2;
	text-transform: uppercase;
}

.box .box-title:after {
	border-bottom: 1px solid #ddd;
	content: '';
	display: block;
	margin: 10px 0 0;
	width: 40px;
}

.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: rgb(0, 0, 0) transparent;
		background: rgba(212, 213, 214, 0.8);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);
	-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";
	padding: 10px!important;
}

/* Style dark */
.box.dark {
	background: #383838;
	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: #1dbaf4;
	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;
}

.box.color .gk-nsp-pagination li,
.box.color-bg .gk-nsp-pagination li { background: rgba(255, 255, 255, 0.75); }
.box.color .gk-nsp-pagination li:hover,
.box.color .gk-nsp-pagination li.active,
.box.color-bg .gk-nsp-pagination li:hover,
.box.color-bg .gk-nsp-pagination li.active { background-color: #fff; }
.box.color .gk-nsp-next:after,
.box.color .gk-nsp-prev:after,
.box.color-bg .gk-nsp-next:after,
.box.color-bg .gk-nsp-prev:after { color: rgba(255, 255, 255, 0.75); }
.box.color .gk-nsp-next:hover:after,
.box.color .gk-nsp-prev:hover:after,
.box.color-bg .gk-nsp-next:hover:after,
.box.color-bg .gk-nsp-prev:hover:after { 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 {
	font-weight: 300;
	padding-left: 0;
	-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;
}

.box.menu li a {
	display: block;
}

.box.menu li:hover {
	padding-left: 14px;
}

/* 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 .header {
	font-size: 52px!important;
	font-weight: bold;
	line-height: 0.85!important;
	margin: 0 0 10px 0;
	text-transform: uppercase;
}

.frontpage .box.bigtitle .gk-clients .header {
	/*margin-top: -12px;*/
}

.box.bigtitle .box-title i,
.box.bigtitle .header i {
	font-size: 66px!important;
}

.box.bigtitle .box-title span {
	display: block;
}

.box.bigtitle .box-title span {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
	-webkit-transform-origin: center top;
	-moz-transform-origin: center top;
	-ms-transform-origin: center top;
	-o-transform-origin: center top;
	transform-origin: center top;
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	-ms-transition: all .3s ease-out;
	-o-transition: all .3s ease-out;
	transition: all .3s ease-out;
}

.box.bigtitle .box-title span:first-child {
	-webkit-transition-delay: 0s;
	-moz-transition-delay: 0s;
	-ms-transition-delay: 0s;
	-o-transition-delay: 0s;
	transition-delay: 0s;
}

.box.bigtitle .box-title span:nth-child(2) {
	-webkit-transition-delay: 0.1s;
	-moz-transition-delay: 0.1s;
	-ms-transition-delay: 0.1s;
	-o-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.box.bigtitle .box-title span:nth-child(3) {
	-webkit-transition-delay: 0.2s;
	-moz-transition-delay: 0.2s;
	-ms-transition-delay: 0.2s;
	-o-transition-delay: 0.2s;
	transition-delay: 0.2s;
}

.box.bigtitle .box-title span:nth-child(4) {
	-webkit-transition-delay: 0.3s;
	-moz-transition-delay: 0.3s;
	-ms-transition-delay: 0.3s;
	-o-transition-delay: 0.3s;
	transition-delay: 0.3s;
}

.box.bigtitle .box-title span:nth-child(5) {
	-webkit-transition-delay: 0.4s;
	-moz-transition-delay: 0.4s;
	-ms-transition-delay: 0.4s;
	-o-transition-delay: 0.4s;
	transition-delay: 0.4s;
}

.box.bigtitle .box-title.title-hover span {
	opacity: 0;
	-webkit-transform: rotateX(-75deg);
	-moz-transform: rotateX(-75deg);
	-ms-transform: rotateX(-75deg);
	-o-transform: rotateX(-75deg);
	transform: rotateX(-75deg);
}
.box.bigtitle .box-title.title-hover span:last-child {
	opacity: 1;
	-webkit-transform: rotateX(0deg);
	-moz-transform: rotateX(0deg);
	-ms-transform: rotateX(0deg);
	-o-transform: rotateX(0deg);
	transform: rotateX(0deg);
}

.box.bigtitle .box-title.title-hover span:nth-child(2),
.box.bigtitle .box-title.title-hover span:nth-child(3),
.box.bigtitle .box-title.title-hover span:nth-child(4),
.box.bigtitle .box-title.title-hover span:nth-child(5) { margin-top: -78px; }


/* Suffixes for overlays */
.overlay-1x1 .gk-nsp-art.gk-nsp-cols-2:nth-child(2),
.overlay-1x1 .gk-nsp-art.gk-nsp-cols-3:nth-child(3),
.overlay-1x1 .gk-nsp-art.gk-nsp-cols-4:nth-child(4),
.overlay-1x1 .gk-nsp-art.gk-nsp-cols-5:nth-child(5),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-2:nth-child(2),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-2:nth-child(4),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-3:nth-child(3),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-3:nth-child(6),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-4:nth-child(4),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-4:nth-child(8),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-5:nth-child(5),
.overlay-1x2 .gk-nsp-art.gk-nsp-cols-5:nth-child(10),
.overlay-2x1 .gk-nsp-art.gk-nsp-cols-3:nth-child(2),
.overlay-2x1 .gk-nsp-art.gk-nsp-cols-3:nth-child(3),
.overlay-2x1 .gk-nsp-art.gk-nsp-cols-4:nth-child(3),
.overlay-2x1 .gk-nsp-art.gk-nsp-cols-4:nth-child(4),
.overlay-2x1 .gk-nsp-art.gk-nsp-cols-5:nth-child(4),
.overlay-2x1 .gk-nsp-art.gk-nsp-cols-5:nth-child(5),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-3:nth-child(2),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-3:nth-child(3),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-3:nth-child(5),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-3:nth-child(6),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-4:nth-child(3),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-4:nth-child(4),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-4:nth-child(7),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-4:nth-child(8),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-5:nth-child(4),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-5:nth-child(5),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-5:nth-child(9),
.overlay-2x2 .gk-nsp-art.gk-nsp-cols-5:nth-child(10),
.overlay-1x1 .gk-images-wrapper.gk-images-cols3 a:nth-child(2),
.overlay-1x1 .gk-images-wrapper.gk-images-cols3 a:nth-child(3),
.overlay-1x1 .gk-images-wrapper.gk-images-cols4 a:nth-child(4),
.overlay-1x1 .gk-images-wrapper.gk-images-cols5 a:nth-child(5),
.overlay-1x2 .gk-images-wrapper.gk-images-cols2 a:nth-child(2),
.overlay-1x2 .gk-images-wrapper.gk-images-cols2 a:nth-child(4),
.overlay-1x2 .gk-images-wrapper.gk-images-cols3 a:nth-child(3),
.overlay-1x2 .gk-images-wrapper.gk-images-cols3 a:nth-child(6),
.overlay-1x2 .gk-images-wrapper.gk-images-cols4 a:nth-child(4),
.overlay-1x2 .gk-images-wrapper.gk-images-cols4 a:nth-child(8),
.overlay-1x2 .gk-images-wrapper.gk-images-cols5 a:nth-child(5),
.overlay-1x2 .gk-images-wrapper.gk-images-cols5 a:nth-child(10),
.overlay-2x1 .gk-images-wrapper.gk-images-cols3 a:nth-child(2),
.overlay-2x1 .gk-images-wrapper.gk-images-cols3 a:nth-child(3),
.overlay-2x1 .gk-images-wrapper.gk-images-cols4 a:nth-child(3),
.overlay-2x1 .gk-images-wrapper.gk-images-cols4 a:nth-child(4),
.overlay-2x1 .gk-images-wrapper.gk-images-cols5 a:nth-child(4),
.overlay-2x1 .gk-images-wrapper.gk-images-cols5 a:nth-child(5),
.overlay-2x2 .gk-images-wrapper.gk-images-cols3 a:nth-child(2),
.overlay-2x2 .gk-images-wrapper.gk-images-cols3 a:nth-child(3),
.overlay-2x2 .gk-images-wrapper.gk-images-cols3 a:nth-child(5),
.overlay-2x2 .gk-images-wrapper.gk-images-cols3 a:nth-child(6),
.overlay-2x2 .gk-images-wrapper.gk-images-cols4 a:nth-child(3),
.overlay-2x2 .gk-images-wrapper.gk-images-cols4 a:nth-child(4),
.overlay-2x2 .gk-images-wrapper.gk-images-cols4 a:nth-child(7),
.overlay-2x2 .gk-images-wrapper.gk-images-cols4 a:nth-child(8),
.overlay-2x2 .gk-images-wrapper.gk-images-cols5 a:nth-child(4),
.overlay-2x2 .gk-images-wrapper.gk-images-cols5 a:nth-child(5),
.overlay-2x2 .gk-images-wrapper.gk-images-cols5 a:nth-child(9),
.overlay-2x2 .gk-images-wrapper.gk-images-cols5 a:nth-child(10) {
	opacity: 0.35!important;
	-webkit-transition: opacity .3s ease-out;
	-moz-transition: opacity .3s ease-out;
	-ms-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
}

/* Suffix icon-color* */
.box.icon-color1 .box-title i,
.box.icon-color1 .header i { color: #e74b3c; }
.box.icon-color2 .box-title i,
.box.icon-color2 .header i { color: #f1c40f; }
.box.icon-color3 .box-title i,
.box.icon-color3 .header i { color: #1dbaf4; }
.box.icon-color4 .box-title i,
.box.icon-color4 .header i { color: #e60c78; }

/* Suffix title-right */
.box.title-right { position: relative; }
.box.title-right .box-title {
	position: absolute;
	right: 17.5%;
	top: 45px;
	width: auto!important;
	z-index: 1;
}
/* Suffix title-left */
.box.title-left { position: relative; }
.box.title-left .box-title  {
	position: absolute;
	left: 14%;
	top: 70px;
	width: auto!important;
	z-index: 1;
}

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

/* Suffix big-nav */
.big-nav > .gk-nsp { padding: 25px 0 0 0; }

.big-nav .gk-nsp-arts-nav { position: static; }
.big-nav .gk-nsp-next {
	position: absolute;
	right: -25px;
	top: 45%;
}
.big-nav .gk-nsp-prev {
	position: absolute;
	left: -50px;
	top: 45%;
}
.big-nav .gk-nsp-next:after {
	color: #fff;
	content: 'c';
	font-family: "johns-icons";
	font-size: 32px;
}
.big-nav .gk-nsp-prev:after {
	color: #fff;
	content: 'b';
	font-family: "johns-icons";
	font-size: 32px;
}
.big-nav .gk-responsive + .gk-nsp-header {
	padding-top: 38px;
	position: relative;
}
.big-nav .gk-responsive + .gk-nsp-header:before {
	color: #fff;
	content: "-";
	position: absolute;
	top: 12px;
}
.big-nav .gk-nsp-header { font-size: 15px!important; }

/* Style dark & dark-bg */
.box.dark,
.box.dark-bg {
	background: #383838;
	color: #aaa;
	padding: 20px!important;
}
.box.dark .box-title,
.box.dark-bg .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,
.box.dark-bg h1,
.box.dark-bg h2,
.box.dark-bg h3,
.box.dark-bg h4,
.box.dark-bg h5,
.box.dark-bg h6 { color: #ddd; }
.box.dark a,
.box.dark-bg a { color: #ddd!important; }
.box.dark a:active,
.box.dark a:focus,
.box.dark a:hover,
.box.dark-bg a:active,
.box.dark-bg a:focus,
.box.dark-bg a:hover { color: #1dbaf4!important; }
.box.dark li,
.box.dark-bg li { border-top-color: rgba(255, 255, 255, 0.25); }

/* Style Dark-bg */
.box.dark-bg { background: url('../images/dark_pattern_bg.jpg') repeat 0 0; }

/* Style color-bg */
.box.color,
.box.color-bg {
	background: #1dbaf4;
	color: rgba(255, 255, 255, 0.8);
	padding: 20px;
}
.box.color .box-title,
.box.color-bg .box-title {
	background: transparent!important;
	line-height: 1.2;
}
.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 .gk-nsp-header,
.box.color-bg .gk-nsp-header {
	margin-bottom: 0;
}

.box.color-bg .box-title {
	font-size: 14px;
	font-weight: bold;
}
.box.color .box-title small,
.box.color-bg .box-title small { color: #fff; }
.box.color h1,
.box.color h2,
.box.color h3,
.box.color-bg h1,
.box.color-bg h2,
.box.color-bg h3 { color: #fff; }
.box.color a,
.box.color-bg a {
	color: #fff!important;
	font-weight: 400;
}
.box.color a:active,
.box.color a:focus,
.box.color a:hover,
.box.color-bg a:active,
.box.color-bg a:focus,
.box.color-bg a:hover { color: rgba(255, 255, 255, .8)!important; }
.box.color li,
.box.color-bg li { border-top-color: rgba(255, 255, 255, 0.25); }
.box.color i[class^="icon-"],
.box.color-bg i[class^="icon-"] { color: #fff; }

/* suffix color-bg */
.box.color-bg { background: url('../images/style1/color_pattern_bg.png') repeat 0 0; }


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