/* sidebar */
#gk-mainbody-columns {
  display: block;
}

#gk-mainbody-columns > section,
#gk-mainbody-columns > aside {
  display: block;
  overflow: hidden;
  width: 100%!important;
}

#gk-mainbody-columns > section {
  border-bottom: 1px solid #e5e5e5;
}

#gk-mainbody-columns {
  background-image: none!important;
}

#gk-bottom1 .box:nth-child(3n+1),
#gk-bottom2 .box:nth-child(3n+1),
#gk-top1 .box:nth-child(2n+1),
#gk-top2 .box:nth-child(2n+1) {
  clear: both;
}

/* Archive page */
.archivepage .widget.first {
  margin-right: 2%;
  margin-left: 0!important;
}

.archivepage .widget.first,
.archivepage .widget.first + .widget {
  margin-right: 0;
  margin-left: 2%;
  width: 48%;
}

.archivepage .widget.last {
  margin: 0;
  width: 100%;
}

/* images fix */
#gk-mainbody img {
  height: auto!important;
  max-width: 100%!important;
}

/* column rules */
#gk-sidebar .box {
  float: left!important;
  width: 50%!important;
}
#gk-sidebar .box:nth-child(2n+1) {
  clear: both!important;
}

.widget-area .col1 { width: 100%; }
.widget-area .col2 { width: 50%; }
.widget-area .col3 { width: 33.3%; }
.widget-area .col4 { width: 50%; }
.widget-area .col5 { width: 33.3%; }
.widget-area .col6 { width: 33.3%; }

.widget-area .box.last1 { width: 100%; }
.widget-area .box.last2 { width: 50%; }
.widget-area .box.last3 { width: 33.3%; }
.widget-area .box.last4 { width: 50%; }
.widget-area .box.last5 { width: 33.3%; }

.widget-area .nth1 {
  clear: both;
}

.widget-area .col6.last5.nth4,
.widget-area .col6.last5.nth5 {
  width: 50%;
}

/* 11.2. Main menu elements
==================================== */

#main-menu {
  display: none;
}

#main-menu-mobile {
  /*background: transparent url('../images/tablet_menu_btn.png') no-repeat right center;*/
  background: transparent url('../img/tablet_menu_btn.png') no-repeat right center;
  float: right;
  left: auto;
  position: relative;
  top: 0;
  width: 48px;
}

#main-menu-mobile > select {
  border: 1px solid #fff;
  filter: alpha(opacity=0);
  height: 48px!important;
  opacity: 0;
  width: 48px;
}

/* 11.3. Device classes
==================================== */

.onlyDesktop {
  display: none!important;
}

.onlyTablets {
  display: block!important;
}

.onlySmartphones {
  display: none!important;
}

.onlyTabltetsAndSmartphones {
  display: block!important;
}

/* 11.4. Other elements
==================================== */

h1,
.page-title {
  font-size: 36px!important;
}