/*=========================================================================

1. Reset CSS
2. Typography
3. General
4. Header
5. Portfolio & Gallery
6. Posts
	- Home Layout
    - Single
    - Page, Contact Form
7. Footer
8. Widgets
9. Preloader

=========================================================================*/
/* =========== 1. Reset CSS  =========== */
img,
legend {
  border: 0;
}
legend,
td,
th {
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  color: #000000;
  background-color: transparent;
}
a:hover,
a:active {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
optgroup,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: .67em 0;
}
mark {
  background: #ffffff;
  color: #000000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre,
textarea {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  border-radius: 0;
  line-height: normal;
}
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}
input[type=search] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #000000;
  margin: 0 2px;
  padding: .35em .625em .75em;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
a,
input,
textarea,
button,
select {
  outline: none;
}
a:hover,
a:focus,
input:focus,
textarea:focus,
button:focus,
select:focus {
  outline: none !important;
  text-decoration: none;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
:after,
:before {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #000000;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #000000;
}
/* =========== 2. Typography  =========== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "Nunito Sans", serif;
  color: #000000;
  font-weight: 400;
  line-height: 1.2em;
  margin-bottom: 20px;
  margin-top: 0;
  letter-spacing: 2px;
}
h1 > a,
.h1 > a,
h2 > a,
.h2 > a,
h3 > a,
.h3 > a,
h4 > a,
.h4 > a,
h5 > a,
.h5 > a,
h6 > a,
.h6 > a {
  color: inherit;
}
h1,
.h1 {
  font-size: 36px;
}
h2,
.h2 {
  font-size: 30px;
}
h3,
.h3 {
  font-size: 26px;
}
h4,
.h4 {
  font-size: 22px;
}
h5,
.h5 {
  font-size: 18px;
}
h6,
.h6 {
  font-size: 14px;
}
a {
  color: #000000;
  text-decoration: none;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a:hover {
  color: #ababab !important;
}
.quicklinks a:hover,
.quicklinks a:active,
.quicklinks a:focus {
  color: #00b9eb !important;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
code,
kbd,
pre,
samp {
  font-family: "Questrial", serif;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
code {
  background-color: #eee;
  letter-spacing: 0.015em;
}
abbr {
  background-color: #A1D71A;
  color: #111;
  border-width: 2px;
}
mark,
.mark {
  color: #ffffff;
  background-color: #a4b4c4;
}
dfn {
  border-bottom: 1px dashed;
}
cite {
  font-style: normal;
}
blockquote {
  font-size: 14px;
  border: 0;
  padding: 10px 0 10px 20px;
  margin: 20px 0;
  font-style: italic;
  letter-spacing: 1px;
  overflow: hidden;
  background-color: #f6f6f6;
}
blockquote p {
  margin-bottom: 10px;
}
blockquote footer,
blockquote cite {
  font-size: 12px;
  color: #000000;
  font-weight: 700;
}
blockquote footer:before,
blockquote cite:before {
  content: '- ';
  color: #000000;
}
blockquote footer:after,
blockquote cite:after {
  content: ' ';
  color: #000000;
}
pre {
  line-height: 1.8em;
  padding: 15px;
  border: 1px solid #E4E4E4;
  font-style: italic;
  overflow: auto;
  white-space: pre-wrap;
  background-color: #f7f7f7;
  word-wrap: break-word;
  max-width: 100%;
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0;
}
input[type="search"],
input[type="text"],
input[type="url"],
input[type="number"],
input[type="password"],
input[type="email"],
input[type="file"],
select,
textarea {
  height: 40px;
  width: 100%;
  border: 1px solid #000000;
  padding: 0 10px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-appearance: none;
}
::-moz-selection {
  color: #f7f7f7;
  background-color: #222222;
}
::selection {
  color: #f7f7f7;
  background-color: #222222;
}
iframe {
  border: 0;
  max-width: 100%;
}
.image {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 65%;
}
.image img {
  display: none !important;
}
@keyframes fadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.fadeIn {
  animation-name: fadeIn;
}
@keyframes fadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.fadeOut {
  animation-name: fadeOut;
}
.mfp-zoom-in {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-in .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s ease-in-out;
  transform: scale(0.8);
}
.mfp-zoom-in.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-in.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-in.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-in.mfp-removing .mfp-with-anim {
  transform: scale(0.8);
  opacity: 0;
}
.mfp-zoom-in.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-horizontal {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-horizontal .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s;
  transform: translateX(-50px);
}
.mfp-move-horizontal.mfp-bg {
  opacity: 0;
  transition: all 0.3s;
}
.mfp-move-horizontal.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateX(0);
}
.mfp-move-horizontal.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-horizontal.mfp-removing .mfp-with-anim {
  transform: translateX(50px);
  opacity: 0;
}
.mfp-move-horizontal.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-move-from-top {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-move-from-top .mfp-content {
  vertical-align: top;
}
.mfp-move-from-top .mfp-with-anim {
  opacity: 0;
  transition: all 0.2s;
  transform: translateY(-100px);
}
.mfp-move-from-top.mfp-bg {
  opacity: 0;
  transition: all 0.2s;
}
.mfp-move-from-top.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: translateY(0);
}
.mfp-move-from-top.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-move-from-top.mfp-removing .mfp-with-anim {
  transform: translateY(-50px);
  opacity: 0;
}
.mfp-move-from-top.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-3d-unfold {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-3d-unfold .mfp-content {
  perspective: 2000px;
}
.mfp-3d-unfold .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform-style: preserve-3d;
  transform: rotateY(-60deg);
}
.mfp-3d-unfold.mfp-bg {
  opacity: 0;
  transition: all 0.5s;
}
.mfp-3d-unfold.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: rotateY(0deg);
}
.mfp-3d-unfold.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-3d-unfold.mfp-removing .mfp-with-anim {
  transform: rotateY(60deg);
  opacity: 0;
}
.mfp-3d-unfold.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}
.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  transform: scale(1.3);
}
.mfp-zoom-out.mfp-bg {
  opacity: 0;
  transition: all 0.3s ease-out;
}
.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  transform: scale(1);
}
.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}
.mfp-zoom-out.mfp-removing .mfp-with-anim {
  transform: scale(1.3);
  opacity: 0;
}
.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}
.mfp-zoom-out-cur {
  cursor: url(../images/cursor-light.png), auto;
}
.post .wp-caption,
.page .wp-caption {
  display: inline-block;
  max-width: 100%;
}
.post .wp-caption img,
.page .wp-caption img {
  position: relative;
  margin-bottom: 10px;
  top: 5px;
  width: 100% !important;
}
.post .wp-caption .wp-caption-text,
.page .wp-caption .wp-caption-text {
  font-size: 14px;
  font-style: italic;
  color: #000000;
  text-align: center;
  margin-top: 5px;
  margin-bottom: 10px;
}
.post .textwidget > p,
.page .textwidget > p,
.post .textwidget > .wp-caption,
.page .textwidget > .wp-caption {
  background-color: #ffffff;
  padding: 10px;
  margin-bottom: 15px;
}
.post .textwidget .wp-caption-text,
.page .textwidget .wp-caption-text {
  display: block;
  font-style: italic;
  text-align: center;
  padding: 15px 10px 5px 10px;
  font-size: 12px;
  margin-bottom: 0;
}
.post.sticky .post-content .title,
.page.sticky .post-content .title {
  position: relative;
  padding-left: 30px;
}
.post.sticky .post-content .title:after,
.page.sticky .post-content .title:after {
  content: '\f0c6';
  font-family: 'FontAwesome';
  display: block;
  position: absolute;
  width: 1.8em;
  text-align: center;
  border-radius: 50%;
  padding: 0;
  color: #000000;
  font-size: 16px;
  top: 0;
  left: 0;
  z-index: 9;
  pointer-events: none;
}
.post .gallery,
.page .gallery {
  margin-bottom: 20px !important;
  margin-left: -10px !important;
  margin-right: -10px !important;
  overflow: hidden;
}
.post .gallery .gallery-item,
.page .gallery .gallery-item {
  position: relative;
  padding: 10px;
  margin: 0 !important;
}
.post .gallery br,
.page .gallery br {
  display: none;
}
.post .gallery .gallery-caption,
.page .gallery .gallery-caption {
  position: absolute;
  padding: 10px 5px;
  left: 10px;
  right: 10px;
  bottom: 10px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  background-color: #000000;
  color: #ffffff;
  pointer-events: none;
}
.post .gallery a,
.page .gallery a {
  display: block;
}
.post .gallery a img,
.page .gallery a img {
  width: 100%;
  border: 0 !important;
}
.post .gallery-columns-1 .gallery-item,
.page .gallery-columns-1 .gallery-item {
  width: 100% !important;
}
.post .gallery-columns-2 .gallery-item,
.page .gallery-columns-2 .gallery-item {
  width: 50% !important;
}
.post .gallery-columns-3 .gallery-item,
.page .gallery-columns-3 .gallery-item {
  width: 33.3333333333% !important;
}
.post .gallery-columns-4 .gallery-item,
.page .gallery-columns-4 .gallery-item {
  width: 25% !important;
}
.post .gallery-columns-5 .gallery-item,
.page .gallery-columns-5 .gallery-item {
  width: 20% !important;
}
.post .gallery-columns-6 .gallery-item,
.page .gallery-columns-6 .gallery-item {
  width: 16.6666667% !important;
}
.post .gallery-columns-7 .gallery-item,
.page .gallery-columns-7 .gallery-item {
  width: 14.2857143% !important;
}
.post .gallery-columns-8 .gallery-item,
.page .gallery-columns-8 .gallery-item {
  width: 12.5% !important;
}
.post .gallery-columns-9 .gallery-item,
.page .gallery-columns-9 .gallery-item {
  width: 11.1111111111% !important;
}
.bypostauthor cite.fn:before {
  content: '\f005';
  font-family: 'FontAwesome';
  display: inline-block;
  margin-right: 5px;
}
.alignright {
  float: right;
  margin-left: 30px;
}
.alignleft {
  float: left;
  margin-right: 30px;
}
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.the-excerpt ol ul,
.the-excerpt ul ol,
.the-excerpt ul ul {
  padding-left: 20px;
}
.the-excerpt table,
.comment table {
  background-color: transparent;
  margin-bottom: 20px;
  max-width: 100%;
  width: 100%;
}
.the-excerpt table th,
.comment table th {
  text-align: left;
}
.the-excerpt table a,
.comment table a {
  color: inherit;
}
.the-excerpt table > thead > tr > th,
.comment table > thead > tr > th,
.the-excerpt table > tbody > tr > th,
.comment table > tbody > tr > th,
.the-excerpt table > tfoot > tr > th,
.comment table > tfoot > tr > th,
.the-excerpt table > thead > tr > td,
.comment table > thead > tr > td,
.the-excerpt table > tbody > tr > td,
.comment table > tbody > tr > td,
.the-excerpt table > tfoot > tr > td,
.comment table > tfoot > tr > td {
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  line-height: 1.42857;
  padding: 8px;
  vertical-align: top;
}
.the-excerpt table > thead > tr > th:last-child,
.comment table > thead > tr > th:last-child,
.the-excerpt table > tbody > tr > th:last-child,
.comment table > tbody > tr > th:last-child,
.the-excerpt table > tfoot > tr > th:last-child,
.comment table > tfoot > tr > th:last-child,
.the-excerpt table > thead > tr > td:last-child,
.comment table > thead > tr > td:last-child,
.the-excerpt table > tbody > tr > td:last-child,
.comment table > tbody > tr > td:last-child,
.the-excerpt table > tfoot > tr > td:last-child,
.comment table > tfoot > tr > td:last-child {
  border-right: 1px solid #000000;
}
.the-excerpt table > thead > tr:first-child,
.comment table > thead > tr:first-child,
.the-excerpt table > tbody > tr:first-child,
.comment table > tbody > tr:first-child,
.the-excerpt table > tfoot > tr:first-child,
.comment table > tfoot > tr:first-child {
  border-top: 1px solid #000000;
}
.the-excerpt table > thead > tr:last-child,
.comment table > thead > tr:last-child,
.the-excerpt table > tbody > tr:last-child,
.comment table > tbody > tr:last-child,
.the-excerpt table > tfoot > tr:last-child,
.comment table > tfoot > tr:last-child {
  border-bottom: 1px solid #000000;
}
.the-excerpt table > thead > tr > th {
  border-bottom: 1px solid #000000;
  vertical-align: bottom;
}
.the-excerpt table > caption + thead > tr:first-child > th,
.the-excerpt table > colgroup + thead > tr:first-child > th,
.the-excerpt table > thead:first-child > tr:first-child > th,
.the-excerpt table > caption + thead > tr:first-child > td,
.the-excerpt table > colgroup + thead > tr:first-child > td,
.the-excerpt table > thead:first-child > tr:first-child > td {
  border-top: 0 none;
}
.the-excerpt table > tbody + tbody {
  border-top: 2px solid #ddd;
}
.the-excerpt ul {
  list-style: inherit;
}
.the-excerpt ul li strong,
.the-excerpt ul li span,
.the-excerpt ul li em {
  line-height: inherit !important;
  font-size: inherit !important;
}
.post-password-form input[type=submit] {
  border: none;
  min-width: 100px;
  min-height: 40px;
  display: inline-block;
  padding: 0 25px;
  background-color: #000000;
  text-transform: uppercase;
  font-size: 11px;
  line-height: 2.5em;
  font-family: "Nunito Sans", serif;
  letter-spacing: 0.2em;
  color: #ffffff;
}
/* ===========  3. General  =========== */
body {
  margin: 0;
  padding: 0;
  font-family: "Questrial", serif;
  font-size: 14px;
  background: #ffffff;
  color: #000000;
  overflow-x: hidden;
  line-height: 24px;
  letter-spacing: 1.2px;
  word-spacing: 1px;
}
#main-content {
  position: relative;
  padding-top: 80px;
}
.admin-bar #header.header-fixed {
  margin-top: 32px;
}
.admin-bar .menu-close {
  top: 32px;
}
/* ===========  4. Header  =========== */
#header {
  border-bottom: 1px solid #d8d8d8;
  height: 80px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  background-color: #ffffff;
  -webkit-transition: background-color 0.3s ease-in-out;
  -moz-transition: background-color 0.3s ease-in-out;
  -ms-transition: background-color 0.3s ease-in-out;
  -o-transition: background-color 0.3s ease-in-out;
  transition: background-color 0.3s ease-in-out;
}
#header.header-fixed {
  position: fixed;
}
.logo-wrap a {
  display: inline-block;
  padding-top: 8px;
  padding-bottom: 30px;
}
.menu-mobile {
  position: relative;
  height: 80px;
  width: 62px;
  display: inline-block;
  float: right;
  cursor: pointer;
  -webkit-transform: translateX(22px);
  -moz-transform: translateX(22px);
  transform: translateX(22px);
}
.menu-mobile .item {
  width: 18px;
  height: 1px;
  background-color: #000000;
  position: absolute;
  right: 22px;
}
.menu-mobile .item-1 {
  top: 36px;
}
.menu-mobile .item-2 {
  top: 43px;
}
.menu-mobile .item-3 {
  bottom: 29px;
}
body.menu-active .main-menu {
  visibility: visible;
  opacity: 1;
}
body.menu-active .menu-list > li {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
body.menu-active .menu-mobile .item-2 {
  -webkit-transform: rotate(-30deg);
  -moz-transform: rotate(-30deg);
  transform: rotate(-30deg);
}
.menu-active .main-menu {
  cursor: url(../images/cursor.png), auto;
}
.main-menu {
  background-color: rgba(255, 255, 255, 0.95);
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: table;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  z-index: 11;
}
.main-menu nav {
  display: table-cell;
  vertical-align: middle;
  position: relative;
}
.main-menu .menu-list {
  display: block;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  cursor: auto;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
}
.main-menu .menu-list > li {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  transform: translateY(20px);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -ms-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  -o-transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
  display: block;
}
.main-menu .menu-list > li:nth-child(1) {
  transition-delay: 50ms;
}
.main-menu .menu-list > li:nth-child(2) {
  transition-delay: 100ms;
}
.main-menu .menu-list > li:nth-child(3) {
  transition-delay: 150ms;
}
.main-menu .menu-list > li:nth-child(4) {
  transition-delay: 200ms;
}
.main-menu .menu-list > li:nth-child(5) {
  transition-delay: 250ms;
}
.main-menu .menu-list > li:nth-child(6) {
  transition-delay: 300ms;
}
.main-menu .menu-list > li:nth-child(7) {
  transition-delay: 350ms;
}
.main-menu .menu-list > li:nth-child(8) {
  transition-delay: 350ms;
}
.main-menu ul,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .menu-list {
  font-family: "Nunito Sans", serif;
  font-size: 24px;
  color: #000000;
  text-transform: uppercase;
  line-height: 2em;
}
.main-menu .menu-list a {
  color: inherit;
  display: block;
}
.main-menu .sub-menu {
  display: none;
  color: #bbbbbb;
  font-size: 90%;
  line-height: 1.6em;
  text-transform: none;
}
.menu-close {
  position: absolute;
  top: 0;
  right: 40px;
  width: 80px;
  height: 80px;
  line-height: 80px;
  text-align: center;
}
#header .socials {
  font-size: 12px;
}
#header .socials a {
  display: inline-block;
  padding: 27px 5px 23px;
  float: left;
  opacity: 1;
}
#header .socials a:hover {
  color: inherit !important;
  opacity: 0.5;
}
#header .socials i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ebebeb;
}
#header .socials-mobile {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 11;
  cursor: url(../images/cursor.png), auto;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -moz-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -ms-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  -o-transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
  transition: visibility 0.3s ease-in-out, opacity 0.3s ease-in-out;
}
#header .socials-mobile .wrap-table {
  display: table;
  width: 100%;
  height: 100%;
  text-align: center;
}
#header .socials-mobile .inner {
  display: table-cell;
  vertical-align: middle;
}
#header .socials-mobile .inner-socials {
  padding-top: 40px;
  padding-bottom: 40px;
  cursor: auto;
  display: inline-block;
}
#header .socials-mobile a {
  width: 50px;
  height: 50px;
  line-height: 50px;
  display: inline-block;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-right: 15px;
  margin-bottom: 15px;
}
#header .socials-mobile a:last-child {
  margin-right: 0;
}
#header .popup-socials {
  opacity: 1 !important;
}
#slider-section .image {
  padding-bottom: 0;
}
#slider-section .item {
  position: relative;
}
#slider-section .item:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background-color: rgba(0, 0, 0, 0.1);
}
#slider-section .item-inner {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  width: 400px;
  max-width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 11;
  background-color: rgba(255, 255, 255, 0.5);
  padding: 10px;
}
#slider-section .item-content {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 50px 30px 40px 30px;
  -webkit-transition: padding 0.5s ease;
  -moz-transition: padding 0.5s ease;
  -ms-transition: padding 0.5s ease;
  -o-transition: padding 0.5s ease;
  transition: padding 0.5s ease;
}
#slider-section h2 {
  font-size: 24px;
  margin: 0;
}
#slider-section p.caption {
  margin-top: 10px;
}
#slider-section.classic .item {
  height: 600px;
}
#slider-section.classic .container {
  padding-top: 40px;
}
#slider-section.single-image .item {
  height: 600px;
}
#slider-section.single-image .map:after {
  content: normal;
}
#slider-section.single-image .map + .contact-via {
  display: none;
}
#slider-section.single-image .map .item-icon-left {
  line-height: 24px;
}
#slider-section.single-image .container {
  padding-top: 40px;
}
.owl-dots {
  position: absolute;
  bottom: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 12;
}
.owl-dots .owl-dot {
  width: 60px;
  height: 40px;
  float: left;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  border-bottom: 3px solid #dedede;
  color: #dedede;
  margin-right: 5px;
  -webkit-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  -ms-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, border-bottom 0.3s ease-in-out;
}
.owl-dots .owl-dot:last-child {
  margin-right: 0;
}
.owl-dots .owl-dot.active {
  color: #000000;
  border-bottom: 3px solid #000000;
}
/* ===========  5. Portfolio & Gallery  =========== */
.portfolio {
  padding-top: 100px;
  padding-bottom: 100px;
}
.controls {
  font-size: 18px;
  margin-bottom: 60px;
}
.controls ul {
  display: inline-block;
}
.controls ul,
.controls li {
  list-style: none;
  margin: 0;
  padding: 0;
}
.controls li {
  float: left;
}
.controls li a {
  display: block;
  padding-left: 10px;
  padding-right: 10px;
  line-height: 28px;
  margin-left: 5px;
  margin-right: 5px;
  position: relative;
}
.controls li a:after {
  content: normal;
  position: absolute;
  top: 100%;
  left: 50%;
  width: 18px;
  height: 1px;
  background-color: #000000;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  transform: translateX(-50%);
}
.controls li a.active:after {
  content: '';
}
.container {
  max-width: 1000px;
}
.grids {
  margin-left: -15px;
  margin-right: -15px;
  overflow: hidden;
}
.grids:after {
  content: '';
  clear: both;
  display: block;
}
.grids .grid-sizer {
  width: 33.333333%;
}
.grids .grid-item {
  position: relative;
  padding-left: 15px;
  padding-right: 15px;
  width: 33.333333%;
  display: inline-block;
  margin-bottom: 30px;
}
.grids .grid-item:hover .caption {
  visibility: visible;
  opacity: 1;
}
.grids .grid-item:hover .title,
.grids .grid-item:hover .more,
.grids .grid-item:hover .cat {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
}
.grids.grid-2-column .grid-sizer {
  width: 50%;
}
.grids.grid-2-column .grid-item {
  width: 50%;
}
.grids.grid-4-column .grid-sizer {
  width: 25%;
}
.grids.grid-4-column .grid-item {
  width: 25%;
}
.grids.equals .image {
  padding-bottom: 120%;
}
.grids.dark .caption {
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
}
.grids.dark .title {
  color: #ffffff;
}
.grids.dark .cat {
  color: #ffffff;
}
.grids.dark .cat a {
  color: inherit;
}
.grids.effect-drop .title,
.grids.effect-drop .cat,
.grids.effect-drop .more {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  transform: translateY(-50px);
}
.grids.effect-none .title,
.grids.effect-none .cat,
.grids.effect-none .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grids.effect-zoom-in .title,
.grids.effect-zoom-in .cat,
.grids.effect-zoom-in .more {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: none;
  -moz-transition: none;
  -ms-transition: none;
  -o-transition: none;
  transition: none;
}
.grids.effect-zoom-in .caption {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.grids.effect-zoom-in .grid-item:hover .caption {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}
.grids ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
.grids ul li {
  display: inline-block;
}
.grids .caption {
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
  background-color: rgba(255, 255, 255, 0.9);
  position: absolute;
  height: 100%;
  top: 0;
  left: 15px;
  right: 15px;
  bottom: 0;
  z-index: 10;
  overflow: hidden;
  visibility: hidden;
  opacity: 0;
}
.grids .caption-inner {
  top: 50%;
  left: 0;
  right: 0;
  text-align: center;
  padding: 20px;
  position: absolute;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  transform: translateY(-50%);
  transition-delay: 300ms;
}
.grids .title {
  font-size: 18px;
  margin: 0;
  font-weight: 700;
  padding-bottom: 5px;
  letter-spacing: 2px;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px);
}
.grids .title:last-child {
  padding-bottom: 0;
}
.grids .cat {
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  visibility: hidden;
  opacity: 0;
  -webkit-transform: translateY(15px);
  -moz-transform: translateY(15px);
  transform: translateY(15px);
}
.grids .cat li a:after {
  content: ',';
}
.grids .cat li:last-child a:after {
  content: normal;
}
.grids .more {
  margin-top: 15px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -moz-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -ms-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -o-transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  transition: visibility 0.4s ease-in-out, opacity 0.4s ease-in-out, transform 0.4s ease-in-out;
  -webkit-transform: translateY(25px);
  -moz-transform: translateY(25px);
  transform: translateY(25px);
}
.grids .more a {
  background-color: rgba(0, 0, 0, 0.65);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  line-height: 30px;
  font-size: 10px;
  display: inline-block;
  margin-right: 16px;
  color: #ffffff;
}
.grids .more a:first-child {
  margin-right: 0;
}
.grids.classic .media {
  position: relative;
}
.grids.classic .caption {
  left: 0;
  right: 0;
}
.grids.classic .grid-more {
  padding-top: 20px;
  padding-left: 5px;
}
.grids.classic .title,
.grids.classic .cat {
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  visibility: visible;
  opacity: 1;
}
.grids.classic .more a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
}
.images-project {
  margin-top: 40px;
}
.images-project a .image,
.images-project a img {
  margin-bottom: 20px;
}
.images-project a:last-child .image,
.images-project a:last-child img {
  margin-bottom: 0;
}
.images-project a .image {
  opacity: 1;
}
.images-project a .image:hover {
  opacity: 0.8;
}
.images-project .owl-dots {
  position: static;
  -webkit-transform: none;
  -moz-transform: none;
  transform: none;
  text-align: center;
}
.images-project .owl-dots .owl-dot {
  width: 30px;
  display: inline-block;
  float: none;
  border-bottom-width: 4px;
}
.navigation {
  margin-top: 40px;
  padding-top: 9px;
  padding-bottom: 9px;
}
.navigation:after {
  content: '';
  clear: both;
  display: block;
}
.navigation i {
  font-size: 24px;
}
.navigation .previous {
  line-height: 24px;
  display: inline-block;
  float: right;
}
.navigation .previous:before {
  content: '|';
  margin-right: 5px;
}
.navigation .previous:after {
  content: '\f105';
  font-family: FontAwesome;
  font-size: 18px;
  margin-left: 10px;
  line-height: inherit;
  display: inline-block;
  position: relative;
  top: 1px;
}
.navigation .previous:last-child:before {
  content: normal;
}
.navigation .next {
  line-height: 24px;
  display: inline-block;
  float: right;
}
.navigation .next:before {
  content: '\f104';
  font-family: FontAwesome;
  font-size: 18px;
  margin-right: 10px;
  line-height: inherit;
  display: inline-block;
  position: relative;
  top: 1px;
}
.navigation .next:after {
  content: '|';
  margin-left: 5px;
}
.navigation .next:first-child:after {
  content: normal;
}
/* ===========  6. Posts  =========== */
#wrap-posts {
  padding-top: 80px;
  padding-bottom: 80px;
}
#wrap-posts article {
  margin-top: 60px;
}
#wrap-posts article:first-child {
  margin-top: 0;
}
#wrap-posts .portfolio {
  padding: 0;
}
#wrap-posts .cat {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-bottom: 10px;
}
#wrap-posts .post-media {
  margin-bottom: 40px;
}
#wrap-posts .title {
  margin: 0;
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 10px;
}
#wrap-posts .post-content .cat a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ebebeb;
  margin-bottom: 5px;
}
#wrap-posts .post-content .post-tags:after {
  content: '';
  clear: both;
  display: block;
}
#wrap-posts .post-content .post-tags span {
  float: left;
  margin-right: 6px;
}
#wrap-posts .post-content .post-tags a {
  color: #bbbbbb;
  float: left;
  font-style: italic;
  opacity: 1;
}
#wrap-posts .post-content .post-tags a:after {
  content: ',';
  margin-right: 5px;
}
#wrap-posts .post-content .post-tags a:hover {
  opacity: 0.5;
}
#wrap-posts .post-content .post-tags a:last-child:after {
  content: normal;
}
#wrap-posts .post-content .post-share {
  margin-top: 40px;
}
#wrap-posts .post-content .post-share .kd-sharing-post-social {
  display: inline-block;
}
#wrap-posts .post-content .post-share a {
  display: inline-block;
  width: 36px;
  height: 36px;
  text-align: center;
  line-height: 36px;
  background-color: #ebebeb;
  border-radius: 50%;
  float: left;
  margin-right: 8px;
}
#wrap-posts .post-content .post-share a:last-child {
  margin-right: 0;
}
#wrap-posts .the-excerpt {
  margin-top: 20px;
}
#wrap-posts .post-details > * {
  margin-right: 10px;
  color: #bbbbbb;
}
#wrap-posts .post-details > *:last-child {
  margin-right: 0;
}
#wrap-posts .post-author {
  text-transform: capitalize;
}
#wrap-posts .post-author:before {
  content: '\f007';
  font-family: FontAwesome;
  margin-right: 5px;
}
#wrap-posts .post-date:before {
  content: '\f017';
  font-family: FontAwesome;
  margin-right: 5px;
}
#wrap-posts .read-more {
  display: inline-block;
  min-width: 100px;
  padding: 6px 20px;
  line-height: 24px;
  background-color: #000000;
  color: #ffffff;
  font-size: 13px;
  margin-top: 20px;
}
.pagination-wrap {
  margin-top: 60px;
  text-align: center;
}
.pagination-wrap ul,
.pagination-wrap li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.pagination-wrap ul {
  display: inline-block;
}
.pagination-wrap li {
  display: inline-block;
  float: left;
}
.pagination-wrap a,
.pagination-wrap span {
  display: inline-block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #ebebeb;
  border-radius: 50%;
  margin-right: 8px;
}
.pagination-wrap a.current,
.pagination-wrap span.current {
  color: #ffffff;
  background-color: #000000;
}
.post-tags {
  margin-top: 20px;
}
#comments {
  margin-top: 60px;
}
#comments .title {
  margin-bottom: 30px;
  border-left: 3px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}
