a {
  transition: all 0.15s ease-in;
}

/* HEADER */

.site-header {
  margin-bottom: 50px;
}

.admin-bar .main-navigation.fix {
  top: 32px;
}

.menu-toggle {
  float: left;
  margin-left: 10px;
}

.menu-menu-container {
  clear: left;
}

.main-navigation a {
  font-family: "Oswald", sans-serif;
  font-size: 13px;
  font-weight: bold;
  border-top: 2px solid transparent;
  transition: all 0.15s ease-in;
  opacity: 0.9;
  letter-spacing: 3px;
}

.main-navigation ul ul a {
  letter-spacing: 1px;
} 

.main-navigation ul > li.current-menu-item > a, .main-navigation ul > li.current-menu-parent > a, .main-navigation ul > li.current-post-ancestor > a {
  background-color: transparent;
  border-top: 2px solid #e93090;
}
.main-navigation ul > li.menu-item-has-children.current-menu-item > a, .main-navigation ul > li.menu-item-has-children.current-menu-parent > a, .main-navigation ul > li.menu-item-has-children.current-post-ancestor > a {
  border-top-color: transparent;
}

.menu .main-navigation ul ul, .menu .main-navigation.fix ul ul {
  background-color: black!important;
}

@media only screen and (max-width: 959px) {

  #secondary .logo {
    display: none;
  }

  .sidewelcomeimage > img {
    width: 100%;
  }

  .widget.ads {
    text-align: center;
  }

  .main-navigation ul a {
    text-align: left;
    padding-left: 20px;
  }

  .main-navigation ul ul a {
    margin-left: 23px;
    border-left: 1px solid #e93090;
  }
  
  .widget.spotify iframe {
    width: 100%;
  }

  .site-header {
    margin-bottom: 0;
  }

  .site-branding {
    margin-top: 45px;
  }
}

@media only screen and (min-width: 959px) {
  .site-branding {
    display: none;
  }

  .flo-shcode-instgm-container {
    margin-top: 1px;
  }

  .site-header {
    margin-bottom: 20px;
  }
}

.site-title img {
  width: 420px;
}

.flo-shcode-instgm-container img {
  width: initial;
  height: initial;
}

/* CONTENT */

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6,
.entry-content h1 strong, .entry-content h2 strong, .entry-content h3 strong, .entry-content h4 strong, .entry-content h5 strong, .entry-content h6 strong {  
  text-align: left;
  font-family: 'Oswald',sans-serif;
  margin-top: 10px;
  margin-bottom: 20px;
}

.entry-content h1 {
  font-size: 2.05em!important;
}

.entry-content h2 {
  font-size: 1.9em!important;
}

.entry-content h3 {
  font-size: 1.7em!important;
}

.entry-content h4, .entry-content h5, .entry-content h6 {
  font-size: 1.35em!important;
}

#primary {
  margin-right: 20px;
  margin-top: 10px;
}

#secondary {
  margin-right: 0;
  padding-top: 0;
}

#secondary .logo {
  margin-top: -10px;
  margin-bottom: 10px;
}

h1.entry-title {
  font-size: 30px;
  text-align: center;
  /* text-transform: inherit; */
  font-family: 'Oswald', sans-serif;
  
}

h1.entry-title a {
  font-family: 'Oswald', sans-serif;
}

.home h1.entry-title {
  margin-bottom: 28px;
}

.home .entry-meta {
  display: none;
}

.entry-meta {
  text-align: center;
  font-style: italic;
  text-transform: initial;
  font-weight: 300!important;
}
.entry-meta a {
  text-decoration: none;
  font-family: 'Libre Baskerville', serif;
}
.entry-meta time {
  font-weight: 300;
}

.entry-meta i {
  margin-right: 2px;
}

.posted-on>a {
  color: #999;
}

.entry-content.entry-excerpt {
  width: 80%;
  margin: 40px auto!important;
}

.entry-content {
  margin: 20px 0;
  font-family: 'Libre Baskerville', serif;
}
.entry-content p {
  font-family: 'Libre Baskerville', serif;
  margin-bottom: 20px;
}

.entry-content p img { 
  margin: 10px 0 0;
}

.entry-content p:first-child img { 
  margin-top: 0;
}

.single .entry-content a {
  color: #e93090;
  font-weight: 400;
  background-color: #fbe0ee;
  padding: 2px 5px;
}

.single .entry-content a:hover {
  background-color: #ffb9dd;
  color: #222;
  text-decoration: none;
}

.page-content, .entry-content, .entry-summary, .entry-content p, .blog article .entry-content, .archive article .entry-content {
  letter-spacing: 0;
  font-size: 16px;
  line-height: 26px;
}

.read-more-link a {
  font-weight: 300!important;
  text-decoration: none;
  color: #e93090;
  font-weight: 400;
  background-color: #fbe0ee;
  border-color: transparent;
  font-family: 'Oswald',sans-serif;
  text-transform: uppercase;
}

.read-more-link a:hover {
  background-color: #ffb9dd;
  color: #222;
}

.single .entry-content .ssba a {
  background-color: transparent!important;
}

.ssba a img {
  width: 32px!important;
}

.comments-title {
  font-size: 16px;
  text-align: center;
  margin-bottom: 40px;
  margin-top: 90px;
}

.comment-author a {
  font-family: 'Oswald',sans-serif;
}

.comment-metadata a:hover {
  pointer-events: initial;
}

.comment-content p {
  font-style: italic;
  font-size: 14px;
  opacity: 0.8;
}

.comment-form {
  background-color: #efefef;
  padding: 40px;
}

.comment-reply-title {
  font-family: 'Oswald',sans-serif;
  text-align: center;
  text-transform: uppercase;
  font-size: 16px;
  margin-bottom: 25px;
}

.comment-list {
  margin-bottom: 60px;
}

.comment-notes {
  text-align: center;
}

.shopthepost-widget {
  margin: 40px 0;
}

/* SIDEBAR */

.sidewelcome {
  border-bottom: 1px solid #e93090;
  border-top: 1px solid #e93090;
  font-weight: 600;
}

.widget h3.widget-title {
  background-color: #000;
  color: #fff;
  font-weight: 600;
  margin-bottom: 3px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 2px;
  transition: all 0.15s ease-in;
}

.widget:hover h3.widget-title {
  background-color: #e93090;
}

.sidereseau {
  margin-left: 0;
  text-align: center;
}

.sidewelcomeimage {
  margin-top: 0;
}

#secondary .sidereseau a {
  color: #e4bbd0;
  text-decoration: none;
}
#secondary .sidereseau a:hover {
  color: #e93090;
  text-decoration: none;
}

/* FOOTER */

/* .site-footer {
  background-color: #ffe7eb;

} */

.footermention a {
  color: #999;
  font-weight: 400!important;
  text-decoration: underline;
}

.reseaufooter {
  width: 170px;
  margin: 0 auto 15px;
}

.reseaufooter ul {
  margin: 0;
}