/*
Theme Name: Bone Sigh Arts
Author: Mazuzu Design & Devlopment
Author URI: http://mazuzu.com
Description: A custom theme created for Bone Sigh Arts
Version: 1.0
*/

body {
  background:#fff;
  padding:0;
  margin:0;

  font-family: "Raleway",sans-serif;
  font-weight:400;

  color:#111;
}
.page {
  line-height:28px;
  font-size:20px;
  padding-top:50px;
}
.responsive-br {
 text-transform:none;
}
a {
  color:#3E94E9;
  text-decoration:none;
}
a:hover {
  text-decoration:underline;
}
img {
  max-width:100%;
}
h1 {
  border-bottom:medium double #aaa;
  font-weight:100;
  font-size:35px;
  line-height:40px;
  margin:30px 0;
}
h2 {
  font-weight:100;
}
/*
::-webkit-input-placeholder {  color:    #fff;}
:-moz-placeholder { color:    #fff;opacity:  1;}
::-moz-placeholder { color:    #fff;opacity:  1;}
:-ms-input-placeholder { color:    #fff;}
*/

.lesson h2 {
	font-size:22px;
	line-height:22px;
	font-weight:600;
}
.lesson h2 a {
	margin-top:40px;
	color:#3A789F !important;
}
.lesson .entry{
	margin-bottom:50px;
	border-bottom:5px dotted #ddd;
}
.course h1{
	color:#f00;
	line-height:100px;
	border-bottom:0;
	text-align:center;
	border-bottom:5px dotted #ddd !important;
}

.lesson h1{
	color:#f00;
	line-height:100px;
	border-bottom:5px dotted #ddd !important;
	text-align:center;
}

.course-completion-rate{
	text-align:center;
	color:#aaa;
	margin:0 auto;
	display:block;
}
.course-enrolment {
	//display:none;
}

.btn {
  border:1px solid white;
  background:black;
  color:white;
  padding:4px 10px;
  line-height:22px;
}
.text-input {
  border:1px solid #777;
  background:white;
  padding:4px;
  margin:0;
  /*
  height:12px;
  */
}

#user-menu {
  font-size:14px;
  padding:8px 0;
  height:20px;
  background:#1B5F65;
  text-align:center;
  width:100%;
  color:black;
  letter-spacing:3px;
  font-family: "Raleway",sans-serif;
}
#user-menu a {
  color:black;
}



#main-nav {
  width:100%;
  background:black;
  z-index:900;
}
#main-menu {
  padding:0;
  margin:0;
}
.menu-item {
  list-style-type:none;
  display:inline-block;
  width:100%;
}
.menu-link {
  display:inline-block;
  height:50px;
  width:100%;
  line-height:50px;
  text-align:center;

  color:white;
  font-family: sans-serif;
  font-weight:100;
  text-transform:lowercase;
  font-size:18px;
}
.menu-link:hover {
  background:white;
  color:black;
  text-decoration:none;
}
.menu-link-selected {
  border-bottom:3px solid white;
}

.home-menu-item {
  display:none;
}


	/* key frames */
	@-webkit-keyframes menu-out {
	  0% {opacity:1;visibility: visible;-webkit-transform:translate(0px, 0px);transform:translate(0px, 0px);}
	  100% {visibility: hidden;opacity:0;-webkit-transform:translate(0px, 10px);transform:translate(0px, 10px);}
	}
	@-moz-keyframes menu-out {
	  0% {opacity:1;visibility: visible;-moz-transform:translate(0px, 0px);transform:translate(0px, 0px);}
	  100% {visibility: hidden;opacity:0;-moz-transform:translate(0px, 10px);transform:translate(0px, 10px);}
	}
	@-o-keyframes menu-out {
	  0% {opacity:1;visibility: visible;-o-transform:translate(0px, 0px);transform:translate(0px, 0px);}
	  100% {visibility: hidden;opacity:0;-o-transform:translate(0px, 10px);transform:translate(0px, 10px);}
	}
	@keyframes menu-out {
	  0% {opacity:1;visibility: visible;transform:translate(0px, 0px);}
	  100% {visibility: hidden;opacity:0;transform:translate(0px, 10px);}
	}


	@-webkit-keyframes menu-in {
	  0% {opacity:.5;-webkit-transform:scale(.98)  translate(0px, -5px);transform:scale(.95) translate(0px, -5px);}
	  100% {opacity:1;-webkit-transform: translate(0px, 0px) scale(1); transform:scale(1) translate(0px, 0px);}
	}
	@-moz-keyframes menu-in {
	  0% {opacity:.5;-moz-transform:scale(.95)  translate(0px, -5px);transform:scale(.95) translate(0px, -5px);}
	  100% {opacity:1;-moz-transform: translate(0px, 0px) scale(1); transform:scale(1) translate(0px, 0px);}
	}
	@-o-keyframes menu-in {
	  0% {opacity:.5;-o-transform:scale(.95)  translate(0px, -5px);transform:scale(.95) translate(0px, -5px);}
	  100% {opacity:1;-o-transform: translate(0px, 0px) scale(1); transform:scale(1) translate(0px, 0px);}
	}
	@keyframes menu-in {
	  0% {opacity:.5;transform:scale(.95) translate(0px, -5px);}
	  100% {opacity:1;transform:scale(1) translate(0px, 0px);}
	}
  .sub-menu  {
  background:black;
  color:white;
	overflow:hidden;
	display:none;
  margin:0;
  padding:0;
  width:100%;


  /*
  box-shadow:5px 5px 15px rgba(0,0,0,.3);
	-webkit-animation: menu-out .1s ease 1;
       -moz-animation: menu-out .1s ease 1;
         -o-animation: menu-out .1s ease 1;
            animation: menu-out .1s ease 1;
            */
}

