/*!
Theme Name: MerlinCRM Spring Child
Theme URI: https://www.merlincrm.com/
Author: MerlinCRM
Theme URI: https://www.merlincrm.com/
Description: A WordPress theme by MerlinCRM.
Template: merlincrm
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: merlincrm-child
Tags: custom-background, custom-logo, custom-menu, featured-images, threaded-comments, translation-ready

This theme, like WordPress, is licensed under the GPL.
Use it to make something cool, have fun, and share what you've learned with others.

MerlinCRM Spring is based on Underscores https://underscores.me/, (C) 2012-2017 Automattic, Inc.
Underscores is distributed under the terms of the GNU GPL v2 or later.
*/

::selection {
  color: white;
  background-color: #eb1c34;
}
::-moz-selection {
  color: white;
  background-color: #eb1c34;
}

#top-nav-language {
  background-color: #b4081e;
}
#top-nav {
  border-width: 0;
  background-color: #b90000;
}
#top-nav-menu {
  background-color: #102c5b;
}
.brand-logo {
  max-height: 72px;
}
.navbar-default .navbar-toggle .icon-bar {
  background-color: white;
}
.site-footer {
  padding: 24px 0;
}
#footer .background {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  background-color: #012951;
  overflow: hidden;
  z-index: -1;
}
#footer-bottom {
  padding: 24px 0;
  line-height: 24px;
  color: white;
  background-color: #012447;
}
#footer-bottom .copyright {
  display: flex;
  justify-content: space-between;
}
.brand-logo-footer {
  margin-bottom: 24px;
  max-height: 128px;
}
.contact-info:not(:last-child) {
  margin-bottom: 6px;
}
.icp-wrapper {
  display: flex;
}
.icp-wrapper a {
  color: white;
}

@media (min-width: 768px) {
  #top-nav .navbar-nav>li>a {
    color: white;
  }
  #top-nav .navbar-nav>li>a:focus, #top-nav .navbar-nav>li>a:hover {
    color: white;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    background-color: #091740;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    background-color: #091740;
  }
  .navbar-default .navbar-nav>.current_page_parent>a, .navbar-default .navbar-nav>.current_page_parent>a:focus, .navbar-default .navbar-nav>.current_page_parent>a:hover {
    background-color: #091740;
  }
  .dropdown-menu>.active>a, .dropdown-menu>.active>a:focus, .dropdown-menu>.active>a:hover {
    background-color: #091740;
  }
  .dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
    color: white;
    background-color: #b90000;
  }
  .dropdown-menu {
    padding: 0;
  }
  .dropdown-menu>li>a {
    padding: 10px 20px;
  }

  .site-footer {
    position: relative;
    background-color: transparent;
  }
  .icp-wrapper .icp {
    margin-left: 8px;
  }
}

@media (max-width: 767px) {
  .navbar-default .navbar-nav>li>a {
    color: white;
  }
  .navbar-default .navbar-nav>.active>a, .navbar-default .navbar-nav>.active>a:focus, .navbar-default .navbar-nav>.active>a:hover {
    color: white;
  }
  .navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover {
    color: white;
    background-color: transparent;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color: white;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>.active>a, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:focus, .navbar-default .navbar-nav .open .dropdown-menu>.active>a:hover {
    color: white;
    background-color: transparent;
  }
  .site-footer {
    background-color: #012951;
  }
  #footer .background {
    display: none;
  }
  .icp-wrapper {
    flex-direction: column;
  }
  #footer-bottom .copyright {
    flex-direction: column;
    text-align: center;
  }
}
