﻿/*
Theme Name: Picturesque
Version: 1.1
Description: Designed by <a href="http://www.ghostpool.com">GhostPool.com</a>.
Author: GhostPool
Author URI: http://www.ghostpool.com
Theme URI: http://www.ghostpool.com
License:
License URI:
Tags: dark, black, gray, blue, one-column, two-columns, right-sidebar, custom-background, custom-colors, custom-menu, editor-style, featured-images, sticky-post, theme-options, translation-ready
*/


/************************************ General Styling ************************************/

/* Page Styling */
* {
font-family: Helvetica, Arial, sans-serif;
outline: none;
}
body {
background: #111;
color: #888;
margin: 0;
padding: 0;
font-family: Helvetica, Arial, sans-serif;
font-size: 81.25%;
font-weight: normal;
}

/* Text Styling */
@font-face {
font-family: 'BebasNeueRegular';
src: url('lib/fonts/bebasneue/BebasNeue-webfont.eot');
src: url('lib/fonts/bebasneue/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
 url('lib/fonts/bebasneue/BebasNeue-webfont.woff') format('woff'),
 url('lib/fonts/bebasneue/BebasNeue-webfont.ttf') format('truetype'),
 url('lib/fonts/bebasneue/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
font-weight: normal;
font-style: normal;
}
a {
color: #83e3fc;
text-decoration: none;
}
a:hover {
color: #00caff;
text-decoration: none;
}
h1, h2, h3, h4, h5, h6 {
font-family: 'BebasNeueRegular';
color: #fff;
padding: 0;
margin: 0 0 10px 0;
line-height: 130%;
clear: both;
font-weight: bold;
}
h1 {
font-size: 40px;
font-weight: normal;
}
h2 {
font-size: 28px;
font-weight: normal;
}
h3 {
font-size: 26px;
font-weight: normal;
}
h4 {
font-size: 24px;
font-weight: normal;
}
h5 {
font-size: 22px;
font-weight: normal;
}
h6 {
font-size: 20px;
font-weight: normal;
}
p {
line-height: 19px;
margin-bottom: 12px;
}
p:first-child {
margin-bottom: 12px;
}
p:last-child {
margin-bottom: 0;
}
strong {
font-weight: bold;
}
em {
font-style: italic;
}

/* List Styling */
ol {
padding: 0;
margin: 0;
}
ol li {
list-style: decimal;
padding: 0 0 10px 0;
margin: 0 0 0 20px;
line-height: 21px;
}
ul {
padding: 0;
margin: 0 0 12px 20px;
list-style-type: none;
}
ul li {
margin-top: 10px;
line-height: 21px;
}
ul li:first-child {
margin-top: 0;
}
ul li i {
padding-right: 5px;
}

/* Form Styling */
input,
textarea,
input[type="password"] {
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
padding: 6px;
margin: 0;
color: #888;
border: 1px solid #444;
background: rgb(0,0,0); 
background: rgba(0,0,0,0.3); 
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
::-webkit-input-placeholder {
color: #444;
}
:-moz-placeholder {
color: #444;
}
:-ms-input-placeholder {
color: #444;
}
input:focus,
textarea:focus,
input[type="password"]:focus {
background: rgb(0,0,0); 
background: rgba(0,0,0,0.9);
}
textarea {
line-height: 19px;
resize: none;
width: 100%;
max-width: 100%;
height: 150px;
}
select {
padding: 2px 0;
}
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
background-color: #fff;
background-image: -moz-linear-gradient(#fff, #eee);
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#eee));
background-image: -webkit-linear-gradient(#fff, #eee);
background-image: -o-linear-gradient(#fff, #eee);
background-image: -ms-linear-gradient(#fff, #eee);
-pie-background: linear-gradient(#fff, #eee);
color: #000;
border: 0;
font-weight: bold;
padding: 7px 12px;
margin: 0;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-box-shadow: 0 1px 2px rgb(0,0,0);
-webkit-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
-moz-box-shadow: 0 1px 2px rgb(0,0,0,0.1);
-moz-box-shadow: 0 1px 2px rgba(0,0,0,0.1);
box-shadow: 0 1px 2px rgb(0,0,0);
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover,
.button:hover {
background-color: #fff;
background-image: none;
-pie-background: none;
}
/*REMOVE@-moz-document url-prefix() { 
input[type="button"],
input[type="submit"],
input[type="reset"],
button,
.button {
padding: 7px 12px;
}
}*/
input[type="radio"],
input[type="checkbox"] {
background: transparent;
border: 0;
}
fieldset {
border: 1px solid #444;
margin: 0;
padding: 20px 15px;
}
legend {
font-size: 14px;
}

/* Table Styling */
.gp-table {
border: 1px solid #444;
padding: 5px 10px;
line-height: 19px;
width: 100%;
}
.gp-table th {
font-weight: bold;
border-top: 1px solid #444;
padding: 10px;
text-align: left;
}
.gp-table td {
border-top: 1px solid #444;
padding: 10px;
}

/* Other Styling */
img {
max-width: 100%;
height: auto;
}
.ie8 img {
max-width: none;
}
cite {
float: right;
padding: 0 0 5px 0;
}
hr {
background: #444;
border: 0;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 20px 0;
position: relative;
}
pre {
color: #000;
background: url(lib/images/code-bg.png);
border: 1px solid #444;
padding: 5px 25px;
margin: 5px 0 20px 0;
font-family: "Courier New";
overflow: auto;
font-size: 12px;
line-height: 21px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
code {
color: #000;
background: url(lib/images/code-bg.png);
border: 1px solid #444 !important;
padding: 5px 25px;
margin: 5px 0 20px 0;
font-family: "Courier New";
clear: both;
display: block;
font-size: 12px;
line-height: 21px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
iframe {
max-width: 100%;
}
.preload {
display: none;
}
.no-js .preload {
display: block;
}
mark {
padding: 3px 5px;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
ins {
text-decoration: none;
}
dl {
line-height: 19px;
margin-bottom: 20px;
}
dd {
margin-bottom: 10px;
}
dt {
font-weight: bold;
}

/* Alignment Styling */
.left {
float: left;
}
.right {
float: right;
}
.clear {
content: "";
clear: both;
line-height: 0;
padding: 0;
margin: 0;
height: 0;
display:block;
font-size:0;
width:100%;
}
.align-center,
.aligncenter {
position: relative;
margin: 20px auto;
display: block;
clear: both;
}
.align-left,
.alignleft {
position: relative;
float: left;
margin: 4px 20px 5px 0;
}
.align-right,
.alignright {
float: right;
position: relative;
margin: 4px 0 5px 20px;
}
.text-left {
text-align: left;
}
.text-right {
text-align: right;
}
.text-center {
text-align: center;
}
.text-justify {
text-align: justify;
}


/************************************ Content Areas ************************************/

/* Page Wrapper */
#page-wrapper {
position: relative;
text-align: left;
}

/* Content Wrapper */
#content-wrapper {
float: left;
width: 100%;
padding: 0 280px 0 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}

/* Main Content */
#content {
float: right;
position: relative;
width: 100%;
max-width: 800px;
padding: 20px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}

/* Sidebar */
#sidebar {
float: right;
padding: 20px 0;
}


/************************************ Header ************************************/

/* Header */
#header {
float: right;
z-index: 998;
top: 0;
right: 0;
width: 260px;
padding: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
#header.header-absolute {
position: absolute;
}
#header.header-fixed {
position: fixed;
}
.admin-bar #header.header-absolute {
top: 0;
}
.admin-bar #header.header-fixed {
top: 28px;
}
.no-js #header {
position: fixed;
}
.no-js .admin-bar #header {
top: 28px;
}

/* Logo */
#logo {
display: block;
float: right;
margin: 0;
line-height: 0;
}
#logo:after {
content: " ";
}
#logo a {
color: #fff;
line-height: 0;
}
#logo img {
position: relative;
}
.default-logo {
display: block;
position: relative;
font-family: 'BebasNeueRegular';
font-size: 50px;
margin: 0;
line-height: 1;
filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000,direction=140,strength=5);
text-shadow: 0 0 10px #000;
}
.default-logo span {
color: #83e3fc;
}
.logo-details {
display: block;
margin-top: -1px;
width: 1px;
height: 1px;
text-indent: -9999px;
}

