/* CSS for the small desktop devices */
/*
#------------------------------------------------------------------------
# Writer - #8 2014 Joomla! template (for Joomla 2.5)
#
# Copyright (C) 2007-2014 Gavick.com. All Rights Reserved.
# License: Copyrighted Commercial Software
# Website: http://www.gavick.com
# Support: support@gavick.com 
*/

/* Big screens */
@media (max-width: 1920px) {
  body,
  .itemListView .itemIntroText {
    font-size: 18px;
  }
  li {
    font-size: 16px;
  }
  .social-menu > li > a,
  .social-menu > li {
    height: 22px
  }
  .site-content {
    padding: 50px;
  }
  #gk-social {
    padding: 0 21px 0 0;
  }
  #gk-right {
    padding: 0 10px 0 50px;
  }
  #gk-popup-login {
    padding: 0 0 0 50px;
  }
  .latest-posts-left .gk-nsp-content-wrap {
    padding-left: 40px;
  }
  .latest-posts-right .gk-nsp-content-wrap {
    padding-right: 40px;
  }
  .single-page > header {
    margin: -50px -50px 0;
  }
  .entry-title,
  .page-title {
    font-size: 48px;
  }
  .single .entry-title {
    padding: 32px 50px;
  }
  .single .entry-title:before {
    left: 50px;
  }
  .gk-image-caption {
    right: 50px;
  }
  .entry-content h1,
  .entry-content h2, 
  .entry-content h3, 
  .entry-content h4, 
  .entry-content h5, 
  .entry-content h6 {
    margin: 75px 0 30px;
  }
 .image-block + .item-block {
    margin: -55px 25px 0;
    padding: 20px 25px 0;
  }

  .item-block + .entry-summary {
  margin-left: 25px;
  margin-right: 25px;
  padding-left: 25px;
  padding-right: 25px;
}

  .item-info > span,
  .item-info > time {
    font-size: 14px;
    margin: 21px 0 0 20px;
  }
  .item-info > span > i, 
  .item-info > time > i {
    font-size: 18px;
    margin: 0 4px 0 0;
    position: relative;
    top: 3px;
  }
  .single-page > header.no-image {
    padding: 86px 50px 0 50px;
  }
  #gk-top,
  #gk-bottom {
    padding: 50px 50px 20px 50px;
  }
  .single .entry-header,
  .page-header {
  margin: -50px -50px 0;
  }
}

/* Bigger screens */
@media (max-width: 1600px) {
  body,
  .entry-summary {
    font-size: 16px;
  }
  li {
    font-size: 15px;
  }
  .gk-block-text-left, 
  .gk-block-text-right, 
  .gk-block-text-center {
    font-size: 20px;
  }
  #gk-search .search-field {
    width: 150px;
  }
 .item-author {
    margin: -40px 0 0 0;
    min-width: 250px;
    max-width: 250px;
    padding: 52px 0 0 0;
  }
  .item-author img {
    margin-top: -40px;
    width: 80px!important;
  }
  .item-author .author.vcard {
    font-size: 15px;
  }
  .single .entry-title,
  .page .entry-title {
    bottom: 32px;
    padding: 15px 50px;
  }
  .item-info {
    margin: 0 0 40px 0;
    padding: 0 0 20px 0;
  }
}

/* Typical screens */
@media (max-width: 1400px) { 
  #gk-search .search-field {
    color: transparent;
    padding: 0!important;
    width: 60px;
  }
  #gk-search .search-field::-webkit-input-placeholder {
    color: transparent;
  }
  #gk-search .search-field::-moz-placeholder {
    color: transparent;
  }
  #gk-search .search-field:-ms-input-placeholder {
    color: transparent;
  }
  #gk-search.search-active .search-field {
    color: #111;
    padding: 0 20px!important;
    width: 100%;
  }
  #gk-search.search-active:after {
    border-top: 1px solid #e5e5e5;
    content: "";
    left: 20px;
    position: absolute;
    top: 40px;
    width: 210px;
  }
  #gk-search.search-active {
    width: 250px;
  }
  article header h1, 
  article header h2,
  .entry-title, .page-title {
    font-size: 36px;
  }
  .itemAuthorContent ul li {
    padding: 0 10px!important;
  }
  #itemCommentsAnchor {
    margin: 30px 0 0;
  }
  span#fb-auth {
    padding: 0 12px 0 0;
  }
  .author-details {
    margin-left: 150px;
  }
  .itemAuthorData, 
  .itemsCategory {
    padding: 32px;
  }
  .pagination ul li a, 
  .pagination ul li span {
    min-width: 50px;
    padding: 7px;
  }
  .site-content > .bigtitle {
    padding: 32px;
  }
}

@media (max-width: 782px) {
  .admin-bar #aside-menu #gk-header {
  padding-top: 46px;
  }
  #aside-menu {
    z-index: 4999;
  }
}

@media (max-width: 600px) { 
  .admin-bar #aside-menu #gk-header {
    padding-top: 0;
  }
}

