/*
 Theme Name:   Twenty Sixteen Child
 Theme URI:    https://wordpress.org/themes/twentysixteen/
 Description:  Twenty Sixteen Child Theme
 Author:       Imaginary Office
 Author URI:   http://www.imaginaryoffice.com
 Template:     twentysixteen
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 License URI:  http://www.gnu.org/licenses/gpl-2.0.html
 Tags:         light, dark, two-columns, right-sidebar, responsive-layout, accessibility-ready
 Text Domain:  twenty-sixteen-child
*/

/* homepage styles -- see also php file*/


html.homepage, body.homepage {
    height: 100%;
}

#homepage-space {
    min-height: 100%;
    position: relative;
}


#mute {
	margin-top: -3px;
	width: 50px;
	height: 22px;
	background-image:url(http://jannalevin.com/wp-content/themes/twentysixteen-child/images/audiotoggle.png);
	background-size: 50px 45px;
	background-repeat: no-repeat;
	background-position: 0 1px;
	border: 0 0 0 0 !important;
}

#mute.muted {
	background-position: 0 -22px;
}

#audiolabel {
	font-size: .5em;
	color: #999;
	letter-spacing: .75px;
	font-weight: 600;
	height: 27px;
	padding: 0 0 0 5px;
	display: block;
	}

#audiogroup {
	float: left;
	margin-top: -13px;
	padding-left: 0;
	}


	

/* floating objects */

#typewriter img, #mannequin img, #television img, #microphone img, #filingcabinet img {
	width: 200px;
	z-index: 101;
}

/* The animation code for homepage */
		
@keyframes typewriter-home {
    from  {
		transform: rotate(-30deg);
  }
    to {
		transform: rotate(330deg);
  }
		}
	
#typewriter-home{
	width: 16%;
	left: 50%;
	top: 40%;
	position: fixed;
    animation-name: typewriter-home;
    animation-duration: 245s;
	z-index: 100;
	animation-iteration-count:infinite;
}

	
@keyframes mannequin-home {
    from  {
		transform: rotate(-20deg);
  }
    to {
		transform: rotate(340deg);
  }
}

#mannequin-home {
    top: 40%;
	left: 10%;
	width: 16%;
	position: fixed;
    animation-name: mannequin-home;
    animation-duration: 220s;
	z-index: 100;
	animation-iteration-count:infinite;
}


@keyframes television-home {
    from  {
		transform: rotate(200deg);
  }
    to {
		transform: rotate(-160deg);
  }
		}


#television-home {
    top: 33%;
	left: 20%;
	width: 16%;
	position: fixed;
    animation-name: television-home;
    animation-duration: 180s;
	z-index: 100;
	animation-iteration-count:infinite;
}


@keyframes microphone-home {
    from  {
		left:103%; top:10%;
		transform: rotate(-230deg);
  }
    to {
		left:-10%; top:90%;
		transform: rotate(-360deg);
  }
		}


#microphone-home {
    width: 7%;
	position: fixed;
    animation-name: microphone-home;
    animation-duration: 60s;
	z-index: 100;
	animation-iteration-count:infinite;

}



@keyframes filingcabinet-home {
    from  {
		left:105%; top:60%;
		transform: rotate(0deg);
  }
    to {
		top: -40%; left: 40%;
		transform: rotate(180deg);
  }
		}

#filingcabinet-home {
    width: 15%;
	position: fixed;
    animation-name: filingcabinet-home;
    animation-duration: 100s;
	z-index: 100;
	animation-iteration-count:infinite;
	
}


@keyframes gramophone-home {
    from  {
		left:100px; top:-300px;
		transform: rotate(100deg);
  }
    to {
		left:1000px; top:1000px;
		transform: rotate(0deg);
  }
		}
		

#gramophone-home {
    width: 18%;
	position: fixed;
    animation-name: gramophone-home;
    animation-duration: 150s;
	z-index: 100;
	animation-iteration-count:infinite;
}