#comments .comment-list {
  padding: 0;
  list-style: none;
}
#comments ul.children {
  list-style: none;
}
#comments .comment-list > li:last-child > .comment-body {
  margin-bottom: 0;
}
#comments .comment-body {
  margin-bottom: 20px;
}
#comments .comment-body:after {
  content: '';
  clear: both;
  display: block;
}
#comments .comment-avatar {
  width: 80px;
  height: 80px;
  padding-bottom: 0;
  float: left;
  overflow: hidden;
}
#comments .comment-head {
  padding-bottom: 10px;
}
#comments .comment-context {
  margin-left: 80px;
  padding-left: 20px;
}
#comments .comment-author {
  font-size: 12px;
  font-family: "Nunito Sans", serif;
  letter-spacing: 1px;
  color: #000000;
  text-transform: uppercase;
  display: inline;
  line-height: 1.2em;
  font-weight: 700;
}
#comments .comment-date {
  font-size: 12px;
  font-style: italic;
  color: #999999;
  letter-spacing: 1px;
}
#comments .comment-date:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}
#comments .reply {
  text-align: right;
  font-size: 14px;
  color: #999999;
}
#comments .reply a {
  color: inherit !important;
}
#comments .reply span {
  margin-right: 10px;
}
#comments .reply span:last-child {
  margin-right: 0;
}
#comments .comment-content p:last-child {
  margin-bottom: 10px;
}
#comments .children {
  padding-left: 30px;
}
#comments .children .children .children {
  padding-left: 0;
}
#cancel-comment-reply-link {
  text-transform: capitalize;
  letter-spacing: 0;
}
#respond {
  margin-top: 60px;
}
#respond .title {
  margin-bottom: 30px;
  border-left: 3px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
}
#respond .contact-item {
  margin-bottom: 20px;
}
#respond .form-submit {
  margin-bottom: 0;
}
#respond input,
#respond textarea {
  background-color: #f6f6f6;
  border: none;
}
#respond .form-message {
  height: 120px;
}
#respond textarea {
  height: 120px;
  padding-top: 10px;
  resize: none;
}
#respond .submit {
  width: 100%;
  border: none;
  height: 40px;
  background-color: #000000;
  color: #ffffff;
  text-transform: uppercase;
  -webkit-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  -ms-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