/* Social Icons */
#social-icons {
display: inline-block;
font-size: 26px;
padding: 20px 15px 13px 15px;
}
#social-icons a {
float: left;
display: inline-block;
color: #888;
margin: 0 10px 0 0;
}
#social-icons a:hover {
color: #fff;
}

/************************************ Body Navigation ************************************/

/* Nav Wrapper */
#sidebar .menu {
float: left;
position: relative;
margin: 0 0 20px 0;
z-index: 998;
width: 100%;
list-style-type: none;
list-style-position: outside;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
#nav select {
display: none;
}

/* Top Level Nav */
#sidebar ul.menu:after {
content: ".";
display: block;
height: 0;
clear: both;
visibility: hidden;
}
#sidebar .menu li {
list-style-type: none;
margin: 11px 0 0 0;
padding: 13px 16px 0 16px;
border-top: 1px solid #222;
}
#sidebar .menu li:first-child {
margin-top: 0;
padding-top: 0;
border-top: 0;
}
#sidebar .menu li a {
font-family: 'BebasNeueRegular'; 
text-transform: uppercase;
color: #fff;
font-size: 18px;
}
#sidebar .menu li a:hover {
color: #83e3fc;
}
#sidebar .menu li .menu-subtitle {
display: block;
font-family: Helvetica, Arial, sans-serif;
text-transform: none;
font-size: 11px;
color: #888;
}