.sub-menu-item {
  list-style-type:none;
  display:inline-block;
  width:100%;
}



#search::-webkit-input-placeholder {  color:    #fff;}
#search:-moz-placeholder { color:    #fff;opacity:  1;}
#search::-moz-placeholder { color:    #fff;opacity:  1;}
#search:-ms-input-placeholder { color:    #fff;}

#search-form {
  width:100%;
  height:30px;
  margin:10px 0;
}
#search {
    background:none;
    border:none;
    border-radius:0;
    border-bottom:1px solid #aaa;
    height:30px;
    padding:0 10px;
    width:94%;
    margin:0 auto;
    display:block;
}
#search:focus {
  background:white;
  color:black;
  border-bottom:1px solid white;
}

.autocomplete-w1 {
	background-color:#fff;
  color:#000;
  font-family: sans-serif !important;
	letter-spacing:0;
	box-shadow:10px 10px 10px rgba(0,0,0,.3);
}

.autocomplete >div{
	padding:5px 2px;
	border-top:1px solid #eee;
  font-size:14px;
}

.inline-img {
  float:left;
	padding:0 10px 0 0;
}
.autocomplete .selected {
	cursor:pointer;
	background-color:#000;
	color:#fff;
}

.share-box {
  font-size:14px;
  text-transform:lowercase;
}







@media all and (min-width: 380px) {
  .menu-item {
    width:49%;
  }

}
@media all and (min-width: 840px) {

  .home-menu-item {
    display:inline-block;
  }
  #main-nav {
    position:fixed;
    background:rgba(0,0,0,.9);
  }

  #main-menu {
    float:left;
    position: relative;
  }
  .menu-item {
      width:auto;
  }
  .sub-menu-link {
    width:100% !important;
  }
  .menu-link {
    margin-right:10px;
    width:auto;
    padding:0 10px;
    text-align:left;
  }



  .sub-menu  {
    visibility: hidden;
    width:200px !important;
    position: absolute;
  }

  #main-menu .menu-item:hover >  .sub-menu {
  	visibility: visible;
  	display:block;
  	-webkit-animation: menu-in .1s ease 1;
         -moz-animation: menu-in .1s ease 1;
           -o-animation: menu-in .1s ease 1;
              animation: menu-in .1s ease 1;

  }

}
















.large-first-p p:first-of-type {
  font-size:28px;
  line-height:35px;
}

.main {

}
.main-narrow {
  width:96%;
  padding:2%;
  max-width:700px;
}

.side-nav {
  padding:0;
  margin:0;

}
.side-nav-li {
  list-style-type:none;
  padding:0;
  margin:0;
}
.side-nav-link {
    text-align:center;
    text-transform:lowercase;
    font-weight:900;

    color:black;
    display:inline-block;
    padding:10px 0;
    width:100%;
    border-bottom:medium double #ddd;
}



.timestamp {
  font-family:sans-serif;
  font-size:11px;
  text-transform:uppercase;
}