@keyframes officechair-home {
    from  {
		transform: rotate(330deg);
  }
    to {
		transform: rotate(-30deg);
  }
		}
		

#officechair-home {
    left: 70%;
	top: 50%;
	width: 21%;
	position: fixed;
    animation-name: officechair-home;
    animation-duration: 280s;
	z-index: 95;
	animation-iteration-count:infinite;
}


@keyframes telephone-home {
    from  {
		transform: rotate(100deg);
  }
    to {
		transform: rotate(-260deg);
  }
		}


#telephone-home {
    top: 10%;
	left: 10%;
	width: 15%;
	position: fixed;
    animation-name: telephone-home;
    animation-duration: 60s;
	z-index: 100;
	animation-iteration-count:infinite;
}


/* throwable objects on interior pages */
	

					
#typewriter{
	position: absolute;
	width: 238px;
	height: 156px;
	border: none;
	background-image: url("http://jannalevin.com/wp-content/uploads/2016/06/object-typewriter.png");
	background-size: 238px 156px;
	background-repeat: no-repeat;
	top: 600px;
	left: -50px;
}

#microphone{
	position: absolute;
	width: 100px;
	height: 252px;
	left: 25px;
	top: 300px;
	border: none;
	background-image: url("http://jannalevin.com/wp-content/uploads/2016/06/object-microphone-1.png");
	background-size: 100px 252px;
	background-repeat: no-repeat;
	z-index: 9999;
}


#filingcabinet{
	position: absolute;
	width: 150px;
	height: 231px;
	border: none;
	background-image: url("http://jannalevin.com/wp-content/uploads/2016/06/object-filingcabinet.png");
	background-size: 150px 231px;
	background-repeat: no-repeat;
	top: 600px;
	left: -50px;
	z-index: 9999;
}


#television{
	position: absolute;
	width: 300px;
	height: 204px;
	left: 500px;
	top: 500px;
	border: none;
	background-image: url("http://jannalevin.com/wp-content/uploads/2016/06/object-television.png");
	background-size: 300px 204px;
	background-repeat: no-repeat;
	z-index: 9999;

}

#mannequin{
	position: absolute;
	width: 150px;
	height: 375px;
	left: 200px;
	top: 500px;
	border: none;
	background-image: url("http://jannalevin.com/wp-content/uploads/2016/06/object-mannequin.png");
	background-size:  150px 375px;
	background-repeat: no-repeat;
	z-index: 9999;

}

.wf-loading, .wf-loading h2, .wf-loading.main-navigation, .wf-loading.site-title {
	visibility: hidden !important;
	}



html {
	font-family: "brandon-grotesque", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 16px;
	
	}

p, body, li, ul {
	font-family: "brandon-grotesque", Gotham, "Helvetica Neue", Helvetica, Arial, sans-serif !important;
	font-size: 20px;
	font-size: 1.25rem;
	line-height: 1.75rem;
	}

p {
    margin: 0 0 1em;
}

h1.entry-title {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 1rem;
	letter-spacing: 1px;
	clear:both;
    float:left;
	letter-spacing: 1px;

   }
   
#singleevent {
    margin-right: 7.6923%;
    margin-left: 7.6923%;
}


.css-events-list table.events-table td { padding:.4375em; }
	
	
h1, h2, h3, h4, h5, h6 {
    font-weight: 600;
}

h2 {
	font-size: 2rem;
	padding-top: 1.067em;
	padding-bottom: 1.067em;
	line-height: 2rem;
	}

.widget .widget-title {
	letter-spacing: 1px;
}

#secondary {
	font-size: 16px;
	font-size: 1rem;
	}


h2.widget-title, h3.widget-title {
	font-size: .9rem !important;
	padding-top: 0;
    margin: 0 0 1.75em;
	letter-spacing: 1px;
	}


.site-inner {
    max-width: 1000px;
}

.entry-title {
	border-bottom: 2px solid #ccff66;
	padding: 0;
	margin: 0;
	display: block;
	}

.site {
	background-color: transparent;
}

