@charset "UTF-8";
/*
Theme Name:        Amber Arch Child
Theme URI:         https://themeforest.net/user/madrasthemes/portfolio
Author:            MadrasThemes
Author URI:        https://themeforest.net/user/madrasthemes/
Description:       Child theme of Landkit Multipurpose Business Theme. Build a beautiful, modern WordPress website with Landkit. Develop anything.
Requires at least: WordPress 5.0
Template:          amber-arch
Version:           1.0.14
License:           GNU General Public License v2 or later
License URI:       LICENSE
Text Domain:       amber-arch-child
Tags:              custom-background, custom-colors, custom-header, custom-menu, featured-images, full-width-template, threaded-comments, footer-widgets, sticky-post, theme-options
*/
:root {
  --hover-color: #141a29;
  --dark-color: #111753;
  --white-color: #ffffff; }

body {
  font-size: 1.25rem; }

.btn-secondary {
  background-color: var(--e-global-color-secondary) !important;
  color: var(--white-color); }
  .btn-secondary:hover {
    color: var(--white-color);
    background-color: var(--hover-color) !important; }

.navbar-brand-img {
  max-height: 66px; }

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-weight: 600 !important; }

@media (min-width: 992px) {
  h2,
  .h2 {
    font-size: 3rem; } }

.card.overlay:before {
  background-color: rgba(0, 0, 0, 0.6); }
.card.overlay .text-muted {
  color: var(--white-color) !important; }

.badge {
  font-size: 1rem; }

.footer-brand-link {
  display: none !important; }

.widget__title {
  margin-bottom: 1.5rem; }

.widget_nav_menu {
  font-size: 19px; }

.list-social,
.widget_media_image {
  text-align: center; }

.footer-bottom {
  background-color: var(--dark-color);
  padding-top: 1rem;
  padding-bottom: 1rem; }
  .footer-bottom ul {
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--e-global-color-textmuted);
    list-style: none;
    padding: 0;
    font-size: 17px; }
    .footer-bottom ul li a {
      color: inherit; }
    .footer-bottom ul li:not(:last-child):after {
      content: '•';
      margin-left: 1rem;
      margin-right: 1rem; }
      @media (max-width: 480px) {
        .footer-bottom ul li:not(:last-child):after {
          display: block;
          margin-left: 0;
          margin-right: 0;
          text-align: center; } }
    @media (max-width: 480px) {
      .footer-bottom ul {
        flex-direction: column; } }

@media (min-width: 768px) {
  footer .footer-top {
    padding-bottom: 6rem !important; } }
@media (max-width: 767px) {
  footer .footer-top {
    padding-bottom: 3rem !important; } }
footer.footer-bottom-active {
  padding-bottom: 0 !important; }

.navbar .navbar-toggler.navbar-toggler {
  background-color: transparent;
  padding: 0;
  font-size: 30px; }

/*# sourceMappingURL=style.css.map */
