/*=========================================================================

1. Reset CSS
2. Typography
3. General
4. Header
5. Posts
6. Footer
7. Preload
8. Responsive

=========================================================================*/
/* =========== 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%;
  background-color: #e1e6ed;

}
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: #ababab;
  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: #333333;
}
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 #333333;
  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-style: dotted;
  outline-color: gray;
  outline-width: 1px;
  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: #ababab;
}
input:-moz-placeholder,
textarea:-moz-placeholder {
  color: #ababab;
}
/* =========== 2. Typography  =========== */
h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-weight: 600;
  line-height: 1.2em;
  margin-top: 0;
}
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: #ababab;
  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: #000000 ;
}
.quicklinks a:hover,
.quicklinks a:active,
.quicklinks a:focus {
  color: #00b9eb ;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
code,
kbd,
pre,
samp {
  -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 {
  position: relative;
  border: 0;
  padding: 0 0 0 40px;
  margin: 20px 0;
  font-style: italic;
  overflow: hidden;
  font-size: 13px;
}
blockquote p:last-child {
  margin-bottom: 0;
}

blockquote footer,
blockquote cite {
  font-size: 12px;
  color: #333333;
  font-weight: 700;
}
blockquote footer:before,
blockquote cite:before {
  content: '- ';
  color: #333333;
}
blockquote footer:after,
blockquote cite:after {
  content: ' ';
  color: #333333;
}
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: 36px;
  width: 100%;
  border: 1px solid #ababab;
  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%;
}
.btn {
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: 1px;
    border-radius: 2px;
    font-weight: 600;
    padding: 0.6rem 0.8rem;
}
.btn-outline-custom {
    background-color: transparent;
    background-image: none;
}

/*ScrollBar*/
.custom-nav{
  height: 420px;
  max-height: 60%;
}
.main-menu:hover .custom-nav{
    overflow-y: auto;
    overflow-x: hidden;
}
.menu-list{
  min-height: 300px;
}
.main-menu:hover .custom-nav::-webkit-scrollbar-track{
  -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
  background-color: #F5F5F5;
}

.main-menu:hover .custom-nav::-webkit-scrollbar{
  width: 6px;
  background-color: #F5F5F5;
}

.main-menu:hover .custom-nav::-webkit-scrollbar-thumb{
  background-color: #000000;
}
/* ===========  3. General  =========== */
body {
  font-family: 'Nunito Sans', sans-serif;
  background: #f0f4f7;
  font-weight: 300;
  color: #313131;
}
.block-mobile {
  display: none;
  margin-bottom: 60px;
}
.block-mobile .menu-mobile {
    width: 35px;
    height: 35px;
    display: inline-block;
}
.block-mobile .menu-mobile button{
  padding: 0;
  border: 0;
  background: transparent;
  height: 20px;
  width: 20px;
  position: relative;
}
.block-mobile .menu-mobile .item {
  display: block;
  width: 22px;
  height: 2px;
  background-color: #000000;
  position: absolute;
}
.block-mobile .menu-mobile .item-1 {
  top: 0;
}
.block-mobile .menu-mobile .item-2 {
  top: calc(50% - 1px);
}
.block-mobile .menu-mobile .item-3 {
  bottom: 0;
}
.block-mobile .logo {
  padding-bottom: 0;
  padding-top: 10px;
  text-align: left;
  display: inline-block;
}
.hide-menu {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 998;
  background-color: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: visibility 0.3s ease, opacity 0.3s ease;
  -moz-transition: visibility 0.3s ease, opacity 0.3s ease;
  -ms-transition: visibility 0.3s ease, opacity 0.3s ease;
  -o-transition: visibility 0.3s ease, opacity 0.3s ease;
  transition: visibility 0.3s ease, opacity 0.3s ease;
}
/* ===========  4. Header  =========== */
.header {
  width: 280px;
  z-index: 10;
  bottom: 0;
  margin-top: 0;
  padding-bottom: 30px;
  position: absolute;
  top: 0;
}
.affix{
  position: fixed;
}

.header-text {
  margin-bottom: 50px;
}
.header-text blockquote {
  font-size: 16px;
  padding-left: 50px;
}
.header-text blockquote:before {
  font-size: 30px;
}
.menu-left .header {
  text-align: left;
}
.menu-left .main-menu .sub-menu {
  padding-left: 0;
  padding-right: 20px;
  right: 100%;
  left: auto;
  text-align: right;
}

.main-menu {
  padding: 0 0 0 20px;
  list-style-type: none;
}
.main-menu ul,
.main-menu li {
  list-style: none;
  padding: 0;
  margin: 0;
}
.main-menu .menu-list > li > a {
  color: #000;
  display: block;
  padding: 10px 15px;
  text-decoration: none !important;
  margin: 2px 0;
  font-size: 1rem;
  position: relative;
  font-weight: 600;
  transition: all 0.5s;
}
.main-menu .active a {
  color: #000000;
}
.main-menu li {
  position: relative;
}

.main-menu .sub-menu li {
  padding-left: 20px;
  padding-right: 20px;
}
.main-menu .sub-menu li:first-child {
  padding-top: 10px;
}
.main-menu .sub-menu li:last-child {
  padding-bottom: 10px;
}
.main-menu .sub-menu a {
  font-size: 14px;
  padding: 5px 0;
  display: block;
  color: #222222;
}

.dropdown-plus {
  background: transparent;
  border: 0;
  padding: 0;
  position: absolute;
  width: 15px;
  height: 15px;
  top: 17px;
  right: 35px;
}
.main-menu .sub-menu .dropdown-plus{
  top: 7px;
}
.dropdown-plus:before,
.dropdown-plus:after {
  position: absolute;
  content: '';
  width: 11px;
  height: 1px;
  background-color: #8a8a8a;
  left: 2px;
  top: 7px;
}

.dropdown-plus:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.main-menu li>ul{
    display: none;
}
.main-menu li:focus-within > ul, 
.main-menu li:focus > ul, 
.main-menu li:hover > ul {
    visibility: visible;
    opacity: 1;
}
.main-menu li:focus-within > ul{
    display: block!important;
}
.dropdown-plus.dropdown-open:after{
  opacity: 0;
}
.logo{
  padding: 30px;
}
.logo a {
  font-size: 30px;
  color: #000000;
  text-transform: uppercase;
  font-weight: 900;
}
.logo p,
.logo h1,
.logo h2{
  margin: 0;
  line-height: normal;
}
.logo .site-description{
  font-size: 12px;
}
.bottom-header{
  position: absolute;
  bottom: 0;
  width: 100%;
  background: #f0f4f7;
}

/*
# Top Social
 ----------------------------------------*/

.dulcie-social-menu {
    margin: 0;
    padding: 0;
}

.dulcie-social-menu li {
    display: inline;
    padding: 0 5px;
}

.dulcie-social-menu li a {
    font-size: 0;
    color: transparent;
    line-height: 40px;
    display: inline-block;
}

.dulcie-social-menu li a:hover {
    color: #000000;
}

.social-links li:last-child {
    margin-right: 0;
}

.dulcie-social-menu li a:before {
  content: "";
  font-family: FontAwesome, sans-serif;
  font-size: 14px;
  transition: color 0.3s ease-in-out 0s;
  vertical-align: middle;
  color: #68686d;
}
.header-mobile .dulcie-social-menu li a:before{
    border: none;
} 

.dulcie-social-menu li a[href*="facebook.com"]:before {
    content: "\f09a";
}

.dulcie-social-menu li a[href*="twitter.com"]:before {
    content: "\f099";
}

.dulcie-social-menu li a[href*="linkedin.com"]:before {
    content: "\f0e1";
}

.dulcie-social-menu li a[href*="plus.google.com"]:before {
    content: "\f0d5";
}

.dulcie-social-menu li a[href*="youtube.com"]:before {
    content: "\f167";
}

.dulcie-social-menu li a[href*="dribbble.com"]:before {
    content: "\f17d";
}

.dulcie-social-menu li a[href*="pinterest.com"]:before {
    content: "\f0d2";
}

.dulcie-social-menu li a[href*="bitbucket.org"]:before {
    content: "\f171";
}

.dulcie-social-menu li a[href*="github.com"]:before {
    content: "\f113";
}

.dulcie-social-menu li a[href*="codepen.io"]:before {
    content: "\f1cb";
}

.dulcie-social-menu li a[href*="flickr.com"]:before {
    content: "\f16e";
}

.dulcie-social-menu li a[href$="/feed/"]:before {
    content: "\f09e";
}

.dulcie-social-menu li a[href*="foursquare.com"]:before {
    content: "\f180";
}

.dulcie-social-menu li a[href*="instagram.com"]:before {
    content: "\f16d";
}

.dulcie-social-menu li a[href*="tumblr.com"]:before {
    content: "\f173";
}

.dulcie-social-menu li a[href*="reddit.com"]:before {
    content: "\f1a1";
}

.dulcie-social-menu li a[href*="vimeo.com"]:before {
    content: "\f194";
}

.dulcie-social-menu li a[href*="digg.com"]:before {
    content: "\f1a6";
}

.dulcie-social-menu li a[href*="twitch.tv"]:before {
    content: "\f1e8";
}

.dulcie-social-menu li a[href*="stumbleupon.com"]:before {
    content: "\f1a4";
}

.dulcie-social-menu li a[href*="delicious.com"]:before {
    content: "\f1a5";
}

.dulcie-social-menu li a[href*="mailto:"]:before {
    content: "\f0e0";
}

.dulcie-social-menu li a[href*="skype.com"]:before {
    content: "\f17e";
}

.dulcie-social-menu li a[href*="dribble.com"]:before {
    content: "\f17d";
}

.socials .fa-search {
  color: #000000;
}
.search-box {
    position: relative;
    padding: 12px 0 15px 15px;
}
.search-form{
  position: absolute;
  right: 0;
  top: 0;
}
.search-form label{
  position: relative;
  height: 32px;
  padding: 0 2px;
  z-index: 1;
  margin: 0;
}
.search-form label:before {
  position: absolute;
  top: 6px;
  right: 0;
  z-index: 20;
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f002";
  speak: never;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.search-field{
  display: inline-block;
  float: none;
  position: relative;
  z-index: 30;
  height: 24px !important;
  width: 0 !important;
  max-width: none;
  padding: 3px!important;
  margin: 0;
  color: #c3c4c7;
  background-color: rgba(255,255,255,0);
  border: none !important;
  outline: 0;
  cursor: pointer;
  box-shadow: none;
  box-sizing: border-box;
  transition-duration: .4s;
  transition-property: width,background;
  transition-timing-function: ease;
}
.search-field:focus {
    z-index: 10;
    color: #000;
    width: 200px!important;
    background-color: rgba(255,255,255,.9);
    cursor: text;
    border: 0;
}
.search-submit{
  display: none;
}



.box-search {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background-color: #ffffff;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  -moz-transition: opacity 0.3s ease, visibility 0.3s ease;
  -ms-transition: opacity 0.3s ease, visibility 0.3s ease;
  -o-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}
.box-search input[type="search"] {
  height: 50px;
  font-size: 24px;
  padding-top: 0;
  border: none;
  border-bottom: 1px solid #000000;
}
.box-search.active {
  opacity: 1;
  visibility: visible;
}

.btn-close {
  width: 40px;
  height: 40px;
  display: inline-block;
  cursor: pointer;
  font-size: 24px;
  color: #000000;
  line-height: 48px;
  text-align: center;
  display: none;
}
.btn-close:before {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  -webkit-transform: rotate(44deg) translate(26px, 10px);
  -moz-transform: rotate(44deg) translate(26px, 10px);
  transform: rotate(44deg) translate(26px, 10px);
}
.btn-close:after {
  content: '';
  width: 20px;
  height: 2px;
  background-color: #000000;
  display: block;
  -webkit-transform: rotate(-46deg) translate(-10px, 24px);
  -moz-transform: rotate(-46deg) translate(-10px, 24px);
  transform: rotate(-46deg) translate(-10px, 24px);
}
.active .btn-close{
  display: inline-block;
}
.copy-right-box{
  padding: 0 30px;
}
.copy-right-box,
.copyright {
  font-size: 13px;
  color: #ababab;
}

/* ===========  RIGHT PAGE  =========== */
.page-wrapper {
    margin-left: 280px;
    background-color: #ffffff;
    padding: 30px 20px;
}

/* ===========  6. Posts  =========== */
.page-title h1,
.page-title h2, 
.page-title h3 {
    line-height: 50px;
    font-weight: 700;
}
.archive-title{
  font-size: 30px;
  text-transform: capitalize;
}
.post {
  margin-bottom: 40px;
}
.post + .post {
    border-top: 1px solid rgba(238, 238, 238, .7);
    padding-top: 50px;
}
.post:last-child {
  margin-bottom: 0;
}

.single .post .post-content p a,
.single .post .post-content h1 a,
.single .post .post-content h2 a,
.single .post .post-content h3 a,
.single .post .post-content h4 a,
.single .post .post-content h5 a,
.single .post .post-content h6 a,
.single .post .post-content .the-content ul li a, 
.single .post .post-content .the-content ol li a{
  text-decoration: underline;
}
.search-empty {
  margin-top: 30px;
}
.title {
  margin-top: 0;
  margin-bottom: 5px;
  line-height: normal;
  color: #000000;
  font-size: 22px;
}
.post-heading-wrap{
  margin-bottom: 30px;
}
.post-heading-wrap .title{
  margin-bottom: 10px;
}
.post-details {
    list-style: none;
    padding: 0;
    margin: 0;
    opacity: .7;
    color: #000;
    font-weight: 600;
    margin-bottom: 20px;
}

.post-details > li {
    display: inline-block;
    margin-right: 30px;
    font-size: 14px;
}
.post-details > li i{
  margin-right: 5px;
}

.post-details > li:last-child {
    margin-right: 0;
}

.post .post-details a,
.post-details a {
    color: #000;
    transition: all 0.5s;
    font-weight: 600;
}
.post-media{
  -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    margin: 0 0 25px;
}
.post-content p, 
.post-content ul, 
.post-content ol {
    margin: 0 0 20px;
    line-height: 26px;
    font-size: 15px;
}
.the-content p:last-child {
  margin-bottom: 0;
}
.the-content ul,
.the-content ol {
  font-size: 13px;
  font-style: italic;
  padding-left: 20px;
}
.the-content ul li,
.the-content ol li {
  margin-bottom: 5px;
}
.the-content ul > li:last-child,
.the-content ol > li:last-child {
  margin-bottom: 0;
}
.post-footer {
  margin-top: 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.single-tags{
  margin-bottom: 0;
}

.single-tags > span{
  font-weight: 600;
  margin-right: 10px;
}
.cat strong {
  margin-right: 5px;
}
.cat a {
  color: #000000;
}
.cat a:after {
  content: ',';
  margin-right: 5px;
}
.cat a:last-child:after {
  content: normal;
}
.post-tags a {
  opacity: 1;
  display: inline-block;
  color: #000000;
}
.post-tags a:before {
  margin-left: 5px;
  content: '#';
}
.post-tags a:first-child:before {
  margin-left: 0;
}
.post-tags a:hover {
  opacity: 0.8;
}
.post-share {
  text-align: center;
  padding-top: 10px;
}
.post-share a {
  color: #000000;
  margin-left: 5px;
  margin-right: 5px;
}
.the-excerpt {
  margin: 20px 0;
}
.post-navigation {
  margin: 30px 0;
}
.post-navigation .nav-links{
  padding: 20px;
  border: 1px solid #eeeeee;
}
.post-navigation a{
  color: #333;
  font-size: 15px;
  font-weight: 700;
}

@media (max-width:767px){
  .post-footer{
    display: block;
    text-align: left;
  }
  .post-footer div{
    margin-bottom: 20px;
  }
}
#comments {
  margin-top: 30px;
}
.comment-reply-title{
  margin-top: 0;
  margin-bottom: 5px;
  line-height: 24px;
  color: #000000;
  font-size: 24px;
  letter-spacing: 1px;
}
#comments .comment-list,
#comments .children {
  list-style: none;
}
#comments .comment-list,
#comments .comment{
  margin-top: 50px;
}
#comments .comments-inner {
  margin-top: 30px;
}
#comments .comments-inner + #respond {
  margin-top: 50px;
}
#comments .comment-list {
  padding-left: 0;
  margin: 0;
}
#comments .children {
  padding-left: 30px;
}
#comments .comment-avatar {
  width: 60px;
  height: 60px;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  overflow: hidden;
  float: left;
}
#comments .comment-context {
  margin-left: 60px;
  padding-left: 20px;
}
#comments .comment-context .title {
  font-size: 16px;
  display: inline-block;
}
#comments .comment-content p:last-child {
  margin-bottom: 0;
}
#comments .comment-date {
  color: #ababab;
  font-size: 14px;
  font-style: italic;
}
#comments .comment-date:before {
  content: '-';
  margin-left: 5px;
  margin-right: 5px;
}
#comments .comment-body {
  margin-top: 30px;
}
#comments .reply {
  font-style: italic;
  position: absolute;
  top: 0;
  right: 0;
  margin: 0;
}
#comments .reply a{
  font-size: 13px;
}
.comment-form {
  margin-top: 20px;
}
.contact-item {
  margin-bottom: 20px;
}
.contact-item textarea {
  padding-top: 5px;
  height: 100px;
  resize: vertical;
}
.comment-form-cookies-consent label {
  margin-left: 5px;
  display: inline;
}
.comment-form .submit {
  display: inline-block;
  min-width: 100px;
  padding-left: 20px;
  padding-right: 20px;
  background-color: #0db3e3;
  color: #ffffff;
  border: none;
  height: 36px;
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 1px;
}
.comment-form .submit:hover {
    opacity: 0.5;
}
.post_404_not_found {
  margin-top: 20px;
}
.go-to-home {
  min-width: 100px;
  padding: 5px 15px;
  display: inline-block;
  background-color: #000000;
  color: #ffffff;
  margin-top: 10px;
}
.go-to-home a {
  color: inherit;
  opacity: 1;
}
.go-to-home a:hover {
  color: inherit !important;
  opacity: 0.8;
}
/* ===========  7. Sidebar  =========== */
.no-sidebar #secondary{
  display: none;
}
.no-sidebar #primary{
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}
.sidebar {
    padding-left: 30px;
}

