/*
Theme Name: Eclecticon
Theme URI: https://www.cssigniter.com/themes/eclecticon/
Author: CSSIgniter
Author URI: https://www.cssigniter.com/
Description: A Portfolio theme for WordPress
Version: 1.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: eclecticon
Domain Path: /languages
*/
/* -----------------------------------------
	Table of Contents
--------------------------------------------

.. 01. General
.. 02. Main Navigation
.. 03. Header
.. 04. Modules
.. 05. Footer
.. 06. Comments
.. 07. Widgets Styling
.. 08. WordPress defaults
.. 09. External Plugins
.. 10. Global Mediaqueries

*/
/* -----------------------------------------
	01. General
----------------------------------------- */
/* Basic Typography
=================================== */
body {
  line-height: 1.625;
  font-size: 13px;
  color: #252525;
  font-family: "Lato", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-color: #FFF;
  padding: 50px;
}

h1, h2, h3, .widget-title, h4, h5, h6 {
  line-height: normal;
  margin: 0 0 15px 0;
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  font-weight: 700;
  letter-spacing: -0.05em;
  font-family: "Montserrat", sans-serif;
}

h1 {
  font-size: 24px;
}

h2 {
  font-size: 20px;
}

h3, .widget-title {
  font-size: 18px;
}

h4 {
  font-size: 16px;
}

h5 {
  font-size: 14px;
}

h6 {
  font-size: 12px;
}

p {
  margin: 0 0 15px 0;
}

img {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  height: auto;
}

a {
  transition: color 0.18s ease, background-color 0.18s ease, border-color 0.18s ease;
  outline: none;
  color: #252525;
  text-decoration: none;
}
a:hover, a:focus {
  color: #4E4E4E;
  outline: none;
  text-decoration: none;
}
a:active {
  outline: none;
}

.group:before, .group:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.group:after {
  clear: both;
}

/* General Element Styling
=================================== */
/* Reset figure margin from normalize.css */
figure {
  margin: 0;
}

/* Lists */
ul, ol {
  padding-left: 20px;
}

ul {
  list-style: disc;
}

ol {
  list-style: decimal;
}

dl {
  margin: 0 0 20px;
}

dt {
  font-weight: bold;
}

dd {
  margin: 0 0 15px;
}

/* Blockquotes */
blockquote {
  margin: 20px 0;
  padding-left: 15px;
  border-left: 3px solid #ccc;
  font-size: 17px;
  font-weight: 300;
}
blockquote cite {
  display: block;
  font-weight: bold;
  font-style: italic;
  margin: 10px 0 0;
  color: rgba(37, 37, 37, 0.8);
  font-size: 14px;
}

/* Tables */
table {
  border-collapse: separate;
  border-spacing: 0;
  width: 100%;
}