/* Drop Down Menus */
#sidebar .sub-menu {
display: none;
position: absolute;
width: 200px;
z-index: 998;
top: auto;
left: -201px;
margin: -43px 0 0 0;
padding: 20px 0;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
-webkit-border-top-left-radius: 4px;
-webkit-border-bottom-left-radius: 4px;
-moz-border-radius-topleft: 4px;
-moz-border-radius-bottomleft: 4px;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
#sidebar li:hover > .sub-menu {
display: block;
}


/************************************ Page/Post Styling ************************************/

/* Title */
.page-title {
margin-bottom: 20px;
font-weight: normal;
line-height: 1;
}

/* Post Loop */
.post-loop {
float: left;
position: relative;
width: 100%;
margin-top: 40px;
}
.spacing-small .post-loop {
margin-top: 20px;
}
.ie8 .spacing-small .post-loop {
margin-top: 5px;
}
.post-loop:first-child {
margin-top: 0;
}
.post-loop.post-columns {
margin: 20px 0 20px 4%;
}
.spacing-small .post-loop.post-columns {
margin: 10px 0 10px 4%;
}
.post-loop.first-column {
margin: 20px 0 20px 0;
}
.spacing-small .post-loop.first-column {
margin: 10px 0 10px 0;
}
.spacing-small .post-thumbnail {
margin-bottom: 10px;
}
.spacing-small .post-thumbnail.wrap {
margin: 0 10px 0 0;
}
.post-text h2 {
clear: none;
font-weight: normal;
}
.post-text h2 a {
color: #fff;
}
.post-text h2 a:hover {
color: #83E3FC;
}

.spacing-small .post-text h2 {
font-size: 13.5px;
margin-bottom: 5px;
}
.sticky {
}

/* Post Thumbnail */
.post-thumbnail {
float: left;
max-width: 100%;
line-height: 0;
position: relative;
overflow: hidden;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.post-thumbnail.wrap {
margin: 0 20px 0 0;
}

/* Post Meta */
.post-meta {
width: 100%;
font-size: 11px;
margin: 0 0 15px 0;
}
.post-meta,
.post-meta a {
color: #666;
}
.single-post .post-meta {
margin-top: -10px;
}
.post-meta a:hover {
color: #999;
}
.post-meta.post-tags {
margin: 0 0 20px 0;
}
.post-wrapper .post-meta.post-tags {
margin: 0;
}
.post-meta span {
display: inline;
line-height: 5px;
margin: 0 20px 0 0;
}
.post-meta span i {
font-size: 14px;
padding-right: 5px;
}

/* Post Content */
#post-content {
margin-bottom: 20px;
}
label[for*="pwbox"] {
float: left;
display: inline;
margin: 0 5px 0 0;
}

