/*----Variables----*/
.title-font {
  font-family: "Oswald", sans-serif;
}
.body-font {
  font-family: "Hind", sans-serif;
}
/*----Body----*/
body {
  font-family: "Hind", sans-serif;
  line-height: 2em;
  font-size: 15px;
  font-weight: 300;
  color: #000;
}
a {
  color: #666666;
}
a:visited {
  color: #666666;
}
a:hover {
  color: #808080;
  text-decoration: none;
}
/*----Header----*/
#top-bar {
  background: url(/wp-content/themes/kreatif/images/pattern.png) repeat #2b2d42;
}
#top-bar #search-top {
  display: inline-block;
  position: relative;
  top: 5px;
  text-align: right;
}
#top-bar #search-top #searchform {
  display: inline-block;
  text-align: right;
  padding: 20px 0px;
}
#top-bar #search-top #searchform input[type="text"] {
  background: none;
  padding: 0px;
  border: 0px;
  border-radius: 0px;
  border-bottom: solid 2px white;
  outline: none;
  color: white;
}
#top-bar #search-top #searchform input[type="text"]::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 14px;
}
#top-bar #search-top #searchform input[type="text"]::-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 14px;
}
#top-bar #search-top #searchform input[type="text"]:-moz-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 14px;
}
#top-bar #search-top #searchform input[type="text"]:-ms-placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 14px;
}
#top-bar #search-top #searchform input[type="text"]:placeholder {
  color: rgba(255, 255, 255, 0.5);
  font-style: italic;
  font-size: 14px;
}
#top-bar #search-top button[type="submit"] {
  background: none;
  box-shadow: none;
  border: 0px;
}
#top-bar #search-icon {
  position: relative;
  display: inline-block;
  padding-top: 5px;
}
#top-bar #search-icon i {
  font-size: 18px;
  cursor: pointer;
  text-shadow: none;
  color: white;
}
#logo {
  position: relative;
  max-width: 350px;
  display: block;
  margin: auto;
}
#social-icons {
  font-size: 20px;
  padding: 15px 0px;
  margin: 10px auto;
  z-index: 9;
  width: 100%;
  text-align: center;
}
#social-icons i {
  width: 48px;
  color: white;
  opacity: .5;
  transform: scale(1, 1);
  transition: transform .1s ease;
}
#social-icons i:hover {
  transform: scale(1.2, 1.2);
  opacity: .8;
  text-shadow: 0px 0px 5px rgba(255, 255, 255, 0.5);
}
#masthead {
  position: relative;
  border-bottom: solid 5px #2b2d42;
}
#header-image {
  position: relative;
  height: 500px;
  top: 0;
  left: 0;
  right: 0;
  z-index: -1;
}
.site-branding {
  position: relative;
  text-align: center;
  margin: 40px auto;
}
.site-branding .site-title {
  font-family: "Oswald", sans-serif;
  margin: 0px;
  font-size: 48px;
}
.site-branding .site-description {
  font-family: "Hind", sans-serif;
  font-size: 16px;
}
#default-nav {
  display: inline-block;
  width: 100%;
  text-align: center;
}
#site-navigation {
  display: inline-block;
  float: none;
  clear: both;
  font-family: "Oswald", sans-serif;
  width: auto;
  vertical-align: middle;
}
#site-navigation a {
  color: #2b2d42;
  text-align: left;
}
#site-navigation ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
#site-navigation ul > li > a {
  padding: 10px 0px;
}
#site-navigation li {
  margin: 3px 20px;
  padding: 3px 0px;
}
#site-navigation ul ul {
  transform: translateY(5px);
  opacity: 0;
  margin-top: 20px;
  transition: opacity .2s, transform .2s;
  background: #fff;
}
#site-navigation ul ul li {
  transform: translateY(10px);
  transition: transform ease .2s;
  border-bottom: solid 1px #ddd;
}
#site-navigation ul ul li:last-child {
  border-bottom: 0px;
}
#site-navigation ul ul li a {
  color: #8d99ae;
  text-transform: none;
  font-weight: 300;
}
#site-navigation ul ul li ul {
  opacity: 0;
  transform: translateX(-5px);
  transition: transform ease .2s, opacity ease .2s;
}
#site-navigation ul > li:hover > ul {
  width: 200px;
  margin-top: 0px;
  opacity: 1;
  top: 50px;
  font-weight: 300;
  transform: translateY(0px);
  font-family: "Hind", sans-serif;
}
#site-navigation ul > li:hover > ul li {
  margin: 0;
  opacity: 1;
  transform: translateY(0px);
}
#site-navigation ul > li:hover > ul li a {
  padding: 10px;
  opacity: 1;
  font-size: 13px;
}
#site-navigation ul > li:hover > ul li:hover > ul {
  top: 0px;
  opacity: 1;
  transform: translateX(0px);
}
#site-navigation ul ul ul {
  margin-left: 1px;
}
#default-nav .slicknav_menu {
  background: #8d99ae;
}
#default-nav .slicknav_menu a.slicknav_btn {
  background: #abb4c3;
}
#default-nav .slicknav_menu a.slicknav_btn span.slicknav_menutxt {
  text-shadow: none;
}
#default-nav .slicknav_menu li a:hover {
  background: #abb4c3;
  color: #58667d;
}
#default-nav .slicknav_menu li a:hover span.slicknav_arrow {
  color: #8d99ae;
}
@media screen and (max-width: 768px) {
  #site-navigation {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .slicknav_menu {
    display: none;
  }
}
/*----Slider----*/
#slider-wrapper {
  margin-top: 20px;
}
#slider-wrapper ul {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
#slider-wrapper .slide {
  position: relative;
}
#slider-wrapper .slide img {
  border-bottom: solid 3px #8d99ae;
}
#slider-wrapper .slide .overlay {
  position: absolute;
  height: 100%;
  width: 100%;
}
#slider-wrapper .slide .slide_caption {
  position: absolute;
  display: inline-block;
  top: 5%;
  left: 10%;
  color: white;
}
#slider-wrapper .slide .slide_caption h1.slide-title {
  display: inline-block;
  font-weight: 400;
  margin: 10px auto;
  padding: 10px;
  background: rgba(227, 85, 79, 0.5);
}
#slider-wrapper .slide .slide_caption h2.slide-description {
  display: inline-block;
  font-weight: 300;
  font-size: 24px;
  margin: 10px 0;
  padding: 10px;
  background: rgba(242, 143, 59, 0.5);
}
@media screen and (max-width: 768px) {
  #slider-wrapper .slide .slide_caption {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    text-align: center;
  }
  #slider-wrapper .slide .slide_caption h1.slide-title {
    background: none;
    color: #e8e308;
    font-size: 20px;
    margin: 0;
  }
  #slider-wrapper .slide .slide_caption h2.slide-description {
    background: none;
    color: #999;
    font-size: 14px;
    font-weight: 700;
    margin: 0;
  }
}
#slider-wrapper .bx-pager {
  top: -10px;
}
#slider-wrapper .bx-pager a {
  border-radius: 0px;
  display: inline-block;
  height: 5px;
  border: 0px;
  width: 15px;
  transform: translateY(0px);
  transition: all ease .3s;
}
#slider-wrapper .bx-pager a.active {
  background: #8d99ae;
  transform: translateY(-3px);
}
/*---- Featured Categories ----*/
#featured-category h2#section-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
}
#featured-category .fc-wrapper {
  padding: 0px;
  position: relative;
  overflow: hidden;
}
#featured-category .fc-wrapper:hover:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0);
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.7) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.04)), color-stop(60%, rgba(255, 255, 255, 0.7)), color-stop(100%, rgba(255, 255, 255, 0.7)));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.7) 100%);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.7) 100%);
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.7) 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.7) 60%, rgba(255, 255, 255, 0.7) 100%);
}
#featured-category .fc-wrapper .fc-thumb {
  border-bottom: solid 5px #e8e308;
}
#featured-category .fc-wrapper .fc-thumb img {
  width: 100%;
}
#featured-category .fc-wrapper .fc-title {
  position: absolute;
  bottom: 5%;
  transform: translateX(-100%) scale(0.6, 0.6);
  transition: transform .2s ease;
}
#featured-category .fc-wrapper .fc-title h2.entry-title {
  font-family: "Hind", sans-serif;
  font-size: 42px;
  padding: 0 5%;
  padding-right: 20%;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: -2px;
}
#featured-category .fc-wrapper .fc-title h2.entry-title a {
  color: #171823;
}
#featured-category .fc-wrapper:hover .fc-title {
  transform: translateX(0%) scale(1, 1);
}
/*----Primary----*/
#main[data-columns]::before {
  content: '3 .column.size-1of3';
}
.column {
  float: left;
}
.size-1of3 {
  width: 33.333%;
}
@media screen and (max-width: 768px) {
  #main[data-columns]::before {
    content: '2 .column.size-1of2';
  }
  .column {
    float: left;
  }
  .size-1of2 {
    width: 50%;
  }
}
.blog #primary {
  float: none;
  margin: auto;
}
.blog #primary #recent-title {
  text-align: center;
  font-family: "Oswald", sans-serif;
  font-size: 28px;
  text-transform: uppercase;
  font-weight: 700;
  margin-bottom: 30px;
  margin-top: 50px;
}
.blog #primary article {
  width: 100%;
  padding: 0px 10px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.blog #primary article .article-wrapper {
  border: solid 1px #eee;
}
.blog #primary article .article-wrapper img {
  border-bottom: solid 3px #e8e308;
}
.blog #primary article h1.entry-title {
  position: relative;
  padding: 10px 20px;
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  margin-bottom: 0px;
  text-transform: uppercase;
  line-height: 1.4em;
}
.blog #primary article h1.entry-title a {
  color: #2b2d42;
}
.blog #primary article h1.entry-title a:hover {
  color: #3f4261;
}
.blog #primary article .entry-meta {
  margin: 10px 0;
  padding: 10px;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 12px;
  text-align: center;
  font-family: "Oswald", sans-serif;
}
.blog #primary article .entry-meta .posted-on {
  display: block;
}
.blog #primary article .entry-meta .posted-on a {
  color: #535780;
}
.blog #primary article .entry-meta .byline {
  display: block;
}
.blog #primary article .entry-meta .byline a {
  color: #535780;
}
.blog #primary article img {
  display: inline-block;
}
.blog #primary article .entry-footer {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: visible;
  border-top: solid 2px #2b2d42;
  padding: 15px 0;
}
.blog #primary article .entry-footer span {
  font-family: "Oswald", sans-serif;
  display: block;
  color: #8d99ae;
}
.blog #primary article .entry-footer a {
  color: #2b2d42;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 10px;
  font-family: "Hind", sans-serif;
}
.blog #primary article .entry-footer .cat-links {
  color: #8d99ae;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.blog #primary article .entry-footer .tags-links {
  color: #8d99ae;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.blog #primary article .entry-footer .comments-link {
  color: #8d99ae;
  position: relative;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.blog #primary article .entry-footer .comments-link:before {
  content: "\f075";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 40px;
  color: #eee;
  z-index: -1;
  margin-left: -20px;
}
.blog #primary article .entry-footer .edit {
  position: absolute;
}
.blog #primary article .entry-footer .edit .edit-link {
  float: right;
}
.blog #primary article .entry-content a.more-link {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
.blog #primary article:last-child {
  margin-bottom: 0px;
}
h2#page-title {
  display: inline-block;
  font-size: 24px;
  color: #ffffff;
  text-transform: uppercase;
  background: url("/wp-content/themes/kreatif/images/pattern.png") repeat;
  padding: 10px 20px;
}
/*---- Single Post ----*/
.single #primary {
  position: static;
}
.single #primary h1.entry-title {
  font-size: xx-large;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #8d99ae;
}
.single #primary .entry-header {
  position: static;
}
.single #primary .entry-header .entry-meta {
  text-transform: uppercase;
  font-size: 12px;
  padding: 20px 0;
  font-family: "Oswald", sans-serif;
}
.single #primary .entry-header .entry-meta a {
  color: #2b2d42;
}
.single #primary .entry-header .entry-meta .posted-on {
  display: block;
}
.single #primary .entry-header .entry-meta .byline {
  display: block;
}
.single #primary .meta-fixed {
  position: fixed;
  top: 0;
}
.single #primary img.attachment-post-thumbnail {
  width: 80%;
  margin: auto;
  display: block;
}
.single #primary .entry-content {
  padding: 0px 10px;
}
.single #primary .entry-content img.attachment-post-thumbnail {
  margin-bottom: 20px;
}
.single #primary .entry-footer {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: visible;
  margin: 40px auto;
  padding: 15px 0;
}
.single #primary .entry-footer a {
  color: #8d99ae;
  font-weight: 700;
  padding: 6px;
  font-family: "Hind", sans-serif;
  text-transform: uppercase;
  font-size: 10px;
}
.single #primary .entry-footer .text {
  display: block;
  color: #2b2d42;
  font-family: "Oswald", sans-serif;
  font-weight: 700;
}
.single #primary .entry-footer .cat-links {
  color: #2b2d42;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.single #primary .entry-footer .tags-links {
  color: #2b2d42;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.single #primary .entry-footer .comments-link {
  color: #8d99ae;
  position: relative;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.single #primary .entry-footer .comments-link:before {
  content: "\f075";
  font-family: "FontAwesome";
  position: absolute;
  font-size: 40px;
  color: #eee;
  z-index: -1;
  margin-left: -20px;
}
.single #primary .entry-footer .edit {
  display: inline-block;
}
.single #primary .entry-footer .edit .edit-link {
  float: right;
}
.single #primary nav.post-navigation {
  background: #2b2d42;
  padding: 30px 0px;
}
.single #primary nav.post-navigation .nav-links {
  font-weight: 400;
  margin: 0px 20px;
  font-style: italic;
}
.single #primary nav.post-navigation .nav-links a {
  color: #8d99ae;
}
.single #primary nav.post-navigation .nav-links .nav-previous {
  position: relative;
}
.single #primary nav.post-navigation .nav-links .nav-next {
  position: relative;
}
/*---- Page ----*/
.page #primary h1.entry-title {
  color: #666;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  color: #8d99ae;
}
.page #primary .entry-content {
  padding: 0 2%;
}
.page #primary .entry-footer a {
  color: #ffffff;
  text-transform: uppercase;
  font-weight: 700;
}
/*----Secondary----*/
#secondary {
  padding-right: 0px;
  line-height: 2.6em;
}
#secondary .widget_search input[type=search] {
  outline: none;
  border-radius: 0px;
  widtH: 200%;
}
#secondary aside {
  margin: 20px 10px 35px 10px;
  font-size: 13px;
  font-weight: 300;
  color: #222;
}
#secondary aside ul.children,
#secondary aside ul.sub-menu {
  padding-left: 20px;
}
#secondary aside h1.widget-title {
  position: relative;
  font-size: 22px;
  text-transform: uppercase;
  font-weight: 400;
  font-family: "Oswald", sans-serif;
  color: #3f4261;
  padding-bottom: 15px;
}
#secondary aside h1.widget-title:before {
  content: "";
  position: absolute;
  background: #e8e308;
  width: 150px;
  height: 3px;
  left: 0;
  bottom: 0;
}
#secondary aside ul {
  list-style: none;
  margin: 0px;
  padding-left: 5px;
  font-size: 15px;
}
#secondary aside ul li a {
  color: #8d99ae;
}
/*---Pagination----*/
.pagination {
  width: 100%;
  text-align: center;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  list-style: none;
  float: none;
  display: inline-block;
  margin: 10px;
  position: relative;
}
.pagination a,
.pagination span {
  padding: 10px 18px;
  display: inline-block;
  position: relative;
}
.pagination a.page-numbers {
  border-radius: 50%;
  color: black;
  transition: color ease .4s;
}
.pagination a.page-numbers:hover {
  color: #8d99ae;
}
.pagination a.next,
.pagination a.prev {
  color: #2b2d42;
  border: solid 1px black;
  border-radius: 0px;
}
.pagination a.next:hover,
.pagination a.prev:hover {
  color: black;
}
.pagination span {
  color: #8d99ae;
}
/*----Footer----*/
#footer-wrapper {
  width: 100%;
  border-top: solid 5px #ffffff;
  background: #eee;
}
#footer-sidebar {
  line-height: 2.2em;
}
#footer-sidebar a {
  color: #333;
  transition: all ease .15s;
}
#footer-sidebar a:hover {
  color: #8d99ae;
}
#footer-sidebar aside {
  font-size: 14px;
}
#footer-sidebar aside ul.children,
#footer-sidebar aside ul.sub-menu {
  padding-left: 20px;
}
#footer-sidebar aside h1.widget-title {
  position: relative;
  font-size: 22px;
  color: #2b2d42;
  text-transform: uppercase;
  font-family: "Oswald", sans-serif;
}
#footer-sidebar aside ul {
  list-style: none;
  margin: 0px;
  padding-left: 5px;
}
#footer-sidebar aside ul li:before {
  content: "\f105";
  font-family: "FontAwesome";
  margin-right: 20px;
  padding: 3px 7px;
  color: #8d99ae;
}
/*---- Search and other Archive pages ----*/
.search #content #primary header.page-header,
.archive #content #primary header.page-header {
  border-bottom: 0px;
}
.search #content #primary header.page-header h1.page-title,
.archive #content #primary header.page-header h1.page-title {
  color: #2b2d42;
  font-family: "Oswald", sans-serif;
  font-weight: 300;
}
.search #content #primary header.page-header .taxonomy-description,
.archive #content #primary header.page-header .taxonomy-description {
  font-weight: 400;
  color: #aaa;
}
.search #content #primary article,
.archive #content #primary article {
  border-bottom: 0px;
}
.search #content #primary article h1.entry-title,
.archive #content #primary article h1.entry-title {
  font-size: xx-large;
}
.search #content #primary article h1.entry-title a,
.archive #content #primary article h1.entry-title a {
  color: #8d99ae;
  font-family: "Oswald", sans-serif;
}
.search #content #primary article .entry-meta,
.archive #content #primary article .entry-meta {
  font-weight: 700;
  margin: 15px 0;
  text-transform: uppercase;
  font-size: 12px;
}
.search #content #primary article .entry-meta a,
.archive #content #primary article .entry-meta a {
  color: #2b2d42;
}
.search #content #primary article .entry-meta .byline,
.archive #content #primary article .entry-meta .byline {
  float: right;
}
.search #content #primary article .featured-thumb,
.archive #content #primary article .featured-thumb {
  text-align: center;
}
.search #content #primary article .featured-thumb img,
.archive #content #primary article .featured-thumb img {
  width: 70%;
  display: inline-block;
  margin: auto;
}
.search #content #primary article .entry-summary,
.archive #content #primary article .entry-summary {
  padding: 0 20px;
  margin-top: 10px;
}
.search #content #primary article .entry-footer,
.archive #content #primary article .entry-footer {
  display: inline-block;
  text-align: center;
  position: relative;
  width: 100%;
  overflow: visible;
  border-top: solid 2px #2b2d42;
  margin: 20px 0px 40px 0px;
  padding: 15px 0;
}
.search #content #primary article .entry-footer span,
.archive #content #primary article .entry-footer span {
  display: block;
  font-family: "Oswald", sans-serif;
}
.search #content #primary article .entry-footer a,
.archive #content #primary article .entry-footer a {
  color: #2b2d42;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 12px;
  font-family: "Hind", sans-serif;
}
.search #content #primary article .entry-footer .cat-links,
.archive #content #primary article .entry-footer .cat-links {
  color: #8d99ae;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.search #content #primary article .entry-footer .tags-links,