.entry-content table {
  border-width: 1px 0 0 1px;
  margin-bottom: 24px;
}
.entry-content th:first-child,
.entry-content td:first-child {
  padding-left: 0;
}
.entry-content th,
.entry-content td {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.entry-content caption,
.entry-content th,
.entry-content td {
  font-weight: normal;
  text-align: left;
  padding: 5px;
  vertical-align: middle;
}
.entry-content th {
  border-width: 0 1px 1px 0;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 85%;
}
.entry-content td {
  border-width: 0 1px 1px 0;
}

/* Code */
code, kbd, tt, var, samp, pre {
  font-family: monospace, serif;
  -webkit-hyphens: none;
  -moz-hyphens: none;
  -ms-hyphens: none;
  hyphens: none;
  font-style: normal;
}

pre {
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

/* Various */
address {
  margin: 0 0 15px;
}

.sr-only,
.screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

/* Embeds and iframes
=================================== */
embed,
iframe,
object,
video,
audio {
  margin-bottom: 15px;
  max-width: 100%;
}

p > embed,
p > iframe,
p > object,
p > audio,
span > embed,
span > iframe,
span > object,
span > audio {
  margin-bottom: 0;
}

#map,
.map * {
  max-width: none !important;
}

/* General Form Styling
=================================== */
label {
  display: block;
  margin: 0 0 2px;
  font-weight: normal;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

input,
textarea {
  display: inline-block;
  font-size: inherit;
  width: 100%;
  max-width: 100%;
  height: 42px;
  padding: 8px 12px;
  box-shadow: none;
  line-height: normal;
  border: 2px solid #252525;
  background-color: #FFF;
  background-image: none;
  border-radius: 0;
  color: #828282;
  font-family: "Montserrat", sans-serif;
}
input:focus,
textarea:focus {
  outline: none;
}
@media (max-width: 767px) {
  input,
  textarea {
    width: 100%;
  }
}

input[type="search"] {
  /* Restoring box-sizing */
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

textarea {
  height: auto;
}

select {
  max-width: 100%;
}

input[type="checkbox"],
input[type="radio"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
  width: auto;
  height: auto;
}

fieldset {
  margin: 0 0 15px;
  padding: 0;
  border: none;
  min-width: 0;
}

/* Placeholder text color */
::-webkit-input-placeholder {
  color: rgba(37, 37, 37, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
}

:-moz-placeholder {
  color: rgba(37, 37, 37, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
}

::-moz-placeholder {
  color: rgba(37, 37, 37, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
}

:-ms-input-placeholder {
  color: rgba(37, 37, 37, 0.5);
  font-weight: normal;
  opacity: 1;
  text-transform: uppercase;
}

/* Buttons
=================================== */
.btn, .comment-reply-link,
input[type="button"],
input[type="submit"],
input[type="reset"],
button {
  display: inline-block;
  font-weight: normal;
  margin: 0;
  line-height: normal;
  border: none;
  box-shadow: none;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  white-space: nowrap;
  transition: 0.18s background-color ease, color 0.18s ease, 0.18s border-color ease;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  border-radius: 0;
  width: auto;
  height: auto;
  background-image: none;
  padding: 18px 37px 17px;
  font-size: 12px;
  background-color: #252525;
  color: #FFF;
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}
.btn:active, .comment-reply-link:active,
input[type="button"]:active,
input[type="submit"]:active,
input[type="reset"]:active,
button:active {
  outline: none;
}
.btn:hover, .comment-reply-link:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
button:hover {
  background: #4E4E4E;
  color: #FFF;
  text-decoration: none;
}
.btn:focus, .comment-reply-link:focus,
input[type="button"]:focus,
input[type="submit"]:focus,
input[type="reset"]:focus,
button:focus {
  outline: none;
}

/* CI-Slider Overrides
=================================== */
.ci-slider {
  margin: 0;
  padding: 0;
  box-shadow: none;
  border-radius: 0;
  border: 0;
}
.ci-slider.loading:before {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  content: "";
  position: absolute;
  right: 20px;
  top: 20px;
  z-index: 1000;
}
.ci-slider .slides li:after {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1000;
}

@-webkit-keyframes scaleout {
  0% {
    -webkit-transform: scale(0);
  }
  100% {
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
@keyframes scaleout {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }
  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    opacity: 0;
  }
}
.ci-direction-nav a {
  top: 50%;
  opacity: 0.7;
  line-height: normal;
}
.ci-direction-nav a:hover {
  color: #FFF;
  opacity: 1;
}

.ci-slider .slides > li:first-child {
  display: block;
  /* Display flexslider's first item no matter if its loading or not */
  -webkit-backface-visibility: visible;
}

.ci-slider.loading .slides > li:first-child {
  opacity: 1 !important;
  /* Remove the fade in/out animation when the slider loads */
}

/* Magnific Popup Overrides
=================================== */
.mfp-bg {
  background-color: #000;
}

.mfp-preloader {
  color: #FFF;
}
.mfp-preloader a, .mfp-preloader a:hover {
  color: #252525;
}

.mfp-container:not(.mfp-s-error) .mfp-preloader {
  width: 40px;
  height: 40px;
  background-color: #FFF;
  border-radius: 100%;
  -webkit-animation: scaleout 1.0s infinite ease-in-out;
  animation: scaleout 1.0s infinite ease-in-out;
  background-color: #252525;
  text-indent: -999em;
  margin: 0 auto;
}

button.mfp-close,
button.mfp-arrow {
  border: none;
  opacity: 1;
}
button.mfp-close:hover,
button.mfp-arrow:hover {
  background: none;
  border: none;
}

.mfp-close-btn-in .mfp-close {
  color: #FFF;
}

.mfp-image-holder .mfp-close,
.mfp-iframe-holder .mfp-close {
  color: #252525;
}

.mfp-arrow {
  line-height: 0.3;
}
.mfp-arrow:before, .mfp-arrow:after {
  border: none;
}
.mfp-arrow:after {
  font-family: FontAwesome;
  font-size: 70px;
  color: #252525;
}

.mfp-arrow-right:after,
.mfp-arrow-right .mpf-a {
  content: "\f105";
}

.mfp-arrow-left:after,
.mfp-arrow-left .mpf-a {
  content: "\f104";
}

/* Text Alignment Helpers
=================================== */
.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

.text-center {
  text-align: center;
}

.text-justified {
  text-align: justify;
}

/* -----------------------------------------
	02. Main Navigation
----------------------------------------- */
.nav {
  margin: 40px 0 50px;
}

.nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.nav ul ul {
  margin-left: 15px;
  display: none;
}
.nav ul ul.toggled-on {
  display: block;
}

.navigation {
  line-height: 1.384615385;
}
.navigation li {
  position: relative;
  z-index: 100;
  display: block;
}
.navigation a, .navigation a:visited {
  display: block;
  white-space: nowrap;
}
.navigation a {
  font-family: "Montserrat", sans-serif;
  color: #252525;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: -0.05em;
  padding: 10px 0 0;
  transition: all 0.18s ease;
  position: relative;
  /* Global Menu Link Styles */
}
.navigation .dropdown-toggle {
  position: absolute;
  right: 0;
  top: -1px;
  border: none;
  padding: 6px 10px;
  background-color: transparent;
  line-height: normal;
  color: #252525;
}
.navigation .dropdown-toggle:after {
  content: "\f107";
  font-family: FontAwesome;
}
.navigation .dropdown-toggle.toggle-on:after {
  content: "\f106";
}
.navigation a:hover {
  text-decoration: none;
  color: #FFF;
  background-color: #252525;
  /* First Level & Global Menu Link Hover Styles */
}
.navigation > li > a {
  /* First Level Menu Link Styles */
}
.navigation > li ul a {
  /* All Other Menu Level Link Styles */
}
.navigation > li ul a:hover,
.navigation > li ul .sfHover > a {
  /* All Other Level Menu Link Hover Styles */
}
.navigation li > a:hover,
.navigation li.current_page_item > a,
.navigation li.current-menu-item > a,
.navigation li.current-page-item > a,
.navigation li.current > a,
.navigation li.current-menu-ancestor > a {
  color: #FFF;
  background-color: #252525;
}
.navigation li li > a:hover,
.navigation li li.current_page_item > a,
.navigation li li.current-menu-item > a,
.navigation li li.current-page-item > a,
.navigation li li.current > a,
.navigation li li.current-menu-ancestor > a {
  background-color: #F1F1F1;
  color: #252525;
}
.navigation li:hover > .dropdown-toggle,
.navigation li.current-menu-item > .dropdown-toggle,
.navigation li.current-menu-ancestor > .dropdown-toggle {
  color: #FFF;
}
.navigation li:hover > .dropdown-toggle:hover,
.navigation li.current-menu-item > .dropdown-toggle:hover,
.navigation li.current-menu-ancestor > .dropdown-toggle:hover {
  color: #252525;
}
.navigation ul {
  /* All Lower Level Menu Container Styles */
}

/* -----------------------------------------
	03. Header
----------------------------------------- */
.header {
  position: relative;
}

.site-logo {
  text-transform: uppercase;
  margin: 0;
}

.site-tagline {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05em;
  color: #828282;
}

.mobile-toggle {
  position: absolute;
  top: -4px;
  right: 0;
  font-size: 30px;
  line-height: normal;
  display: none;
}
.mobile-toggle.toggled i:before {
  content: '\f00d';
}

/* -----------------------------------------
	04. Modules
----------------------------------------- */
/* Layout
=================================== */
body.home,
html,
#page {
  height: 100%;
}

.sidebar-left {
  width: 250px;
  position: fixed;
  left: 50px;
  top: 50px;
  bottom: 50px;
}

.content-wrap {
  width: calc(100% - 300px);
  max-width: 1300px;
  margin-left: 300px;
}
.content-wrap:before, .content-wrap:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.content-wrap:after {
  clear: both;
}
.content-wrap.content-wrap-cover {
  max-width: 100%;
  height: 100%;
  overflow: hidden;
}

.main {
  float: left;
  width: calc(100% - 300px);
}
.main.main-fullwidth {
  float: none;
  width: 100%;
}

.main-home {
  float: none;
  width: 100%;
  height: 100%;
}

.sidebar-right {
  width: 250px;
  float: right;
}

.page-title {
  font-size: 24px;
  text-transform: uppercase;
  color: #828282;
  margin: 0 0 50px;
}

/* Home Slider / Project Listing
=================================== */
.home-slider {
  height: 100%;
}
.home-slider .ci-viewport {
  height: 100%;
}
.home-slider .slides {
  height: 100%;
}
.home-slider .slides li {
  height: 100%;
  background-color: #F3F3F3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  position: relative;
}
.home-slider.portfolio-related-slider {
  height: 690px;
}

.item {
  position: relative;
  margin: 0 0 50px;
  min-height: 450px;
  height: 600px;
  height: calc(100vh - 170px);
  background-color: #F3F3F3;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}

.item-thumb {
  text-align: center;
  background-color: #f3f3f3;
}

.item-details {
  position: absolute;
  bottom: 50px;
  right: 50px;
  border: 10px solid #FFF;
  padding: 40px 50px 50px 50px;
  min-width: 430px;
  max-width: 500px;
  min-height: 275px;
}
.item-details .item-more {
  position: absolute;
  bottom: 0;
  right: 0;
}

.item-title {
  font-family: "Montserrat", sans-serif;
  text-transform: uppercase;
  letter-spacing: -.05em;
  font-weight: 700;
  font-size: 36px;
  line-height: normal;
  margin: 0;
}

.item-navigation {
  position: absolute;
  top: -60px;
  right: -10px;
}
.item-navigation a {
  font-size: 24px;
  width: 50px;
  height: 50px;
  text-align: center;
  display: inline-block;
  line-height: 48px;
  background-color: #252525;
  color: #FFF;
  margin-left: -3px;
}
.item-navigation a:hover {
  background-color: #4E4E4E;
}

/* Entry Styles
=================================== */
.entry {
  margin: 0 0 50px;
}
.entry:only-of-type {
  margin: 0;
}

.entry-title {
  text-transform: uppercase;
}

.entry-meta {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05em;
  color: #828282;
  margin: -15px 0 20px;
}
.entry-meta a {
  color: #828282;
}
.entry-meta a:hover {
  color: #252525;
}

.entry-thumb {
  position: relative;
  margin: 0 0 30px;
  text-align: center;
  background-color: #F3F3F3;
}
.entry-thumb.alignnone, .entry-thumb.alignleft, .entry-thumb.alignright, .entry-thumb.aligncenter {
  margin-top: 0;
}
.project-assets .entry-thumb {
  margin-bottom: 60px;
}
.project-assets .entry-thumb:last-child {
  margin-bottom: 0;
}
.project-assets .entry-thumb.has-caption {
  margin-bottom: 80px;
}
.project-assets .entry-thumb.has-caption:last-child {
  margin-bottom: 35px;
}
.entry-thumb figcaption {
  position: absolute;
  width: 100%;
  bottom: -35px;
  font-style: italic;
}

.entry-content {
  font-size: 15px;
  line-height: 1.625;
  margin-bottom: 40px;
}
.entry-content:before, .entry-content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-content:after {
  clear: both;
}
.entry-content:last-child {
  margin-bottom: 0;
}
.entry-project-side .entry-content {
  font-size: 13px;
}

.entry-author {
  margin-bottom: 60px;
  position: relative;
  border-top: 2px solid #252525;
  border-bottom: 2px solid #252525;
  padding: 25px 0;
}
.entry-author figure.author-avatar {
  position: absolute;
  top: 30px;
  left: 0;
}
.entry-author figure.author-avatar img {
  display: inline-block;
}
.entry-author .author-details {
  margin-left: 115px;
}
.entry-author .author-details h4 {
  text-transform: uppercase;
}
.entry-author .socials {
  float: none;
  display: inline-block;
}
.entry-author .socials a {
  font-size: 18px;
  margin: 0 7px;
  padding: 0;
}

.entry-tags {
  margin: -30px 0 60px;
}
.entry-tags a {
  text-transform: uppercase;
  display: inline-block;
  background: #ebebeb;
  color: #444;
  font-size: 11px;
  padding: 3px 9px;
  margin-right: 3px;
}

/* Project Details */
.entry-project:before, .entry-project:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.entry-project:after {
  clear: both;
}

.entry-project-side {
  float: right;
  width: 250px;
}

.entry-project-main {
  float: left;
  width: calc(100% - 300px);
}

.project-details {
  margin: 40px 0 0;
  padding: 0;
  list-style: none;
}
.project-details li {
  display: block;
  margin: 0 0 10px;
}
.project-details li span {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05em;
  color: #828282;
  display: block;
}
.project-details li b {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
  font-family: "Montserrat", sans-serif;
  font-size: 16px;
  letter-spacing: -.05em;
}

.related-projects {
  margin-top: 80px;
}

/* Pagination
=================================== */
#paging {
  margin: 40px 0 0;
}
#paging ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
#paging ul li {
  display: inline-block;
}
#paging a,
#paging > span,
#paging li span {
  display: inline-block;
  text-transform: uppercase;
  font-size: 14px;
  padding: 14px 19px;
  margin: 0 10px 5px 0;
  line-height: normal;
  color: #252525;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05em;
  border: 2px solid #252525;
}
#paging a:hover,
#paging .current {
  background-color: #252525;
  color: #FFF;
}

/* Social Icons
=================================== */
.social-icons {
  list-style: none;
  margin: 0;
  padding: 0;
}
.social-icons li {
  display: inline-block;
}

.social-icon {
  width: 30px;
  height: 30px;
  line-height: 30px;
  background-color: #252525;
  color: #FFF;
  border: none;
  font-size: 16px;
  border-radius: 0;
  text-align: center;
  display: inline-block;
  transition: opacity 0.18s ease;
  margin: 0 3px 3px 0;
}
.social-icon:hover {
  color: #FFF;
  opacity: 0.8;
}

/* -----------------------------------------
	05. Footer
----------------------------------------- */
.footer {
  width: 100%;
  position: absolute;
  bottom: 0;
}

/* -----------------------------------------
   06. Comments
----------------------------------------- */
#comments {
  margin: 40px 0 0;
}
#comments h3, #comments .widget-title {
  text-transform: uppercase;
}

#comment-list {
  margin: 0;
  list-style: none;
  padding: 0;
}
#comment-list ol {
  list-style: none;
}
@media (max-width: 767px) {
  #comment-list ol {
    margin: 0;
    padding: 0;
  }
}
#comment-list .comment-body {
  margin-bottom: 20px;
  padding-top: 20px;
}
#comment-list > .comment:first-child > .comment-body {
  border-top: none;
  padding-top: 0;
}