/* Page Lists */
.page-list {
margin: 0 0 20px 0;
}

/* Attachments */
.attachment p {
margin-top: 12px;
}


/************************************ Lightbox ************************************/

.lightbox-hover {
display: block;
position: absolute;
bottom: 10px;
right: 10px;
z-index: 10;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
padding: 7px 8px 5px 8px;
font-size: 14px;
color: #888;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
opacity: 0;
cursor: pointer;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
img:hover .hover-image, 
img:hover .hover-video {
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
filter:alpha(opacity=100);
opacity: 1;
}
.pp_gallery li {
background: none;
border: 0;
padding: 0;
}
.pp_gallery li.jwplayer a {
background: url(lib/images/prettyPhoto/default_dark/default_thumbnail.gif) no-repeat;
width: 50px;
height: 33px;
display: block;
}
.html5player {
width: 100%;
height: 100%;
}


/************************************ Shortcodes: Accordion ************************************/

.accordion .panel {
position: relative;
width: 100%;
margin-bottom: 10px;
overflow: hidden;
}
h3.accordion-title {
font-size: 24px;
margin: 0;
}
h3.accordion-title a {
padding-left: 10px;
}
.panel-content {
padding: 0 0 20px 20px;
line-height: 19px;
}


/************************************ Shortcodes: Author Info ************************************/

.author-info {
float: left;
width: 100%;
border-top: 1px solid #444;
position: relative;
padding: 20px 0 0 0;
margin: 0 0 20px 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.author-info .avatar {
float: left;
margin-right: 20px;
width: 50px;
height: 50px;
}
.author-info .author-meta {
margin-left: 70px;
}
.author-info .author-meta-top {
width: 100%;
float: left;
}
.author-info .author-name {
float: left;
margin-bottom: 10px;
font-weight: bold;
}
.author-info .author-desc {
line-height: 19px;
}


/************************************ Shortcodes: Blockquotes ************************************/

blockquote {
clear: both;
font-size: 14px;
margin: 5px 20px 10px 20px;
padding: 10px 0 5px 25px;
overflow: hidden;
}
blockquote p {
line-height: 23px;
}
.blockquote-left {
float: left;
margin: 10px 20px 20px 0;
}
.blockquote-right {
float: right;
margin: 10px 0 20px 20px;
}
.blockquote-left,
.blockquote-right {
width: 30%;
font-size: 14px;
line-height: 23px;
padding: 10px 0 5px 25px;
}


/************************************ Shortcodes: Buttons ************************************/

/* Buttons */
.sc-button,
.sc-button:hover {
display: inline-block;
position: relative;
max-width: 100%;
margin: 5px;
font-weight: bold;
color: #fff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.sc-button.small {
font-size: 11px;
line-height: 11px;
padding: 8px 12px;
}
.sc-button.medium {
font-size: 12px;
line-height: 12px;
padding: 12px 20px;
}
.sc-button.large {
font-size: 14px;
line-height: 14px;
padding: 15px 60px;
}

/* Yellow Button */
.yellow.sc-button {
color: #000;
background-color: #ffde45;
}
.yellow.sc-button:hover {
background: #ffd200;
}

/* Grey */
.grey.sc-button {
color: #fff !important;
background-color: #5c5c5c;
}
.grey.sc-button:hover {
background: #3d3d3d;
}

/* Dark Grey Button */
.darkgrey.sc-button {
color: #fff !important;
background-color: #404040;
}
.darkgrey.sc-button:hover {
color: #fff;
background: #202020;
}

/* Brown Button */
.brown.sc-button {
color: #fff !important;
background-color: #685950;
}
.brown.sc-button:hover {
color: #fff;
background: #453B35;
}

/* Blue Button */
.blue.sc-button {
color: #fff !important;
background-color: #96d1f8;
}
.blue.sc-button:hover {
color: #fff;
background: #258df8;
}

/* Medium Blue Button */
.mediumblue.sc-button {
color: #fff !important;
background-color: #505f68;
}
.mediumblue.sc-button:hover {
background: #353f45;
}

/* Dark Blue Button */
.darkblue.sc-button {
color: #fff !important;
background-color: #364046;
}
.darkblue.sc-button:hover {
background: #15191b;
}

/* Lime Green Button */
.limegreen.sc-button {
color: #4C5629 !important;
background-color: #d2e68d;
}
.limegreen.sc-button:hover {
color: #4C5629 !important;
background: #94bd44;
}

/* Teal Button */
.teal.sc-button {
color: #fff !important;
background-color: #8CA6A3;
}
.teal.sc-button:hover {
background: #6A8A87;
}

/* Dark Green Button */
.darkgreen.sc-button {
color: #fff !important;
background-color: #366a7b;
}
.darkgreen.sc-button:hover {
background: #23444b;
}

/* Red Button */
.red.sc-button {
color: #fff !important;
background-color: #93063b;
}
.red.sc-button:hover {
background: #940a11;
}

/* Dark Red Button */
.darkred.sc-button {
color: #fff !important;
background-color: #685053;
}
.darkred.sc-button:hover {
background: #453537;
}

/* Orange Button */
.orange.sc-button {
color: #fff !important;
background-color: #ee8600;
}
.orange.sc-button:hover {
background: #b25f0f;
}


/************************************ Shortcodes: Captions ************************************/

.wp-caption {
position: relative;
padding: 0;
max-width: 100%;
}
.wp-caption img {
margin: 0;
}
.wp-caption-text {
margin: 5px 0 0;
font-size: 11px;
color: #666;
}


/************************************ Shortcodes: Columns ************************************/

/* General */
.columns {
float: left;
position: relative;
line-height: 19px;
margin-right: 2%;
}
.one {
width: 100%;
}
.two {
width: 49%;
}
.three {
width: 32%;
}
.four {
width: 23.5%;
}
.five {
width: 18.4%;
}
.onethird {
width: 33.2%;
}
.twothirds {
width: 64.68%;
}
.onefourth {
width: 24.5%;
}
.threefourths {
width: 73.5%;
}

/* Separate Columns */
.separate > div {
border: 1px solid #444;
position: relative;
padding: 20px;
}

/* Joint Columns */
.columns.joint {
margin: 0;
}
.joint > div {
border-width: 0 0 0 1px;
border-color: #444;
border-style: solid;
position: relative;
padding: 20px;
}
.first.joint > div {
border-left-width: 0;
}
.one.joint {
width: 100%;
}
.two.joint {
width: 50%;
}
.three.joint {
width: 33.33%;
}
.four.joint {
width: 25%;
}
.five.joint {
width: 20%;
}
.onethird.joint {
width: 33.33%;
}
.twothirds.joint {
width: 66.33%;
}
.onefourth.joint {
width: 25%;
}
.threefourths.joint {
width: 75%;
}

.last {
clear: right;
margin-right: 0;
}


/************************************ Shortcodes: Contact Form ************************************/

#contact-form {
float: left;
width: 100%;
margin-bottom: 12px;
}
#contact-form label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
}
#contact-form .contact-verify {
float: left;
margin-right: 10px;
}
#contact-form .contact-verify label {
float: left;
margin: 8px 5px 0 0;
}
#contact-form .contact-submit {
float: left;
}
.required {
color: #83e3fc;
}
#contact-form .loader {
display: none;
background: url(lib/images/loader.gif) no-repeat right bottom;
float: left;
padding: 4px 0 0 10px;
width: 16px;
height: 16px;
}
.contact-form.notify {
padding: 5px 10px;
margin-bottom: 10px;
}
#contact-form .input-error {
border: 1px solid #FBC2C4;
}


