/**
 *
 * -------------------------------------------
 * Template 3rd party extensions CSS file
 * -------------------------------------------
 * 
 **/
 
/*
 *
 * 9. Template additional 3rd party extensions style
 *
 *
------------------------------------ */

/* 9.1. GK Comments
==================================== */

.widget_gk_comments li {
	border: none!important;
	overflow: hidden;
	margin-bottom: 32px;
	padding-left: 0!important;
}

.widget_gk_comments li > p {
	line-height: 1.5;
	margin-bottom: 12px;	
}

.widget_gk_comments li > p a { 
	color: #888;
    display: block;   
	padding: 0;	
}

.widget_gk_comments li > img,
.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	float: left;
}

.widget_gk_comments li > img {
	margin-right: 10px;
}

.widget_gk_comments li > strong,
.widget_gk_comments li > small {
	line-height: 18px;
	width: 65%;
}

/* 9.2. GK NSP
==================================== */

.gk-nsp {
	position: relative;
}

.gk-nsp-arts,
.gk-nsp-links {
	overflow: hidden;
}

.gk-nsp-arts-nav,
.gk-nsp-links-nav {
	overflow: hidden;
	clear: both;
	margin: 0;
	padding: 5px 0;
}
.gk-nsp-links-nav {
	float: right;
}
.gk-nsp-arts-nav {
	position: absolute;
	right: 0;
	top: -40px;
}
.gk-nsp-arts-nav ul,
.gk-nsp-links-nav ul {
	list-style-type: none!important;
	margin: 3px 0 0 0!important;
	padding: 0!important;
	float: left;
}
.gk-nsp-arts-nav ul li,
.gk-nsp-links-nav ul li {
	background: #ddd;
	border: none!important;
	-webkit-border-radius: 50%;
	   -moz-border-radius: 50%;
	        border-radius: 50%;
	cursor:pointer; 
	display: block;
	float:left; 
	height: 8px; 
	margin: 4px 4px 0 0!important; 
	padding: 0;
	text-indent:-999em; 
	width: 8px; 
}
.gk-nsp-arts-nav li:hover,
.gk-nsp-arts-nav li.active,
.gk-nsp-links-nav li:hover,
.gk-nsp-links-nav li.active {
	background-color: #db4a37;
}
.gk-nsp-next,
.gk-nsp-prev {
	cursor: pointer;
	float: left; 
	height: 16px; 
	margin: 0 2px;
	text-indent: -9999px;
	width: 10px;
}
.gk-nsp-next:after,
.gk-nsp-prev:after {
	color: #000;
	display: block;
	float: left;
	font-family: FontAwesome;
	font-size: 22px;
	line-height: 22px;
	text-indent: 0;
}
.gk-nsp-next:after {
	color: #ccc;
	content: '\f105';
}
.gk-nsp-prev:after {
	color: #ccc;
	content: '\f104';
}
.gk-nsp-next:hover:after,
.gk-nsp-prev:hover:after { 
	color: #db4a37;
}
.gk-nsp-art-page,
.gk-nsp-list {
	float: left;
}
.gk-nsp-art {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	float: left;
}
.gk-nsp-art.gk-nsp-cols-1 { 
	border-top: 1px solid #e5e5e5;
}
.gk-nsp-art:first-child {
	border-top: none;
}
.gk-nsp-art div {
	overflow: hidden;
}
.gk-nsp-header {
	color: #222;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.2;
	margin: 0;
	padding: 10px 0;
}
.gk-nsp-art .gk-nsp-image {
	border: none;
}
.gk-nsp-art .gk-image-link {
	display: block;
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-image {
	display: block;
	-webkit-transform: scale(1.0);
	   -moz-transform: scale(1.0);
		-ms-transform: scale(1.0);
			transform: scale(1.0);
	-webkit-transition: -webkit-transform 0.18s linear;
	   -moz-transition:	   -moz-transform 0.18s linear;
			transition:         transform 0.18s linear;
}
.gk-nsp-art .gk-nsp-image:hover {
	-webkit-transform: scale(1.1);
	   -moz-transform: scale(1.1);
		-ms-transform: scale(1.1);
			transform: scale(1.1);
}
.gk-nsp-art .gk-nsp-image-wrap {
	overflow: hidden;
}
.gk-nsp-art .gk-nsp-text {
	display: block!important;
	font-size: 15px;
	line-height: 1.6;
	margin: 0;
	padding: 0!important;
}
.gk-nsp-art .gk-nsp-text + .readon {
	margin-top: 16px;	
}
.gk-nsp-art .gk-nsp-text + .gk-nsp-info {
	margin-top: 6px;
}
.gk-nsp-art .gk-nsp-info {
	color: #888;
	display: block!important;
	font-size: 12px;
	padding: 5px 0; 
}

.gk-nsp-art .gk-nsp-info a,
.gk-nsp-art .gk-nsp-info span {
	padding-left: 10px;
}
.gk-nsp-art .gk-nsp-info a:first-child,
.gk-nsp-art .gk-nsp-info span:first-child {
	padding-left: 0!important;
}
.readon {
	float: right;
}
.gk-nsp-links ul {
	float: left;
	list-style-type: none !important;
	padding: 0 !important;
}
.gk-nsp-links ul li {
	margin:0 !important;
	padding: 16px 0;
}
.gk-nsp-image-wrap {
	float: left;
}
/* responsive layout */
.gk-responsive {
	line-height: 1;
}
img.gk-responsive {
	width: 100% !important;
	height: auto;
}
.gk-responsive {
	display: block;
	position: relative;
}
.gk-nsp-image {
	max-width: 100%;
}
.gk-nsp-arts,
.gk-nsp-links {
	clear: both;
	width: 100%;
}
.gk-nsp-links {
	margin-top: 30px;
}
.gk-nsp-arts:after,
.gk-nsp-links:after {
	clear: both;
	content: "";
	display: table;
}
.gk-nsp-arts-page,
.gk-nsp-art {
	float: left;
}
.gk-nsp-pages-1 { width: 100%; }
.gk-nsp-pages-2 { width: 200%; }
.gk-nsp-pages-3 { width: 300%; }
.gk-nsp-pages-4 { width: 400%; }
.gk-nsp-pages-5 { width: 500%; }
.gk-nsp-pages-6 { width: 600%; }
.gk-nsp-pages-7 { width: 700%; }
.gk-nsp-pages-8 { width: 800%; }
.gk-nsp-pages-9 { width: 900%; }
.gk-nsp-pages-10 { width: 1000%; }
.gk-nsp-cols-1 { width: 100%; }
.gk-nsp-cols-2 { width: 50%; }
.gk-nsp-cols-3 { width: 33.3%; }
.gk-nsp-cols-4 { width: 25%; }
.gk-nsp-cols-5 { width: 20%; }
.gk-nsp-cols-6 { width: 16.66%; }
.gk-nsp-cols-7 { width: 14.285%; }
.gk-nsp-cols-8 { width: 12.5%; }
.gk-nsp-cols-9 { width: 11.1%; }
.gk-nsp-cols-10 { width: 10%; }

.gk-nsp-art.gk-nsp-cols-1,
.gk-nsp-art.gk-nsp-cols-2:nth-child(2n+1),
.gk-nsp-art.gk-nsp-cols-3:nth-child(3n+1),
.gk-nsp-art.gk-nsp-cols-4:nth-child(4n+1),
.gk-nsp-art.gk-nsp-cols-5:nth-child(5n+1),
.gk-nsp-art.gk-nsp-cols-6:nth-child(6n+1),
.gk-nsp-art.gk-nsp-cols-7:nth-child(7n+1),
.gk-nsp-art.gk-nsp-cols-8:nth-child(8n+1),
.gk-nsp-art.gk-nsp-cols-9:nth-child(9n+1),
.gk-nsp-art.gk-nsp-cols-10:nth-child(10n+1) {
	clear: both;
}

.gk-nsp-arts-scroll,
.gk-nsp-links-scroll {
	overflow: hidden;
}
.gk-nsp-links ul li { 
	margin: 0!important;
	padding: 10px 0;
}
.gk-nsp-links .gk-nsp-link-header { 
	font-size: 16px;
	font-weight: 400;
}
.gk-nsp-links .gk-nsp-link-header a { 
	text-decoration: none; 
}

.gk-nsp-links .gk-nsp-link-text { 
	font-size: 13px;
	margin: 0;
}

/* Suffix dark */
.box.dark a.readon {
	color: #fff!important;
}

/* Suffix color */
.box.color .gk-nsp-art p.gk-nsp-info {
	color: #fff;
}

.box.color .readon:hover {
	color: #eee!important;
}

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

.box.color .gk-nsp-pagination li { 
	background: #fff;
}
.box.color .gk-nsp-pagination li:hover,
.box.color .gk-nsp-pagination li.active { 
	background-color: #ccc;
}
.box.color .gk-nsp-next:after,
.box.color .gk-nsp-prev:after { 
	color: #ccc;
}
.box.color .gk-nsp-next:hover:after,
.box.color .gk-nsp-prev:hover:after { 
	color: #fff;
}


/* 9.3. GK Tabs
==================================== */

.gk-tabs {
	position: relative;
	overflow: hidden;
}

.gk-tabs-wrap {
	-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;
}

.gk-tabs-wrap > ol {
	background: transparent;
	border-bottom: 1px solid #e1e1e1;
	margin: 0;
	min-height: 14px;
}

.gk-tabs-wrap > ol:after {
	clear: both;
	content: "";
	display: table;
}

.gk-tabs-wrap > ol li {
	color: #222;
	cursor: pointer;
	display: block;
	float: left;
	font-size: 13px;
	font-weight: 400;
	list-style-type: none;
	padding: 10px 15px!important;
	position: relative;
	top: 1px;
	text-transform: uppercase;
}

.gk-tabs-wrap > ol li.active,
.gk-tabs-wrap > ol li.active:hover{
	border-bottom: 1px solid #db4a37;
	color: #db4a37;
}

.gk-tabs-wrap > ol li:hover {
	color: #db4a37;
}

.gk-tabs-container {
	clear: both;
	overflow: hidden;
	position: relative;
	top: 1px;
}

.gk-tabs-item {	
	background: #fff;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	    -ms-box-sizing: border-box;
	     -o-box-sizing: border-box;
	        box-sizing: border-box;
	padding: 20px 0 10px 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1;
}

.gk-tabs-item .box {
	border: none!important;
	margin-bottom: 0!important;
	padding: 0!important;
}

.gk-tabs-item.active {
	left: 0;
	position: relative;
	z-index: 2;
}

.gk-tabs-prev,
.gk-tabs-next {
	display: none;
}

/**
 *
 * The common part
 *
 **/

/* Errors */
.gk-tabs-error {
    color: #555;
    font-size: 16px;
    padding: 32px 16px;
    text-align: center;
}

.gk-tabs-error > strong {
    color: #d44;
    display: block;
    font-family: Verdana, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 100px;
}

.gk-tabs-error > small {
    font-size: 11px;
}
/* Animations */
.gk-tabs-item {
    opacity: 0;
    filter: alpha(opacity=0);
    -webkit-transition: all .5s ease-out;
    -moz-transition: all .5s ease-out;
    -ms-transition: all .5s ease-out;
    -o-transition: all .5s ease-out;
    transition: all .5s ease-out;
}

.gk-tabs-item.active {
    opacity: 1;
    filter: alpha(opacity=100);
    position: relative;
    z-index: 2;
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item {
    -webkit-transform: scale(1.25);
    -moz-transform: scale(1.25);
    -ms-transform: scale(1.25);
    -o-transform: scale(1.25);
    transform: scale(1.25);
}

.gk-tabs[data-anim="scale-down"] .gk-tabs-item {
    -webkit-transform: scale(0.75);
    -moz-transform: scale(0.75);
    -ms-transform: scale(0.75);
    -o-transform: scale(0.75);
    transform: scale(0.75);
}

.gk-tabs[data-anim="rotate-y"],
.gk-tabs[data-anim="rotate-x"] {
    -webkit-perspective: 1200;
    -moz-perspective: 1200;
    -ms-perspective: 1200;
    perspective: 1200;
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item {
    -webkit-transform: rotateY(90deg);
    -moz-transform: rotateY(90deg);
    -ms-transform: rotateY(90deg);
    -o-transform: rotateY(90deg);
    transform: rotateY(90deg);
}


.gk-tabs[data-anim="rotate-x"] .gk-tabs-item {
    -webkit-transform: rotateX(90deg);
    -moz-transform: rotateX(90deg);
    -ms-transform: rotateX(90deg);
    -o-transform: rotateX(90deg);
    transform: rotateX(90deg);
}

.gk-tabs[data-anim="scale-up"] .gk-tabs-item.active,
.gk-tabs[data-anim="scale-down"] .gk-tabs-item.active {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}

.gk-tabs[data-anim="rotate-y"] .gk-tabs-item.active {
    -webkit-transform: rotateY(0deg);
    -moz-transform: rotateY(0deg);
    -ms-transform: rotateY(0deg);
    -o-transform: rotateY(0deg);
    transform: rotateY(0deg);
}

.gk-tabs[data-anim="rotate-x"] .gk-tabs-item.active {
    -webkit-transform: rotateX(0deg);
    -moz-transform: rotateX(0deg);
    -ms-transform: rotateX(0deg);
    -o-transform: rotateX(0deg);
    transform: rotateX(0deg);
}

/* 9.4. WPML
==================================== */

body #lang_sel_footer {
	background-color: transparent;
	border: none;
	clear: both;
	font: inherit;
	margin: 0;
	min-height: 15px;
	padding: 7px;
	text-align: center;
}

/* 9.5. GK Login widget
==================================== */
.box.widget_gk_login .box-title {
	margin: 0;
}

.box.widget_gk_login input {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	line-height: 20px;
}

.box.widget_gk_login .box-title:after {
	display: none;
}

.box.widget_gk_login {
	background: #fff!important;
	margin: -12px 0 68px;
	overflow: hidden;
	padding: 35px 50px 0 50px;
}

.box.widget_gk_login .login-submit {
	margin-bottom: -15px!important;
}

#gk-login-separator {
	border-bottom: 1px solid #e5e5e5;
	overflow: hidden;
	padding-bottom: 33px;
	width: 100%;
}

.box.widget_gk_login #gk-wp-submit {
	font-size: 14px;
	height: 39px;
	line-height: 39px;
}