.sidebar .widget:last-child {
    border: 0;
    padding: 0;
}

.widget_search form {
    position: relative;
}

.search-button {
    position: absolute;
    top: 0;
    height: 100%;
    right: 10px;
    background-color: transparent;
    border: none;
    font-size: 20px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.search-button:focus,
.search-button.focus,
.search-button.active.focus,
.search-button.active:focus,
.search-button:active.focus,
.search-button:active:focus {
    outline: 0;
}

.widget-title {
    position: relative;
    font-size: 14px;
    margin: 0 0 25px;
    font-weight: 700;
    text-transform: uppercase;
}

.widget-title:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    border-bottom: 1px solid #eee;
}

.widget-title:after {
    content: "";
    display: block;
    width: 35px;
    z-index: 1;
    position: relative;
    padding: 20px 0 0 0;
}
.widget-title:after {
    border-bottom: 1px solid #0db3e3;
}
.widget {
    margin: 0 0 40px;
    font-size: 14px;
}

.widget ul,
.widget ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.widget ul li,
.widget ol li {
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.widget ul li:last-child,
.widget ol li:last-child {
    border: 0;
}

.widget ul li a,
.widget ol li a {
    color: #333333;
    transition: all 0.5s;
}

.widget select {
    width: 100%;
    box-shadow: none;
    border-radius: 2px;
    border-color: #eee;
    padding: 12px 15px;
    height: 49px;
    font-size: 14px;
}

.widget_archive ul li a,
.widget_categories ul li a {
    margin-right: 5px;
}
.tags-links a,
.tag-cloud-link{
    background: #f5f5f5;
    border-radius: 2px;
    color: #303133;
    font-weight: 700;
    display: inline-block;
    font-size: 9px!important;
    letter-spacing: 1px;
    margin: 5px 10px 5px 0;
    padding: 7px 8px 5px 10px;
    text-transform: uppercase;
    transition: all 0.5s;
}
.tags-links a:hover,
.tag-cloud-link:hover {
    color: #fff;
    background-color: #0db3e3;
}

.widget select:focus,
.post-author-box .socials li a:hover,
.btn-outline-custom.active,
.btn-outline-custom:hover,
.btn-outline-custom:active,
.show>.btn-outline-custom.dropdown-toggle,
.btn-outline-custom{
    border-color: #0db3e3;
}
/*Resent Post*/

.wd-post {
  display: table;
  margin-bottom: 15px;
}
.wd-post:last-child {
  margin-bottom: 0;
}
.wd-post > figure {
  display: table-cell;
  width: 83px;
  float: left;
  margin: 0 15px 0 0;
  overflow: hidden;
}
.wd-post:hover > figure {
  filter: grayscale(100%);
}
.wd-post-info {
  display: table-cell;
  width: 100%;
  vertical-align: middle;
}
.wd-post-info > .post-title {
  font-size: 13px;
  line-height: 18px;
  margin-bottom: 2px;
  letter-spacing: -0.2px;
}
.post-date {
  display: inline-block;
  color: #a1a4a6;
  font-size: 11px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}
/*Author Profile*/

.widget .author-profile {
    background: #f8f8f8;
    padding: 80px 30px 60px;
    text-align: center;
    border-radius: 0.25rem
}
.author-profile .widget-title,
.author-profile h2{
    margin-bottom: 20px;
}
.author-profile .widget-title:before,
.author-profile h2:before{
    display: none;
}

.widget figure.author {
  overflow: hidden;
  height: 150px;
  width: 150px;
  border-radius: 150px;
  margin: auto;
  margin-bottom: 30px;
}
figure.author img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.widget .author-social-profiles{
  margin: 0;
  padding: 0;
}
.widget .author-social-profiles li {
    border: 0;
    display: inline;
    padding: 5px;
}
.widget .author-social-profiles li:before{
    display: none;
}
.widget .author-profile .widget-title:after{
  display: none;
}
/* ===========  post Navigation  =========== */
.nav-previous a {
    position: relative;
    padding-left: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}

.nav-previous a:before {
    content: "\f060";
    position: absolute;
    left: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
.nav-next a {
    position: relative;
    padding-right: 25px;
    font-size: 20px;
    font-weight: 500;
    color: #000;
}
.nav-next a:before{
    content: "\f061";
    position: absolute;
    right: 0;
    font-family: 'Line Awesome Free';
    font-weight: 900;
}
/* ===========  7. Footer  =========== */
.footer-inner {
  margin-top: 80px;
  border-top: 1px solid #ababab;
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 13px;
}
.footer-inner .title {
  font-size: 14px;
  font-weight: 700;
}
.footer-inner ul {
  list-style: none;
  font-size: 12px;
  margin: 0;
  padding: 0;
}
/* -----------------------
15. Newsletter
--------------------------*/
.mc4wp-form {
  position: relative;
}
.mc4wp-form input[type="submit"] {
  position: absolute;
  top: 0;
  right: 0;
  height: 36px;
  min-width: 80px;
  background-color: #000000;
  border: 0;
  color: #fff;
  transition: all 0.3s ease 0s;
  border-radius: 0;
}

.mc4wp-form input[type="text"],
.mc4wp-form input[type="url"],
.mc4wp-form input[type="tel"],
.mc4wp-form input[type="number"],
.mc4wp-form input[type="email"] {
  font-size: 13px;
  padding: 8px 15px;
  border: 1px solid #c1c1c1;
  position: relative;
  display: block;
  color: var(--text-color);
  background-color: #ffffff;
  outline: none;
  width: 100%;
  border-radius: 0;
}
.mc4wp-form ::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
  opacity: 0.5;
}
.mc4wp-form ::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
  opacity: 0.5;
}
.mc4wp-form :-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
  opacity: 0.5;
}
.mc4wp-form :-moz-placeholder {
  /* Firefox 18- */
  color: #000;
  opacity: 0.5;
}

