/*
	Theme Name: Storm Jellythemes
	Theme URI: http://www.jellythemes.com/themes/stormwp
	Author: Jellythemes
	Author URI: http://www.jellythemes.com.com
	Description: Storm wordpress theme for restaurants;
	Text Domain: storm-jellythemes
    Version: 1.3
    License: GNU General Public License v2.0
    License URI: http://www.gnu.org/licenses/gpl-2.0.html
    Tags: one-column, responsive-layout, light, theme-options
*/
/*------------------------------------------------------------------
[Secondary Stylesheet]

Project:    Storm, WordPress Theme
Version:    1.3
Last change:    06/232016
Primary use:    Multipropose WordPress Theme
-------------------------------------------------------------------*/
/*------------------------------------------------------------------
[Table of contents]

1. Fixes

-------------------------------------------------------------------*/

/*------------------------------------------------------------------
1. Fixes
-------------------------------------------------------------------*/
.section {
  margin-top:-50px !important;
  padding-top:50px !important;
}
.admin-bar .section {
  margin-top:-82px !important;
  padding-top:82px !important;
}
.admin-bar #header.overflow.fixed, .admin-bar.single-post #header {top:32px;}
.sticky {}
.alignnone {
  margin: 5px 20px 20px 0;
}
.aligncenter,
div.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.alignright {
  float: right;
  margin: 5px 0 20px 20px;
}
.alignleft {
  float: left;
  margin: 5px 20px 20px 0;
}
.aligncenter {
  display: block;
  margin: 5px auto 5px auto;
}
.wp-caption {
  background: #fff;
  max-width: 96%;
  padding: 5px 3px 10px;
  text-align: center;
}
.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  max-width: 98.5%;
  padding: 0;
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 11px;
  line-height: 17px;
  margin: 0;
  padding: 0 4px 5px;
}
.wp-caption.alignnone {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignleft {
  margin: 5px 20px 20px 0;
}
.wp-caption.alignright {
  margin: 5px 0 20px 20px;
}
.screen-reader-text {display:none;}
.bypostauthor, .gallery-caption {}
.post-content iframe {
  max-width: 100%;
}
.post-content .gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.post-content .gallery-item {
  float: left;
  margin: 0 0px 4px 0;
  overflow: hidden;
  position: relative;
  position: relative;
}
.post-content .gallery-item img {
  width: 100%;
}
.post-content .gallery-columns-1.gallery-size-medium,
.post-content .gallery-columns-1.gallery-size-thumbnail,
.post-content .gallery-columns-2.gallery-size-thumbnail,
.post-content .gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.post-content .gallery-columns-1 .gallery-item,
.post-content .gallery-columns-2 .gallery-item,
.post-content .gallery-columns-3 .gallery-item {
  text-align: center;
}

.post-content .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.post-content .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.post-content .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.post-content .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.post-content .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.post-content .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.post-content .gallery-columns-1 .gallery-item:nth-of-type(1n),
.post-content .gallery-columns-2 .gallery-item:nth-of-type(2n),
.post-content .gallery-columns-3 .gallery-item:nth-of-type(3n),
.post-content .gallery-columns-4 .gallery-item:nth-of-type(4n),
.post-content .gallery-columns-5 .gallery-item:nth-of-type(5n),
.post-content .gallery-columns-6 .gallery-item:nth-of-type(6n),
.post-content .gallery-columns-7 .gallery-item:nth-of-type(7n),
.post-content .gallery-columns-8 .gallery-item:nth-of-type(8n),
.post-content .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.post-content .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.post-content .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.post-content .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.post-content .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.post-content .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition:         opacity 400ms ease;
  width: 100%;
}

.post-content .gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.post-content .gallery-item:hover .gallery-caption {
  opacity: 1;
}

.post-content .gallery-columns-7 .gallery-caption,
.post-content .gallery-columns-8 .gallery-caption,
.post-content .gallery-columns-9 .gallery-caption {
  display: none;
}
.post-content table, .comment-body table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.post-content caption,
.post-content th,
.post-content td {
  font-weight: normal;
  text-align: left;
}

.post-content caption {
  font-size: 16px;
  margin: 20px 0;
}

.post-content th, .comment-body th {
  font-weight: bold;
  text-transform: uppercase;
}

.post-content td, .comment-body td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.post-content dl {
  margin: 0 20px;
}

.post-content dt {
  font-weight: bold;
}

.post-content dd {
  margin: 0 0 20px;
}
.post-content ol,
.post-content ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

.post-content ul {
  list-style-type: square;
}
.post-content ol {
  list-style-type: decimal;
}

.jt_content iframe {
  max-width: 100%;
}
.jt_content .gallery {
  margin-bottom: 20px;
  margin-left: -4px;
}

