/**
 *
 * -------------------------------------------
 * Override
 * -------------------------------------------
 *
 **/

/*
 *
 * 16. Override
 *
 *
------------------------------------ */

/* 16.1. Overrided elements
==================================== */

article figure.featured-image {
    margin: 0 0 0px;
}

.bigtabs .gk-tabs-item {
    padding: 20px 40px 0px 40px;
}

.box ul li {
    border-top: 0px solid #e5e5e5 !important;
}

/*When Hyperlinking Titles on GK-Slider for HP only, must change body color to hide caption*/
body.home {
    color: #CCCCCC;
}

#commentform p {
    margin-bottom: 15px;
}

.dark-area .list .gk-nsp-header {
    padding-top: 10px !important;
}

.donation-title {
    /*border-bottom: 1px solid #e73f48;*/
    color: #fff;
    margin: 0;
    text-align: center;
    font-size: 14px;
    font-weight: 600;
    line-height: 50px;
    margin: 10px 0 20px 0;
    padding: 0;
    text-transform: uppercase;
}

/* Original Template CSS:
#footer-menu {
  border: 1px solid #222327;
  border-left: none;
  border-right: none;
  margin: auto;
  width: 40%;
}
*/

#footer-menu {
    margin: auto;
    width: 100%;
    text-align: center;
}

.form-allowed-tags{
display:none;
}

/* Original Template CSS:
#gk-main-menu {
  float: right;
  margin: 0 auto;
  padding: 0;
}
*/

#gk-bg {
    background: #CCC
}

#gk-bottom1 {
    margin-bottom: -30px;
}

#gk-bottom2, #gk-bottom3 {
    margin: 60px auto 0px auto;
}

#gk-bottom2 .box a, #gk-bottom3 .box a {
    color: #fff;
}

#gk-footer .gk-copyrights {
    color: #fff;
}

#gk-footer a {
     color: #fff;
}

.gk-breadcrumbs {
    float: none;
}

#gk-breadcrumb-area {
    margin-bottom: 10px;
    padding-bottom: 13px;
}

#gk-head h2.gk-page a {
    color: #1E1E1E;
}

#gk-head h2.gk-page {
    font-size: 34px;
}

#gk-inset .box{
    margin: 5px 0px 0px -10px;
}

#gk-inset {
    padding: 25px 30px 0px 32px !important;
}

#gk-is-widget_gk_image_show-2.gk-is-wrapper-gk-game {
    margin: 0 0 -452px 0;
    min-height: 990px;
}

#gk-login {
    margin-top: 15px;
}

/*
#gk-mainbody .box {
    margin-bottom: 0px;
}
*/

#gk-main-menu {
  margin-top: 5px;
}

#gk-mainbody > article .content {
    margin: 0 0 0px;
    padding: 0px 0px 0px 0px;
}

#gk-mainbody article > header {
    margin: 0 0 0px;
}

#gk-mainbody-columns {
    min-height: 700px;
}

.gk-meta-post .bookmark {
   display: none;
}

.gk-nsp-cols-1 {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -40px;
}

/* Original Template CSS:
#gk-login {
  float: right;
  color: #fff;
  text-transform: uppercase;
  margin-left: 32px;
  font-size: 13px;
}
*/

.showcase .gk-nsp-category {
    background: #D82731;
}

.showcase .gk-nsp-image-wrapper:after {
    display: none;
}

#gk-mainbody article > header + #gk-social-api {
    margin-top: 0px;
    display: none;
}

#gk-mainbody {
    margin-bottom: 0px !important;
}

#gk-mainbody article > header h1, #gk-mainbody article > header h2 {
    font-size: 33px;
}

#gk-mainbody-bottom {
    padding-bottom: 20px !important;
}

.gk-nsp-videogallery .gk-big-block strong {
    display: none;
}

.gk-nsp-videogallery .gk-big-block h3 a {
    font-size: 20px!important;
    align-self: center;
}

.gk-nsp-videogallery .gk-small-block h3 {
    font-size: 14px;
}

.gk-social a.gk-pinterest:before {
   color: #f16261;
   content: "\f0d2";
}

#gk-social-api {
    display: none;
}

img {
    padding-top: 3px;
    margin-bottom: -16px;
}

#gk-main-menu {
    padding-top: 12px;
}

#gk-mainbody-bottom .box {
    padding: 5px 0;
    padding-top: 15px;
    margin-bottom: 20px;
}

.sponsorship-form {
    background-color: #000000;
    color: #FFFFFF;
    width: 130%;
    margin-left: -55px;
    padding-left: 45px !important;
    padding-right: 55px !important;
}

.sponsorship-form-title {
    background-color: #000000;
    color: #FFFFFF;
    width: 120%;
    margin-left: -55px;
    margin-left: -105px;
    margin-bottom: -20px !important;
}

.ssba, .ssba a {
    margin-top: 0px !important;
    padding-bottom: 20px;
}

.ssba img {
    padding-bottom: 20px !important;
}

.widget-area .col2 {
    width: 100% !important;
}

/*Disables Zoom-Effect on Hover for GK Tabs Block Thumbs*/
div.gk-nsp.showcase.activated:hover img {
   transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

/*Disables Zoom-Effect on Hover for GK Video Block Thumbs*/
img:hover {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

/*Disables Zoom-Effect on Hover for GK Video Block Lead IMG*/
div.gk-nsp.gk-nsp-videogallery.activated.active:hover img {
    transform: none !important;
    -webkit-transform: none !important;
    -moz-transform: none !important;
    -ms-transform: none !important;
    -o-transform: none !important;
}

/*Disables Zoom-Effect on Hover for Featured IMGs*/
article figure.featured-image:hover img {
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}

.gk-nsp-art .gk-nsp-image:hover {
   -webkit-transform: none;
   -moz-transform: none;
   -ms-transform: none;
   -o-transform: none;
   transform: none;
}