.post-comments {
  margin: 0 0 45px;
}

.comment-author .avatar {
  width: 64px;
  height: 64px;
  float: left;
  margin: 0 15px 15px 0;
  overflow: visible;
}
@media (max-width: 767px) {
  .comment-author .avatar {
    display: none;
  }
}

.comment-author {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
}

.comment-content {
  overflow: hidden;
  zoom: 1;
  font-size: 13px;
}

.comment-metadata {
  font-size: 12px;
  margin: 0 0 5px;
}
.comment-metadata time {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  color: #828282;
  font-size: 11px;
}

.comment-reply-link {
  font-size: 10px;
  text-transform: uppercase;
  padding: 4px 10px;
  margin-left: 80px;
  height: auto;
  width: auto;
}
@media (max-width: 767px) {
  .comment-reply-link {
    margin: 0;
  }
}

.bypostauthor > article .fn:before {
  font-family: FontAwesome;
  content: "\f005";
  margin: 0 2px 0 -2px;
  position: relative;
  top: -1px;
  font-size: 11px;
}

#cancel-comment-reply-link {
  font-size: 13px;
  font-weight: normal;
  margin-left: 5px;
}

.form-allowed-tags,
.comment-notes {
  font-size: 12px;
  line-height: 1.5;
  color: rgba(37, 37, 37, 0.8);
}