#gk-loginform label {
	color: #888;
	font-size: 12px;
}

#gk-user_pass,
#gk-user_login {
	height: 40px;
	margin: -1px 20px 0 0;
	max-width: 100%;
	width: 206px;
}

nav.gklogin-small {
	float: right;
	margin: -34px 0 0 0;
}

nav.gklogin-small a {
	color: #888;
	font-size: 12px;
}

nav.gklogin-small ul li {
	display: inline;
	line-height: 26px;
}

nav.gklogin-small a:hover,
nav.gklogin-small a:active,
nav.gklogin-small a:focus {
	color: #db4a37;
}

#gk-logout {
	overflow: hidden;
}

#gk-loginform p {
	display: inline-block;
	margin: 4px 0 0 0;
}

#gk-loginform p.login-password {
	margin-top: 3px;
}

#gk-loginform p.login-remember {
	margin: 8px 0 0 2px;
}

#gk-loginform #gk-rememberme {
	margin-right: 4px;
}


/* 9.6. GK Grid blocks
==================================== */
 
/* Icons */
.gk-icon {
	height: 100%;
	position: absolute;
	width: 100%;
}
.gk-icon > i {
	color: #fff;
	font-size: 84px;
	left: 0;
	line-height: 84px;
	margin: -42px 0 0 0;
	padding: 0;
	position: absolute;
	text-align: center;
	-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;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	top: 50%;
	width: 100%;
}
.gk-icon:hover { background: #272727!important; }
.gk-icon.gk-color4:hover > i { color: #fff!important; }
.gk-icon.gk-color1 { background: #db4a37; }
.gk-icon.gk-color2 { background: #272727; }
.gk-icon.gk-color3 { background: #888; }
.gk-icon.gk-color4 { background: #fff; }
.gk-icon.gk-color4 > i { color: #272727; }
.gk-icon.gk-color-fb { background: #3b5998; }
.gk-icon.gk-color-twitter { background: #00aced; }
.gk-icon.gk-color-gplus { background: #db3a37; }

/* Photos */
.gk-photo {
	background-size: cover;
	background-position: center center;
	height: 100%;
	position: absolute;
	opacity: 1; filter: alpha(opacity=100);
	-webkit-transition: all .3s ease-out;
	   -moz-transition: all .3s ease-out;
		-ms-transition: all .3s ease-out;
			transition: all .3s ease-out;
	width: 100%;
}
.gk-photo:hover {
	filter: alpha(opacity=85);
	opacity: 0.85;
}
.gk-photo > a {
	background-size: cover;
	height: 100%;
	opacity: 1; filter: alpha(opacity=100);
	position: absolute;
	text-indent: -9999px;
	-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;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	width: 100%;
}

.gk-photo > h3,
.gk-photo > h4 {
	color: #fff;
	font-size: 36px;
	font-weight: 300;
	line-height: 1.1;
	padding: 30px 40px;
}

.gk-photo > h3.homepage {
	font-size: 24px;
	font-weight: 400;
	left: 0;
	line-height: 1.2;
	margin: 0;
	padding: 25px;
	position: absolute;
	z-index: 1;
}

.gk-photo > h4 {
	font-size: 24px;
	padding: 20px 30px;
}
.gk-photo > h3 > a,
.gk-photo > h4 > a {
	color: #fff;
}
.gk-photo > h3 > a:active,
.gk-photo > h3 > a:focus,
.gk-photo > h3 > a:hover,
.gk-photo > h4 > a:active,
.gk-photo > h4 > a:focus,
.gk-photo > h4 > a:hover,
.gk-photo > .gk-text-black > a:active,
.gk-photo > .gk-text-black > a:focus,
.gk-photo > .gk-text-black > a:hover {
	color: #db4a37;
}
.gk-photo > h3 strong,
.gk-photo > h4 strong {
	display: block;
	font-weight: 500;
}
.gk-photo > .gk-status-text-bottom {
	bottom: 0;
	position: absolute;
}
.gk-photo > .gk-text-top {
	position: absolute;
	top: 0;
}
.gk-photo > .gk-text-black,
.gk-photo > .gk-text-black > a {
	color: #272727;
}

/* Videos */
.gk-video {
	height: 100%;
	position: absolute;
	width: 100%;
}
.gk-video > iframe {
	height: 100%!important;
	position: absolute!important;
	width: 100%!important;
}

/* Text & Headers */
.gk-text {
	background: #db4a37;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	height: 100%;
	padding: 25px;
	position: absolute;
	width: 100%;
}
.gk-text.gk-color1 { background: #db4a37; }
.gk-text.gk-color2 { background: #272727; }
.gk-text.gk-color3 { background: #888; }
.gk-text.gk-color4 { background: #fff; }
.gk-text.gk-color4 h1,
.gk-text.gk-color4 h2,
.gk-text.gk-color4 h3,
.gk-text.gk-color4 h1 a,
.gk-text.gk-color4 h2 a,
.gk-text.gk-color4 h3 a,
.gk-text.gk-color4 h1 > i,
.gk-text.gk-color4 h2 > i,
.gk-text.gk-color4 h3 > i,
.gk-text.gk-color4 p { color: #272727; }
.gk-text.gk-color4 h1 a:hover,
.gk-text.gk-color4 h2 a:hover,
.gk-text.gk-color4 h3 a:hover {
	color: #db4a37;
}
.gk-text.gk-color-fb { background: #3b5998; }
.gk-text.gk-color-twitter { background: #00aced; }
.gk-text.gk-color-gplus { background: #db3a37; }
.gk-text h1,
.gk-text h2,
.gk-text h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.2;
	margin: 0;
	padding: 0;
}
.gk-text h1 > i,
.gk-text h2 > i,
.gk-text h3 > i { color: #fff; }
.gk-text p {
	color: #fff;
	font-size: 14px;
}
.gk-text h1,
.gk-text h1 a {
	color: #fff;
	font-size: 40px;
}
.gk-text h2,
.gk-text h2 a {
	color: #fff;
	font-size: 32px;
}
.gk-text h3,
.gk-text h3 a {
	color: #fff;
	font-size: 24px;
}
.gk-text h1 a:hover,
.gk-text h2 a:hover,
.gk-text h3 a:hover {
	color: #ffb1ae;
}
.gk-centered {
	left: 0;
	padding: 0 25px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.gk-text h1.gk-centered {
	margin-top: -24px;
}
.gk-text h2.gk-centered {
	margin-top: -20px;
}
.gk-text h3.gk-centered {
	margin-top: -15px;
}

/* 9.7. GK BuddyPress widget
==================================== */
.widget_gk_buddypress > div {
	background: #fff;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}

.widget_gk_buddypress .gk-member-status {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	line-height: 1.4;
	padding: 25px;
}

.widget_gk_buddypress .gk-member-status > a:first-child {
	color: #272727;
	display: block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.4;
	padding: 8px 0 14px;
	text-transform: uppercase;
}

.widget_gk_buddypress .gk-member-status a.no-readmore {
	color: #999;
	font-size: 14px;
	line-height: 1.4;
	margin: 0 0 10px;
}

.widget_gk_buddypress .gk-member-status > a.no-readmore:hover {
	color: #272727;
}

.widget_gk_buddypress .gk-buddy-avatar,
.gk-buddy-avatar + .gk-member-status {
	float: left;
	-webkit-transform: translate3d(0,0,0);
	-moz-transform: translate3d(0,0,0);
	-ms-transform: translate3d(0,0,0);
	-o-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
	width: 50%;
}

.widget_gk_buddypress .gk-buddy-avatar.right {
	float: right;
}

.widget_gk_buddypress .gk-buddy-avatar img {
	opacity: 1;
	filter: alpha(opacity=100);
	-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;
	width: 100%;
}

.widget_gk_buddypress .gk-buddy-avatar img:hover {
	opacity: 0.85;
	filter: alpha(opacity=85);
}

.widget_gk_buddypress .gk-member-status p > a {
	display: block;
	font-size: 13px;
	font-style: italic;
	margin-top: 10px;
}

.widget_gk_buddypress .gk-member-status  {
    line-height: 19px;
}

/* 9.8. GK Grid Title Overlay widget 
==================================== */

.gk-grid-title-overlay {
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
			box-sizing: border-box;
	float: left;
	height: 100%;
	overflow: hidden;
	position: absolute;
	width: 100%;
}
.gk-grid-title-overlay > a {
	background-size: cover!important;
	background-position: center center!important;
	display: block;
	float: left;
	height: 100%;
	position: absolute;
	text-indent: -9999px;
	width: 100%;
	z-index: 1;
}
.gk-grid-title-overlay > a > span {
	background: #000;
	height: 100%;
	display: block;
	float: left;
	left: 0;
	opacity: 0.3; filter: alpha(opacity=30);
	position: absolute;
	top: 0;
	-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;
	width: 100%;
	z-index: 2;
}
.gk-grid-title-overlay:hover > a > span {
	opacity: 0; filter: alpha(opacity=0);
}
.gk-grid-title-overlay > figcaption {
	position: absolute;
	z-index: 3;
}
.gk-grid-title-overlay[data-textpos="bottom"] > figcaption {
	bottom: 0;
}
.gk-grid-title-overlay[data-textpos="top"] > figcaption {
	top: 0;
}
.gk-grid-title-overlay > figcaption h3 {
	font-size: 24px;
	font-weight: 500;
	line-height: 1.2;
	text-transform: uppercase;
}
.gk-grid-title-overlay[data-textcolor="dark"] > figcaption a {
	color: #272727;	
}
.gk-grid-title-overlay[data-textcolor="light"] > figcaption a {
	color: #fff;	
}
.gk-grid-title-overlay > figcaption a:active,
.gk-grid-title-overlay > figcaption a:focus,
.gk-grid-title-overlay > figcaption a:hover {
	color: #db4a37;	
}

/* Mobile devices */
@media (max-width: 1030px) {
	.gk-grid-title-overlay > figcaption h3 {
		font-size: 20px;
	}
}

@media (max-width: 580px) {
	.gk-grid-title-overlay > figcaption h3 {
		font-size: 16px;
	}
}

/* 9.9. GK BP Latest Photos 
==================================== */

.gk-bp-latest-photos > div {
	margin: 0 -4px 0 -3px;
}

.gk-bp-latest-photos > div > a {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	padding: 3px 4px 4px 3px;
}

.gk-bp-latest-photos > div > a > img {
	opacity: 0.5; filter: alpha(opacity=50);
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	-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;
}

.gk-bp-latest-photos > div > a:hover > img {
	opacity: 1; filter: alpha(opacity=100);
}

.gk-bp-latest-photos[data-cols="1"] > div > a { width: 100%; }
.gk-bp-latest-photos[data-cols="2"] > div > a { width: 50%; }
.gk-bp-latest-photos[data-cols="3"] > div > a { width: 33.333333%; }
.gk-bp-latest-photos[data-cols="4"] > div > a { width: 25%; }
.gk-bp-latest-photos[data-cols="5"] > div > a { width: 20%; }
.gk-bp-latest-photos[data-cols="6"] > div > a { width: 16.666666%; }
.gk-bp-latest-photos[data-cols="7"] > div > a { width: 14.285714%; }
.gk-bp-latest-photos[data-cols="8"] > div > a { width: 12.5%; }
