/*! atlanta - v3.4.0 - 31-12-2015 */
/* Reset Bootstrap 3.0 */
/* =General
----------------------------------------------- */
body {
  font-size: 13px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 15px;
  margin-bottom: 15px;
}
.media {
  margin-top: 30px;
}
.media:first-child {
  margin-top: 0;
}
/* =Menu
----------------------------------------------- */
.navbar.navbar-default {
  margin: 0;
  background: transparent;
  border-color: #eeeeee;
}
.navbar.navbar-default .nav {
  margin-top: 0;
  margin-bottom: 0;
}
.navbar.navbar-default .nav ul.sub-menu {
  list-style: none outside none;
}
.navbar.navbar-default .nav ul.sub-menu li {
  display: block;
  position: relative;
}
.navbar-collapse {
  border: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-right: 0;
  padding-left: 0;
}
/* =Forms
----------------------------------------------- */
.form-control:focus,
.form-control:focus + span .btn {
  box-shadow: none;
}
/* =Basic print styles
----------------------------------------------- */
@media print {
  * {
    text-shadow: none !important;
    color: #000 !important;
    background: transparent !important;
    box-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: none;
  }
  a[href]:after {
    content: "";
  }
  abbr[title]:after {
    content: "";
  }
  .ir a:after,
  a[href^="javascript:"]:after,
  a[href^="#"]:after {
    content: "";
  }
}
/* = Global
----------------------------------------------- */
a {
  -webkit-transition: color 0.3s linear;
  transition: color 0.3s linear;
}
ul {
  list-style-type: square;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  line-height: 1.5em;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: inherit;
}
.square-item {
  float: left;
  width: 20%;
}
.widget-title,
.pb-widget-title {
  margin-top: 0;
}
.entry-meta,
.sd-title,
.title-comments,
.title-respond,
.pb-widget-title,
.widget-title {
  border-width: 0 0 1px;
  border-style: solid;
  border-color: rgba(0, 0, 0, 0.2);
  position: relative;
}
.entry-meta:after,
.sd-title:after,
.title-comments:after,
.title-respond:after,
.pb-widget-title:after,
.widget-title:after {
  border-style: solid;
  border-width: 1px 0 0;
  content: "";
  display: block;
  height: 0;
  right: 0;
  position: absolute;
  bottom: -1px;
  width: 20%;
  max-width: 80px;
}
.entry-meta {
  border-width: 1px 0 0;
}
.entry-meta:after {
  top: -1px;
}
.align-pagination {
  text-align: center;
}
.align-pagination .pagination > .active a {
  background-color: #eeeeee;
  color: inherit;
  border-color: #DDDDDD;
}
/* Infinite Scroll*/
.pojo-loadmore-wrap,
.pojo-loading-wrap {
  clear: both;
  text-align: center;
  padding: 30px 0;
  overflow: hidden;
}
.pojo-loadmore-wrap .pojo-loading,
.pojo-loading-wrap .pojo-loading {
  text-align: center;
  margin: 0;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
  padding: 8px 16px;
  vertical-align: middle;
}
.pojo-loadmore-wrap .button,
.pojo-loading-wrap .button,
.pojo-loadmore-wrap .pojo-loading,
.pojo-loading-wrap .pojo-loading {
  font-weight: bold;
  text-transform: uppercase;
}
.pojo-loadmore-wrap .pojo-loading:before,
.pojo-loading-wrap .pojo-loading:before {
  content: '\f021';
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  margin-right: 5px;
  animation: 2s linear 0s normal none infinite fa-spin;
  -webkit-animation: 2s linear 0s normal none infinite fa-spin;
}
/* = Social Links
----------------------------------------------- */
ul.social-links {
  margin: 0;
  padding: 0;
  list-style: none !important;
}
ul.social-links li {
  display: inline-block;
  margin-left: 3px;
  margin-right: 3px;
  margin-bottom: 6px;
}
ul.social-links li a {
  display: block;
}
ul.social-links li a .social-icon:before {
  line-height: 32px;
  font-size: 15px;
  font-weight: normal;
  color: #FFFFFF;
  font-family: fontawesome;
  display: block;
  text-align: center;
  width: 32px;
  height: 32px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul.social-links li a:hover .social-icon:before {
  background-color: #3A3A3A;
  -webkit-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
ul.social-links li.social-facebook .social-icon:before {
  content: "\f09a";
  background-color: #3B5998;
}
ul.social-links li.social-twitter .social-icon:before {
  content: "\f099";
  background-color: #00A0D1;
}
ul.social-links li.social-googleplus .social-icon:before {
  content: "\f0d5";
  background-color: #dd4b39;
}
ul.social-links li.social-youtube .social-icon:before {
  content: "\f16a";
  background-color: #bb0000;
}
ul.social-links li.social-linkedin .social-icon:before {
  content: "\f0e1";
  background-color: #4875B4;
}
ul.social-links li.social-pinterest .social-icon:before {
  content: "\f0d2";
  background-color: #cb2027;
}
ul.social-links li.social-github .social-icon:before {
  content: "\f09b";
  background-color: #4B3831;
}
ul.social-links li.social-instagram .social-icon:before {
  content: "\f16d";
  background-color: #517fa4;
}
ul.social-links li.social-vimeo .social-icon:before {
  content: "\f194";
  background-color: #6DCEEE;
}
ul.social-links li.social-flickr .social-icon:before {
  content: "\f16e";
  background-color: #ff0084;
}
ul.social-links li.social-foursquare .social-icon:before {
  content: "\f180";
  background-color: #0072b1;
}
ul.social-links li.social-dribbble .social-icon:before {
  content: "\f17d";
  background-color: #ea4c89;
}
ul.social-links li.social-tumblr .social-icon:before {
  content: "\f173";
  background-color: #32506d;
}
ul.social-links li.social-contact .social-icon:before {
  content: "\f129";
  background-color: #1D9E74;
}
ul.social-links li.social-rss .social-icon:before {
  content: "\f09e";
  background-color: #FE9900;
}
/* = Isotope Filtering
----------------------------------------------- */
.isotope,
.isotope .isotope-item {
  -webkit-transition: 0.8s;
  transition: 0.8s;
}
.isotope {
  -webkit-transition-property: height, width;
  -moz-transition-property: height, width;
  -ms-transition-property: height, width;
  -o-transition-property: height, width;
  transition-property: height, width;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
  -moz-transition-property: -moz-transform, opacity;
  -ms-transition-property: -ms-transform, opacity;
  -o-transition-property: -o-transform, opacity;
  transition-property: transform, opacity;
}
.isotope.no-transition,
.isotope.no-transition .isotope-item,
.isotope .isotope-item.no-transition {
  -webkit-transition-duration: 0s;
  transition-duration: 0s;
}
/* = Forms
----------------------------------------------- */
.form-search {
  padding-bottom: 0;
}
.form-search button {
  background: transparent;
  border: 0 none;
  color: #cccccc;
  margin: 0;
  padding: 0;
  position: absolute;
  right: 0;
  top: 5px;
  width: 35px;
}
.form-search button:hover {
  color: #999999;
}
/* = header
----------------------------------------------- */
#top-bar .widget {
  display: inline-block;
}
#top-bar ul.menu {
  padding: 0;
  margin: 0;
  list-style: none;
}
#top-bar ul.menu li {
  display: inline-block;
}
#top-bar ul.menu li a {
  padding-left: 3px;
  padding-right: 3px;
}
#top-bar .form-search {
  display: inline-block;
  vertical-align: middle;
}
#top-bar .form-search .field {
  height: 2em;
  line-height: 1em;
}
#top-bar .form-search button {
  width: 2em;
}
#top-bar ul.social-links {
  margin: 0;
  padding: 0;
  line-height: 0;
  list-style: none !important;
}
#top-bar ul.social-links li {
  display: inline-block;
  margin: 0;
}
#top-bar ul.social-links li a .social-icon:before {
  background-color: transparent;
  color: inherit;
  font-size: 1.3em;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
