/*
Theme Name:  Shaka Child Theme
Theme URI:   https://www.proteusthemes.com/
Description: Child theme for the Shaka
Author:      ProteusThemes
Template:    shaka-pt
Version:     v1.0.0
*/


/* add custom CSS code bellow */

.breadcrumbs a,
.breadcrumbs a::after {
  color: #ffffff !important;
}

.page-header__text,
.page-header__title {
  color: #ffffff !important;
}




@media screen and (min-width: 1024px) {
  .header__logo img {
    margin-top: 0px !important;
  }


}

@media screen and (min-width: 1024px) {
  .header__logo {
    max-width: 200px !important;
  }

  .header__navigation {
    width: calc(100% - 200px);
  }
}

@media screen and (min-width: 992px) and (max-width: 1024px) {
  .header__logo {
    max-width: 150px !important;
  }

  .header__navigation {
    width: calc(100% - 150px);
  }
}

.main-navigation .dropdown-toggle,
.main-navigation .dropdown-toggle:focus {
  background-color: #001930;
}

.portfolio__price {
  background-color: #002749;
}

.card-text .fa,
.textwidget .fa {
  color: #002749 !important;
}