/*****************************************************/
/* Dawn: Base                                        */
/* by Theme Boutique                                 */
/*                                                   */
/* dawn.styles.css                                   */
/*                                                   */
/*****************************************************/

body {
  /* background-color: #1a1a1a; */
  -webkit-font-smoothing: antialiased;
}

#main {
  font-family: 'SF Pro Display', sans-serif;
  /* padding-bottom: 2rem; */
}

.container {
  max-width: 1200px;
}

.h1,
h1 {
  font-weight: 700;
  font-size: 3rem;
  letter-spacing: -0.05em;
}

.h2,
h2 {
  font-size: 1.5rem;
  font-weight: 600;
}

.h3,
h3 {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1rem;
}

.grid-row--background:after {
  content: '';
  background: linear-gradient(300deg, #111, #000);
  height: 100%;
  opacity: 0.65;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.region-content-top {
  /* display: flex;
  align-items: center;
  flex-direction: column; */
  /* background: #eee; */
  background-size: cover !important;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 2rem;
  text-align: center;
  position: relative;
  overflow: hidden;
  /* padding: 5rem 0; */
}

#page-title {
  margin-top: 4rem;
}

#page-title h1 {
  color: #444;
  font-family: 'Poppins';
  font-weight: 600;
  font-size: 2.5rem;
}

#breadcrumbs {
  margin-top: 1rem;
  margin-bottom: 4rem;
}

#breadcrumbs a,
#breadcrumbs i {
  color: #777;
}

#breadcrumbs i {
  font-size: 0.875rem;
  margin: 0 0.5rem;
}

.dawn-page-header {
  background: #222;
  z-index: 500;
  position: relative;
  -webkit-font-smoothing: antialiased;
  /* box-shadow: 0 0 7px 0px rgba(34, 34, 34, 0.07); */
}

.dawn-page-header .navbar-fixed {
  position: fixed;
  width: 100%;
  background: #222;
  top: 0;
  left: 0;
  transform: translateY(-100%);
  z-index: 100;
}

/* Branding / Logo */

.site-branding__logo {
  display: flex;
  align-items: center;
  font-family: 'Poppins';
  text-transform: lowercase;
  font-size: 20px;
  line-height: 1;
  font-weight: 600;
}

.site-branding__logo:hover {
  text-decoration: none;
}

.site-branding__logo img {
  margin-right: 0.4rem;
}

/* Menus */

/* Icon 1 */

.navbar-toggler {
  width: 20px;
  height: 18px;
  padding: 0;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
}

.navbar-toggler:focus {
  outline: 0;
}