.archive #content #primary article .entry-footer .tags-links {
  color: #8d99ae;
  position: relative;
  overflow: visible;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.search #content #primary article .entry-footer .comments-link,
.archive #content #primary article .entry-footer .comments-link {
  color: #8d99ae;
  position: relative;
  height: auto;
  padding: 10px;
  transition: opacity ease-in-out 0.4s, top ease-in-out 0.4s;
}
.search #content #primary article .entry-footer .edit-link,
.archive #content #primary article .entry-footer .edit-link {
  float: right;
}
.search #content #primary article .entry-footer .edit-link a,
.archive #content #primary article .entry-footer .edit-link a {
  color: #ffffff;
}
/*----Comments----*/
#comments h2.comments-title {
  margin: 40px 0;
  color: #666666;
  font-family: "Oswald", sans-serif;
}
#comments ul {
  list-style: none;
}
#comments ul li {
  margin: 20px 0px;
  overflow: auto;
}
#comments ul li .comment-author {
  margin: 0px 10px;
}
#comments ul li .comment-author img {
  display: inline-block;
  width: 50px;
}
#comments ul li .comment-author span {
  display: none;
}
#comments ul li .comment-author .fn {
  font-style: normal;
  margin-left: 10px;
  font-weight: 700;
}
#comments ul li .commentmetadata {
  padding: 20px 0px;
  font-size: 12px;
  border-bottom: solid 2px #2b2d42;
}
#comments ul li .commentmetadata a {
  color: #8d99ae;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
}
#comments ul li .commentmetadata span {
  float: right;
}
#comments ul li .commentmetadata a.comment-edit-link {
  float: right;
}
#comments ul li .comment-content {
  padding: 10px;
}
#comments ul li .reply {
  float: right;
  padding: 3px 8px;
}
#comments ul li .reply a {
  color: #2b2d42;
  font-family: "Oswald", sans-serif;
}
#comments #respond .form-allowed-tags {
  display: none;
}
#comments #respond textarea {
  outline: none;
}
#comments #respond input[type="submit"] {
  border-radius: 0px;
  padding: 8px 10px;
  font-size: 14px;
  text-shadow: none;
  box-shadow: none;
  background: white;
  border: 0px;
  font-family: "Oswald", sans-serif;
  color: #8d99ae;
}
#comments > ul {
  margin: 0;
  padding: 0;
}
/*----Footer----*/
#footer-nav {
  display: inline-block;
  float: none;
  clear: both;
  font-family: "Oswald", sans-serif;
  width: auto;
  vertical-align: middle;
}
#footer-nav a {
  color: black;
}
#footer-nav ul {
  position: relative;
  margin-bottom: 0px;
  list-style: none;
}
#footer-nav ul li a {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 400;
}
#footer-nav a {
  text-align: left;
}
#footer-nav ul > li {
  margin: 0px 20px;
  padding: 8px 0px;
  float: left;
}
#footer-nav ul ul {
  position: absolute;
  width: 200px;
  margin-top: 20px;
  background: #eee;
  margin: 0px;
  padding: 0px;
  bottom: 0px;
  z-index: 1;
  visibility: hidden;
  background: #2b2d42;
}
#footer-nav ul ul li {
  border-bottom: solid 1px #212233;
  border-top: solid 1px #353851;
  display: block;
  float: none;
  padding: 10px 0;
  margin: 0px;
}
#footer-nav ul ul li:first-child {
  border-top: 0px;
}
#footer-nav ul ul li:last-child {
  border-bottom: 0px;
}
#footer-nav ul ul li a {
  color: #8d99ae;
  font-size: 12px;
  font-weight: 400;
  font-family: "Hind", sans-serif;
  padding: 10px;
}
#footer-nav ul > li:hover > ul {
  margin-top: 0px;
  font-weight: 400;
  z-index: 1;
  visibility: visible;
}
#footer-nav ul > li:hover > ul li a {
  padding: 10px;
  opacity: 1;
  font-size: 12px;
}
#footer-nav ul > li:hover > ul li:hover > ul {
  top: 0px;
  left: 100%;
}
#footer-nav ul ul ul {
  margin-left: 1px;
}
.footer-navigation ul.nav-menu {
  text-align: center;
}
.footer-navigation ul > li {
  float: left;
  display: inline-block;
}
#colophon {
  padding: 15px 100px;
  background: white;
  border-top: solid 3px #ffffff;
  font-weight: 700;
  color: #777;
}
#colophon a {
  color: #8d99ae;
}
.copyright {
  display: inline-block;
}
.site-info {
  display: inline-block;
  float: right;
}
/*---- 404 Not Found ----*/
.error404 #primary section.not-found {
  margin-bottom: 30px;
}
.error404 #primary section.not-found h1.page-title {
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
}
.error404 #primary section.not-found .page-content {
  text-align: center;
}
.error404 #primary section.not-found .page-content form.search-form label input[type="search"] {
  border-radius: 0px;
  outline: none;
}
.error404 #primary section.not-found .page-content form.search-form input[type="submit"] {
  font-size: 14px;
  padding: 12px 18px;
  font-weight: 300;
  border: none;
  border-radius: 0px;
  background: #2b2d42;
  box-shadow: none;
  color: white;
  text-shadow: none;
}