/************************************ Shortcodes: Dividers ************************************/

.sc-divider {
content: "";
border-top: 1px solid #444;
clear: both;
width: 100%;
height: 1px;
padding: 0;
margin: 40px 0;
position: relative;
}
.sc-divider.top a {
font-size: 10px;
float: right;
position: absolute;
top: -20px;
right: 0;
color: #999;
text-align: right;
cursor: pointer;
}
.sc-divider.small {
margin: 0;
}
.sc-divider.clear {
background: none !important;
border: 0;
margin: 20px 0 !important;
}
.sc-divider.small.clear {
border: 0;
margin: 0 !important;
}


/************************************ Shortcodes: Drop Caps ************************************/

.dropcap1 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 0 10px -8px 0;
padding: 0;
text-align: center;
}
.dropcap2 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #404040;
background: #eee;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropcap3 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
.dropcap4 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #404040;
background: #eee;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}
.dropcap5 {
display: block;
position: relative;
float: left;
font-size: 38px;
line-height: 38px;
margin: 4px 10px 0 0;
padding: 6px 12px;
text-align: center;
color: #999;
background: #404040;
-webkit-border-radius: 25px;
-moz-border-radius: 25px;
border-radius: 25px;
}


/************************************ Shortcodes: Galleries ************************************/

