/*
Theme Name: Amadeus Child
Template: amadeus
Author: admin
Version: 1.0.1685548526
Updated: 2023-05-31 18:55:26

*/

.slicknav_menu {
  display: none;
}
.site-branding {
  padding-top: 15px;
  padding-bottom: 15px;
}
.h1.site-title {
  margin: 0;
  font-size: 62px;
  color: #1c1c1c;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  text-align: center;
  word-wrap: break-word;
}
h2.entry-title {
  font-size: 38px;
}
@media only screen and (max-width: 767px) {
  .site-content {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 600px) {
  .site-description {
    display: none;
  }
  .site-content {
    margin-top: 15px;
  }
  
  .h1.site-title {
    font-size: 42px !important;
  }
  h2.entry-title {
    font-size: 28px;
  }
}
.widget-title {
  color: #1c1c1c;
  font-family: "Playfair Display", serif;
  font-weight: 700;
  font-size: 18px;
}
.site-branding a,
.site-branding a:hover {
	text-decoration: none !important;
}