/*!
Theme Name: Magnus  Child
Theme URI: http://thefivethemes.com/themes/magnus
Author: Hugo Baeta / Paula Koopman
Author URI: http://thefivethemes.com
Description: Life is Grand, Show it! Magnus is a photoblogging WordPress theme named after the latin word for Grand. It was made to showcase photos in a big and bold way, making the featured image on each post span the full width of the browser window, paired up with beautiful typography and a carefully planned layout.
Template: magnus
Version: 2.4
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: magnus
Tags: photoblogging, custom-header, custom-menu, featured-images, featured-image-header, threaded-comments, translation-ready, responsive-layout, one-column

Magnus WordPress Theme, Copyright (C) 2013-2016, Hugo Baeta.
Magnus is distributed under the terms of the GNU GPL license.

Magnus is based on Underscores http://underscores.me/, (C) 2012-2015 Automattic, Inc.
Theme screenshot uses photography by Will Langenberg, from unsplash.com
Normalizing styles have been helped along thanks to the fine work of
Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
*/
@font-face {
  font-family: Cinzel;
  src: url(assets/fonts/Cinzel/Cinzel-Regular.ttf);
  font-size: 1.2em;
  font-weight: normal;
}
.content-area {
  font-size: 1.2em;
}

/*--------------------------------------------------------------
## General
--------------------------------------------------------------*/
body, body:before,
body:after {
  box-sizing: content-box;
  position: relative;
}

.menu-header-container {
  margin-right: 3em;
}

.sidebar-toggle {
  right: 2em;
}

h1, h2, h3, h4, h5, h6, .comment-form label {
  font-family: "Cinzel", Helvetica Neue, Arial, sans-serif;
  letter-spacing: 1px;
}

form input[type=button], form input[type=reset], form input[type=submit] {
  font-family: "Karla", sans-serif;
}

h1.entry-title {
  font-size: 1em;
}

a {
  color: #38a015;
  text-decoration: none;
}

.content-area a:visited {
  color: #38a015;
}

h2.button {
  background-color: #c7edea;
  border-radius: 1em;
  color: #72727e;
  cursor: pointer;
  display: inline-block;
  font-family: "Cinzel", Helvetica Neue, Arial, sans-serif;
  font-size: 0.85em;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 15px 20px;
  color: #616161;
  background: #dfd6ce;
  text-shadow: 1px 2px 2px #f3f3f4;
  text-transform: uppercase;
}

h2.button:hover {
  color: #eb6e78;
}

.error404 .not-found {
  top: 20%;
}
.error404 .not-found h1.page-title {
  font-size: 2em;
}

/*--------------------------------------------------------------
## Header
--------------------------------------------------------------*/
.site-branding h1 {
  margin-left: -99999999px;
}

.site-branding h1 a, .site-branding h2 {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 4px #111;
}
.site-branding h1 a:hover, .site-branding h2:hover {
  color: #fff;
}

.site-branding h2 {
  font-family: "Square Peg", cursive;
  font-size: 2em;
  margin-top: -0.85em;
}
.site-branding h2 a {
  color: #fff;
}

.site-header {
  background: transparent;
}

.site-header-image .section-image {
  opacity: 1 !important;
}

.featured-image .site-header-image {
  height: 50vh;
  margin-bottom: 1.25em;
}

/*--------------------------------------------------------------
## WP Forms bedankt
--------------------------------------------------------------*/
div.wpforms-container-full .wpforms-confirmation-container-full,
div[submit-success] > .wpforms-confirmation-container-full {
  margin-top: 3em;
  text-align: center;
}