.post-info {
  background:#111;
  color:white;
  padding:20px;
  font-family:monospace;
  font-size:14px;
  line-height:1em;
  margin-top:30px;
  border-top:medium double #ddd;
  border-bottom:medium double #ddd;
}
.post-info a {
  color:white;
  text-decoration:underline;
}
.author-info {
  background:#25414E;
  background:#1B5F65;
  margin-top:30px;
  border-top:medium double #ddd;
  border-bottom:medium double #ddd;
  color:white;
  padding:20px;
}
.author-info a {
  color:white;
  text-decoration:underline;
}
.author-pic {
  width:200px;
  border-radius:50%;
  border:medium double #ddd;
  float:left;
  margin-top:30px;
  margin-right:30px;
}
.author-name {
  font-weight:900;
  display:block;
  text-align:center;
}
.author-bio {
  font-weight:100;
}
.tag {
  margin:0 4px;
  padding:0 6px;
  line-height:1.5em;
  background:#222;
  border:1px solid #aaa;
  font-weight:900;
  display:inline-block;
  border-radius:2px;
  font-size:14px;
}


.q {
    font-size:28px;
    line-height:50px;
    margin-left:-20px;
    width:50%;
    display:block;
    float:left;
}
.q:before {
  content:'\201C';
  font-family:Georgia;
  font-size:120px;
  color:#aaa;
  position:absolute;
  margin-left:-50px;
  margin-top:20px;

}

#email, #author, #comment {
  width:98%;
  padding:1%;
  border:1px solid #111;
  background:white;
}

#reply-title {
  text-align:center;
}
#commentform label {
  font-size:12px;
}

.comment-notes {
  font-size:18px !important;
  text-align:center;
}

.comments-list {
  padding:0;
}
.comment {
  list-style-type:none;

  margin:50px 0;
}
.comments-list .depth-1 {
  border-bottom:5px dotted #eee;
  border-left:5px solid #000;
  padding-left:2%;
  width:98%;
}
.comment-meta {
  float:right;
  font-size:12px;
  font-family:monospace;
}

.comment-awaiting-moderation {

}










.footer-input {
  padding:10px 5px;
  background:white;
  margin-bottom:50px;
  width:50%;
}

.footer {
  background:#111;
  color:white;
  width:100%;
  padding:100px 0 0 0;
  margin-top:100px;
  font-family: "Raleway",sans-serif;
}
.footer-left {
  margin:0 auto;
  width:300px;
  max-width:100%;
  text-align:center;
}
.footer-right {
  padding-top:20px;
  width:100%;
  text-align:center;
}
.tos {
  font-family:monospace;
  text-align:center;
  padding:30px 0;
}
.amazon-link {
  width:100px;
  border:1px solid white;
  padding:8px;
  display:block;
  margin:10px auto;
}
.footer-quote {
  padding-top:50px;
  padding-bottom:25px;
  font-size:20px;
  font-family: "Raleway",sans-serif;
  text-align:center;
  color:#555;
}

.cat-item  {
  list-style-type:none;
  padding:0;
  margin:0 25px;
  display:inline-block;
}
.current-cat {
  border-bottom:3px solid #fff;
}
.top-cat {
  width:100%;
  background:#222;
  color:white;
  padding:20px 0;
  margin:0;
  text-align:center;
}

@media all and (min-width: 650px) {

span.rbr {
  display:block;
}

h1 {
  font-size:50px;
  letter-spacing:1px;
  line-height:60px;
}
.footer-left {
  margin:0;
  float:left;
}
.footer-right {
  padding-top:0px;
  text-align:left;
  float:right;
  width:auto;
}


}
@media all and (min-width: 800px) {
  .footer-quote {
    padding-top:100px;
    padding-bottom:50px;
    font-size:30px;
  }
.center-desktop{text-align:center}
.two-thirds-desktop {width:66.666%;}
.half-desktop {width:50%;}
.pull-left-desktop {float:left;}
.pull-right-desktop {float:right;}
.autocomplete-w1 {
    margin-left:-247px;
}
#search-form {
  float:right;
  width:auto;
}
}

@media all and (max-width: 650px) {
.center-handheld{text-align:center;}
.hide-handheld{display:none;}
/*.responsive-br br {display:none} */
}





.max-width {
  max-width:960px;
  width:100%;
}

.center {text-align:center;}
.pull-center {margin:0 auto;}
.pull-left {float:left;}
.pull-right {float:right;}
.lightweight {font-weight:100;}
.zerotext {font-size:0;}
.sans {font-family:sans-serif;}
.half {width:50%}
.nomargin{margin:0;}
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { *zoom: 1; }