/* -----------------------------------------
	07. Widgets Styling
----------------------------------------- */
.widget {
  margin: 0 0 40px;
}

.sidebar .widget:last-child,
.widget p:last-child {
  /* Nullify bottom margin for last elements in widgets and sidebars */
  margin-bottom: 0;
}

.widget-title {
  text-transform: uppercase;
  font-size: 16px;
}
.widget-title label {
  text-transform: uppercase;
  display: block;
  font-size: inherit;
  margin: 0;
  line-height: inherit;
  font-weight: inherit;
}

.widget-subtitle {
  text-transform: uppercase;
  font-size: 11px;
  line-height: normal;
  font-weight: 400;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -0.05em;
  color: #828282;
  margin: -15px 0 15px;
}

/* WIDGET: #List Widgets
========================================= */
.widget select {
  width: 100%;
  padding: 5px 10px;
  border-radius: 0;
  border: 1px solid #ececec;
}

.widget_meta ul,
.widget_pages ul,
.widget_categories ul,
.widget_archive ul,
.widget_nav_menu ul,
.widget_recent_entries ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget_meta ul ul,
.widget_pages ul ul,
.widget_categories ul ul,
.widget_archive ul ul,
.widget_nav_menu ul ul,
.widget_recent_entries ul ul {
  margin-left: 15px;
}
.widget_meta ul li,
.widget_pages ul li,
.widget_categories ul li,
.widget_archive ul li,
.widget_nav_menu ul li,
.widget_recent_entries ul li {
  line-height: normal;
  display: block;
  position: relative;
}
.widget_meta ul li a,
.widget_pages ul li a,
.widget_categories ul li a,
.widget_archive ul li a,
.widget_nav_menu ul li a,
.widget_recent_entries ul li a {
  text-transform: uppercase;
  font-family: "Montserrat", sans-serif;
  letter-spacing: -.05em;
  display: block;
  padding: 8px 0;
  border-bottom: 1px solid #ececec;
}
.widget_meta ul li .count,
.widget_meta ul li .ci-count,
.widget_pages ul li .count,
.widget_pages ul li .ci-count,
.widget_categories ul li .count,
.widget_categories ul li .ci-count,
.widget_archive ul li .count,
.widget_archive ul li .ci-count,
.widget_nav_menu ul li .count,
.widget_nav_menu ul li .ci-count,
.widget_recent_entries ul li .count,
.widget_recent_entries ul li .ci-count {
  position: absolute;
  right: 0;
  top: 8px;
  font-size: 12px;
  font-weight: bold;
  transition: all 0.18s ease;
  padding: 4px 3px;
}