/*--------------------------------------------------------------
## Call to action op massage & yoga detail pagina
--------------------------------------------------------------*/
article ul:not(.ym) {
  margin: 1.5em 0 1em 0;
  min-height: 5em;
  padding-left: 0;
}
article ul:not(.ym) li {
  display: inline-block;
  float: left;
  width: 30%;
}
article ul:not(.ym) li:last-child {
  background-color: #eb6e78;
  border-radius: 1em;
  color: #efefef;
  display: inline-block;
  float: right;
  font-size: 0.85em;
  margin-top: 0.6em;
  padding: 15px 20px;
  text-shadow: none;
  width: 60%;
}
article ul:not(.ym) a {
  color: #fff;
  text-decoration: underline;
}
article ul:not(.ym) a:hover {
  text-decoration: none;
}
article ul.ym {
  list-style: square outside;
  margin: 0 0 1.5rem 1.5rem;
  padding: 0;
}
article ul.ym li {
  color: #38a015;
  clear: left;
  float: left;
  margin: 0 0.5rem 0 0;
  width: 100%;
}

/*--------------------------------------------------------------
## Call to action op massage detail pagina
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
.search .site-header-image {
  display: none;
}
.search #main {
  margin-top: 2em;
}
.search .sidebar-toggle span, .search .sidebar-toggle span::before, .search .sidebar-toggle span::after {
  background-color: #111;
}

/*--------------------------------------------------------------
## Search
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
.home .bg article {
  margin: 4em 0 0 0;
}
.home h1.entry-title, .home h2.subtitel {
  color: #ffffff;
  font-family: "Square Peg", cursive;
  font-size: 80px;
  text-transform: lowercase;
  margin: 0 0 0 0;
}
.home .site-content .site-main h2 {
  color: #ffffff;
  font-size: 1em;
  margin-bottom: 1.4em;
}
.home .entry-content {
  font-size: 0.9em;
  margin-top: 0;
}
.home .entry-content p {
  color: #fff;
}
.home .entry-content p a {
  color: #fff;
  text-decoration: underline;
}
.home .entry-content p a:hover {
  text-decoration: none;
}
.home .entry-content .hands {
  bottom: -0.5em;
  position: absolute;
  right: 1em;
}
.home .featured-image .site-header-image {
  height: 100vh;
}
.home .site-header-image {
  margin-bottom: 0;
}
.home .site-branding {
  display: none;
}
.home section.site-header-image {
  height: 100vh;
}
.home .sidebar-toggle {
  background: transparent;
}
.home .sidebar-toggle:hover {
  background: transparent;
}

/*--------------------------------------------------------------
## Home
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.sidebar {
  background-color: #dfd6ce;
  right: -1em;
}

.sidebar .sidebar-inner {
  padding: 0 2.5em;
}

.sidebar-toggle {
  background-color: #dfd6ce;
}

.sidebar-toggle:hover {
  background-color: #dfd6ce;
}

.sidebar-toggled .sidebar-toggle, .sidebar-toggled .sidebar-toggle:hover {
  background: transparent !important;
}

.sidebar-toggled .sidebar {
  opacity: 0.94 !important;
}

#secondary {
  padding-top: 1em;
}

.widget {
  margin-top: 1em;
  padding: 1.25em 0;
}

/*--------------------------------------------------------------
## Sidebar
--------------------------------------------------------------*/
.blog-home-content .site-main {
  background-color: #fff;
}

.sidebar-toggle span, .sidebar-toggle span::before, .sidebar-toggle span::after {
  background: white;
}

.sidebar-toggled:hover span {
  background: none;
}

/*--------------------------------------------------------------
## Single met background
--------------------------------------------------------------*/
.bg article {
  position: absolute;
  top: 0;
  margin: 4em 0 0;
}
.bg article p.book {
  margin-top: 1.4em;
}

.sl {
  margin: 0 1em 1em 0;
}

.sl:nth-child(3n) {
  margin: 0 0 1em 0;
}