.gallery-columns-1 .gallery-item {
width: 90%;
}
.gallery-columns-2 .gallery-item {
width: 45% !important;
padding-right: 4% !important;
}
.gallery-columns-3 .gallery-item {
width: 31% !important;
padding-right: 2% !important;
}
.gallery-columns-4 .gallery-item {
width: 23% !important;
padding-right: 2% !important;
}
.gallery-columns-5 .gallery-item {
width: 18% !important;
padding-right: 2% !important;
}
.gallery-columns-6 .gallery-item {
width: 14% !important;
padding-right: 2% !important;
}
.gallery-columns-7 .gallery-item {
width: 12% !important;
padding-right: 2% !important;
}
.gallery-columns-8 .gallery-item {
width: 10% !important;
padding-right: 2% !important;
}
.gallery-columns-9 .gallery-item {
width: 9% !important;
padding-right: 2% !important;
}
.gallery-item img {
max-width: 100% !important;
height: auto !important;
border: 0 !important;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.gallery-caption {
float: left;
margin: 10px 0;
line-height: 14px;
}
div.gallery-item .gallery-icon,
div.gallery-item .gallery-icon a {
display: inline-block;
position: relative;
width: 100%;
}


/************************************ Shortcodes: Images ************************************/

.sc-image {
line-height: 0;
max-width: 100%;
height: auto !important;
}
.sc-image img {
max-width: 100%;
height: auto !important;
}
.ie8 .sc-image.sc-crop img {
max-width: none;
}
.sc-image a {
display: block;
margin: 0 auto;
}
.sc-image.aligncenter {
margin: 0 auto;
text-align: center;
}
.sc-image.alignleft {
margin: 0;
}
.sc-image.alignright {
margin: 0;
}
.sc-image.image-border {
padding: 5px;
background: #444;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.sc-image .caption-title {
font-size: 18px;
}
.sc-image .caption-link {
font-size: 12px;
margin-top: 5px;
}


/************************************ Shortcodes: Login/Register Forms ************************************/

#loginform,
#registerform {
float: left;
margin: 10px 0;
}
#loginform label,
#registerform label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
}
#loginform .login-remember label {
display: block;
font-weight: bold;
margin: 0 0 5px 0;
padding: 0;
}


/************************************ Shortcodes: Notifications ************************************/