button.mfp-close,
button.mfp-arrow {
  background: transparent;
}

/* ===========  8. Preload  =========== */
#preload {
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: #fff;
  z-index: 9999999;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
#preload .ts-bounce {
  width: 40px;
  height: 40px;
  position: relative;
  margin: 40px auto;
}
#preload .ts-bounce:before,
#preload .ts-bounce:after {
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #242424;
  opacity: 0.4;
  position: absolute;
  top: 0;
  left: 0;
  animation: ts-bounce 2.4s infinite ease-in-out;
}
#preload .ts-bounce:after {
  animation-delay: -1.2s;
}
@keyframes ts-bounce {
  0%,
  100% {
    transform: scale(0);
  }
  50% {
    transform: scale(1);
  }
}

.link-post, 
.post-author-box .socials li a:hover, 
.tagcloud > a:hover, 
.post-tags a:hover, 
.post-tags a:focus, 
.btn-outline-custom.active, 
.btn-outline-custom:hover, 
.btn-outline-custom:active{
    background-color: #0db3e3;
}
.btn-outline-custom.active, 
.btn-outline-custom:hover, 
.btn-outline-custom:active{
    color: #fff;
}

/* ===========  9. Error Page  =========== */
#page-404 h1 {
  font-size: 98px;
  font-weight: 700;
  line-height: 150px;
  margin: 0;
}