.navbar-toggler span {
  display: block;
  position: absolute;
  height: 2px;
  width: 20px;
  background: #fff;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

.navbar-toggler span:nth-child(1) {
  top: 0px;
}

.navbar-toggler span:nth-child(2) {
  top: 7px;
}

.navbar-toggler span:nth-child(3) {
  top: 14px;
}

.navbar-toggler:not(.collapsed) span:nth-child(1) {
  top: 7px;
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

.navbar-toggler:not(.collapsed) span:nth-child(2) {
  opacity: 0;
  width: 0;
}

.navbar-toggler:not(.collapsed) span:nth-child(3) {
  top: 7px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
  .dawn-menu--main .navbar-collapse {
    display: flex;
    justify-content: flex-end;
  }

  .dropdown-menu {
    top: auto;
  }

  .nav-item.dropdown .dropdown-menu.show {
    display: none;
  }

  .nav-item.dropdown:hover .dropdown-menu {
    display: block;
    left: auto;
    box-shadow: 0 0 5px 0px rgba(34, 34, 34, 0.25);
  }

  .dawn-menu--main {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dawn-menu--main .navbar-nav .nav-link {
    padding: 1.5rem 1rem;
  }

  .dawn-menu--main .search-block-form {
    position: absolute;
    top: calc(100% - 2px);
    background: #fff;
    box-shadow: 0 0 5px 0px rgba(34, 34, 34, 0.25);
    border-radius: 3px;
    overflow: hidden;
    display: none;
  }

  .dawn-menu--main .search-block-form.search-active {
    display: block;
  }

  .dawn-menu--main .search-block-form input {
    border: 0 !important;
  }
}

/* Small devices (landscape phones, less than 768px)*/

@media (max-width: 767.98px) {

  .dawn-menu--main .navbar-collapse {
    margin: calc(1rem - .3125rem) 0;
    background: #222;
    border-radius: 5px;
    position: absolute;
    top: 100%;
    right: 1rem;
    /* left: 0; */
    width: 50%;
    box-shadow: 0 0 10px 1px rgba(34,34,34,0.1);
  }

  .dawn-menu--main .dropdown-menu {
    border-radius: 0;
  }

  .dawn-menu--main .navbar-nav .nav-item:not(:last-child) .nav-link {
    border-bottom: 1px solid #333;
  }

  .dawn-menu--main .navbar-nav .nav-link {
    padding: 1rem;
  }

  .dawn-menu--main .search-block-form {
    display: none;
  }
}

/* .dawn-menu--main .navbar-nav {
  display: flex;
  align-items: center;
} */

.dawn-menu--main .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.7);
  font-family: 'Poppins';
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  cursor: pointer;
}

.dawn-menu--main .dropdown-menu {
  margin-top: -2px;
  border: 0;
  font-size: 14px;
}

.dawn-menu--main .dropdown-item:hover,
.dawn-menu--main .dropdown-item:focus {
  background-color: #eee;
}

.dawn-menu--main .dropdown-toggle:after {
  content: "\f123";
  border: 0;
  font-family: 'Ionicons';
  font-size: 11px;
  top: 2px;
  position: relative;
  color: #777;
}

/* Pager */

.pager__items {
  padding-left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.pager__item {
  font-size: 0.875rem;
  padding: 1rem;
}

.pager__item.is-active {
  font-weight: bold;
  width: 30px;
  padding: 0;
  background: #ebebeb;
  border-radius: 3px;
  height: 30px;
  line-height: 30px;
}

.pager__item.is-active a {
  color: #777;
}

/* Forms */

.search-block-form .form-search {
  border-right: 0;
  border-radius: 0;
  border-color: #ddd;
}
.search-block-form input[type="submit"] {
  background: transparent;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0;
  background: transparent;
  border: 1px solid #ddd;
  border-left: 0;
  border-radius: 0;
  width: 38px;
  text-indent: -9999px;
}

.search-block-form .input-group:after {
  font-family: 'Material Icons';
  content: 'search';
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  right: 0;
  font-size: 1.2rem;
  -webkit-font-feature-settings: 'liga';
}

/* Footer */

.dawn-footer {
  font-family: 'SF Pro Display', sans-serif;
  font-size: 0.875rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #777;
}

.dawn-footer h2 {
  font-family: 'Poppins';
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #fff;
}

#page-bottom {
  /* background: #111; */
  font-size: 0.875rem;
  padding: 1.5rem 0;
  color: #fff;
}

.dawn-footer a,
#page-bottom a {
  color: #aaa;
}

/* Sidebars */

.region-sidebar-first,
.region-sidebar-second {
  /* font-family: 'SF Pro Display', sans-serif; */
  font-size: 0.875rem;
  color: #777;
}

.region-sidebar-first h2,
.region-sidebar-second h2 {
  font-family: 'Poppins';
  font-size: 0.875rem;
  font-weight: 600;
  text-transform: uppercase;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ebebeb;
  color: #212529;
}

.region-sidebar-first .block,
.region-sidebar-second .block {
  margin-bottom: 3rem;
}

.region-sidebar-second .navbar-nav .nav-item {
  padding-bottom: 0.5rem;
}

.region-sidebar-first .navbar-nav .nav-item > a,
.region-sidebar-second .navbar-nav .nav-item > a {
  display: flex;
  align-items: center;
  color: #333;
  font-weight: 500;
  font-size: 0.875rem;
  font-family: 'SF Pro Display', sans-serif;
  text-decoration: none;
}