.notify {
position: relative;
margin: 10px 0;
-moz-border-radius: 4px;
-webkit-border-radius: 4px;
border-radius: 4px;
display: block;
line-height: 19px;
padding: 20px;
-webkit-box-shadow: 0 0 5px rgb(0,0,0);
-webkit-box-shadow: 0 0 5px rgba(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgb(0,0,0,0.1);
-moz-box-shadow: 0 0 5px rgba(0,0,0,0.1);
box-shadow: 0 0 5px rgb(0,0,0);
box-shadow: 0 0 5px rgba(0,0,0,0.1);
}
.notify-default {
color: #57481c;
background-color: #FFDF75;
}
.notify-help {
color: #184366;
background-color: #5FA6E5;
}
.notify-success {
color: #566621;
background-color: #B3D46F;
}
.notify-warning {
color: #6b3b17;
background-color: #E78F4B;
}
.notify-error {
color: #571111;
background-color: #D84F4F;
}


/************************************ Shortcodes: Related Posts ************************************/

/* Related Posts Container */
.related-posts {
float: left;
position: relative;
width: 100%;
border-top: 1px solid #444;
padding: 20px 0 0 0;
margin: 0 0 10px 0;
}
.related-posts h2 {
font-size: 12px;
font-weight: bold;
font-family: Helvetica, Arial, sans-serif;
}


/************************************ Shortcodes: Tabs ************************************/

.ui-tabs {
position: relative;
padding: 0;
top: -4px;
zoom: 1;
}
.ui-tabs .ui-tabs-nav {
display: block;
margin: 0;
padding: 0;
}
.ui-tabs .ui-tabs-nav li { 
z-index: 1;
background-image: none;
list-style: none;
float: left;
position: relative;
top: 1px;
margin: 0;
border-bottom-width: 0;
padding: 0;
white-space: nowrap;
border: 0;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.ui-tabs .ui-tabs-nav li a {
float: left;
font-weight: bold;
padding: 10px;
text-decoration: none;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected { 
z-index: 3;
background: #444;
}
.ui-tabs .ui-tabs-nav li.ui-tabs-selected a,
.ui-tabs .ui-tabs-nav li.ui-state-disabled a,
.ui-tabs .ui-tabs-nav li.ui-state-processing a {
cursor: text;
color: #fff;
}
.ui-tabs .ui-tabs-nav li.ui-state-hover a {
color: #fff;
}
.ui-tabs .ui-tabs-nav li a,
.ui-tabs.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-selected a {
color: #999;
cursor: pointer;
} 
.ui-tabs-nav .tabhead {
cursor:pointer;
font-size: 13.5px;
margin-bottom: 0;
display: block;
}
.sc-tab-panel {
z-index: 2;
width: 100%;
background: #444;
position: relative;
height: inherit;
line-height: 19px;
overflow: hidden;
margin: 0 0 10px 0;
padding: 15px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box; 
}
.ui-tabs .ui-tabs-hide {
display: none;
}


/************************************ Shortcodes: Text Boxes ************************************/

.text-box {
width: 100%;
display: inline-block;
font-size: 12px;
line-height: 19px;
font-weight: bold;
color: #fff;
margin-bottom: 20px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.text-box p {
line-height: inherit;
}
.text-box .testimonial-name {
font-weight: bold;
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
}
.text-box .testimonial-company {
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
}
.text-box .testimonial-comma {
font-size: 12px;
font-family: Helvetica, Arial, sans-serif;
}


/************************************ Shortcodes: Toggle Box ************************************/

h3.toggle {
font-size: 24px;
line-height: 1;
margin: 0 0 10px 0;
cursor: pointer;
}
h3.toggle a {
padding-left: 10px;
}
.toggle-box {
clear:both;
margin: 0 0 20px 0;
overflow: hidden;
}
.no-js .toggle-box {
display: block !important;
}


/************************************ Shortcodes: Video ************************************/

.sc-video,
.sc-video div,
object,
embed,
iframe,
video {
max-width: 100%;
-moz-transition: none;
-webkit-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.sc-video.aligncenter {
text-align: center;
}
.sc-video .sc-video-inner {
margin: 0 auto;
display: inline-block;
}
.ie8 .sc-video .sc-video-inner {
display: block;
}


/************************************ Footer ************************************/

/* Copyright */
#copyright {
float: left;
position: relative;
width: 100%;
padding: 20px 15px 0 15px;
border-top: 3px solid #333;
text-align: center;
font-size: 11px;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}



/************************************ Widgets ************************************/

/* General Widget Styling */
.widget {
position: relative;
float: left;
width: 100%;
padding: 20px 15px;
border-top: 3px solid #333;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.widget:first-child {
margin: 0;
}
.widget ul {
margin: 0;
}
.widget ul ul {
margin-bottom: 10px;
}
.widget li {
margin: 5px 0 0 0;
list-style-type: none;
}
.widget li:last-child ul ul {
margin-bottom: 0;
}
.widget ul ul li {
margin-top: 0;
font-size: 11px;
}
.widget ul ul a {
font-weight: normal;
}
.widget .current-cat > a {
text-decoration: underline;
}
.widget .widget-title {
font-family: 'BebasNeueRegular'; 
text-transform: uppercase;
color: #fff;
font-size: 18px;
margin: 0 0 10px 0;
}
.widget .widget-title a,
.widget .widget-title a:hover {
color: #fff;
}
.textwidget {
line-height: 19px;
}

/* Search Widget */
#searchbar {
width: 155px;
margin-right: 5px;
}
#searchbsubmit {
width: 65px;
}

/* Calendar Widget */
#wp-calendar {
margin: 0 auto;
}
#wp-calendar th {
font-weight: bold;
padding: 5px;
text-align: center;
}
#wp-calendar td {
padding: 5px;
text-align: center;
}
#wp-calendar caption {
text-align: right;
font-weight: bold;
margin-bottom: 10px;
}


