/*
 Theme Name:   Grateful living now
 Theme URI:    #
 Description:  Custom theme for Grateful Living Now based on Kelly template.
 Author:       Nicoleta Tache & Cristian Ciocau
 Author URI:   #
 Template:     kelly
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         green, light, custom-background, custom-header, custom-menu, post-formats, rtl-language-support, translation-ready, one-column, fixed-layout, responsive-layout
 Text Domain:  glnow
*/

body {
  color:#2f3d50;
}

#content {
  overflow: hidden;
  position: relative;
}

#secondary {
  position: fixed;
  top: 0;
  right: 0;
  height: 100%;
  transition: all 0.5s;
  z-index: 100;
  box-shadow: -1px 0 10px #777;
  overflow-y: scroll;
  width: 0;
}
body.admin-bar #secondary {
  top: 32px;
}
#secondary.open {
  transform: translate3d(0, 0, 0);
}
#secondary .widget-areas-inner {
  width: 90%;
  height: 100%;
}

/* Sidebar Menu */
#sidebar-menu {
  position: absolute;
  color: #fff;
  
  font-size:30px;
  font-size: 3rem;
  line-height: 34px;
  line-height: 3.4rem;
  
  cursor: pointer;
}
#sidebar-menu .icon {
  opacity: .8;
  font-style: initial;
}
#sidebar-menu:hover .icon {
  opacity: 1;
}
#sidebar-menu.open {
}

.entry-content {
  padding-bottom: 0;
}

.hentry {
  padding: 3em 1.5em 1em;
}

/* Social Header */
#header-social {
  text-align:right;
  background: #111;
  position:fixed;
  width:100%;
  z-index:10;
  left:0;
  top:0;
}
#header-social .inner {
  position: relative;
}
#masthead {
  padding-top:40px;
}
body.admin-bar #header-social {
  top:32px;
}
body.admin-bar #masthead {
  margin-top:32px;
}
#header-social .inner {
  width:90%;
  margin:0 auto;
}
#header-social a {
  line-height: 36px;
  padding: 0 8px 0 10px;
  font-size: 22px;
  display: inline-block;
  color: #fff;
}
#header-social a:hover {
  background:rgb(10,167,147);
  background: rgba(10,167,147,0.75);
}

/* entypo */
[class*="entypo-"]:before {
  font-family: 'entypo', sans-serif;
}

@media screen and (min-width: 320px) {
  #secondary {
    max-width: 70%;
  }
}

@media screen and (min-width: 750px) {
  
  #secondary {
    max-width: 40%;
  }
}

@media screen and (min-width: 1250px) {

  #secondary {
    max-width: 30%;
  }
  
  .site-title {
		font-size: 4.6em;
  }
  .site-description {
		font-size: 1em;
  }
  .main-navigation a {
		font-size: 1em;
	}
  .entry-content,
	.comment-content {
		font-size: 1.25em;
	}
	.entry-meta {
		font-size: 1em;
	}
	.entry-title,
	.page-title {
		font-size: 1.9em;
	}
	.comments-title {
		font-size: 1.625em;
	}
	.format-link .entry-title a:after {
		font-size: 36px;
	}
	.has-header .site-branding {
		padding: 1.5em 0;
	}
  
}

@media screen and (min-width: 1440px) {
  #secondary {
    max-width: 20%;
  }
}