.widget_recent_comments ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_recent_comments ul li {
  display: block;
  padding: 11px 0;
  border-bottom: 1px solid #ececec;
}

.widget_pages select,
.widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 6px 15px;
  border-radius: 0;
  font-size: 14px;
  height: 40px;
  font-weight: normal;
  border: 1px solid #ececec;
  background: #FFF;
}

/* WIDGET: #Ads125
========================================= */
#ads125,
.ads125 {
  margin: 0;
  padding: 0;
  list-style: none;
}
#ads125 li,
.ads125 li {
  background: none;
  border: none;
  float: left;
  margin: 0 15px 10px 0;
  padding: 0;
  max-width: 125px;
  height: auto;
}

/* WIDGET: #Search
========================================= */
.searchform > div {
  position: relative;
}
.searchform .searchsubmit {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  padding: 10px 20px;
}

/* WIDGET: #Flickr
========================================= */
.flickr_badge_image {
  float: left;
  margin: 0 15px 15px 0;
}
.flickr_badge_image a {
  display: block;
  line-height: 0;
}

/* WIDGET: #About
========================================= */
.widget_about_avatar img {
  max-width: 120px;
}
.widget_about_avatar img.img-round {
  border-radius: 50%;
  border: 1px solid #ececec;
}

.widget_about_sig img {
  display: block;
  clear: both;
}
.widget_about_sig > span {
  display: block;
  text-transform: uppercase;
  font-weight: bold;
}