/************************************ Comments Section ************************************/

/* Comment List */
#comments {
float: left;
width: 100%;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

#comments h2 {
clear: none;
font-size: 20px;
font-weight: bold;
}
#comments ol.commentlist {
list-style: none;
margin: 0;
width: 100%;
background: 0;
}
#comments ol.commentlist li {
list-style: none;
padding: 0;
margin: 20px 0 20px 0;
position: relative;
background: none;
border: 0;
}
.commentlist .children li.comment {
margin: 20px 0 0 20px;
}
#comments ol.commentlist li img {
float: left;
position: absolute;
top: 0;
left: 0;
width: 32px;
height: auto;
margin: 0;
line-height: 1;
}
.commentlist .avatar {
left: -102px;
padding: 0;
position: absolute;
top: 0;
}
#comments ol.commentlist li .comment-text {
margin: 0 0 0 50px;
background: rgb(0,0,0);
background: rgba(0,0,0,0.3);
border: 1px solid #444;
padding: 10px;
}
#comments ol.commentlist li.bypostauthor > .comment-text {
background: #fbfbfb;
}
#comments ol.commentlist li .comment-text .meta {
font-size: 12px;
color: #666;
}
.comment-reply-link {
float: right;
}

/* Comment Form */
#reply-title {
font-size: 20px;
font-weight: bold;
}
#respond p {
margin: 10px 0;
}
#respond .comment-notes,
#respond .logged-in-as {
font-size: 12px;
}
#respond label {
display: inline-block;
font-weight: bold;
}
#respond .comment-form-author input,
#respond .comment-form-email input,
#respond .comment-form-url input {
display: block;
}
#cancel-comment-reply-link {
float: right;
font-family: Helvetica, Arial, sans-serif;
font-size: 12px;
font-weight: normal;
}
.form-allowed-tags {
display: none;
}
.commentlist #respond {
margin: 20px 0 0;
width: auto;
}
#respond .form-submit {
text-align: right;
}


/************************************ Page Navigation ************************************/

/* Page & Comments Navigation */
.wp-pagenavi {
margin: 20px 0 0 0;
float: right;
}
.wp-pagenavi.post-navi {
margin: 0 0 20px 0;
}
.woocommerce-page .wp-pagenavi.cat-navi {
margin: 0;
}
.wp-pagenavi .pages {
float: right;
border-left: 1px solid #999;
padding-left: 10px;
}
.wp-pagenavi span,
.wp-pagenavi.cat-navi a,
.wp-pagenavi.comment-navi a,
.wp-pagenavi.post-navi a span {
display: block;
float: left;
margin-left: 10px;
color: #999;
}
.wp-pagenavi .current,
.wp-pagenavi.cat-navi a:hover,
.wp-pagenavi.comment-navi a:hover,
.wp-pagenavi .page:hover,
.wp-pagenavi.post-navi span,
.wp-pagenavi.post-navi a span:hover {
color: #fff;
}


/************************************ Back To Top ************************************/

#toTop {
display: none;
position: fixed;
bottom: 20px;
right: 20px;
overflow: hidden;
background: rgb(0,0,0);
background: rgba(0,0,0,0.85);
padding: 10px 15px 8px 15px;
font-size: 24px;
color: #888;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}
#toTop:hover {
color: #fff;
}
#toTopHover {
display: block;
overflow: hidden;
float: left;
-ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
filter:alpha(opacity=0);
opacity: 0;
}
#toTop:active,
#toTop:focus {
outline:none;
}