/*
Theme Name:     SwissEagle Child
Theme URI: 		http://wedesignthemes.com/themes/swiss-eagle/
Author: 		the DesignThemes team
Author URI: 	http://themeforest.net/user/designthemes
Description:    Child theme for the SwissEagle theme powered by DesignThemes
Template:       swisseagle
Version:        1.1
*/

/* Wrist24 branding override */
#header .dt-logo-container a {
  display: inline-flex !important;
  flex-direction: column;
  justify-content: center;
  min-height: 54px;
  text-decoration: none !important;
  line-height: 1.05;
}
#header .dt-logo-container a img {
  display: none !important;
}
#header .dt-logo-container a::before {
  content: "WRIST24";
  color: #1f1f1f;
  display: block;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 30px;
  font-weight: 700;
  letter-spacing: 2.5px;
  text-transform: uppercase;
}
#header .dt-logo-container a::after {
  content: "WATCHES";
  color: #c7b18a;
  display: block;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 5px;
  margin-top: 5px;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  #header .dt-logo-container a::before { font-size: 22px; letter-spacing: 1.8px; }
  #header .dt-logo-container a::after { font-size: 10px; letter-spacing: 3.5px; }
}