#top-bar ul.social-links li a:hover .social-icon:before {
  color: #FFFFFF;
}
#top-bar ul.social-links li.social-facebook a:hover .social-icon:before {
  background-color: #3B5998;
}
#top-bar ul.social-links li.social-twitter a:hover .social-icon:before {
  background-color: #00A0D1;
}
#top-bar ul.social-links li.social-googleplus a:hover .social-icon:before {
  background-color: #dd4b39;
}
#top-bar ul.social-links li.social-youtube a:hover .social-icon:before {
  background-color: #bb0000;
}
#top-bar ul.social-links li.social-linkedin a:hover .social-icon:before {
  background-color: #4875B4;
}
#top-bar ul.social-links li.social-pinterest a:hover .social-icon:before {
  background-color: #cb2027;
}
#top-bar ul.social-links li.social-github a:hover .social-icon:before {
  background-color: #4B3831;
}
#top-bar ul.social-links li.social-instagram a:hover .social-icon:before {
  background-color: #517fa4;
}
#top-bar ul.social-links li.social-vimeo a:hover .social-icon:before {
  background-color: #6DCEEE;
}
#top-bar ul.social-links li.social-flickr a:hover .social-icon:before {
  background-color: #ff0084;
}
#top-bar ul.social-links li.social-foursquare a:hover .social-icon:before {
  background-color: #0072b1;
}
#top-bar ul.social-links li.social-dribbble a:hover .social-icon:before {
  background-color: #ea4c89;
}
#top-bar ul.social-links li.social-tumblr a:hover .social-icon:before {
  background-color: #32506d;
}
#top-bar ul.social-links li.social-contact a:hover .social-icon:before {
  background-color: #1D9E74;
}
#top-bar ul.social-links li.social-rss a:hover .social-icon:before {
  background-color: #FE9900;
}
#header.logo-right .logo,
.sticky-header.logo-right .logo {
  float: right;
}
#header.logo-right .nav-main,
.sticky-header.logo-right .nav-main {
  float: left;
}
#header.logo-left .logo,
.sticky-header.logo-left .logo {
  float: left;
}
#header.logo-left .nav-main,
.sticky-header.logo-left .nav-main {
  float: right;
}
#header:before,
#header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#header:after {
  clear: both;
}
#header .logo {
  overflow: hidden;
}
.sticky-header {
  display: none;
  margin: auto;
  height: 60px;
  opacity: 0.95;
  left: 0;
  right: 0;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
  z-index: 9998;
}
.sticky-header:before,
.sticky-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.sticky-header:after {
  clear: both;
}
.sticky-header .logo {
  overflow: hidden;
  max-height: 60px;
  padding: 15px 0;
  margin: 0;
}
.sticky-header .logo .logo-img img {
  max-height: 30px;
  width: auto;
}
.sticky-header .sf-menu > li > a {
  line-height: 60px;
}
.sticky-header .sf-menu > li:hover > ul,
.sticky-header .sf-menu > li.sfHover > ul {
  top: 60px;
}
.sticky-header .menu-no-found {
  line-height: 60px;
}
body.admin-bar .sticky-header {
  top: 32px !important;
}
/* = Outer Slidebar
----------------------------------------------- */
#outer-slidebar {
  position: fixed;
  width: 100%;
  z-index: 9999;
  top: 0;
  left: 0;
  display: none;
}
#outer-slidebar #outer-slidebar-overlay {
  position: relative;
  padding: 20px 0 40px;
}
#outer-slidebar #outer-slidebar-toggle {
  position: absolute;
  right: 0;
  margin: 0;
  z-index: 9999;
}
#outer-slidebar #outer-slidebar-toggle a {
  display: block;
  line-height: 1;
  border-color: transparent;
  border-style: solid;
  border-width: 0 50px 50px 0;
  bottom: -50px;
  height: 0;
  position: absolute;
  right: 0;
  width: 0;
  outline: none;
}
#outer-slidebar #outer-slidebar-toggle a:after {
  content: "\f067";
  font-family: fontawesome;
  display: block;
  font-size: 11px;
  height: 50px;
  left: 32px;
  position: absolute;
  top: 10px;
}
#outer-slidebar #outer-slidebar-toggle a.open:after {
  content: "\f068";
}
#outer-slidebar h5.widget-title {
  border: none;
}
#outer-slidebar h5.widget-title:after {
  border: none;
}
body.admin-bar #outer-slidebar #outer-slidebar-overlay {
  padding-top: 52px;
}
/* = Menu - SuperFish
----------------------------------------------- */
.sf-menu {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu ul {
  position: absolute;
  top: -999em;
  width: 15em;
}
.sf-menu ul li {
  width: 100%;
}
.sf-menu > li > .sub-menu {
  margin-top: -2px;
}
.sf-menu li {
  float: left;
  position: relative;
  border-top: 2px solid transparent;
}
.sf-menu li a {
  display: block;
  position: relative;
  padding: 0 1.2em;
  margin-top: -2px;
  text-decoration: none;
  z-index: 2;
}
.sf-menu li.active,
.sf-menu li:hover,
.sf-menu li.current-menu-item,
.sf-menu li.current-menu-parent,
.sf-menu li.current-menu-ancestor,
.sf-menu li.current_page_item,
.sf-menu li.current_page_paren,
.sf-menu li.current_page_ancestor {
  visibility: inherit;
}
.sf-menu li:hover,
.sf-menu li.sfHover {
  outline: 0;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  z-index: 99;
}
.sf-menu a:focus,
.sf-menu a:hover,
.sf-menu a:active {
  outline: 0;
}
.sf-menu .sub-menu li {
  height: auto !important;
  line-height: 1em !important;
  border-top: none;
}
.sf-menu .sub-menu li a {
  height: auto !important;
}
.sf-menu .sub-menu li a:hover {
  opacity: 0.8;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul,
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
  top: -999em;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
  left: 0;
  z-index: 99;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul,
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
  left: 15em;
  top: 0;
}
.sf-menu * {
  margin: 0;
  padding: 0;
  list-style: none;
}
.sf-menu > li > a > span.sf-sub-indicator {
  display: none;
}
/* = Menu Mobile
----------------------------------------------- */
.navbar-toggle {
  background-color: transparent;
  border-width: 1px;
  border-style: solid;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  margin: 0;
}
.navbar-toggle:focus {
  background-color: transparent;
}
.nav-main .navbar-collapse .mobile-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
.nav-main .navbar-collapse .mobile-menu > li {
  display: block;
  margin: 0;
  padding: 0;
}
.nav-main .navbar-collapse .mobile-menu > li a {
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  padding: 5px 15px;
  display: block;
}
.nav-main .navbar-collapse .mobile-menu .sub-menu {
  list-style: none outside none;
  margin: 0;
  padding: 0;
}
/* = Page Header
----------------------------------------------- */
#page-header {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}
#page-header:before,
#page-header:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
#page-header:after {
  clear: both;
}
#page-header .title-primary {
  max-width: 50%;
}
#page-header .breadcrumbs {
  max-width: 50%;
}
#page-header.pojo-slideshow-wrap,
#page-header.rev-slider-wrap {
  height: auto;
  padding: 0;
}
/* = Primary
----------------------------------------------- */
.layout-section #primary > .container {
  padding: 0;
  margin: 0;
  width: 100%;
  max-width: 100%;
}
.layout-section #primary > .container #content {
  margin: 0;
}
.layout-section #primary > .container #content:before,
.layout-section #primary > .container #content:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.layout-section #primary > .container #content:after {
  clear: both;
}
.layout-section #primary > .container #content #main {
  margin: 0;
}
.layout-section #primary > .container #content #main #masonry-items.row,
.layout-section #primary > .container #content #main #grid-items.row {
  margin: 0;
}
#primary #content #main {
  margin-top: 30px;
  margin-bottom: 30px;
}
#primary #content #main #breadcrumbs {
  margin-bottom: 10px;
}
#primary #content #main.sidebar-left {
  float: right;
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0px;
}
#primary #content #main.sidebar-right {
  border-color: #eeeeee;
  border-style: solid;
  border-width: 0px;
}
#primary #content #main .entry-meta {
  font-size: 0.85em;
  line-height: 30px;
  margin-top: 15px;
}
#primary #content #main .entry-meta:after {
  width: 80px;
}
#primary #content #main .entry-meta i {
  margin-right: 3px;
  margin-left: 6px;
  color: #DDDDDD;
}
#primary #content #main .entry-meta i + a {
  color: inherit;
}
#primary #content #main .entry-meta i + a:hover {
  text-decoration: underline;
}
#primary #content #main .entry-meta .read-more {
  float: right;
  margin-right: 6px;
}
#primary .page-title h1 {
  margin-top: 0;
  margin-bottom: 20px;
}
#primary .entry-tags,
#primary .entry-categories {
  margin-top: 15px;
}
#primary .entry-tags a,
#primary .entry-categories a {
  border: 1px solid #eeeeee;
  color: #999999;
  display: inline-block;
  font-size: 12px !important;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 2px 10px;
}
#primary .entry-tags a:hover,
#primary .entry-categories a:hover {
  background: #999999;
  color: #FFFFFF;
}
.single .entry-meta {
  margin-bottom: 10px;
}
/* = Content Layout
----------------------------------------------- */
.grid-heading {
  margin-top: 10px;
  margin-bottom: 10px;
}
.media-heading {
  margin-top: 10px;
}
.media .pull-left {
  margin-right: 15px;
  max-width: 33.333%;
}
.isotope-item {
  margin-right: -1px;
}
.grid-item {
  margin-bottom: 15px;
}
.grid-item.square-item {
  margin-bottom: 0;
}
.grid-item.masonry-item {
  margin-bottom: 30px;
}
.image-link {
  display: block;
  position: relative;
  overflow: hidden;
}
.image-link img {
  -webkit-transition: all 0.3s ease-in-out 0s;
  transition: all 0.3s ease-in-out 0s;
}
.image-link:hover img {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
.image-link:hover .overlay-plus {
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  opacity: 1;
}
.image-link:hover .overlay-plus i {
  -moz-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -webkit-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -o-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -ms-transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  transform: scale(1) rotate(180deg) translateX(0px) translateY(0px) skewX(1deg) skewY(1deg);
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.image-link:hover .overlay-image {
  opacity: 1;
}
.image-link:hover .overlay-image + .overlay-title {
  opacity: 1;
}
.image-link .overlay-plus {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  font-size: 2em;
  text-align: center;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.1s;
  transition: all 0.3s ease-in 0.1s;
}
.image-link .overlay-plus i {
  color: #FFFFFF;
  padding: 0.5em;
  opacity: 0.9;
}
.image-link .overlay-image {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.6);
  -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -webkit-transition: all 0.3s ease-in 0.1s;
  transition: all 0.3s ease-in 0.1s;
}
.image-link .overlay-image + .overlay-title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  margin: auto;
  width: auto;
  height: 20px;
  line-height: 20px;
  text-align: center;
  opacity: 0;
  -webkit-transition: all 0.3s ease-in 0.1s;
  transition: all 0.3s ease-in 0.1s;
}
.image-link .overlay-image + .overlay-title.caption h4.grid-heading {
  color: #FFFFFF;
  margin: 0;
  line-height: 1;
}
.image-link .overlay-image + .overlay-title.caption h4.grid-heading small {
  display: block;
  color: #FFFFFF;
  line-height: 1;
}
/* = Recent Post or Gallery
----------------------------------------------- */
.recent-post.media {
  margin-top: 15px;
}
.recent-post.small-thumbnail .media-heading {
  margin-top: 5px;
}
.recent-post.small-thumbnail .pull-left {
  max-width: 18%;
}
/* = Galleries
----------------------------------------------- */
.category-filters {
  border-top: 1px solid #E2E2E2;
  border-bottom: 1px solid #E2E2E2;
  margin: 0 0 30px;
  padding: 0;
  list-style: none;
}
.category-filters:before,
.category-filters:after {
  content: " ";
  /* 1 */
  display: table;
  /* 2 */
}
.category-filters:after {
  clear: both;
}
.category-filters li {
  display: inline-block;
}
.category-filters li a {
  display: block;
  line-height: 2.5em;
  font-size: 1em;
  padding: 0 1.5em;
  outline: none;
}
.category-filters li a:hover,
.category-filters li a.active {
  border-top-width: 1px;
  border-top-style: solid;
  margin-top: -1px;
}
.gallery-item.grid-item .caption {
  text-align: center;
}
.row.gallery-style-square {
  margin-left: -3px;
  margin-right: -3px;
}
.row.gallery-style-square .grid-item.grid-square {
  padding: 0 4px;
  margin-bottom: 8px !important;
  display: inline-block;
  max-width: 72px;
}
/* = Single Gallery
----------------------------------------------- */
.single-gallery-content-left .gallery-thumbnail {
  float: right;
}
.single-gallery-content-left .gallery-content {
  float: left;
}
/* = 404 Page
----------------------------------------------- */
.error404 #content article {
  text-align: center;
}
.error404 #content article h1 {
  font-size: 100px;
}
/* = Sidebar
----------------------------------------------- */
#sidebar {
  padding-top: 30px;
  padding-bottom: 30px;
}
/* = Widget
----------------------------------------------- */
#sidebar .menu,
#sidebar .sub-menu,
#sidebar .sub-page-menu {
  margin: 0;
  padding: 0;
}
#sidebar .menu li,
#sidebar .sub-menu li,
#sidebar .sub-page-menu li {
  list-style: none;
}
#sidebar .menu li a,
#sidebar .sub-menu li a,
#sidebar .sub-page-menu li a {
  background-image: url(../images/ul.png);
  background-position: 5% center;
  background-repeat: no-repeat;
  display: block;
  padding: 1em 0 1em 10%;
  border-style: solid;
  border-color: transparent;
  border-width: 0 0 0 1px;
}
#sidebar .menu li a:hover,
#sidebar .sub-menu li a:hover,
#sidebar .sub-page-menu li a:hover {
  background-color: #F3F3F3;
}
#sidebar .menu li.current_page_item > a,
#sidebar .sub-menu li.current_page_item > a,
#sidebar .sub-page-menu li.current_page_item > a,
#sidebar .menu li.current-menu-item > a,
#sidebar .sub-menu li.current-menu-item > a,
#sidebar .sub-page-menu li.current-menu-item > a {
  background-color: #F3F3F3;
  font-weight: bold;
}
#sidebar .menu li ul,
#sidebar .sub-menu li ul,
#sidebar .sub-page-menu li ul {
  padding: 0;
}
#sidebar,
#sidebar-footer {
  /* recent post & gallery */
}
#sidebar .widget,
#sidebar-footer .widget {
  margin-bottom: 20px;
}
#sidebar .widget .widget-title,
#sidebar-footer .widget .widget-title {
  margin-top: 0;
}
#sidebar ul,
#sidebar-footer ul {
  padding: 0;
}
#sidebar ul li,
#sidebar-footer ul li {
  list-style-image: url(../images/ul.png);
  list-style-position: inside;
}
#sidebar ul li ul,
#sidebar-footer ul li ul {
  padding: 0 0 0 20px;
}
#sidebar .row.isotope,
#sidebar-footer .row.isotope {
  margin-right: -5px;
  margin-left: -5px;
}
#sidebar .row.isotope .grid-item,
#sidebar-footer .row.isotope .grid-item {
  padding-right: 5px;
  padding-left: 5px;
  margin-bottom: 10px;
}
#sidebar .row.isotope .grid-item .caption,
#sidebar-footer .row.isotope .grid-item .caption {
  margin-top: 5px;
}
#sidebar .row.isotope .grid-item .caption .grid-heading,
#sidebar-footer .row.isotope .grid-item .caption .grid-heading {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 1em;
  font-size: 1em;
}
#sidebar .recent-post.media,
#sidebar-footer .recent-post.media {
  margin-top: 10px;
}
#sidebar .recent-post .media-heading,
#sidebar-footer .recent-post .media-heading {
  margin-top: 5px;
  margin-bottom: 5px;
  line-height: 1.2em;
  font-size: 0.9em;
}
#sidebar .recent-post.small-thumbnail .pull-left,
#sidebar-footer .recent-post.small-thumbnail .pull-left {
  margin-right: 10px;
  max-width: 20%;
}
#sidebar .recent-post.grid-item,
#sidebar-footer .recent-post.grid-item {
  margin-bottom: 10px;
}
#sidebar .recent-post .image-link:hover img,
#sidebar-footer .recent-post .image-link:hover img,
#sidebar .recent-galleries .image-link:hover img,
#sidebar-footer .recent-galleries .image-link:hover img {
  -moz-transform: none;
  -webkit-transform: none;
  -o-transform: none;
  -ms-transform: none;
  transform: none;
}
#sidebar .recent-post .image-link .overlay-plus i,
#sidebar-footer .recent-post .image-link .overlay-plus i,
#sidebar .recent-galleries .image-link .overlay-plus i,
#sidebar-footer .recent-galleries .image-link .overlay-plus i {
  display: none;
}
.widget_tag_cloud a {
  border: 1px solid #eeeeee;
  color: #999999;
  display: inline-block;
  font-size: 12px !important;
  line-height: 20px;
  margin-bottom: 8px;
  padding: 2px 10px;
}
.widget_tag_cloud a:hover {
  background: #999999;
  color: #FFFFFF;
}
#wp-calendar {
  width: 100%;
  text-align: center;
}
#wp-calendar caption {
  padding: 4px;
  border: 1px solid #eeeeee;
  border-bottom: none;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #eeeeee;
  padding: 4px;
}
#wp-calendar #next {
  text-align: right;
}
#wp-calendar #prev {
  text-align: left;
}
.opening-hours-wrap {
  overflow: hidden;
}
.opening-hours-wrap .day-row {
  width: 100%;
}
.opening-hours-wrap .day-row .day-title {
  float: left;
  font-weight: bold;
  width: 30%;
}
.opening-hours-wrap .day-row .day-time {
  float: right;
  width: 70%;
  text-align: right;
}
/* = Footer
----------------------------------------------- */
#footer #sidebar-footer {
  padding-top: 30px;
}
#footer #sidebar-footer .widget {
  margin-bottom: 30px;
}
#footer #sidebar-footer .widget-title {
  border-color: rgba(255, 255, 255, 0.2);
  margin: 0 0 20px;
}
#copyright {
  overflow: hidden;
}
/* = Images & Gallery
----------------------------------------------- */
img {
  height: auto;
  max-width: 100%;
  -webkit-box-sizing: border-box;
  /* Safari/Chrome, other WebKit */
  -moz-box-sizing: border-box;
  /* Firefox, other Gecko */
  box-sizing: border-box;
  /* Opera/IE 8+ */
}
img.alignleft {
  margin: 10px 15px 10px 0;
}
img.alignright {
  margin: 10px 0 10px 15px;
}
img.aligncenter {
  display: block;
  margin: 10px auto 10px;
}
.wp-caption {
  width: auto;
}
.wp-caption p.wp-caption-text {
  font-size: 0.8em;
  line-height: 2em;
  font-style: italic;
  margin-bottom: 0;
}
.wp-caption.alignleft {
  margin: 10px 15px 10px 0;
}
.wp-caption.alignright {
  margin: 10px 0 10px 15px;
}
.wp-caption.aligncenter {
  margin: 10px auto 10px;
}
.gallery {
  margin: 0 auto;
}
.gallery .gallery-item a {
  display: block;
}
.gallery .gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
  padding: 5px;
  margin: 0 !important;
}
.gallery.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}
.gallery img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto;
  border: none !important;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.gallery img:hover {
  opacity: 0.7;
}
.gallery .gallery-caption {
  margin: 0;
}
/* =PrettyPhoto
----------------------------------------------- */
div.pp_default .pp_description {
  margin: 5px 50px;
  text-align: center;
}
/* = Comments
----------------------------------------------- */
#respond {
  margin: 0;
}
#commentform input[type="text"],
#commentform input[type="email"],
#commentform input[type="url"],
#commentform textarea {
  min-height: 30px;
  margin-bottom: 9px;
  width: 100%;
}
.commentlist {
  margin: 0;
  padding: 0;
  list-style: none;
}
.commentlist ul {
  list-style: none;
}
.commentlist ul li {
  padding-left: 20px;
}
.commentlist li {
  padding: 0;
  margin: 20px 0 0;
  border-bottom: 1px solid #eeeeee;
}
.commentlist li cite {
  display: block;
  font-weight: bold;
}
.commentlist .media {
  margin-top: 20px;
}
.commentlist .media:first-child {
  margin-top: 20px;
}
.commentlist .media .media-body {
  padding: 0;
}
.commentlist .media .pull-left {
  margin-right: 10px;
}
.commentlist .children {
  margin-top: 0;
  padding: 0;
}
.commentlist .comment-reply-link:before {
  content: "|";
  color: #999999;
  margin-right: 5px;
}
.commentlist .comment-author {
  margin-bottom: 5px;
}
.commentlist .comment-author time,
.commentlist .comment-author a.comment-edit-link,
.commentlist .comment-author a.comment-reply-link {
  color: #999999;
}
/* = WooCommerce
----------------------------------------------- */
.nav-main .pojo-menu-cart a.pojo-menu-cart-contents {
  margin-top: -3px;
}
.nav-main .pojo-menu-cart a.pojo-menu-cart-contents .icon-cart:before {
  content: '\f07a';
  font-family: fontawesome;
  margin-right: 5px;
  height: auto;
  font-style: normal;
  font-weight: normal;
}
.nav-main .pojo-menu-cart a.pojo-menu-cart-contents > .items-cart,
.nav-main .pojo-menu-cart a.pojo-menu-cart-contents > .amount {
  display: none;
}
.nav-main .pojo-menu-cart li.cart-content a {
  line-height: 16px !important;
  padding: 15px;
  font-size: 12px !important;
  border-bottom: 1px solid #EEEEEE;
}
.nav-main .pojo-menu-cart li.cart-content a img {
  width: 32px;
  height: 32px;
  float: right;
  margin-left: 10px;
}
.nav-main .pojo-menu-cart li.cart-content a .cart-title {
  display: block;
}
.nav-main .pojo-menu-cart li.cart-content a .product-quantity {
  display: block;
}
.nav-main .pojo-menu-cart li.cart-checkout {
  padding: 15px;
}
.nav-main .pojo-menu-cart li.cart-checkout a {
  padding: 0;
  font-weight: bold !important;
  line-height: 1em !important;
}
.nav-main .pojo-menu-cart li.cart-checkout .cart-link {
  float: left;
}
.nav-main .pojo-menu-cart li.cart-checkout .checkout-link {
  float: right;
}
/*-------------------------------------- Responsive Display --------------------------------------------*/
/* YouTube & Vimeo Responsive */
div.embed {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
  clear: both;
}
div.embed iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
/* Large desktop */
@media (min-width: 980px) {
  .container {
    max-width: 970px;
  }
  #primary #content #main.sidebar-right {
    padding-right: 29px;
    border-right-width: 1px;
  }
  #primary #content #main.sidebar-left {
    padding-left: 29px;
    border-left-width: 1px;
  }
  .single-gallery-wide .gallery-thumbnail {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1169px) {
  .square-item {
    width: 25%;
  }
}
/* landscape tablet and desktop */
@media (min-width: 768px) and (max-width: 991px) {
  .container {
    max-width: 750px;
  }
  .sf-menu > li > a {
    font-size: 0.9em !important;
    padding: 0 0.7em;
  }
  .square-item {
    width: 33.333%;
  }
}
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {
  #outer-slidebar {
    display: none !important;
  }
  #top-bar {
    display: none;
  }
  #header.logo-right .logo,
  .sticky-header.logo-right .logo {
    float: none;
    max-width: 100%;
  }
  #header.logo-right .logo:before,
  .sticky-header.logo-right .logo:before,
  #header.logo-right .logo:after,
  .sticky-header.logo-right .logo:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header.logo-right .logo:after,
  .sticky-header.logo-right .logo:after {
    clear: both;
  }
  #header.logo-right .logo .logo-img,
  .sticky-header.logo-right .logo .logo-img,
  #header.logo-right .logo .logo-text,
  .sticky-header.logo-right .logo .logo-text {
    float: right;
  }
  #header.logo-right .logo .navbar-toggle,
  .sticky-header.logo-right .logo .navbar-toggle {
    float: left;
  }
  #header.logo-right .nav-main,
  .sticky-header.logo-right .nav-main {
    float: none;
    max-width: 100%;
  }
  #header.logo-right .nav-main:before,
  .sticky-header.logo-right .nav-main:before,
  #header.logo-right .nav-main:after,
  .sticky-header.logo-right .nav-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header.logo-right .nav-main:after,
  .sticky-header.logo-right .nav-main:after {
    clear: both;
  }
  #header.logo-left .logo,
  .sticky-header.logo-left .logo {
    float: none;
    max-width: 100%;
  }
  #header.logo-left .logo:before,
  .sticky-header.logo-left .logo:before,
  #header.logo-left .logo:after,
  .sticky-header.logo-left .logo:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header.logo-left .logo:after,
  .sticky-header.logo-left .logo:after {
    clear: both;
  }
  #header.logo-left .logo .logo-img,
  .sticky-header.logo-left .logo .logo-img,
  #header.logo-left .logo .logo-text,
  .sticky-header.logo-left .logo .logo-text {
    float: left;
  }
  #header.logo-left .logo .navbar-toggle,
  .sticky-header.logo-left .logo .navbar-toggle {
    float: right;
  }
  #header.logo-left .nav-main,
  .sticky-header.logo-left .nav-main {
    float: none;
    max-width: 100%;
  }
  #header.logo-left .nav-main:before,
  .sticky-header.logo-left .nav-main:before,
  #header.logo-left .nav-main:after,
  .sticky-header.logo-left .nav-main:after {
    content: " ";
    /* 1 */
    display: table;
    /* 2 */
  }
  #header.logo-left .nav-main:after,
  .sticky-header.logo-left .nav-main:after {
    clear: both;
  }
  #header {
    height: auto !important;
  }
  #header .logo {
    padding: 15px 0;
    margin: 0;
  }
  .sticky-header {
    height: auto !important;
    opacity: 1;
  }
  body.admin-bar .sticky-header {
    top: 46px !important;
  }
  #page-header {
    height: auto !important;
  }
  #page-header #breadcrumbs {
    display: none;
  }
  #page-header .title-primary {
    font-size: 1em !important;
    line-height: 1.5em !important;
    max-width: 100%;
  }
  #primary #content #main.sidebar-left,
  #primary #content #main.sidebar-right {
    float: none;
  }
  .category-filters li {
    display: block;
  }
  .category-filters li a {
    border-bottom: 1px solid #E2E2E2;
  }
  .category-filters li:last-child a {
    border-bottom: none;
  }
  .overlay-plus {
    display: none;
  }
  .media .pull-left,
  .media .pull-right {
    float: none !important;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
  }
  .square-item {
    width: 50%;
  }
  .single-gallery-content-left .gallery-thumbnail,
  .single-gallery-content-left .gallery-content {
    float: none;
  }
  #comments .media .pull-left {
    display: none;
  }
  #comments #commentform input[type="text"],
  #comments #commentform input[type="email"],
  #comments #commentform input[type="url"] {
    width: 100%;
  }
  #copyright {
    text-align: center;
  }
  .alignright,
  .alignleft {
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  img.alignleft {
    float: none;
    margin: 0 auto 20px auto;
  }
  img.alignright {
    float: none;
    margin: 0 auto 20px auto;
  }
}
/* Landscape phones and down */
@media (max-width: 600px) {
  body.admin-bar .sticky-header {
    top: 0px !important;
  }
}