/* ===========  9. Responsive  =========== */
@media (min-width: 1366px){
  .container {
      max-width: 1240px;
  }
}
@media screen and (max-width: 991px) {
  .preload {
    display: none;
  }
  .block-mobile {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .header,
  .menu-left .header {
    left: 0;
    width: 280px;
    z-index: 99999;
    background-color: #ffffff;
    text-align: left;
    -webkit-transform: translateX(-101%);
    -moz-transform: translateX(-101%);
    transform: translateX(-101%);
    -webkit-transition: transform 0.3s ease;
    -moz-transition: transform 0.3s ease;
    -ms-transition: transform 0.3s ease;
    -o-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
  }
  .header .logo a,
  .menu-left .header .logo a {
    color: #000000;
  }
  .header.active,
  .menu-left .header.active {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  .bottom-header{
    background:#fff;
  }
  .main-menu a:hover,
  .menu-left .main-menu a:hover {
    color: #000000 !important;
  }
  .main-menu .active a,
  .menu-left .main-menu .active a {
    color: #000000;
  }
  .main-menu .sub-menu,
  .menu-left .main-menu .sub-menu {
    display: none;
    position: relative;
    width: 100%;
    left: 0;
    visibility: visible;
    opacity: 1;
    padding-left: 0;
    text-align: left;
  }
  .main-menu .sub-menu li,
  .menu-left .main-menu .sub-menu li,
  .main-menu .sub-menu li:first-child,
  .menu-left .main-menu .sub-menu li:first-child,
  .main-menu .sub-menu li:last-child,
  .menu-left .main-menu .sub-menu li:last-child {
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .main-menu .sub-menu li{
    background: transparent;
  }
  .page-wrapper{
    margin-left: 0;
  }
  .block-wrapper {
    padding-left: 0;
    padding-right: 0;
  }
  .sidebar{
    padding-left: 0;
  }
  .footer-inner {
    margin-left: 50px;
    margin-right: 50px;
  }
  .socials a {
    margin-right: 10px;
  }
  .copyright,
  .main-menu .menu-list > li > a,
  .logo .site-description,
  .dulcie-social-menu li a:before,
  .search-form label:before {
    color: #000000;
  }
  .hide-menu.active {
    visibility: visible;
    opacity: 1;
  }
  .dropdown-plus{
    right: 40px;
  }
  .header .center{
    justify-content: center!important;
  }
}
@media screen and (max-width: 768px) {
  .project-item {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 600px) {
  .post .post-content {
    padding: 20px;
  }
  #comments .children {
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  .footer-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .block-mobile {
    margin-bottom: 50px;
  }
  .block-mobile .logo {
    font-size: 30px;
    padding-left: 20px;
  }
  .project-item {
    margin-bottom: 20px;
  }
  #comments .comment-avatar {
    float: none;
  }
  #comments .comment-context {
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
  }
  #comments .reply {
    text-align: right;
  }
  .navigation-wrap {
    margin-top: 30px;
  }
  .footer-inner {
    margin-top: 50px;
  }
}