/* WIDGET: #Text Widget
========================================= */
.widget_text p:last-child {
  margin-bottom: 0;
}

/* WIDGET: #Twitter
========================================= */
.widget_ci_twitter_widget ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.widget_ci_twitter_widget ul li {
  margin-bottom: 12px;
}
.widget_ci_twitter_widget ul li:first-child {
  padding-top: 0;
}
.widget_ci_twitter_widget .twitter-time {
  display: block;
  font-size: 0.85em;
}

/* WIDGET: #Calendar
================================================== */
#wp-calendar {
  width: 100%;
}
#wp-calendar a {
  font-weight: bold;
  font-style: italic;
}
#wp-calendar caption {
  text-align: left;
  margin-top: 10px;
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0.03);
  padding: 9px;
}
#wp-calendar thead {
  font-size: 10px;
}
#wp-calendar thead th {
  background: rgba(0, 0, 0, 0.1);
  font-weight: bold;
  padding: 8px;
}
#wp-calendar tbody td {
  background: none;
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-align: center;
  padding: 3px;
}
#wp-calendar tbody td:hover {
  background: rgba(0, 0, 0, 0.1);
}
#wp-calendar tbody .pad {
  background: none;
}
#wp-calendar tfoot #next {
  font-size: 10px;
  text-transform: uppercase;
  text-align: right;
}
#wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}