.site-content {
	background: rgba(255, 255, 255, 1); 
	
	}
.site-content.home {
    background-color: transparent;
}

a 		{	color: #000000; }
a:hover {	color: #000000; background-color: #ccff66; }
a:active {	color: #000000; background-color: #ccff66; }
a:visited {	color: #000000; }


.entry-content a, .entry-summary a, .taxonomy-description a, .logged-in-as a, .comment-content a, .pingback .comment-body > a, .textwidget a, .entry-footer a:hover, .site-info a:hover {
    /* border-bottom: 2px #ccff66 solid; */
	/* box-shadow: 0 0; */
	box-shadow:  0 1px rgba(204, 255, 102);
	text-decoration: none;
}

.entry-title a:hover, .entry-title a:focus {
    color: #000;
}

.site-title {
    font-size: 30px;
    font-size: 2rem;
}

.site-branding .site-title a, .site-branding .site-title a:hover {
	color: #ffffff ; background-color: transparent; 
	font-weight: 400;
	}

.site-branding .site-title a:hover,
.site-branding .site-title a:focus {
	color: #ffffff;
}


.widget {
    border-top: none;
    padding-top: 0;
    padding-bottom: 1em;
}


.widget .widget-title {
    margin-bottom: 0;
}

/* mobile menu */

.menu-toggle, .menu-toggle {
   background-color: transparent;
	border: 0;
   color: #ffffff;
}

.menu-toggle:hover, .menu-toggle:focus {
    background-color: transparent;
    border: 0;
    color: #ccff66;
}

/* social icons */


.social-navigation a:before {
    content: "\f415";
    height: 33px;
    line-height: 33px;
    text-align: center;
	padding: 2px 0 0 2px;
    width: 33px;
}


.social-navigation a, #colophon .social-links-menu a, #social-audio-home .social-links-menu a {
    background-color: #dddddd;
	color: #000000;
	border: 0;
	
}
.social-navigation a:hover, #colophon .social-links-menu a:hover, #social-audio-home .social-links-menu a:hover,
.social-navigation a:focus, #colophon .social-links-menu a:focus, #social-audio-home .social-links-menu a:focus {
    background-color: #ccff66;
	border: 0;
	
}

.social-navigation a:hover:before, #colophon .social-links-menu a:hover:before, #social-audio-home .social-links-menu a:hover:before,
.social-navigation a:focus:before, #colophon .social-links-menu a:focus:before, #social-audio-home .social-links-menu a:focus:before {
	color: #000000;
}

/* twitter widget */

p.rtw_meta {
	font-size: .8rem;
	}

/* books sidebar */

.th_cover {
	width: 80%;
	padding-bottom: 14px;
}

.rtw_main a {
/*	background-color: #ccff66;*/
	border-bottom: 2px #ccff66 solid;
	color: #666666;
	}


.main-navigation a, .main-navigation a:hover, .main-navigation a:active, .main-navigation a:visited, .main-navigation a:focus { 
	text-transform: uppercase;	
	color: #ffffff;
	background-color: transparent;
	font-weight: 500;
	font-size: 1.125rem;
	}
.main-navigation a:hover { color: #ccff66 !important; background-color: transparent; }
.main-navigation a:active { color: #ccff66 !important; background-color: transparent; }
.main-navigation a:visited { color: #ffffff; background-color: transparent; }
.main-navigation a:focus { color: #ccff66; background-color: transparent; }

.main-navigation li:hover > a,
	.main-navigation li.focus > a {
		color: #ccff66;
	}
	
	
.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
    color: #ccff66;
}

#content {
	padding-top: 1.73em;
	}
	
a:link.amazon-link, a:hover.amazon-link, a:active.amazon-link, a:visited.amazon-link  {
	background-color: #ccff66;
	padding: 3px 10px;
	text-decoration: none !important;
	border-radius: 25px;
	font-weight: bold;
	letter-spacing: .4px;
	font-size: .75rem;
	font-size: 12px;
	box-shadow: none;
	}

#book_cover {
	margin-bottom: 4em;
	
	}



.book_cover_image {
	margin-bottom: 12px;
	
	}

.site-footer .site-title:after {
    content: "";
}

.site-footer a, .site-footer a:hover, .site-footer a:active, .site-footer a:visited {
	color: #ffffff;
}


.site-footer .main-navigation, .site-footer .social-navigation {
	padding: 1em 0;
}


.site-footer a:hover, .site-footer a:active {
	color: #ccff66;
	background-color: transparent;
	border-bottom: none;
	}


.site-info {
	padding-top: 12px;
	padding: 0;
	font-size: 1.125rem;
}

.site-footer .site-title {
	color: #ffffff;
}

.event-map {
	margin:0px 0px 35px 0;
	display: block;
}
	

/* min-width: 985px */
@media screen and (min-width: 61.5625em) {
.site-content, .site-header {
    padding: 0 4.5455%;
}

#singleevent {
    float: left 	!important;
    width: 71.42857144%;
}


}

/* min-width: 910px */
@media screen and (min-width: 56.875em) {

.primary-menu li a:hover{
	background-image: url(http://jannalevin.com/wp-content/themes/twentysixteen-child/images/greenbullet.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.main-navigation .current-menu-item > a, .main-navigation .current-menu-ancestor > a {
	background-image: url(http://jannalevin.com/wp-content/themes/twentysixteen-child/images/greenbullet.png);
	background-repeat: no-repeat;
	background-position: center bottom;
}

.primary-menu li a{
	background-image: url();
	background-repeat: no-repeat;
}

.main-navigation a {
    padding: 0.65625em 0.5833em 1em  0.5833em ;
	letter-spacing: .1em;
}

body {
    background-image: #1a1a1a;
}

.site-branding {
	float: left;
	width: 32.3%;
	margin-right: 0;
}

.sidebar {
	float: left;
	margin-right: 75%;
	margin-left: 0;
}

.widget {
    margin-bottom: 2em;
}

.widget p {
	margin-bottom: .5em;
	font-size: 18px;
	font-size: 1.125rem;
	}

.content-area {
	float: right;
	margin-right: 0;
	margin-left: -100%;
}

.site-header {
	padding: 0;
	}
	
.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 23.0769%;
}

#content {
	border-radius: 8px;
	}

}

/* min: 710px */

@media screen and (min-width: 44.375em) {


.site-main > article {
    margin-right: 7.6923%;
    margin-left: 0;
}

body:not(.custom-background-image)::before, body:not(.custom-background-image)::after {
    height: 0;
}
	
.entry-content ul, .entry-summary ul, .comment-content ul, .entry-content ol, .entry-summary ol, .comment-content ol {
    margin-left: 20px;
}

.site {
    margin: 0px;
}



.site-content {
    /* padding: 0 7.6923%; */
	padding: 0 5.4%;
}	

.site-header .social-navigation.interior {
	display: inline;
	float: right;
	}

#menu-social-menu, .menu-social-menu-container {
	width: 120px;
	margin: 0;
	display: inline;

	}

.main-navigation.interior {
	display: block;
	}

.site-header .main-navigation + .social-navigation {
    margin-top: 10px;
	float: right;
}

#site-header-menu.interior {
	width: 67.7%;
	}

.site-footer .social-navigation {
	float: right;
}

.entry-header, .post-thumbnail, .entry-content, .entry-summary, .entry-footer, .comments-area, .image-navigation, .post-navigation, .page-header, .page-content, .content-bottom-widgets {
    margin-right: 7.6923%;
}




}

/* 710-905 */

@media screen and (min-width: 44.375em) and (max-width: 56.875em) {
.site-header {
	padding: 0 7.6923%;
	}
}

/* max 710 */

@media screen and (max-width: 44.375em) {

.site-footer .main-navigation, .site-footer .social-navigation {
	padding: 1em 0;
}

#homepage-nav-footer {
	background-color: transparent;
	}

#floaters {
	display: none;
	}

}