#respond .submit:hover {
  opacity: 0.8;
}
.post_404_not_found {
  text-align: center;
  margin-bottom: 0;
  background-color: #ffffff;
  padding-top: 50px;
  padding-bottom: 50px;
}
.page_title_404 {
  font-size: 250px;
  margin: 0;
  line-height: normal;
}
.page_title_404 span {
  color: #000000;
}
.page_sub_title_404 {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8em;
}
.page_message_404 {
  padding-top: 12px;
  font-style: italic;
}
.post_404_not_found .widget_search {
  width: 60%;
  margin: 0 auto;
}
.go-to-home {
  font-size: 12px;
  line-height: 1.8;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
  padding-top: 30px;
}
.go-to-home a {
  display: inline-block;
  color: #ffffff;
  background-color: #000000;
  cursor: pointer;
  letter-spacing: 2px;
  padding: 12px 30px;
}
/* ===========  7. Footer  =========== */
#footer {
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #ebebeb;
}
#footer .logo-wrap {
  padding-top: 0;
}
#footer .socials {
  font-size: 12px;
  display: inline-block;
}
#footer .socials a {
  display: inline-block;
  float: left;
  opacity: 1;
  margin-right: 10px;
}
#footer .socials a:last-child {
  margin-right: 0;
}
#footer .socials a:hover {
  color: inherit !important;
  opacity: 0.5;
}
#footer .socials i {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  border-radius: 50%;
  background-color: #ffffff;
}
/* ===========  8. Widgets  =========== */
.widget-title {
  border-left: 3px solid #000000;
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  padding-left: 10px;
  margin-bottom: 20px;
}
.widget {
  margin-bottom: 50px;
}
.widget .screen-reader-text {
  display: none;
}
.widget ul {
  list-style: square;
  margin: 0;
  padding-left: 14px;
}
.widget ul li {
  padding-bottom: 5px;
}
.widget ul li:last-child {
  padding-bottom: 0;
}
.widget label {
  display: block;
  margin-bottom: 10px;
}
.widget select {
  display: block;
  width: 100%;
}
.widget .sub-menu {
  padding-top: 5px;
  padding-bottom: 0;
}
.widget #wp-calendar {
  width: 100%;
}
.widget #wp-calendar caption {
  text-align: right;
  font-size: 12px;
  margin-bottom: 15px;
  padding-top: 0;
  padding-bottom: 8px;
}
.widget #wp-calendar thead {
  font-size: 12px;
}
.widget #wp-calendar thead th {
  padding-bottom: 10px;
  text-align: center;
}
.widget #wp-calendar tfoot #prev {
  font-size: 10px;
  text-transform: uppercase;
  padding-top: 10px;
}
.widget #wp-calendar tr td {
  border-left: 0;
  padding: 10px;
}
.widget #wp-calendar tbody td {
  background: #ffffff;
  border: 1px solid #ffffff;
  text-align: center;
  padding: 8px;
}
.widget #wp-calendar #today a {
  font-weight: 700;
}
.widget #wp-calendar tfoot {
  display: none;
}
.widget .recentcomments .comment-author-link {
  text-transform: capitalize;
}
.widget .recentcomments a {
  color: #000000;
}
.widget .rsswidget {
  color: #000000;
}
.widget.widget_search .wrap-search {
  position: relative;
}
.widget.widget_search .search-field {
  border-color: #000000;
}
.widget.widget_search .search-submit {
  font-family: 'FontAwesome';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000000;
  border: 1px solid transparent;
  width: 50px;
  display: inline-block;
  color: #ffffff;
}
.widget.widget_nav_menu ul ul {
  padding-left: 15px;
}
.widget:last-child {
  margin-bottom: 0;
}
.widget.kd-about img + .widget-content {
  margin-top: 20px;
}
.widget.kd-follow .widget-follow-content:after {
  content: '';
  clear: both;
  display: block;
}
.widget.kd-follow a {
  width: 36px;
  height: 36px;
  line-height: 36px;
  text-align: center;
  border-radius: 50%;
  background-color: #ebebeb;
  display: inline-block;
  float: left;
  margin-right: 8px;
  margin-bottom: 5px;
}
.widget.kd-follow a:last-child {
  margin-right: 0;
}
.widget.widget_tag_cloud a {
  display: inline-block;
  padding: 3px 10px;
  background-color: #ebebeb;
  margin-bottom: 5px;
  font-size: 14px !important;
}
.widget.kd-contact .item-icon-left {
  margin-bottom: 5px;
}
.widget.kd-contact .item-icon-left:last-child {
  margin-bottom: 0;
}
.widget.kd-contact .item-icon-left i {
  display: inline-block;
  width: 24px;
}
/* ===========  9. Preloader  =========== */
.preloader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #ffffff;
  visibility: visible;
  opacity: 1;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -ms-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.preloader.deactivate {
  visibility: hidden;
  opacity: 0;
}
.preloader-1 {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  box-shadow: 1px 1px 0 0 #000000;
  animation: 3s loading infinite;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.preloader_2 {
  width: 40px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.kd-circle {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #000000;
  opacity: 0.6;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: kd-bounce 2.4s infinite ease-in-out;
  -moz-animation: kd-bounce 2.4s infinite ease-in-out;
  -ms-animation: kd-bounce 2.4s infinite ease-in-out;
  -o-animation: kd-bounce 2.4s infinite ease-in-out;
  animation: kd-bounce 2.4s infinite ease-in-out;
}
.kd-circle-2 {
  animation-delay: -1.2s;
}
@keyframes kd-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}
@keyframes loading {
  0% {
    transform: rotate(0);
    box-shadow: 1px 1px 0 0 #000000;
  }
  25% {
    transform: rotate(180deg);
    box-shadow: 0 0 1px 0 #000000;
  }
  50% {
    transform: rotate(360deg);
    box-shadow: -1px -1px 0 0 #000000;
  }
  75% {
    transform: rotate(540deg);
    box-shadow: 0 0 1px 0 #000000;
  }
  100% {
    transform: rotate(720deg);
    box-shadow: 1px 1px 0 0 #000000;
  }
}
@media screen and (max-width: 991px) {
  #slider-section .image {
    max-height: 500px;
  }
  .admin-bar .menu-close {
    right: 0;
  }
}
@media screen and (max-width: 767px) {
  #header .socials-mobile.active {
    visibility: visible;
    opacity: 1;
  }
  .grids .grid-sizer {
    width: 100% !important;
  }
  .grids .grid-item {
    width: 100% !important;
  }
  .controls li {
    display: block;
    float: none;
    margin-bottom: 5px;
  }
  .controls li:last-child {
    margin-bottom: 0;
  }
  .sidebar {
    margin-top: 60px;
  }
  #comments .children {
    padding-left: 0;
  }
  .page_title_404 {
    font-size: 120px;
  }
}