/* -----------------------------------------
	08. WordPress Defaults
----------------------------------------- */
/* WordPress Galleries
=================================== */
.gallery {
  margin-left: -5px;
  margin-right: -5px;
  margin-bottom: 15px;
}
.gallery:before, .gallery:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.gallery:after {
  clear: both;
}

.gallery-item {
  margin-bottom: 10px;
}
.gallery-item img {
  width: 100%;
}

.gallery-columns-1 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-1 .gallery-item {
    float: left;
    width: 100%;
  }
}

.gallery-columns-2 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-2 .gallery-item {
    float: left;
    width: 50%;
  }
}

.gallery-columns-3 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-3 .gallery-item {
    float: left;
    width: 33.33333%;
  }
}

.gallery-columns-4 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-4 .gallery-item {
    float: left;
    width: 25%;
  }
}

.gallery-columns-5 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-5 .gallery-item {
    float: left;
    width: 20%;
  }
}

.gallery-columns-6 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-6 .gallery-item {
    float: left;
    width: 16.66667%;
  }
}

.gallery-columns-7 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-7 .gallery-item {
    float: left;
    width: 14.28571%;
  }
}

.gallery-columns-8 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-8 .gallery-item {
    float: left;
    width: 12.5%;
  }
}

.gallery-columns-9 .gallery-item {
  position: relative;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  position: relative;
  float: left;
  min-height: 1px;
  padding-left: 5px;
  padding-right: 5px;
  width: 50%;
}
@media (min-width: 768px) {
  .gallery-columns-9 .gallery-item {
    float: left;
    width: 11.11111%;
  }
}

.gallery-caption {
  background-color: rgba(0, 0, 0, 0.7);
  color: #fff;
  font-size: 12px;
  line-height: 1.5;
  margin: 0 0 0 5px;
  max-height: 50%;
  opacity: 0;
  padding: 6px 8px;
  position: absolute;
  bottom: 0;
  left: 0;
  text-align: left;
  width: calc(100% - 10px);
  transition: opacity 0.18s ease;
}

