/************************************************************
******************* THEME STYLE SETTINGS *******************
************************************************************/
/*******
******** COLORS
*******/
.primary {
  color: #D64C16;
}

.bg-primary {
  background-color: #D64C16;
}

.secondary {
  color: #FED635;
}

.bg-secondary {
  background-color: #FED635;
}

.white {
  color: #ffffff;
}

.bg-white {
  background-color: #ffffff;
}

.main {
  color: #333333;
}

.lightColor {
  color: #666666;
}

.dark {
  color: #333333;
}

.bg-intro-page {
  background-color: #f7ae05;
}

/* Sizes */
/*************
************** BODY
*************/
body {
  background-color: #fff;
  font-size: 16px;
}

html.dark-mode:not(img) {
  -webkit-filter: invert(1);
          filter: invert(1);
}

html.dark-mode:not(img) img {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

html.dark-mode:not(img) .uk-offcanvas-bar, html.dark-mode:not(img) footer {
  -webkit-filter: invert(100%);
          filter: invert(100%);
}

a {
  text-decoration: none;
  color: #D64C16;
  -webkit-transition: all .3s;
  transition: all .3s;
}

a:hover {
  color: #D64C16;
}

/*************
************** BUTTONS
*************/
/*Button sizes */
.btn {
  text-transform: inherit;
  -webkit-transition: all .3s;
  transition: all .3s;
  text-decoration: none !important;
}

.btn:hover {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.2);
}

.btn-primary {
  background-color: #D64C16;
  color: #fff !important;
  border: 1px solid #D64C16;
}

.btn-primary-outlined {
  background-color: transparent;
  color: #D64C16;
  border: 1px solid #D64C16;
}

.btn-secondary {
  background-color: #FED635;
  color: #fff !important;
  border: 1px solid #FED635;
}

.btn-secondary-outlined {
  background-color: transparent;
  color: #FED635 !important;
  border: 1px solid #FED635;
}

/*************
************** NAVBAR
*************/
.top-navbar-wrapper {
  background-color: #FED635;
}

.top-navbar .uk-navbar-left ul,
.top-navbar .uk-navbar-right ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
}

.top-navbar ul li a {
  -webkit-transition: none;
  transition: none;
}

.top-navbar ul li a {
  min-height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: .25em;
          column-gap: .25em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  font-size: .875rem;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
  text-decoration: none;
  color: #D64C16;
}

.top-navbar li:hover a {
  color: #ffffff;
}

.uk-navbar-container:not(.uk-navbar-transparent),
.navbar {
  background: #ffffff !important;
}

.navbar {
  padding: 14px 0;
}

.navbar a {
  color: #333333 !important;
}

/*
Breadcrumbs
*/
#breadcrumbs * {
  color: #fff;
  font-size: 15px;
}

#breadcrumbs span a,
#breadcrumbs .breadcrumb_last {
  margin-right: 12px;
  margin-left: 12px;
}

#breadcrumbs .breadcrumb_last {
  color: #fed535;
}

/*************
************** HERO SECTION
*************/
#hero-section {
  height: 80vh;
}

.area {
  background: -webkit-linear-gradient(to left, #8f94fb, #4e54c8);
  height: 100%;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

/*************
************** PAGE HEADER
*************/
.uk-breadcrumb > * > * {
  font-size: .875rem;
  color: #f9f9f9;
}

.uk-breadcrumb > :nth-child(n+2):not(.uk-first-column)::before {
  content: "/";
  display: inline-block;
  margin: 0 20px 0 calc(20px - 4px);
  font-size: .875rem;
  color: #f9f9f9;
}

.uk-breadcrumb > :last-child > a:not([href]), .uk-breadcrumb > :last-child > span {
  color: #FED635;
}

/*************
************** FOOTER
*************/
footer.footer {
  background-color: #333333;
}

.footer-col * {
  font-size: 15px;
  color: #767676;
}

.footer-col h4 {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  color: #b5b5b5;
}

footer .footer-copyright {
  font-size: 14px;
  background-color: #1e1e1e;
  color: #fff;
  padding: 6px;
}

/*
********** BLOG
*/
/* Pagination */
.posts-pagination li {
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 50%;
  text-align: center;
  background-color: #eee;
}

.posts-pagination li:hover,
.posts-pagination li.current-item {
  background-color: #D64C16;
  -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
          box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
}

.posts-pagination li a {
  padding: 0;
}

.posts-pagination li:hover a,
.posts-pagination li.current-item a {
  color: #fff !important;
}

/*
******* Single post
*/
/* Comments */
.uk-comment-list ul.children {
  list-style: none;
  margin-top: 16px;
}

.uk-comment-list .comment-author img {
  width: 50px;
  height: 50px;
  border-radius: 50%;
}

.uk-comment-list .comment-author.vcard {
  margin-bottom: 16px;
  padding-bottom: 6px;
  border-bottom: 1px solid #efefef;
}

ul.children li article {
  -webkit-tap-highlight-color: transparent;
  padding: 30px;
  background-color: #f8f8f8;
}

#respond {
  margin-top: 32px;
  background-color: #ffffff;
  padding: 32px 16px;
  -webkit-box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.05);
          box-shadow: 0px 10px 18px rgba(0, 0, 0, 0.05);
}

#respond #cancel-comment-reply-link {
  display: inline-block;
  margin-left: 16px;
}

.comment-form-comment * {
  display: block;
  width: 100%;
}

#respond input[type=submit] {
  cursor: pointer;
  padding: 10px 16px;
  background-color: #D64C16;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  color: #ffffff;
  -webkit-transition: all .3s;
  transition: all .3s;
}

#respond input[type=submit]:hover {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}

.comment-form-comment textarea {
  padding: 10px;
  margin-top: 12px;
  resize: vertical;
  width: calc( 100% - 20px);
}

.comment-form-author input,
.comment-form-email input {
  display: block;
  width: 50%;
  padding: 10px;
}

/*
*** Blockquote
*/
blockquote {
  border-left: 3px solid #D64C16;
  padding: 6px 16px;
  font-size: 1.4rem;
  font-weight: 300;
  color: #333333;
  background: linear-gradient(45deg, whitesmoke, transparent);
}

/* Post breadcrumbs */
.post-breadcrumbs {
  padding: 6px 0;
}

.post-breadcrumbs #breadcrumbs * {
  color: #666666;
}

/* Post preview card recent posts */
.post-preview-card-recent-posts {
  background: #fdfdfd !important;
}

/* Gradient text */
.gradient-text {
  background-color: #d64d16;
  color: transparent !important;
  background-clip: text;
  -webkit-background-clip: text;
  display: inline-block;
  background-image: linear-gradient(150deg, #d64d16 0, #33b1e0 51%, #0a8939 46%, #fed535 100%);
}

/*
********** PORTFOLIO
*/
.uk-subnav-pill > .uk-active > a {
  background-color: #D64C16;
  color: #fff;
}

.uk-lightbox {
  background: #faeeee;
  background: rgba(0, 0, 0, 0.9);
}
/*# sourceMappingURL=general-settings.css.map */