.region-sidebar-second .navbar-nav .nav-item > a:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  font-size: 10px;
  padding-right: 0.5rem;
}

/* Sections */

.dawn-section {
  position: relative;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.dawn-section--title {
  display: flex;
  position: relative;
  font-family: 'Poppins';
  /* color: #fff; */
  padding-bottom: 2rem;
  letter-spacing: -0.1rem;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}

.dawn-section--title:after {
  display: flex;
  content: '';
  width: 100px;
  height: 2px;
  /* background: #1a191d;
  background: -webkit-linear-gradient(to top, #a18cd1, #fbc2eb);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  margin-top: 2rem;
}

.dawn-section--lead {
  display: inline-block;
  text-align: center;
  color: #777;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4rem;
  font-size: 18px;
}

.dawn-section--portfolio {
  background: #f7f7f7;
  padding-bottom: 0;
}

.dawn-section--blog {
  background-image: linear-gradient(to bottom, #f7f7f7, #f2f2f2);
}

.dawn-section--blog .btn {
  margin-top: 4rem;
  align-self: center;
}

.dawn-section--stats {
  background: #111;
  color: #fff;
  font-family: 'Poppins';
  text-align: center;
}

.dawn-section--stats .dawn-counter {
  /* background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 2.25rem;
  font-weight: 600;
}

.dawn-section--about {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.dawn-section--about h3 {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  margin-bottom: 2rem;
  text-align: center;
}

.dawn-section--about p,
.dawn-section--about ul {
  color: #777;
}

/* Teaser */

.dawn-teaser {
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
}


/* Page: Contact */

.dawn-gmap {
  background: #333;
  height: 350px;
  margin-top: 4rem;
}

.dawn-gmap-no-key {
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: #fff;
}

/*********************************/
/* Elements                      */
/*********************************/

/* Tag Cloud */

.dawn-tag-cloud .navbar-nav {
  flex-direction: row;
  flex-wrap: wrap;
  list-style: none;
}

.dawn-tag-cloud .nav-item a {
  display: block;
  background: rgba(255, 255, 255, 0.07);
  margin: 0 0.5rem 0.5rem 0;
  padding: 0.25rem 0.5rem;
  border-radius: 3px;
  color: #777;
  text-decoration: none;
  transition: all 0.15s;
}


.dawn-tag-cloud .nav-item a:hover {
  background: rgba(255, 255, 255, 0.12);
}

/* Accordion */

.dawn-accordion {
  border-top: 1px solid #ddd;
}

.dawn-accordion .card {
  border: 0;
}

.dawn-accordion .card-header {
  background: transparent;
  border-radius: 0;
  padding: 0;
}

.dawn-accordion .card-header > a {
  display: flex;
  justify-content: space-between;
  position: relative;
  padding: 1rem;
  font-weight: 600;
  font-family: 'Poppins';
  font-size: 0.875rem;
  text-transform: uppercase;
  text-decoration: none;
  transition: 0.3s all;
}

.dawn-accordion .card-header > a:hover,
.dawn-accordion .card-header > a:not(.collapsed) {
  background: #f5f5f5;
}

.dawn-accordion .card-header > a:after {
  font-family: 'Ionicons';
  content: '\f2c7';
}

.dawn-accordion .card-header > a:not(.collapsed):after {
  font-family: 'Ionicons';
  content: '\f2f4';
}

.dawn-accordion .collapse.show {
  border-bottom: 1px solid #ddd;
}

/* Call to Action */

.call-to-action {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f5f5f5;
  border-radius: 3px;
  padding: 2rem;
  font-family: 'Poppins';
  font-size: 1.25rem;
  font-weight: 600;
  color: #444;
}

/* Price Table */

.price-table {
  font-family: 'Poppins';
  background: #f5f5f5;
  border-radius: 5px;
  text-align: center;
  font-size: 0.875rem;
  padding: 2rem;
}

.price-table.price-highlight {
  background: #764ba2;
  color: #fff;
}

.pricing {
  margin: 0;
  padding: 0;
  list-style: none;
}

.pricing li:last-child {
  padding-top: 2rem;
}

.price {
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.price h3 {
  font-size: 60px;
  margin-bottom: 0;
}

/* Tabs */

.nav-tabs {
  display: flex;
  align-items: center;
  margin-bottom: 1rem;
}

.nav-tabs .nav-link {
  padding: 1rem;
  font-size: 14px;
  text-transform: uppercase;
  font-weight: 600;
  border-width: 0;
}

.nav-tabs .nav-link:focus,
.nav-tabs .nav-link:hover {
  border-color: transparent;
}

.nav-tabs .nav-item.show .nav-link,
.nav-tabs .nav-link.active,
.nav-tabs .nav-link.active:hover,
.nav-tabs .nav-link.active:focus {
  border-color: transparent transparent #764ba2;
  border-width: 0 0 2px;
  padding-bottom: calc(1rem - 2px);
}

/* Icon Box */

.dawn-icon-box {
  display: flex;
  align-items: flex-start;
}

.dawn-icon-box--icon {
  float: left;
  /* background: #764ba2;
  background: -webkit-linear-gradient(135deg, #667eea, #764ba2);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  font-size: 18px;
  width: 40px;
  line-height: 40px;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

.dawn-icon-box--heading {
  font-size: 1rem;
  font-weight: 600;
  margin-bottom: 1rem;
}

.dawn-icon-box--content {
  width: calc(100% - 40px);
  overflow: hidden;
  padding: 0 1rem;
  font-family: 'SF-Pro-Display', sans-serif;
}

.dawn-icon-box--content p {
  margin-bottom: 0;
  color: #777;
}

/* Progress Bars */

.progress {
  height: 0.5rem;
  border-radius: 0;
}

/* .progress-bar {
  background-color: #764ba2;
} */

.progress + .progress {
  margin-top: 1rem;
}

.dawn-progress--label {
  font-family: 'SF-Pro-Display', sans-serif;
  font-size: 0.875rem;
  margin-bottom: 0.5rem;
}

.progress + .dawn-progress--label {
  margin-top: 1rem;
}

/* Buttons */

.btn {
  font-family: 'Poppins';
  font-weight: 600;
  border-radius: 50px;;
  padding: .75rem 1.5rem;
  font-size: 0.875rem;
}

/* Testimonials */

.dawn-testimonials {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 450px;
  position: relative;
  color: #fff;
}

.dawn-testimonials blockquote {
  display: flex;
  width: 67%;
  font-family: 'Merriweather';
  text-align: center;
  font-size: 20px;
  font-style: italic;
  z-index: 1;
}

.dawn-testimonials--author {
  font-family: 'SF-Pro-Display', sans-serif;
  margin-top: 2rem;
  z-index: 1;
}

/* Icon List */

.list-style-icon ul {
  list-style: none;
  padding: 0;
}

.list-style-icon li {
  position: relative;
  margin-bottom: 0.5rem;
}

.list-style-icon li:before {
  display: inline-block;
  font-family: 'Font Awesome 5 Free';
  content: '\f054';
  font-weight: 900;
  /* background: #1a191d;
  background: -webkit-linear-gradient(to top, #a18cd1, #fbc2eb);
  background-image: linear-gradient(135deg, #667eea 0%, #764ba2 100%); */
  width: 16px;
  height: 16px;
  line-height: 16px;
  font-size: 8px;
  top: -2px;
  position: relative;
  margin-right: 0.5rem;
  text-align: center;
  border-radius: 100%;
  color: #fff;
}

/* Content Type: Article */

.dawn-article--teaser {
  margin-bottom: 4rem;
}

.dawn-article--media {
  margin-bottom: 1.5rem;
}

.dawn-article--title {
  font-family: 'Poppins';
  font-size: 1.5rem;
  font-weight: 600;
  padding: 0;
  margin-bottom: 1rem;
}

.dawn-article--title a {
  color: #333;
}

.dawn-article--content {
  /* font-family: 'SF Pro Display', sans-serif; */
  color: #777;
  margin-bottom: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #ddd;
}

.dawn-article--meta {
  display: flex;
  font-size: 0.875rem;
  font-weight: 600;
  color: #777;
}

.dawn-article--meta > div {
  margin-right: 2rem;
}

.dawn-article--card {
  background: #fff;
  padding: 2rem;
  border-radius: 3px;
}

.dawn-article--card h3 > a {
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
  color: #212529;
}

.dawn-article--card-date {
  font-size: 0.875rem;
  color: #777;
}

.dawn-article--card-content {
  font-size: 0.9375rem;
  line-height: 1.75;
  color: #777;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 1rem;
}

.dawn-article--card-author {
  display: flex;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
}

.dawn-article--card-thumbnail .image-style-thumbnail {
  width: 24px !important;
  height: 24px !important;
  border-radius: 100%;
  margin-right: 0.5rem;
}

.dawn-article--recent-posts {
  font-size: 13px;
  margin-top: 1rem;
}

.dawn-article--recent-posts a {
  font-size: 0.875rem;
}

.dawn-article--recent-posts + .dawn-article--recent-posts {
  border-top: 1px solid #222;
  padding-top: 1rem;
}

/* Content Type: Portfolio */

#block-views-block-dawn-portfolio-related-projects {
  margin-top: 4rem;
  padding-top: 4rem;
  text-align: center;
  background-image: linear-gradient(to bottom, #f7f7f7, #f2f2f2);
}

#block-views-block-dawn-portfolio-related-projects h2 {
  display: flex;
  position: relative;
  font-family: 'Poppins';
  letter-spacing: -0.1rem;
  flex-direction: column;
  align-items: center;
  font-weight: 600;
  font-size: 2rem;
}

#block-views-block-dawn-portfolio-related-projects .sl-grid {
  width: 100%;
  margin: 0;
}

/* Comments */

.dawn-field--comment {
  display: inline-block;
  width: 100%;
  margin-top: 2rem;
  padding-top: 2rem;
  border-top: 1px solid #ddd;
}

.dawn-field--comment .dawn-field--label {
  padding-bottom: 2rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ddd;
}

.dawn-comment {
  padding-bottom: 2rem;
}

.dawn-comment .image-style-thumbnail {
  width: 64px !important;
  height: 64px !important;
  border-radius: 100%;
  margin-right: 2rem;
}

.dawn-comment__header {
  display: flex;
  margin-bottom: 1rem;
}

.dawn-comment__title {
  margin-bottom: 0.5rem;
}

.dawn-comment__meta {
  font-size: 14px;
  color: #777;
}

.dawn-comment__body {
  padding: 15px;
  border-radius: 5px;
  border: 1px solid #ddd;
  font-size: 14px;
}

.dawn-comment--indent .dawn-comment__body {
  margin-left: calc(64px + 2rem);
}

/* Forms */

.form-text,
.form-email {
  display: block;
  width: 100%;
  padding: .7rem .75rem;
  font-size: 1rem;
  line-height: 1.5;
  color: #495057;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: .25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
  border-radius: 0px;
}

.form-textarea-wrapper textarea {
  border: 1px solid #ddd;
  max-height: 150px;
}

label {
  font-weight: bold;
}

.contact-form {
  font-size: 0.875rem;
}

.grid-row--background {
  background-attachment: fixed;
}

/* Small devices (landscape phones, less than 768px)*/
@media (max-width: 767.98px) {
  .dawn-article--card {
    margin-bottom: 2rem !important;
  }

  .dawn-article--card:last-child {
    margin-bottom: 0 !important;
  }

  .dawn-footer .region + .region {
    margin-top: 4rem;
  }

  .dawn-section--about .saga-text-block {
    margin-bottom: 2rem;
  }
}