.gallery-caption:before {
  content: "";
  height: 100%;
  min-height: 49px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

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

.gallery-columns-6 .gallery-caption,
.gallery-columns-7 .gallery-caption,
.gallery-columns-8 .gallery-caption,
.gallery-columns-9 .gallery-caption {
  display: none;
}

/* WordPress Classes
=================================== */
/* Alignment */
.alignnone {
  margin: 5px 0 20px 0;
}
p .alignnone {
  margin-bottom: 0;
}

.aligncenter {
  display: block;
  margin: 7px auto 7px auto;
}

.alignright {
  float: right;
  margin: 7px 0 7px 24px;
}

.alignleft {
  float: left;
  margin: 7px 24px 7px 0;
}

/* Captions */
.wp-caption {
  max-width: 100%;
  margin-bottom: 15px;
}

.wp-caption img {
  border: 0 none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
}

.wp-caption .wp-caption-text {
  font-size: 12px;
  line-height: 17px;
  margin: 3px 0 5px;
  padding: 5px 0 0 0;
  text-align: left;
  font-style: italic;
}

.sticky {
  /* Provide sticky styles */
}

/* -----------------------------------------
	09. External Plugins
----------------------------------------- */
/* Jetpack Sharing */
.sharedaddy {
  margin-top: 30px;
}

/* WP Instagram */
.null-instagram-feed p {
  padding-top: 10px;
}

.widget .instagram-pics {
  list-style: none;
  margin: 0;
  padding: 0;
}
.widget .instagram-pics:before, .widget .instagram-pics:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.widget .instagram-pics:after {
  clear: both;
}

.widget .instagram-pics li {
  border-bottom: 0;
  padding: 0;
  float: left;
  width: 33.33333333333%;
}
.widget .instagram-pics li a {
  display: block;
  color: #252525;
}

/* -----------------------------------------
	10. Global Mediaqueries
----------------------------------------- */
@media (max-width: 1199px) {
  body {
    padding: 25px;
  }

  .sidebar-left {
    top: 25px;
    left: 25px;
    bottom: 25px;
  }

  .nav {
    margin-top: 25px;
  }

  .content-wrap {
    margin-left: 275px;
    width: calc(100% - 275px);
  }

  .main {
    width: calc(100% - 275px);
  }
  .main.main-home {
    width: 100%;
  }

  .entry-project-main {
    width: calc(100% - 275px);
  }

  .item {
    min-height: 450px;
    height: 600px;
    height: calc(100vh - 110px);
  }

  .item-details {
    bottom: 25px;
    right: 25px;
    min-width: 400px;
    min-height: 200px;
    padding: 30px 40px 40px 40px;
  }

  .item-title {
    font-size: 30px;
  }

  .project-assets .entry-thumb {
    margin-bottom: 30px;
  }
  .project-assets .entry-thumb:last-child {
    margin-bottom: 0;
  }
  .project-assets .entry-thumb.has-caption {
    margin-bottom: 65px;
  }
  .project-assets .entry-thumb.has-caption:last-child {
    margin-bottom: 25px;
  }

  .related-projects {
    margin-top: 70px;
  }

  .page-title {
    margin-bottom: 30px;
  }
}
@media (max-width: 991px) {
  body.home {
    height: auto;
  }

  .sidebar-left {
    position: static;
    display: block;
    float: none;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
    -webkit-transition: height 0.2s ease;
    transition: height 0.2s ease;
  }

  .side-wrap {
    display: none;
  }

  .footer {
    position: static;
    margin-top: 40px;
  }

  .content-wrap,
  .main {
    float: none;
    width: 100%;
    margin: 0;
  }

  .sidebar-right {
    float: none;
    width: 100%;
    margin-top: 40px;
  }

  .mobile-toggle {
    display: block;
  }

  .home-slider {
    height: 500px;
    height: calc(100vh - 135px);
  }
  .home-slider.portfolio-related-slider {
    height: 520px;
  }

  .navigation a {
    font-size: 15px;
  }

  .navigation .dropdown-toggle {
    font-size: 20px;
    top: -3px;
  }

  .item {
    min-height: 400px;
    height: 400px;
    height: calc(100vh - 190px);
  }

  .related-projects {
    margin-top: 80px;
  }
}
@media (max-width: 767px) {
  body {
    padding: 15px;
  }

  .home-slider {
    height: 420px;
    height: calc(100vh - 120px);
  }
  .home-slider.portfolio-related-slider {
    height: 270px;
  }

  .related-projects {
    margin-top: 45px;
  }

  .item {
    min-height: 300px;
    height: 300px;
    height: calc(100vh - 165px);
  }

  .item-details {
    bottom: 40px;
    right: 10px;
    left: 10px;
    width: auto;
    min-width: 0;
    min-height: 0;
    padding: 15px 15px 70px 15px;
  }

  .item-title {
    font-size: 22px;
  }

  .item-navigation {
    top: -50px;
  }

  .item-navigation a {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }

  .entry-project-side {
    float: none;
    width: 100%;
    margin: 0 0 30px;
  }

  .entry-project-main {
    width: 100%;
    float: none;
  }

  #paging a, #paging > span, #paging li span {
    padding: 6px 14px;
  }

  .page-title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .stuck,
  .is_stuck {
    position: static !important;
  }

  .stuck {
    display: none !important;
  }
}