/*--------------------------------------------------------------
## Single met background
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Contact form
--------------------------------------------------------------*/
.wpcf7-form p {
  margin: 0;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
.site-header {
  background: #6699cc;
  padding: 1em 1em 0.7em;
}

.site-header .header-navigation .menu-header-container ul li a {
  color: rgba(255, 255, 255, 0.9);
  text-shadow: 1px 1px 4px #111;
}
.site-header .header-navigation .menu-header-container ul li a:hover {
  color: #fff;
}

.menu li {
  line-height: 2em;
}

/*--------------------------------------------------------------
## Navigation
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
.footer-socs {
  clear: both;
  display: block;
  margin: 0;
  padding: 1.5em 0 0 0.4em;
  text-align: center;
}

.footer-socs ul {
  display: inline-block;
}

.footer-socs ul li {
  display: inline-block;
  float: left;
  width: 60px;
}

.footer-socs ul li a {
  float: left;
  height: 60px;
  margin: 0;
  width: 60px;
}

div.footer-socs ul li a.fb {
  background: url("assets/images/fb.png") no-repeat;
}

div.footer-socs a.ig {
  background: url("assets/images/ig.png") no-repeat;
}

div.footer-socs ul li a span {
  display: none;
}

/*--------------------------------------------------------------
## Socials
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Gallery read more
--------------------------------------------------------------*/
.gallery-item div a.custom-link-button.no-lightbox {
  background-color: #eb6e78 !important;
  border: solid 1px #eb6e78;
  box-shadow: 0px 0px 0px 0px rgba(0, 0, 0, 0.5) !important;
}

.gallery-item {
  margin: 0;
  padding-top: 15px;
}

.gallery-item:hover {
  background-color: #eb6e78 !important;
  color: #fff;
}

.gallery-item a {
  color: #72727e;
}

/*.gallery-item a:hover {
   color: #fff;
}*/
figcaption.gallery-caption {
  min-height: 130px;
  padding: 0 15px;
}

/*--------------------------------------------------------------
## Gallery read more
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
footer.site-footer {
  background-color: #72727e;
  font-size: 0.85em;
}
footer.site-footer .content-area {
  padding: 0 1em;
  margin: 0 auto;
  max-width: 46.443359375em !important;
}
footer.site-footer a:not(.nocolor) {
  color: #fff;
  text-decoration: underline;
}
footer.site-footer a:not(.nocolor):hover {
  text-decoration: none;
}

footer .content-area .left {
  float: left;
  width: 50%;
}

footer .content-area .right {
  float: left;
  margin-left: 3%;
  width: 47%;
}

.footer-location {
  position: absolute;
  bottom: 6%;
  left: 5%;
}

/*--------------------------------------------------------------
## Footer
--------------------------------------------------------------*/
@media (max-width: 1024px) {
  .content-area {
    font-size: 1em;
  }

  .home .entry-content .hands {
    bottom: 0;
    position: relative;
    right: 0;
    margin-top: 1em;
  }

  .bg article {
    margin-top: 5.25em;
  }
  .bg article p.book {
    margin-top: 1.5em;
  }

  .sl:nth-child(3n) {
    margin: 0 1em 1em 0;
  }
}
@media (max-width: 800px) {
  footer .content-area .left {
    float: none;
    width: 100%;
  }

  footer .content-area .right {
    float: none;
    margin: 1em 0 0;
    width: 100%;
  }

  article ul:not(.ym) {
    margin: 0 0 1.5rem 0;
    padding: 0;
  }
  article ul:not(.ym) li, article ul:not(.ym) li:last-child {
    clear: both;
    float: none;
    margin: 1.5rem 0.5rem 0 0;
    width: 87%;
  }
}
@media (max-width: 680px) {
  h1.entry-title {
    font-size: 1.8em;
  }

  .home .bg article {
    margin-top: 3.25em;
  }
  .home .entry-content p {
    line-height: 1.35em;
  }

  .bg article {
    margin-top: 2.25em;
  }
  .bg article p.book {
    margin-top: 2em;
  }

  article ul li {
    display: block;
    float: none;
    width: 100%;
  }
  article ul li:last-child {
    display: block;
    float: none;
    width: 100%;
  }

  #secondary {
    padding-top: 2em;
  }

  .widget {
    padding-top: 0;
  }

  .sl:nth-child(3n) {
    margin: 0 0 1em 0;
  }

  .footer-location {
    bottom: 9%;
  }
}

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