.jt_content .gallery-item {
  float: left;
  margin: 0 0px 4px 0;
  overflow: hidden;
  position: relative;
  position: relative;
}
.jt_content .gallery-item img {
  width: 100%;
}
.jt_content .gallery-columns-1.gallery-size-medium,
.jt_content .gallery-columns-1.gallery-size-thumbnail,
.jt_content .gallery-columns-2.gallery-size-thumbnail,
.jt_content .gallery-columns-3.gallery-size-thumbnail {
  display: table;
  margin: 0 auto 20px;
}

.jt_content .gallery-columns-1 .gallery-item,
.jt_content .gallery-columns-2 .gallery-item,
.jt_content .gallery-columns-3 .gallery-item {
  text-align: center;
}

.jt_content .gallery-columns-4 .gallery-item {
  max-width: 23%;
  max-width: -webkit-calc(25% - 4px);
  max-width:         calc(25% - 4px);
}

.jt_content .gallery-columns-5 .gallery-item {
  max-width: 19%;
  max-width: -webkit-calc(20% - 4px);
  max-width:         calc(20% - 4px);
}

.jt_content .gallery-columns-6 .gallery-item {
  max-width: 15%;
  max-width: -webkit-calc(16.7% - 4px);
  max-width:         calc(16.7% - 4px);
}

.jt_content .gallery-columns-7 .gallery-item {
  max-width: 13%;
  max-width: -webkit-calc(14.28% - 4px);
  max-width:         calc(14.28% - 4px);
}

.jt_content .gallery-columns-8 .gallery-item {
  max-width: 11%;
  max-width: -webkit-calc(12.5% - 4px);
  max-width:         calc(12.5% - 4px);
}

.jt_content .gallery-columns-9 .gallery-item {
  max-width: 9%;
  max-width: -webkit-calc(11.1% - 4px);
  max-width:         calc(11.1% - 4px);
}

.jt_content .gallery-columns-1 .gallery-item:nth-of-type(1n),
.jt_content .gallery-columns-2 .gallery-item:nth-of-type(2n),
.jt_content .gallery-columns-3 .gallery-item:nth-of-type(3n),
.jt_content .gallery-columns-4 .gallery-item:nth-of-type(4n),
.jt_content .gallery-columns-5 .gallery-item:nth-of-type(5n),
.jt_content .gallery-columns-6 .gallery-item:nth-of-type(6n),
.jt_content .gallery-columns-7 .gallery-item:nth-of-type(7n),
.jt_content .gallery-columns-8 .gallery-item:nth-of-type(8n),
.jt_content .gallery-columns-9 .gallery-item:nth-of-type(9n) {
  margin-right: 0;
}

.jt_content .gallery-columns-1.gallery-size-medium figure.gallery-item:nth-of-type(1n+1),
.jt_content .gallery-columns-1.gallery-size-thumbnail figure.gallery-item:nth-of-type(1n+1),
.jt_content .gallery-columns-2.gallery-size-thumbnail figure.gallery-item:nth-of-type(2n+1),
.jt_content .gallery-columns-3.gallery-size-thumbnail figure.gallery-item:nth-of-type(3n+1) {
  clear: left;
}

.jt_content .gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  box-sizing: border-box;
  color: #fff;
  font-size: 14px;
  line-height: 1.3;
  margin: 0;
  max-height: 50%;
  opacity: 0;
  padding: 2px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  -webkit-transition: opacity 400ms ease;
  transition:         opacity 400ms ease;
  width: 100%;
}

.jt_content .gallery-caption:before {
  box-shadow: 0 -10px 15px #000 inset;
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.jt_content .gallery-item:hover .gallery-caption {
  opacity: 1;
}

.jt_content .gallery-columns-7 .gallery-caption,
.jt_content .gallery-columns-8 .gallery-caption,
.jt_content .gallery-columns-9 .gallery-caption {
  display: none;
}
.jt_content table, .comment-body table {
  border-bottom: 1px solid #ededed;
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 14px;
  line-height: 2;
  margin: 0 0 20px;
  width: 100%;
}

.jt_content caption,
.jt_content th,
.jt_content td {
  font-weight: normal;
  text-align: left;
}

.jt_content caption {
  font-size: 16px;
  margin: 20px 0;
}

.jt_content th, .comment-body th {
  font-weight: bold;
  text-transform: uppercase;
}

.jt_content td, .comment-body td {
  border-top: 1px solid #ededed;
  padding: 6px 10px 6px 0;
}

.jt_content dl {
  margin: 0 20px;
}

.jt_content dt {
  font-weight: bold;
}

.jt_content dd {
  margin: 0 0 20px;
}
.jt_content ol,
.jt_content ul {
  margin: 16px 0;
  padding: 0 0 0 40px;
}

.jt_content ul {
  list-style-type: square;
}
.jt_content ol {
  list-style-type: decimal;
}
